From 725510b166215b66c95e1a6f4f4958764a4c9d0a Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 13 Mar 2024 15:38:31 -0700 Subject: [PATCH] chore(frontend): upgrade to Bazel 7.1 (#424) --- frontend/.bazelrc | 11 +- frontend/.bazelversion | 2 +- frontend/.gitignore | 3 + frontend/MODULE.bazel.lock | 144123 ---------------------------------- 4 files changed, 10 insertions(+), 144129 deletions(-) create mode 100644 frontend/.gitignore delete mode 100644 frontend/MODULE.bazel.lock diff --git a/frontend/.bazelrc b/frontend/.bazelrc index c74680e8b..bd2ed4d48 100644 --- a/frontend/.bazelrc +++ b/frontend/.bazelrc @@ -1,13 +1,14 @@ -common --enable_bzlmod - # passes an argument `--skipLibCheck` to *every* spawn of the TypeScript compiler, tsc -build --@aspect_rules_ts//ts:skipLibCheck=always -fetch --@aspect_rules_ts//ts:skipLibCheck=always -query --@aspect_rules_ts//ts:skipLibCheck=always +common --@aspect_rules_ts//ts:skipLibCheck=always # Required for rules_js build --enable_runfiles +# Allow the Bazel server to check directory sources for changes. +# Recommended when using copy_directory, see +# https://github.com/aspect-build/bazel-lib/blob/main/docs/copy_directory.md +startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1 + ########################### # Linting # Enable with --config=lint diff --git a/frontend/.bazelversion b/frontend/.bazelversion index 39233ac26..a3fcc7121 100644 --- a/frontend/.bazelversion +++ b/frontend/.bazelversion @@ -1 +1 @@ -7.0.0rc5 +7.1.0 diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 000000000..6fb037817 --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,3 @@ +# Disable bzlmod lockfile for now. It needs merge conflict resolution built-in. +# See https://github.com/bazelbuild/bazel/issues/20369 +MODULE.bazel.lock diff --git a/frontend/MODULE.bazel.lock b/frontend/MODULE.bazel.lock deleted file mode 100644 index 4ac7e20bb..000000000 --- a/frontend/MODULE.bazel.lock +++ /dev/null @@ -1,144123 +0,0 @@ -{ - "lockFileVersion": 3, - "moduleFileHash": "568a9d510ca580a78254b9adb40c10089c949a4a3ce6db52b0e06820c05d2eea", - "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": [ - "pnpm" - ], - "tags": [], - "hasDevUseExtension": true, - "hasNonDevUseExtension": false - }, - { - "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", - "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": 30, - "column": 29 - }, - "imports": { - "npm_typescript": "npm_typescript" - }, - "devImports": [ - "npm_typescript" - ], - "tags": [ - { - "tagName": "deps", - "attributeValues": {}, - "devDependency": true, - "location": { - "file": "@@//:MODULE.bazel", - "line": 35, - "column": 18 - } - } - ], - "hasDevUseExtension": true, - "hasNonDevUseExtension": false - } - ], - "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@1.38.0", - "aspect_rules_lint": "aspect_rules_lint@0.7.0", - "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.38.0": { - "name": "aspect_bazel_lib", - "version": "1.38.0", - "key": "aspect_bazel_lib@1.38.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": "toolchains", - "usingModule": "aspect_bazel_lib@1.38.0", - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/MODULE.bazel", - "line": 16, - "column": 37 - }, - "imports": { - "copy_directory_toolchains": "copy_directory_toolchains", - "copy_to_directory_toolchains": "copy_to_directory_toolchains", - "coreutils_toolchains": "coreutils_toolchains", - "expand_template_toolchains": "expand_template_toolchains", - "jq_toolchains": "jq_toolchains", - "yq_toolchains": "yq_toolchains" - }, - "devImports": [], - "tags": [ - { - "tagName": "copy_directory", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/MODULE.bazel", - "line": 17, - "column": 36 - } - }, - { - "tagName": "copy_to_directory", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/MODULE.bazel", - "line": 18, - "column": 39 - } - }, - { - "tagName": "jq", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/MODULE.bazel", - "line": 19, - "column": 24 - } - }, - { - "tagName": "yq", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/MODULE.bazel", - "line": 20, - "column": 24 - } - }, - { - "tagName": "coreutils", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/MODULE.bazel", - "line": 21, - "column": 31 - } - }, - { - "tagName": "expand_template", - "attributeValues": {}, - "devDependency": false, - "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/MODULE.bazel", - "line": 22, - "column": 37 - } - } - ], - "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.38.0", - "urls": [ - "https://github.com/aspect-build/bazel-lib/releases/download/v1.38.0/bazel-lib-v1.38.0.tar.gz" - ], - "integrity": "sha256-uEjNjpO+fxjD3tptLzrekqZX01heEZlTvFDcdf71NcI=", - "strip_prefix": "bazel-lib-1.38.0", - "remote_patches": { - "https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/patches/go_dev_dep.patch": "sha256-dEFxvx2hBB/tOWlknfRHRXNCdvYpvrxsYHWaMGF2QgA=", - "https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/patches/module_dot_bazel_version.patch": "sha256-near0XanwIc11yBMtU940xvXPQO3GGToBShmZ56zw7o=" - }, - "remote_patch_strip": 1 - } - } - }, - "aspect_rules_lint@0.7.0": { - "name": "aspect_rules_lint", - "version": "0.7.0", - "key": "aspect_rules_lint@0.7.0", - "repoName": "aspect_rules_lint", - "executionPlatformsToRegister": [], - "toolchainsToRegister": [], - "extensionUsages": [], - "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@1.38.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.7.0", - "urls": [ - "https://github.com/aspect-build/rules_lint/releases/download/v0.7.0/rules_lint-v0.7.0.tar.gz" - ], - "integrity": "sha256-bjLfcItA6oxtRILur4/Wr6qHmNAChlS6JbZnta7lcHw=", - "strip_prefix": "rules_lint-0.7.0", - "remote_patches": { - "https://bcr.bazel.build/modules/aspect_rules_lint/0.7.0/patches/module_dot_bazel_version.patch": "sha256-W0gn/iYu/2Zz1QxzW3gcqHl2qm+E8UZc8p8fIyWHvp0=" - }, - "remote_patch_strip": 1 - } - } - }, - "aspect_rules_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.38.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.38.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.38.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.38.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.38.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.38.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.38.0//lib:extensions.bzl%toolchains": { - "general": { - "bzlTransitiveDigest": "+IqQqHuCjZ77+PmoDEKep9k7PKCc2MCDneSYOqthdOc=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "expand_template_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_windows_amd64", - "platform": "windows_amd64" - } - }, - "copy_to_directory_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_windows_amd64", - "platform": "windows_amd64" - } - }, - "jq": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_host_alias_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~jq" - } - }, - "jq_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~jq_darwin_amd64", - "platform": "darwin_amd64", - "version": "1.6" - } - }, - "expand_template_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_darwin_arm64", - "platform": "darwin_arm64" - } - }, - "copy_to_directory_freebsd_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_freebsd_amd64", - "platform": "freebsd_amd64" - } - }, - "expand_template_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_linux_amd64", - "platform": "linux_amd64" - } - }, - "copy_to_directory_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_linux_amd64", - "platform": "linux_amd64" - } - }, - "coreutils_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~coreutils_darwin_arm64", - "platform": "darwin_arm64", - "version": "0.0.16" - } - }, - "coreutils_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~coreutils_linux_amd64", - "platform": "linux_amd64", - "version": "0.0.16" - } - }, - "copy_directory_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_toolchains", - "user_repository_name": "copy_directory" - } - }, - "copy_to_directory_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_linux_arm64", - "platform": "linux_arm64" - } - }, - "yq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~yq_linux_amd64", - "platform": "linux_amd64", - "version": "4.25.2" - } - }, - "copy_to_directory_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_darwin_arm64", - "platform": "darwin_arm64" - } - }, - "copy_directory_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_darwin_amd64", - "platform": "darwin_amd64" - } - }, - "coreutils_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~coreutils_darwin_amd64", - "platform": "darwin_amd64", - "version": "0.0.16" - } - }, - "coreutils_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~coreutils_linux_arm64", - "platform": "linux_arm64", - "version": "0.0.16" - } - }, - "coreutils_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~coreutils_toolchains", - "user_repository_name": "coreutils" - } - }, - "copy_directory_freebsd_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_freebsd_amd64", - "platform": "freebsd_amd64" - } - }, - "yq_linux_s390x": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~yq_linux_s390x", - "platform": "linux_s390x", - "version": "4.25.2" - } - }, - "yq": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_host_alias_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~yq" - } - }, - "expand_template_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_darwin_amd64", - "platform": "darwin_amd64" - } - }, - "copy_directory_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_linux_amd64", - "platform": "linux_amd64" - } - }, - "jq_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~jq_darwin_arm64", - "platform": "darwin_arm64", - "version": "1.6" - } - }, - "yq_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~yq_darwin_amd64", - "platform": "darwin_amd64", - "version": "4.25.2" - } - }, - "copy_directory_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_linux_arm64", - "platform": "linux_arm64" - } - }, - "expand_template_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_linux_arm64", - "platform": "linux_arm64" - } - }, - "jq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~jq_linux_amd64", - "platform": "linux_amd64", - "version": "1.6" - } - }, - "expand_template_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_toolchains", - "user_repository_name": "expand_template" - } - }, - "yq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~yq_windows_amd64", - "platform": "windows_amd64", - "version": "4.25.2" - } - }, - "copy_to_directory_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_darwin_amd64", - "platform": "darwin_amd64" - } - }, - "jq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~jq_windows_amd64", - "platform": "windows_amd64", - "version": "1.6" - } - }, - "expand_template_freebsd_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", - "ruleClassName": "expand_template_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_freebsd_amd64", - "platform": "freebsd_amd64" - } - }, - "yq_linux_ppc64le": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~yq_linux_ppc64le", - "platform": "linux_ppc64le", - "version": "4.25.2" - } - }, - "copy_to_directory_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_to_directory_toolchain.bzl", - "ruleClassName": "copy_to_directory_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_toolchains", - "user_repository_name": "copy_to_directory" - } - }, - "jq_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", - "ruleClassName": "jq_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~jq_toolchains", - "user_repository_name": "jq" - } - }, - "copy_directory_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_darwin_arm64", - "platform": "darwin_arm64" - } - }, - "copy_directory_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", - "ruleClassName": "copy_directory_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_windows_amd64", - "platform": "windows_amd64" - } - }, - "yq_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~yq_darwin_arm64", - "platform": "darwin_arm64", - "version": "4.25.2" - } - }, - "yq_toolchains": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_toolchains_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~yq_toolchains", - "user_repository_name": "yq" - } - }, - "coreutils_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", - "ruleClassName": "coreutils_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~coreutils_windows_amd64", - "platform": "windows_amd64", - "version": "0.0.16" - } - }, - "yq_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", - "ruleClassName": "yq_platform_repo", - "attributes": { - "name": "aspect_bazel_lib~1.38.0~toolchains~yq_linux_arm64", - "platform": "linux_arm64", - "version": "4.25.2" - } - } - } - } - }, - "@@aspect_rules_js~1.32.6//npm:extensions.bzl%npm": { - "general": { - "bzlTransitiveDigest": "spSrWoZgfQt3TYEgngED5A1K5PU/vbYqPcrKPomkw9k=", - "accumulatedFileDigests": { - "@@//:.npmrc": "25afec638a4a1dc4a7277d8babd30464e9d942cf93d3e47505a4677adad1a901", - "@@//:pnpm-lock.yaml": "eddec344acbd5a036f13372126712372094bc57d776093da6495919c2864e8f0" - }, - "envVariables": {}, - "generatedRepoSpecs": { - "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_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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fresh": [ - "0.5.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "source-map": "0.6.1", - "esprima": "4.0.1", - "estraverse": "5.3.0", - "esutils": "2.0.3" - }, - "transitive_closure": { - "escodegen": [ - "2.1.0" - ], - "esprima": [ - "4.0.1" - ], - "estraverse": [ - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "source-map": [ - "0.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "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" - ] - }, - "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.5", - "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", - "7.23.5" - ], - "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", - "7.23.4" - ], - "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", - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@jest/expect-utils": [ - "29.7.0" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0", - "1.0.1_at_babel_core_7.23.5" - ], - "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", - "7.8.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0", - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0", - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0", - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0", - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0", - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "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/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0", - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.1", - "7.23.5" - ], - "@babel/parser": [ - "7.23.0", - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0", - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "picocolors": [ - "1.0.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" - ], - "@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" - ], - "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" - ], - "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" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "statuses": [ - "1.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-duplicate-keys__7.23.3__at_babel_core_7.23.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_plugin-transform-duplicate-keys__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-duplicate-keys", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__at_esbuild_linux-ia32__0.19.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_esbuild_linux-ia32__0.19.8__links", - "package": "@esbuild/linux-ia32", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/linux-ia32": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "is-bigint": "1.0.4", - "is-boolean-object": "1.1.2", - "is-number-object": "1.0.7", - "is-string": "1.0.7", - "is-symbol": "1.0.4" - }, - "transitive_closure": { - "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__siginfo__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__siginfo__2.0.0", - "package": "siginfo", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", - "url": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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": true, - "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__onetime__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__onetime__6.0.0__links", - "package": "onetime", - "version": "6.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "mimic-fn": "4.0.0" - }, - "transitive_closure": { - "onetime": [ - "6.0.0" - ], - "mimic-fn": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "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": true, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-exists": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "yocto-queue": "0.1.0" - }, - "transitive_closure": { - "p-limit": [ - "3.1.0" - ], - "yocto-queue": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__nanoid__3.3.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__nanoid__3.3.7", - "package": "nanoid", - "version": "3.3.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "url": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__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__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": true, - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.22.13", - "7.23.5" - ], - "@babel/parser": [ - "7.23.0", - "7.23.5" - ], - "@babel/highlight": [ - "7.22.20", - "7.23.4" - ], - "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.5", - "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.5", - "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" - ], - "@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-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_babel_plugin-syntax-flow__7.23.3__at_babel_core_7.23.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_plugin-syntax-flow__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-flow", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-flow": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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__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_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__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.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@jest/expect-utils": [ - "29.7.0" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.5" - ], - "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.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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": true, - "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__at_humanwhocodes_config-array__0.11.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_humanwhocodes_config-array__0.11.13", - "package": "@humanwhocodes/config-array", - "version": "0.11.13", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", - "url": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": 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": true, - "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": true, - "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": true, - "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__at_rollup_rollup-linux-x64-musl__4.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__at_rollup_rollup-linux-x64-musl__4.6.1", - "package": "@rollup/rollup-linux-x64-musl", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RkJVNVRM+piYy87HrKmhbexCHg3A6Z6MU0W9GHnJwBQNBeyhCJG9KDce4SAMdicQnpURggSvtbGo9xAWOfSvIQ==", - "url": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "1.2.0" - }, - "transitive_closure": { - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "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.23.5" - ], - "@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.23.4" - ], - "@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_svgr_babel-preset__8.1.0__at_babel_core_7.23.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_svgr_babel-preset__8.1.0__at_babel_core_7.23.5", - "package": "@svgr/babel-preset", - "version": "8.1.0_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==", - "url": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "safe-buffer": [ - "5.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__p-limit__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-limit__5.0.0", - "package": "p-limit", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==", - "url": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "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__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": true, - "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": true, - "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__at_babel_plugin-transform-dotall-regex__7.23.3__at_babel_core_7.23.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_plugin-transform-dotall-regex__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-dotall-regex", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-dotall-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "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.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@jest/expect-utils": [ - "29.7.0" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.5" - ], - "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.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "destroy": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__stackback__0.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__stackback__0.0.2", - "package": "stackback", - "version": "0.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", - "url": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__loupe__2.3.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__loupe__2.3.7", - "package": "loupe", - "version": "2.3.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", - "url": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__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": true, - "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_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__at_babel_plugin-transform-block-scoping__7.23.4__at_babel_core_7.23.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_plugin-transform-block-scoping__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-block-scoping", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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.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_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-named-capturing-groups-regex", - "version": "7.22.5_at_babel_core_7.23.5", - "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_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__snake-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__snake-case__3.0.4__links", - "package": "snake-case", - "version": "3.0.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "dot-case": "3.0.4", - "tslib": "2.6.2" - }, - "transitive_closure": { - "snake-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__at_esbuild_freebsd-x64__0.19.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_esbuild_freebsd-x64__0.19.8__links", - "package": "@esbuild/freebsd-x64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/freebsd-x64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "queue-microtask": [ - "1.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "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": true, - "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__at_svgr_babel-plugin-add-jsx-attribute__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-add-jsx-attribute__8.0.0__at_babel_core_7.23.5", - "package": "@svgr/babel-plugin-add-jsx-attribute", - "version": "8.0.0_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-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__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__at_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.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_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-logical-assignment-operators", - "version": "7.10.4_at_babel_core_7.23.5", - "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__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": true, - "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__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": true, - "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": true, - "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__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": true, - "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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "safer-buffer": "2.1.2" - }, - "transitive_closure": { - "iconv-lite": [ - "0.4.24" - ], - "safer-buffer": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.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_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-async-generators", - "version": "7.8.4_at_babel_core_7.23.5", - "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__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__at_babel_plugin-transform-spread__7.23.3__at_babel_core_7.23.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_plugin-transform-spread__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-spread", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-spread": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__tinyspy__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__tinyspy__2.2.0__links", - "package": "tinyspy", - "version": "2.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "tinyspy": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__babel-plugin-polyfill-corejs3__0.8.6__at_babel_core_7.23.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__babel-plugin-polyfill-corejs3__0.8.6__at_babel_core_7.23.5", - "package": "babel-plugin-polyfill-corejs3", - "version": "0.8.6_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==", - "url": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.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__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": true, - "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__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": true, - "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__at_rollup_rollup-android-arm-eabi__4.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__at_rollup_rollup-android-arm-eabi__4.6.1", - "package": "@rollup/rollup-android-arm-eabi", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0WQ0ouLejaUCRsL93GD4uft3rOmB8qoQMU05Kb8CmMtMBe7XUDLAltxVZI1q6byNqEtU7N1ZX1Vw5lIpgulLQA==", - "url": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__stackback__0.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__stackback__0.0.2__links", - "package": "stackback", - "version": "0.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "stackback": [ - "0.0.2" - ] - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "natural-compare": [ - "1.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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.5", - "@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.5" - ], - "@types/babel__core": [ - "7.20.2" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/parser": [ - "7.23.5" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-to-regexp": [ - "0.1.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_eslint_js__8.55.0": { - "bzlFile": "@@aspect_rules_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_js__8.55.0", - "package": "@eslint/js", - "version": "8.55.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==", - "url": "https://registry.npmjs.org/@eslint/js/-/js-8.55.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "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__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__at_babel_plugin-transform-react-jsx__7.23.4__at_babel_core_7.23.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_plugin-transform-react-jsx__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-react-jsx", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-module-imports": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-jsx": "7.23.3_at_babel_core_7.23.5", - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-react-jsx": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "depd": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-react-jsx__7.23.4__at_babel_core_7.23.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_plugin-transform-react-jsx__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-react-jsx", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "setprototypeof": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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__eslint-module-utils__2.8.0__-993259024__links": { - "bzlFile": "@@aspect_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__-993259024__links", - "package": "eslint-module-utils", - "version": "2.8.0_-993259024", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "debug": "3.2.7", - "eslint": "8.28.0", - "eslint-import-resolver-node": "0.3.9" - }, - "transitive_closure": { - "eslint-module-utils": [ - "2.8.0_-993259024" - ], - "debug": [ - "4.3.4", - "3.2.7" - ], - "eslint": [ - "8.28.0" - ], - "eslint-import-resolver-node": [ - "0.3.9" - ], - "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" - ], - "@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": [ - "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.3", - "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.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" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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_babel_plugin-transform-function-name__7.23.3__at_babel_core_7.23.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_plugin-transform-function-name__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-function-name", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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_esbuild_sunos-x64__0.19.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_esbuild_sunos-x64__0.19.8", - "package": "@esbuild/sunos-x64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9Lc4s7Oi98GqFA4HzA/W2JHIYfnXbUYgekUP/Sm4BG9sfLjyv6GKKHKKVs83SMicBF2JwAX6A1PuOLMqpD001w==", - "url": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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.5", - "@babel/generator": "7.23.5", - "@babel/plugin-syntax-jsx": "7.22.5_at_babel_core_7.23.5", - "@babel/plugin-syntax-typescript": "7.22.5_at_babel_core_7.23.5", - "@babel/types": "7.23.5", - "@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.5", - "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.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@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.5" - ], - "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.23.5" - ], - "@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.23.4" - ], - "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.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@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.5" - ], - "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.23.4" - ], - "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.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_svgr_babel-plugin-transform-react-native-svg__8.1.0__at_babel_core_7.23.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_svgr_babel-plugin-transform-react-native-svg__8.1.0__at_babel_core_7.23.5__links", - "package": "@svgr/babel-plugin-transform-react-native-svg", - "version": "8.1.0_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5" - }, - "transitive_closure": { - "@svgr/babel-plugin-transform-react-native-svg": [ - "8.1.0_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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": true, - "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__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": true, - "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__eslint-plugin-testing-library__5.11.1__1767590274": { - "bzlFile": "@@aspect_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__1767590274", - "package": "eslint-plugin-testing-library", - "version": "5.11.1_1767590274", - "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__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__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__esbuild__0.19.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__esbuild__0.19.8", - "package": "esbuild", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-l7iffQpT2OrZfH2rXIp7/FkmaeZM0vxbxN9KfiCwGYuZqzMg/JdvX26R31Zxn/Pxvsrg3Y9N6XTcnknqDyyv4w==", - "url": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__at_types_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_types_react__18.2.0__links", - "package": "@types/react", - "version": "18.2.0", - "dev": true, - "root_package": "", - "link_packages": { - "react": [ - "@types/react" - ] - }, - "deps": { - "@types/prop-types": "15.7.8", - "@types/scheduler": "0.16.4", - "csstype": "3.1.2" - }, - "transitive_closure": { - "@types/react": [ - "18.2.0" - ], - "@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__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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.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_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-json-strings", - "version": "7.8.3_at_babel_core_7.23.5", - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/parse-json": "4.0.2", - "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.2" - ], - "import-fresh": [ - "3.3.0" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "yaml": [ - "1.10.2" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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__at_esbuild_linux-loong64__0.19.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_esbuild_linux-loong64__0.19.8", - "package": "@esbuild/linux-loong64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-fHZWS2JJxnXt1uYJsDv9+b60WCc2RlvVAy1F76qOLtXRO+H4mjt3Tr6MJ5l7Q78X8KgCFudnTuiQRBhULUyBKQ==", - "url": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.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_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-private-property-in-object", - "version": "7.14.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__links": { - "bzlFile": "@@aspect_rules_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": true, - "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__deep-eql__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__deep-eql__4.1.3", - "package": "deep-eql", - "version": "4.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==", - "url": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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-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-sticky-regex__7.23.3__at_babel_core_7.23.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_plugin-transform-sticky-regex__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-sticky-regex", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-sticky-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__at_rollup_rollup-darwin-x64__4.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__at_rollup_rollup-darwin-x64__4.6.1__links", - "package": "@rollup/rollup-darwin-x64", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-darwin-x64": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-react-display-name__7.23.3__at_babel_core_7.23.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_plugin-transform-react-display-name__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-react-display-name", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-react-display-name": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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__whatwg-mimetype__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__whatwg-mimetype__4.0.0", - "package": "whatwg-mimetype", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", - "url": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-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-transform-reserved-words__7.23.3__at_babel_core_7.23.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_plugin-transform-reserved-words__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-reserved-words", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-reserved-words": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__caniuse-lite__1.0.30001566": { - "bzlFile": "@@aspect_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.30001566", - "package": "caniuse-lite", - "version": "1.0.30001566", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==", - "url": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "array-union": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-destructuring__7.23.3__at_babel_core_7.23.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_plugin-transform-destructuring__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-destructuring", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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_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__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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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_babel_plugin-transform-private-property-in-object__7.23.4__at_babel_core_7.23.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_plugin-transform-private-property-in-object__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-private-property-in-object", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_code-frame__7.23.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_code-frame__7.23.5__links", - "package": "@babel/code-frame", - "version": "7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/highlight": "7.23.4", - "chalk": "2.4.2" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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_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__at_humanwhocodes_object-schema__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_humanwhocodes_object-schema__2.0.1__links", - "package": "@humanwhocodes/object-schema", - "version": "2.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@humanwhocodes/object-schema": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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__at_esbuild_freebsd-arm64__0.19.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_esbuild_freebsd-arm64__0.19.8", - "package": "@esbuild/freebsd-arm64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-WAnPJSDattvS/XtPCTj1tPoTxERjcTpH6HsMr6ujTT+X6rylVe8ggxk8pVxzf5U1wh5sPODpawNicF5ta/9Tmw==", - "url": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__check-error__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__check-error__1.0.3", - "package": "check-error", - "version": "1.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==", - "url": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_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_svgr_hast-util-to-babel-ast__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__at_svgr_hast-util-to-babel-ast__8.0.0__links", - "package": "@svgr/hast-util-to-babel-ast", - "version": "8.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5", - "entities": "4.5.0" - }, - "transitive_closure": { - "@svgr/hast-util-to-babel-ast": [ - "8.0.0" - ], - "@babel/types": [ - "7.23.5" - ], - "entities": [ - "4.5.0" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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_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": true, - "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__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__punycode__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__punycode__2.3.1__links", - "package": "punycode", - "version": "2.3.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "punycode": [ - "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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_babel_plugin-transform-optional-chaining__7.23.4__at_babel_core_7.23.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_plugin-transform-optional-chaining__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-optional-chaining", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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__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__at_vitest_runner__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_vitest_runner__1.0.2", - "package": "@vitest/runner", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZcHJXPT2kg/9Hc4fNkCbItlsgZSs3m4vQbxB8LCSdzpbG85bExCmSvu6K9lWpMNdoKfAr1Jn0BwS9SWUcGnbTQ==", - "url": "https://registry.npmjs.org/@vitest/runner/-/runner-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__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.5" - ], - "@types/babel__core": [ - "7.20.2" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/parser": [ - "7.23.0", - "7.23.5" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13", - "7.23.5" - ], - "@babel/highlight": [ - "7.22.20", - "7.23.4" - ], - "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.5", - "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.5", - "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" - ], - "@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-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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-transform-shorthand-properties__7.23.3__at_babel_core_7.23.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_plugin-transform-shorthand-properties__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-shorthand-properties", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-shorthand-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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": true, - "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": true, - "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": true, - "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_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": true, - "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__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": true, - "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": true, - "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__rrweb-cssom__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__rrweb-cssom__0.6.0", - "package": "rrweb-cssom", - "version": "0.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==", - "url": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vitest_expect__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_vitest_expect__1.0.2__links", - "package": "@vitest/expect", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@vitest/spy": "1.0.2", - "@vitest/utils": "1.0.2", - "chai": "4.3.10" - }, - "transitive_closure": { - "@vitest/expect": [ - "1.0.2" - ], - "@vitest/spy": [ - "1.0.2" - ], - "@vitest/utils": [ - "1.0.2" - ], - "chai": [ - "4.3.10" - ], - "assertion-error": [ - "1.1.0" - ], - "check-error": [ - "1.0.3" - ], - "deep-eql": [ - "4.1.3" - ], - "get-func-name": [ - "2.0.2" - ], - "loupe": [ - "2.3.7" - ], - "pathval": [ - "1.1.1" - ], - "type-detect": [ - "4.0.8" - ], - "diff-sequences": [ - "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" - ], - "tinyspy": [ - "2.2.0" - ] - }, - "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": true, - "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_svgr_hast-util-to-babel-ast__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__at_svgr_hast-util-to-babel-ast__8.0.0", - "package": "@svgr/hast-util-to-babel-ast", - "version": "8.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==", - "url": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-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__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": true, - "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__at_babel_core__7.23.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_core__7.23.5", - "package": "@babel/core", - "version": "7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==", - "url": "https://registry.npmjs.org/@babel/core/-/core-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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": true, - "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.1" - }, - "transitive_closure": { - "tr46": [ - "3.0.0" - ], - "punycode": [ - "2.3.1" - ] - }, - "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": true, - "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__at_babel_plugin-syntax-flow__7.23.3__at_babel_core_7.23.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_plugin-syntax-flow__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-flow", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.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_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-class-properties", - "version": "7.12.13_at_babel_core_7.23.5", - "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__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__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__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__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.23.5" - ], - "@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.23.4" - ], - "@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__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__at_svgr_babel-plugin-svg-em-dimensions__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-svg-em-dimensions__8.0.0__at_babel_core_7.23.5", - "package": "@svgr/babel-plugin-svg-em-dimensions", - "version": "8.0.0_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-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__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": true, - "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__at_babel_plugin-transform-unicode-sets-regex__7.23.3__at_babel_core_7.23.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_plugin-transform-unicode-sets-regex__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-unicode-sets-regex", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-import-assertions__7.23.3__at_babel_core_7.23.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_plugin-syntax-import-assertions__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-import-assertions", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-import-assertions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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.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": [ - "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__at_babel_plugin-transform-numeric-separator__7.23.4__at_babel_core_7.23.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_plugin-transform-numeric-separator__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-numeric-separator", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-numeric-separator": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "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": true, - "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__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": true, - "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__graphemer__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__graphemer__1.4.0__links", - "package": "graphemer", - "version": "1.4.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "graphemer": [ - "1.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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__at_esbuild_linux-loong64__0.19.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_esbuild_linux-loong64__0.19.8__links", - "package": "@esbuild/linux-loong64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/linux-loong64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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_typescript-eslint_type-utils__5.44.0__1767590274": { - "bzlFile": "@@aspect_rules_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__1767590274", - "package": "@typescript-eslint/type-utils", - "version": "5.44.0_1767590274", - "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__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": true, - "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__babel-plugin-polyfill-regenerator__0.5.3__at_babel_core_7.23.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__babel-plugin-polyfill-regenerator__0.5.3__at_babel_core_7.23.5__links", - "package": "babel-plugin-polyfill-regenerator", - "version": "0.5.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-define-polyfill-provider": "0.4.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "babel-plugin-polyfill-regenerator": [ - "0.5.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.3_at_babel_core_7.23.5" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.4" - ], - "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__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.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": [ - "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.23.5" - ], - "@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.23.4" - ], - "@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": true, - "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_babel_plugin-transform-react-jsx-source__7.23.3__at_babel_core_7.23.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_plugin-transform-react-jsx-source__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-react-jsx-source", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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_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": true, - "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.5" - }, - "transitive_closure": { - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.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_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-top-level-await", - "version": "7.14.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__whatwg-encoding__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__whatwg-encoding__3.1.1", - "package": "whatwg-encoding", - "version": "3.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", - "url": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-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__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__at_babel_plugin-syntax-typescript__7.23.3__at_babel_core_7.23.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_plugin-syntax-typescript__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-typescript", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__whatwg-url__14.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__14.0.0__links", - "package": "whatwg-url", - "version": "14.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "tr46": "5.0.0", - "webidl-conversions": "7.0.0" - }, - "transitive_closure": { - "whatwg-url": [ - "14.0.0" - ], - "tr46": [ - "5.0.0" - ], - "webidl-conversions": [ - "7.0.0" - ], - "punycode": [ - "2.3.1" - ] - }, - "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": true, - "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_eslint_8.28.0", - "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_-993259024", - "2.8.0_2031701610" - ], - "eslint-plugin-import": [ - "2.28.1_eslint_8.28.0" - ], - "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" - ], - "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/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" - ], - "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.1" - ], - "@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__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": true, - "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__at_rollup_rollup-linux-arm64-gnu__4.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__at_rollup_rollup-linux-arm64-gnu__4.6.1", - "package": "@rollup/rollup-linux-arm64-gnu", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9lhc4UZstsegbNLhH0Zu6TqvDfmhGzuCWtcTFXY10VjLLUe4Mr0Ye2L3rrtHaDd/J5+tFMEuo5LTCSCMXWfUKw==", - "url": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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": true, - "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__at_eslint_eslintrc__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__at_eslint_eslintrc__2.1.4", - "package": "@eslint/eslintrc", - "version": "2.1.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", - "url": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_rollup_rollup-win32-ia32-msvc__4.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__at_rollup_rollup-win32-ia32-msvc__4.6.1__links", - "package": "@rollup/rollup-win32-ia32-msvc", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-win32-ia32-msvc": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "lz-string": [ - "1.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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": true, - "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_humanwhocodes_config-array__0.11.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_humanwhocodes_config-array__0.11.13__links", - "package": "@humanwhocodes/config-array", - "version": "0.11.13", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@humanwhocodes/object-schema": "2.0.1", - "debug": "4.3.4", - "minimatch": "3.1.2" - }, - "transitive_closure": { - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/object-schema": [ - "2.0.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__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__vite__5.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__vite__5.0.6__links", - "package": "vite", - "version": "5.0.6", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "fsevents": "2.3.3", - "esbuild": "0.19.8", - "postcss": "8.4.32", - "rollup": "4.6.1" - }, - "transitive_closure": { - "vite": [ - "5.0.6" - ], - "esbuild": [ - "0.19.8" - ], - "postcss": [ - "8.4.32" - ], - "rollup": [ - "4.6.1" - ], - "fsevents": [ - "2.3.3" - ], - "@rollup/rollup-android-arm-eabi": [ - "4.6.1" - ], - "@rollup/rollup-android-arm64": [ - "4.6.1" - ], - "@rollup/rollup-darwin-arm64": [ - "4.6.1" - ], - "@rollup/rollup-darwin-x64": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm-gnueabihf": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm64-gnu": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm64-musl": [ - "4.6.1" - ], - "@rollup/rollup-linux-x64-gnu": [ - "4.6.1" - ], - "@rollup/rollup-linux-x64-musl": [ - "4.6.1" - ], - "@rollup/rollup-win32-arm64-msvc": [ - "4.6.1" - ], - "@rollup/rollup-win32-ia32-msvc": [ - "4.6.1" - ], - "@rollup/rollup-win32-x64-msvc": [ - "4.6.1" - ], - "nanoid": [ - "3.3.7" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "@esbuild/android-arm": [ - "0.19.8" - ], - "@esbuild/android-arm64": [ - "0.19.8" - ], - "@esbuild/android-x64": [ - "0.19.8" - ], - "@esbuild/darwin-arm64": [ - "0.19.8" - ], - "@esbuild/darwin-x64": [ - "0.19.8" - ], - "@esbuild/freebsd-arm64": [ - "0.19.8" - ], - "@esbuild/freebsd-x64": [ - "0.19.8" - ], - "@esbuild/linux-arm": [ - "0.19.8" - ], - "@esbuild/linux-arm64": [ - "0.19.8" - ], - "@esbuild/linux-ia32": [ - "0.19.8" - ], - "@esbuild/linux-loong64": [ - "0.19.8" - ], - "@esbuild/linux-mips64el": [ - "0.19.8" - ], - "@esbuild/linux-ppc64": [ - "0.19.8" - ], - "@esbuild/linux-riscv64": [ - "0.19.8" - ], - "@esbuild/linux-s390x": [ - "0.19.8" - ], - "@esbuild/linux-x64": [ - "0.19.8" - ], - "@esbuild/netbsd-x64": [ - "0.19.8" - ], - "@esbuild/openbsd-x64": [ - "0.19.8" - ], - "@esbuild/sunos-x64": [ - "0.19.8" - ], - "@esbuild/win32-arm64": [ - "0.19.8" - ], - "@esbuild/win32-ia32": [ - "0.19.8" - ], - "@esbuild/win32-x64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_preset-typescript__7.23.3__at_babel_core_7.23.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_preset-typescript__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/preset-typescript", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-validator-option": "7.23.5", - "@babel/plugin-syntax-jsx": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-modules-commonjs": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-typescript": "7.23.5_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/preset-typescript": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-typescript": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.23.3_at_babel_core_7.23.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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.3_at_babel_core_7.23.5" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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-transform-async-to-generator__7.23.3__at_babel_core_7.23.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_plugin-transform-async-to-generator__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-async-to-generator", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.5" - }, - "transitive_closure": { - "@babel/plugin-transform-async-to-generator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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__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": true, - "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__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": true, - "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": true, - "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__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": true, - "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__at_babel_plugin-transform-modules-umd__7.23.3__at_babel_core_7.23.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_plugin-transform-modules-umd__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-modules-umd", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-module-transforms": "7.23.3_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-modules-umd": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "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_svgr_babel-plugin-svg-dynamic-title__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-svg-dynamic-title__8.0.0__at_babel_core_7.23.5", - "package": "@svgr/babel-plugin-svg-dynamic-title", - "version": "8.0.0_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yallist": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_preset-env__7.23.5__at_babel_core_7.23.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_preset-env__7.23.5__at_babel_core_7.23.5__links", - "package": "@babel/preset-env", - "version": "7.23.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/compat-data": "7.23.5", - "@babel/core": "7.23.5", - "@babel/helper-compilation-targets": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-validator-option": "7.23.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.5", - "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.23.5", - "@babel/plugin-syntax-class-properties": "7.12.13_at_babel_core_7.23.5", - "@babel/plugin-syntax-class-static-block": "7.14.5_at_babel_core_7.23.5", - "@babel/plugin-syntax-dynamic-import": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-export-namespace-from": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-import-assertions": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-import-attributes": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-import-meta": "7.10.4_at_babel_core_7.23.5", - "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-logical-assignment-operators": "7.10.4_at_babel_core_7.23.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.5", - "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.23.5", - "@babel/plugin-syntax-top-level-await": "7.14.5_at_babel_core_7.23.5", - "@babel/plugin-syntax-unicode-sets-regex": "7.18.6_at_babel_core_7.23.5", - "@babel/plugin-transform-arrow-functions": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-async-generator-functions": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-async-to-generator": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-block-scoped-functions": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-block-scoping": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-class-properties": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-class-static-block": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-classes": "7.23.5_at_babel_core_7.23.5", - "@babel/plugin-transform-computed-properties": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-destructuring": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-dotall-regex": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-duplicate-keys": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-dynamic-import": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-exponentiation-operator": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-export-namespace-from": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-for-of": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-function-name": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-json-strings": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-literals": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-logical-assignment-operators": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-member-expression-literals": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-modules-amd": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-modules-commonjs": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-modules-systemjs": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-modules-umd": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-named-capturing-groups-regex": "7.22.5_at_babel_core_7.23.5", - "@babel/plugin-transform-new-target": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-nullish-coalescing-operator": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-numeric-separator": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-object-rest-spread": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-object-super": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-optional-catch-binding": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-optional-chaining": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-parameters": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-private-methods": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-private-property-in-object": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-property-literals": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-regenerator": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-reserved-words": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-shorthand-properties": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-spread": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-sticky-regex": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-template-literals": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-typeof-symbol": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-unicode-escapes": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-unicode-property-regex": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-unicode-regex": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-unicode-sets-regex": "7.23.3_at_babel_core_7.23.5", - "@babel/preset-modules": "0.1.6-no-external-plugins_at_babel_core_7.23.5", - "babel-plugin-polyfill-corejs2": "0.4.6_at_babel_core_7.23.5", - "babel-plugin-polyfill-corejs3": "0.8.6_at_babel_core_7.23.5", - "babel-plugin-polyfill-regenerator": "0.5.3_at_babel_core_7.23.5", - "core-js-compat": "3.34.0", - "semver": "6.3.1" - }, - "transitive_closure": { - "@babel/preset-env": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-assertions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-attributes": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-arrow-functions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-async-generator-functions": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-async-to-generator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-block-scoped-functions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-block-scoping": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-class-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-class-static-block": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-classes": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-computed-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-destructuring": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-dotall-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-duplicate-keys": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-dynamic-import": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-exponentiation-operator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-export-namespace-from": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-for-of": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-function-name": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-json-strings": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-logical-assignment-operators": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-member-expression-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-amd": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-systemjs": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-umd": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-new-target": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-numeric-separator": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-object-rest-spread": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-object-super": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-optional-catch-binding": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-parameters": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-private-methods": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-private-property-in-object": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-property-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-regenerator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-reserved-words": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-shorthand-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-spread": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-sticky-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-template-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-typeof-symbol": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-escapes": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-property-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-sets-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-corejs2": [ - "0.4.6_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-corejs3": [ - "0.8.6_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-regenerator": [ - "0.5.3_at_babel_core_7.23.5" - ], - "core-js-compat": [ - "3.34.0" - ], - "semver": [ - "6.3.1" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.3_at_babel_core_7.23.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/types": [ - "7.23.5" - ], - "esutils": [ - "2.0.3" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.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.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.3_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@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.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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__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.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": [ - "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__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.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_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-dynamic-import", - "version": "7.8.3_at_babel_core_7.23.5", - "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__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__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": true, - "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": true, - "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": true, - "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__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": true, - "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": true, - "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__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__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": true, - "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__agent-base__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__agent-base__7.1.0__links", - "package": "agent-base", - "version": "7.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "debug": "4.3.4" - }, - "transitive_closure": { - "agent-base": [ - "7.1.0" - ], - "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__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__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__data-urls__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__data-urls__5.0.0", - "package": "data-urls", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==", - "url": "https://registry.npmjs.org/data-urls/-/data-urls-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__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.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@jest/expect-utils": [ - "29.7.0" - ], - "@jest/transform": [ - "29.7.0" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.5" - ], - "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.23.5" - ], - "@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.23.4" - ], - "@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.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@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.5" - ], - "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.23.4" - ], - "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.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.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": [ - "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": true, - "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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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__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__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": true, - "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__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__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": true, - "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_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_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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "statuses": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__cac__6.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__cac__6.7.14", - "package": "cac", - "version": "6.7.14", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", - "url": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__tinypool__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__tinypool__0.8.1", - "package": "tinypool", - "version": "0.8.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zBTCK0cCgRROxvs9c0CGK838sPkeokNGdQVUUwHAbynHFlmyJYj825f/oRs528HaIJ97lo0pLIlDUzwN+IorWg==", - "url": "https://registry.npmjs.org/tinypool/-/tinypool-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__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": true, - "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_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.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@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.5" - ], - "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.23.5" - ], - "@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.23.4" - ], - "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.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@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.5" - ], - "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.23.4" - ], - "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.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-negative-zero": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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__browserslist__4.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__browserslist__4.22.2", - "package": "browserslist", - "version": "4.22.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==", - "url": "https://registry.npmjs.org/browserslist/-/browserslist-4.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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "shebang-regex": "3.0.0" - }, - "transitive_closure": { - "shebang-command": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_svgr_babel-plugin-replace-jsx-attribute-value__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-replace-jsx-attribute-value__8.0.0__at_babel_core_7.23.5", - "package": "@svgr/babel-plugin-replace-jsx-attribute-value", - "version": "8.0.0_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-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__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": true, - "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__at_esbuild_linux-mips64el__0.19.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_esbuild_linux-mips64el__0.19.8__links", - "package": "@esbuild/linux-mips64el", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/linux-mips64el": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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": true, - "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__at_babel_plugin-transform-template-literals__7.23.3__at_babel_core_7.23.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_plugin-transform-template-literals__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-template-literals", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__mlly__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__mlly__1.4.2", - "package": "mlly", - "version": "1.4.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==", - "url": "https://registry.npmjs.org/mlly/-/mlly-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__deep-eql__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__deep-eql__4.1.3__links", - "package": "deep-eql", - "version": "4.1.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "type-detect": "4.0.8" - }, - "transitive_closure": { - "deep-eql": [ - "4.1.3" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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.5", - "@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.5" - ], - "@vue/shared": [ - "3.2.45" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map": [ - "0.6.1" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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__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": true, - "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__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": true, - "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__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": true, - "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__babel-plugin-polyfill-corejs2__0.4.6__at_babel_core_7.23.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__babel-plugin-polyfill-corejs2__0.4.6__at_babel_core_7.23.5__links", - "package": "babel-plugin-polyfill-corejs2", - "version": "0.4.6_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/compat-data": "7.23.5", - "@babel/core": "7.23.5", - "@babel/helper-define-polyfill-provider": "0.4.3_at_babel_core_7.23.5", - "semver": "6.3.1" - }, - "transitive_closure": { - "babel-plugin-polyfill-corejs2": [ - "0.4.6_at_babel_core_7.23.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.3_at_babel_core_7.23.5" - ], - "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.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.4" - ], - "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__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__at_esbuild_linux-riscv64__0.19.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_esbuild_linux-riscv64__0.19.8__links", - "package": "@esbuild/linux-riscv64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/linux-riscv64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_esbuild_linux-arm__0.19.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_esbuild_linux-arm__0.19.8", - "package": "@esbuild/linux-arm", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-H4vmI5PYqSvosPaTJuEppU9oz1dq2A7Mr2vyg5TF9Ga+3+MGgBdGzcyBP7qK9MrwFQZlvNyJrvz6GuCaj3OukQ==", - "url": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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": true, - "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__at_types_parse-json__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__at_types_parse-json__4.0.2__links", - "package": "@types/parse-json", - "version": "4.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/parse-json": [ - "4.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.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_traverse__7.23.5", - "package": "@babel/traverse", - "version": "7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==", - "url": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__at_babel_plugin-transform-duplicate-keys__7.23.3__at_babel_core_7.23.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_plugin-transform-duplicate-keys__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-duplicate-keys", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-duplicate-keys": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.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_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.5__links", - "package": "@babel/plugin-proposal-nullish-coalescing-operator", - "version": "7.18.6_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-proposal-nullish-coalescing-operator": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__http-proxy-agent__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__http-proxy-agent__7.0.0", - "package": "http-proxy-agent", - "version": "7.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==", - "url": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-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__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.1" - ] - }, - "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__core-js-compat__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__core-js-compat__3.34.0", - "package": "core-js-compat", - "version": "3.34.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-4ZIyeNbW/Cn1wkMMDy+mvrRUxrwFNjKwbhCfQpDd+eLgYipDqp8oGFGtLmhh18EDPKA0g3VUBYOxQGGwvWLVpA==", - "url": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-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__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": true, - "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__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__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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_rollup_rollup-darwin-arm64__4.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__at_rollup_rollup-darwin-arm64__4.6.1", - "package": "@rollup/rollup-darwin-arm64", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cEXJQY/ZqMACb+nxzDeX9IPLAg7S94xouJJCNVE5BJM8JUEP4HeTF+ti3cmxWeSJo+5D+o8Tc0UAWUkfENdeyw==", - "url": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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": true, - "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": true, - "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": true, - "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": true, - "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__eslint-plugin-import__2.28.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-import__2.28.1__eslint_8.28.0", - "package": "eslint-plugin-import", - "version": "2.28.1_eslint_8.28.0", - "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__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__at_babel_helper-string-parser__7.23.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_babel_helper-string-parser__7.23.4__links", - "package": "@babel/helper-string-parser", - "version": "7.23.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/helper-string-parser": [ - "7.23.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "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": true, - "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": true, - "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__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__execa__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__execa__8.0.1", - "package": "execa", - "version": "8.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", - "url": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-modules-amd__7.23.3__at_babel_core_7.23.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_plugin-transform-modules-amd__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-modules-amd", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-module-transforms": "7.23.3_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-modules-amd": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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__cosmiconfig__8.3.6__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__cosmiconfig__8.3.6__typescript_4.9.3__links", - "package": "cosmiconfig", - "version": "8.3.6_typescript_4.9.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "import-fresh": "3.3.0", - "js-yaml": "4.1.0", - "parse-json": "5.2.0", - "path-type": "4.0.0", - "typescript": "4.9.3" - }, - "transitive_closure": { - "cosmiconfig": [ - "8.3.6_typescript_4.9.3" - ], - "import-fresh": [ - "3.3.0" - ], - "js-yaml": [ - "4.1.0" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "typescript": [ - "4.9.3" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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" - ], - "argparse": [ - "2.0.1" - ], - "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_babel_generator__7.23.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_generator__7.23.5", - "package": "@babel/generator", - "version": "7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==", - "url": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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__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__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__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__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": true, - "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": true, - "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.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" - ] - }, - "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__tinybench__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__tinybench__2.5.1__links", - "package": "tinybench", - "version": "2.5.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "tinybench": [ - "2.5.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__magic-string__0.30.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__magic-string__0.30.5", - "package": "magic-string", - "version": "0.30.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==", - "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.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_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": true, - "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.5" - }, - "transitive_closure": { - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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": true, - "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_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.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_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.5__links", - "package": "@babel/preset-modules", - "version": "0.1.6-no-external-plugins_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/types": "7.23.5", - "esutils": "2.0.3" - }, - "transitive_closure": { - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "esutils": [ - "2.0.3" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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": true, - "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__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__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_vitest_snapshot__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_vitest_snapshot__1.0.2", - "package": "@vitest/snapshot", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9ClDz2/aV5TfWA4reV7XR9p+hE0e7bifhwxlURugj3Fw0YXeTFzHmKCNEHd6wOIFMfthbGGwhlq7TOJ2jDO4/g==", - "url": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-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-private-methods__7.23.3__at_babel_core_7.23.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_plugin-transform-private-methods__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-private-methods", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-private-methods": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "he": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.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_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-json-strings", - "version": "7.8.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "media-typer": [ - "0.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__at_svgr_babel-plugin-remove-jsx-empty-expression__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-remove-jsx-empty-expression__8.0.0__at_babel_core_7.23.5__links", - "package": "@svgr/babel-plugin-remove-jsx-empty-expression", - "version": "8.0.0_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5" - }, - "transitive_closure": { - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__tinypool__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__tinypool__0.8.1__links", - "package": "tinypool", - "version": "0.8.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "tinypool": [ - "0.8.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__links": { - "bzlFile": "@@aspect_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": true, - "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__at_esbuild_linux-s390x__0.19.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_esbuild_linux-s390x__0.19.8__links", - "package": "@esbuild/linux-s390x", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/linux-s390x": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_rollup_pluginutils__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__at_rollup_pluginutils__5.1.0__links", - "package": "@rollup/pluginutils", - "version": "5.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/estree": "1.0.2", - "estree-walker": "2.0.2", - "picomatch": "2.3.1" - }, - "transitive_closure": { - "@rollup/pluginutils": [ - "5.1.0" - ], - "@types/estree": [ - "1.0.2" - ], - "estree-walker": [ - "2.0.2" - ], - "picomatch": [ - "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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_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__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": true, - "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": true, - "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_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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "natural-compare-lite": [ - "1.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_babel_plugin-transform-modules-commonjs__7.23.3__at_babel_core_7.23.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_plugin-transform-modules-commonjs__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-modules-commonjs", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__data-urls__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__data-urls__5.0.0__links", - "package": "data-urls", - "version": "5.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "whatwg-mimetype": "4.0.0", - "whatwg-url": "14.0.0" - }, - "transitive_closure": { - "data-urls": [ - "5.0.0" - ], - "whatwg-mimetype": [ - "4.0.0" - ], - "whatwg-url": [ - "14.0.0" - ], - "tr46": [ - "5.0.0" - ], - "webidl-conversions": [ - "7.0.0" - ], - "punycode": [ - "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.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_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-optional-catch-binding", - "version": "7.8.3_at_babel_core_7.23.5", - "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__at_eslint_js__8.55.0__links": { - "bzlFile": "@@aspect_rules_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_js__8.55.0__links", - "package": "@eslint/js", - "version": "8.55.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@eslint/js": [ - "8.55.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": true, - "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__vite-plugin-svgr__4.2.0__typescript_4.9.3__vite_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__vite-plugin-svgr__4.2.0__typescript_4.9.3__vite_3.2.7__links", - "package": "vite-plugin-svgr", - "version": "4.2.0_typescript_4.9.3__vite_3.2.7", - "dev": true, - "root_package": "", - "link_packages": { - "react": [ - "vite-plugin-svgr" - ] - }, - "deps": { - "@rollup/pluginutils": "5.1.0", - "@svgr/core": "8.1.0_typescript_4.9.3", - "@svgr/plugin-jsx": "8.1.0_at_svgr_core_8.1.0", - "vite": "3.2.7" - }, - "transitive_closure": { - "vite-plugin-svgr": [ - "4.2.0_typescript_4.9.3__vite_3.2.7" - ], - "@rollup/pluginutils": [ - "5.1.0" - ], - "@svgr/core": [ - "8.1.0_typescript_4.9.3" - ], - "@svgr/plugin-jsx": [ - "8.1.0_at_svgr_core_8.1.0" - ], - "vite": [ - "3.2.7" - ], - "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" - ], - "@babel/core": [ - "7.23.5" - ], - "@svgr/babel-preset": [ - "8.1.0_at_babel_core_7.23.5" - ], - "@svgr/hast-util-to-babel-ast": [ - "8.0.0" - ], - "svg-parser": [ - "2.0.4" - ], - "@babel/types": [ - "7.23.5" - ], - "entities": [ - "4.5.0" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@svgr/babel-plugin-add-jsx-attribute": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-remove-jsx-attribute": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-svg-dynamic-title": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-svg-em-dimensions": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-transform-react-native-svg": [ - "8.1.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-transform-svg-component": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "@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.23.4" - ], - "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": [ - "6.3.0" - ], - "cosmiconfig": [ - "8.3.6_typescript_4.9.3" - ], - "snake-case": [ - "3.0.4" - ], - "dot-case": [ - "3.0.4" - ], - "tslib": [ - "2.6.2" - ], - "no-case": [ - "3.0.4" - ], - "lower-case": [ - "2.0.2" - ], - "import-fresh": [ - "3.3.0" - ], - "js-yaml": [ - "4.1.0" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "typescript": [ - "4.9.3" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "argparse": [ - "2.0.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@types/estree": [ - "1.0.2" - ], - "estree-walker": [ - "2.0.2" - ], - "picomatch": [ - "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__electron-to-chromium__1.4.608": { - "bzlFile": "@@aspect_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.608", - "package": "electron-to-chromium", - "version": "1.4.608", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-J2f/3iIIm3Mo0npneITZ2UPe4B1bg8fTNrFjD8715F/k1BvbviRuqYGkET1PgprrczXYTHFvotbBOmUp6KE0uA==", - "url": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.608.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_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_regexpp__4.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__at_eslint-community_regexpp__4.10.0", - "package": "@eslint-community/regexpp", - "version": "4.10.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", - "url": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__at_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.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_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.5__links", - "package": "@babel/plugin-proposal-private-property-in-object", - "version": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5" - }, - "transitive_closure": { - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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__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__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__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": true, - "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__babel-plugin-polyfill-corejs2__0.4.6__at_babel_core_7.23.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__babel-plugin-polyfill-corejs2__0.4.6__at_babel_core_7.23.5", - "package": "babel-plugin-polyfill-corejs2", - "version": "0.4.6_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==", - "url": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "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": true, - "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__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": true, - "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": true, - "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__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.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__node-releases__2.0.14", - "package": "node-releases", - "version": "2.0.14", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", - "url": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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": true, - "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__at_typescript-eslint_utils__5.62.0__1767590274__links": { - "bzlFile": "@@aspect_rules_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__1767590274__links", - "package": "@typescript-eslint/utils", - "version": "5.62.0_1767590274", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@eslint-community/eslint-utils": "4.4.0_eslint_8.55.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.55.0", - "eslint-scope": "5.1.1", - "semver": "7.5.4" - }, - "transitive_closure": { - "@typescript-eslint/utils": [ - "5.62.0_1767590274" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.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.55.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-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.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": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-path-inside": [ - "3.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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_typescript-eslint_parser__5.44.0__1767590274__links": { - "bzlFile": "@@aspect_rules_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__1767590274__links", - "package": "@typescript-eslint/parser", - "version": "5.44.0_1767590274", - "dev": true, - "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.55.0", - "typescript": "4.9.3" - }, - "transitive_closure": { - "@typescript-eslint/parser": [ - "5.44.0_1767590274" - ], - "@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.55.0" - ], - "typescript": [ - "4.9.3" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "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__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": true, - "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__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": true, - "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__at_babel_helper-create-class-features-plugin__7.22.15__at_babel_core_7.23.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-create-class-features-plugin__7.22.15__at_babel_core_7.23.5", - "package": "@babel/helper-create-class-features-plugin", - "version": "7.22.15_at_babel_core_7.23.5", - "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__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__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": true, - "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": true, - "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__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__at_svgr_babel-plugin-transform-svg-component__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-transform-svg-component__8.0.0__at_babel_core_7.23.5", - "package": "@svgr/babel-plugin-transform-svg-component", - "version": "8.0.0_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-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__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-transform-optional-chaining__7.23.4__at_babel_core_7.23.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_plugin-transform-optional-chaining__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-optional-chaining", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.5" - }, - "transitive_closure": { - "@babel/plugin-transform-optional-chaining": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esutils": [ - "2.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__p-limit__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-limit__5.0.0__links", - "package": "p-limit", - "version": "5.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "yocto-queue": "1.0.0" - }, - "transitive_closure": { - "p-limit": [ - "5.0.0" - ], - "yocto-queue": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "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": true, - "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__at_babel_plugin-transform-async-generator-functions__7.23.4__at_babel_core_7.23.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_plugin-transform-async-generator-functions__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-async-generator-functions", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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__at_babel_helper-create-class-features-plugin__7.23.5__at_babel_core_7.23.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-create-class-features-plugin__7.23.5__at_babel_core_7.23.5__links", - "package": "@babel/helper-create-class-features-plugin", - "version": "7.23.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.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.5", - "@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.23.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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__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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "etag": "1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "1.2.1", - "statuses": "2.0.1" - }, - "transitive_closure": { - "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_babel_plugin-transform-reserved-words__7.23.3__at_babel_core_7.23.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_plugin-transform-reserved-words__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-reserved-words", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/visitor-keys": "5.44.0" - }, - "transitive_closure": { - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "eslint-visitor-keys": [ - "3.4.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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__eslint-plugin-import__2.28.1__-730556401": { - "bzlFile": "@@aspect_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__-730556401", - "package": "eslint-plugin-import", - "version": "2.28.1_-730556401", - "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__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__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__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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.5", - "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", - "7.23.5" - ], - "@babel/generator": [ - "7.23.0", - "7.23.5" - ], - "@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", - "7.23.4" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_esbuild_android-x64__0.19.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_esbuild_android-x64__0.19.8__links", - "package": "@esbuild/android-x64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/android-x64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "is-callable": "1.2.7", - "is-date-object": "1.0.5", - "is-symbol": "1.0.4" - }, - "transitive_closure": { - "es-to-primitive": [ - "1.2.1" - ], - "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": true, - "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__cac__6.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__cac__6.7.14__links", - "package": "cac", - "version": "6.7.14", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "cac": [ - "6.7.14" - ] - }, - "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__1767590274__links": { - "bzlFile": "@@aspect_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__1767590274__links", - "package": "eslint-plugin-testing-library", - "version": "5.11.1_1767590274", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/utils": "5.62.0_1767590274", - "eslint": "8.55.0" - }, - "transitive_closure": { - "eslint-plugin-testing-library": [ - "5.11.1_1767590274" - ], - "@typescript-eslint/utils": [ - "5.62.0_1767590274" - ], - "eslint": [ - "8.55.0" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "5.1.1", - "7.2.2" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.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_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.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_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-unicode-sets-regex", - "version": "7.18.6_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_rollup-linux-arm-gnueabihf__4.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__at_rollup_rollup-linux-arm-gnueabihf__4.6.1__links", - "package": "@rollup/rollup-linux-arm-gnueabihf", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-linux-arm-gnueabihf": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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": true, - "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": true, - "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__punycode__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__punycode__2.3.1", - "package": "punycode", - "version": "2.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "url": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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.5", - "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", - "7.23.5" - ], - "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", - "7.23.4" - ], - "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", - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@jest/expect-utils": [ - "29.7.0" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0", - "1.0.1_at_babel_core_7.23.5" - ], - "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", - "7.8.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0", - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0", - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0", - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0", - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0", - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "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/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0", - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.1", - "7.23.5" - ], - "@babel/parser": [ - "7.23.0", - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0", - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.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" - ], - "@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" - ], - "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" - ], - "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" - ], - "@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" - ] - }, - "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__at_babel_plugin-transform-flow-strip-types__7.23.3__at_babel_core_7.23.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_plugin-transform-flow-strip-types__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-flow-strip-types", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-flow": "7.23.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-flow-strip-types": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-flow": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-react-pure-annotations__7.23.3__at_babel_core_7.23.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_plugin-transform-react-pure-annotations__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-react-pure-annotations", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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_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": true, - "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__assertion-error__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__assertion-error__1.1.0__links", - "package": "assertion-error", - "version": "1.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "assertion-error": [ - "1.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.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_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-optional-chaining", - "version": "7.8.3_at_babel_core_7.23.5", - "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__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": true, - "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__signal-exit__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__signal-exit__4.1.0__links", - "package": "signal-exit", - "version": "4.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "signal-exit": [ - "4.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_eslint-parser__7.23.3__-38058428": { - "bzlFile": "@@aspect_rules_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.23.3__-38058428", - "package": "@babel/eslint-parser", - "version": "7.23.3_-38058428", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==", - "url": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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_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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "setprototypeof": [ - "1.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__strip-final-newline__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-final-newline__3.0.0", - "package": "strip-final-newline", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", - "url": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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": true, - "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__at_babel_helper-module-transforms__7.23.3__at_babel_core_7.23.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-module-transforms__7.23.3__at_babel_core_7.23.5", - "package": "@babel/helper-module-transforms", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", - "url": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "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": true, - "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": true, - "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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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__is-stream__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-stream__3.0.0__links", - "package": "is-stream", - "version": "3.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-stream": [ - "3.0.0" - ] - }, - "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": { - "bzlFile": "@@aspect_rules_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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "has-bigints": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__at_babel_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.23.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_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-named-capturing-groups-regex", - "version": "7.22.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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.23.5" - ], - "@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.23.4" - ], - "@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__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__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": 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.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": true, - "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_eslint-community_eslint-utils__4.4.0__eslint_8.55.0__links": { - "bzlFile": "@@aspect_rules_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.55.0__links", - "package": "@eslint-community/eslint-utils", - "version": "4.4.0_eslint_8.55.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint": "8.55.0", - "eslint-visitor-keys": "3.4.3" - }, - "transitive_closure": { - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "eslint": [ - "8.55.0" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "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" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "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__eslint-plugin-react-hooks__4.6.0__eslint_8.55.0": { - "bzlFile": "@@aspect_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.55.0", - "package": "eslint-plugin-react-hooks", - "version": "4.6.0_eslint_8.55.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__at_babel_eslint-parser__7.23.3__-38058428__links": { - "bzlFile": "@@aspect_rules_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.23.3__-38058428__links", - "package": "@babel/eslint-parser", - "version": "7.23.3_-38058428", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", - "eslint": "8.55.0", - "eslint-visitor-keys": "2.1.0", - "semver": "6.3.1" - }, - "transitive_closure": { - "@babel/eslint-parser": [ - "7.23.3_-38058428" - ], - "@babel/core": [ - "7.23.5" - ], - "@nicolo-ribaudo/eslint-scope-5-internals": [ - "5.1.1-v1" - ], - "eslint": [ - "8.55.0" - ], - "eslint-visitor-keys": [ - "3.4.3", - "2.1.0" - ], - "semver": [ - "6.3.1" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "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" - ], - "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" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/node": "18.11.9", - "merge-stream": "2.0.0", - "supports-color": "8.1.1" - }, - "transitive_closure": { - "jest-worker": [ - "27.5.1" - ], - "@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__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__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__at_rollup_rollup-win32-arm64-msvc__4.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__at_rollup_rollup-win32-arm64-msvc__4.6.1", - "package": "@rollup/rollup-win32-arm64-msvc", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-v2FVT6xfnnmTe3W9bJXl6r5KwJglMK/iRlkKiIFfO6ysKs0rDgz7Cwwf3tjldxQUrHL9INT/1r4VA0n9L/F1vQ==", - "url": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__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": true, - "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__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_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": true, - "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__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__at_babel_plugin-transform-object-super__7.23.3__at_babel_core_7.23.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_plugin-transform-object-super__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-object-super", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.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_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-dynamic-import", - "version": "7.8.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/json5": [ - "0.0.29" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__eslint-plugin-jest__25.7.0__-408391597__links": { - "bzlFile": "@@aspect_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__-408391597__links", - "package": "eslint-plugin-jest", - "version": "25.7.0_-408391597", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/eslint-plugin": "5.44.0_-937717529", - "@typescript-eslint/experimental-utils": "5.62.0_1767590274", - "eslint": "8.55.0" - }, - "transitive_closure": { - "eslint-plugin-jest": [ - "25.7.0_-408391597" - ], - "@typescript-eslint/eslint-plugin": [ - "5.44.0_-937717529" - ], - "@typescript-eslint/experimental-utils": [ - "5.62.0_1767590274" - ], - "eslint": [ - "8.55.0" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "5.1.1", - "7.2.2" - ], - "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" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@typescript-eslint/utils": [ - "5.44.0_1767590274", - "5.62.0_1767590274" - ], - "@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" - ], - "semver": [ - "7.5.4" - ], - "lru-cache": [ - "6.0.0" - ], - "yallist": [ - "4.0.0" - ], - "@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" - ], - "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" - ], - "@typescript-eslint/parser": [ - "5.44.0_1767590274" - ], - "@typescript-eslint/type-utils": [ - "5.44.0_1767590274" - ], - "natural-compare-lite": [ - "1.4.0" - ], - "regexpp": [ - "3.2.0" - ], - "eslint-utils": [ - "3.0.0_eslint_8.55.0" - ] - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "debug": "2.6.9", - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "on-finished": "2.4.1", - "parseurl": "1.3.3", - "statuses": "2.0.1", - "unpipe": "1.0.0" - }, - "transitive_closure": { - "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__eslint-plugin-react__7.33.2__eslint_8.55.0__links": { - "bzlFile": "@@aspect_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.55.0__links", - "package": "eslint-plugin-react", - "version": "7.33.2_eslint_8.55.0", - "dev": true, - "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.55.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.55.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.55.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-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.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" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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__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": true, - "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__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": true, - "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__at_babel_plugin-syntax-jsx__7.23.3__at_babel_core_7.23.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_plugin-syntax-jsx__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-jsx", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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": true, - "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": true, - "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_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__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__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": true, - "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_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": true, - "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__cssstyle__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__cssstyle__3.0.0", - "package": "cssstyle", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==", - "url": "https://registry.npmjs.org/cssstyle/-/cssstyle-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": { - "react": [ - "vite" - ], - "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_babel_helpers__7.23.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_helpers__7.23.5", - "package": "@babel/helpers", - "version": "7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==", - "url": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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__at_babel_preset-typescript__7.23.3__at_babel_core_7.23.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_preset-typescript__7.23.3__at_babel_core_7.23.5", - "package": "@babel/preset-typescript", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==", - "url": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_typescript-eslint_utils__5.44.0__1767590274": { - "bzlFile": "@@aspect_rules_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__1767590274", - "package": "@typescript-eslint/utils", - "version": "5.44.0_1767590274", - "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__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": true, - "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_babel_compat-data__7.23.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_compat-data__7.23.5", - "package": "@babel/compat-data", - "version": "7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", - "url": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_esbuild_netbsd-x64__0.19.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_esbuild_netbsd-x64__0.19.8__links", - "package": "@esbuild/netbsd-x64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/netbsd-x64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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": true, - "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__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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "p-try": "2.2.0" - }, - "transitive_closure": { - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_babel_plugin-transform-exponentiation-operator__7.23.3__at_babel_core_7.23.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_plugin-transform-exponentiation-operator__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-exponentiation-operator", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__eslint-plugin-import__2.28.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-import__2.28.1__eslint_8.28.0__links", - "package": "eslint-plugin-import", - "version": "2.28.1_eslint_8.28.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "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_-993259024", - "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_eslint_8.28.0" - ], - "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_-993259024" - ], - "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" - ], - "@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" - ], - "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" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "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" - ], - "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-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" - ], - "ms": [ - "2.1.3", - "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.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" - ], - "es-shim-unscopables": [ - "1.0.0" - ] - }, - "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": true, - "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__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__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.1" - ], - "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.23.5" - ], - "@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.23.4" - ], - "@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": true, - "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__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": true, - "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__at_svgr_babel-plugin-remove-jsx-attribute__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-remove-jsx-attribute__8.0.0__at_babel_core_7.23.5", - "package": "@svgr/babel-plugin-remove-jsx-attribute", - "version": "8.0.0_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-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__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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "fsevents": "2.3.3", - "anymatch": "3.1.3", - "braces": "3.0.2", - "glob-parent": "5.1.2", - "is-binary-path": "2.1.0", - "is-glob": "4.0.3", - "normalize-path": "3.0.0", - "readdirp": "3.6.0" - }, - "transitive_closure": { - "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__at_babel_plugin-transform-json-strings__7.23.4__at_babel_core_7.23.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_plugin-transform-json-strings__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-json-strings", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-json-strings": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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_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": true, - "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": [ - "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.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" - ], - "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_rollup_rollup-linux-x64-musl__4.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__at_rollup_rollup-linux-x64-musl__4.6.1__links", - "package": "@rollup/rollup-linux-x64-musl", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-linux-x64-musl": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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__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": true, - "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__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_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_rollup_rollup-darwin-x64__4.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__at_rollup_rollup-darwin-x64__4.6.1", - "package": "@rollup/rollup-darwin-x64", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LoSU9Xu56isrkV2jLldcKspJ7sSXmZWkAxg7sW/RfF7GS4F5/v4EiqKSMCFbZtDu2Nc1gxxFdQdKwkKS4rwxNg==", - "url": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__at_babel_plugin-transform-member-expression-literals__7.23.3__at_babel_core_7.23.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_plugin-transform-member-expression-literals__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-member-expression-literals", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-member-expression-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_esbuild_freebsd-x64__0.19.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_esbuild_freebsd-x64__0.19.8", - "package": "@esbuild/freebsd-x64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ICvZyOplIjmmhjd6mxi+zxSdpPTKFfyPPQMQTK/w+8eNK6WV01AjIztJALDtwNNfFhfZLux0tZLC+U9nSyA5Zg==", - "url": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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.5", - "@babel/parser": "7.23.5", - "@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.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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": true, - "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__onetime__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__onetime__6.0.0", - "package": "onetime", - "version": "6.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", - "url": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "available-typed-arrays": "1.0.5", - "call-bind": "1.0.2", - "for-each": "0.3.3", - "gopd": "1.0.1", - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "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__npm-run-path__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__npm-run-path__5.1.0", - "package": "npm-run-path", - "version": "5.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", - "url": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yocto-queue": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_esbuild_darwin-arm64__0.19.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_esbuild_darwin-arm64__0.19.8", - "package": "@esbuild/darwin-arm64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RQw9DemMbIq35Bprbboyf8SmOr4UXsRVxJ97LgB55VKKeJOOdvsIPy0nFyF2l8U+h4PtBx/1kRf0BelOYCiQcw==", - "url": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "resolve-pkg-maps": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.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_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-jsx", - "version": "7.22.5_at_babel_core_7.23.5", - "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__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.1" - ] - }, - "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__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": true, - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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_babel_plugin-syntax-import-attributes__7.23.3__at_babel_core_7.23.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_plugin-syntax-import-attributes__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-import-attributes", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__tr46__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__tr46__5.0.0", - "package": "tr46", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", - "url": "https://registry.npmjs.org/tr46/-/tr46-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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fast-levenshtein": [ - "2.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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-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__next__13.0.5__-1955910335": { - "bzlFile": "@@aspect_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__-1955910335", - "package": "next", - "version": "13.0.5_-1955910335", - "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__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__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__vite__5.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__vite__5.0.6", - "package": "vite", - "version": "5.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ==", - "url": "https://registry.npmjs.org/vite/-/vite-5.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__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": true, - "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_vitest_spy__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_vitest_spy__1.0.2__links", - "package": "@vitest/spy", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "tinyspy": "2.2.0" - }, - "transitive_closure": { - "@vitest/spy": [ - "1.0.2" - ], - "tinyspy": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__at_babel_plugin-transform-block-scoped-functions__7.23.3__at_babel_core_7.23.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_plugin-transform-block-scoped-functions__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-block-scoped-functions", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-block-scoped-functions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__core-js-compat__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__core-js-compat__3.34.0__links", - "package": "core-js-compat", - "version": "3.34.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "browserslist": "4.22.2" - }, - "transitive_closure": { - "core-js-compat": [ - "3.34.0" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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__https-proxy-agent__7.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__https-proxy-agent__7.0.2", - "package": "https-proxy-agent", - "version": "7.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==", - "url": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-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__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": true, - "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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "forwarded": [ - "0.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__at_esbuild_linux-riscv64__0.19.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_esbuild_linux-riscv64__0.19.8", - "package": "@esbuild/linux-riscv64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-T2DRQk55SgoleTP+DtPlMrxi/5r9AeFgkhkZ/B0ap99zmxtxdOixOMI570VjdRCs9pE4Wdkz7JYrsPvsl7eESg==", - "url": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "shebang-regex": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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__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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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_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": true, - "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__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__at_babel_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.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_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-jsx", - "version": "7.22.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__at_babel_compat-data__7.23.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_compat-data__7.23.5__links", - "package": "@babel/compat-data", - "version": "7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/compat-data": [ - "7.23.5" - ] - }, - "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": true, - "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_plugin-transform-unicode-escapes__7.23.3__at_babel_core_7.23.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_plugin-transform-unicode-escapes__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-unicode-escapes", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "lodash.merge": [ - "4.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_svgr_core__8.1.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_svgr_core__8.1.0__typescript_4.9.3", - "package": "@svgr/core", - "version": "8.1.0_typescript_4.9.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==", - "url": "https://registry.npmjs.org/@svgr/core/-/core-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__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.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": [ - "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": true, - "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__at_rollup_rollup-android-arm64__4.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__at_rollup_rollup-android-arm64__4.6.1__links", - "package": "@rollup/rollup-android-arm64", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-android-arm64": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@typescript-eslint/types": [ - "5.44.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.22.13", - "7.23.5" - ], - "@babel/parser": [ - "7.23.0", - "7.23.5" - ], - "@babel/highlight": [ - "7.22.20", - "7.23.4" - ], - "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.5", - "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.5", - "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" - ], - "@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-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_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__at_esbuild_linux-mips64el__0.19.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_esbuild_linux-mips64el__0.19.8", - "package": "@esbuild/linux-mips64el", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Wy/z0EL5qZYLX66dVnEg9riiwls5IYnziwuju2oUiuxVc+/edvqXa04qNtbrs0Ukatg5HEzqT94Zs7J207dN5Q==", - "url": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__at_rollup_rollup-linux-arm64-musl__4.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__at_rollup_rollup-linux-arm64-musl__4.6.1__links", - "package": "@rollup/rollup-linux-arm64-musl", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-linux-arm64-musl": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "regexpp": [ - "3.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "range-parser": [ - "1.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__mimic-fn__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__mimic-fn__4.0.0__links", - "package": "mimic-fn", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "mimic-fn": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_esbuild_android-x64__0.19.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_esbuild_android-x64__0.19.8", - "package": "@esbuild/android-x64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-rdqqYfRIn4jWOp+lzQttYMa2Xar3OK9Yt2fhOhzFXqg0rVWEfSclJvZq5fZslnz6ypHvVf3CT7qyf0A5pM682A==", - "url": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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": true, - "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": true, - "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__execa__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__execa__8.0.1__links", - "package": "execa", - "version": "8.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "cross-spawn": "7.0.3", - "get-stream": "8.0.1", - "human-signals": "5.0.0", - "is-stream": "3.0.0", - "merge-stream": "2.0.0", - "npm-run-path": "5.1.0", - "onetime": "6.0.0", - "signal-exit": "4.1.0", - "strip-final-newline": "3.0.0" - }, - "transitive_closure": { - "execa": [ - "8.0.1" - ], - "cross-spawn": [ - "7.0.3" - ], - "get-stream": [ - "8.0.1" - ], - "human-signals": [ - "5.0.0" - ], - "is-stream": [ - "3.0.0" - ], - "merge-stream": [ - "2.0.0" - ], - "npm-run-path": [ - "5.1.0" - ], - "onetime": [ - "6.0.0" - ], - "signal-exit": [ - "4.1.0" - ], - "strip-final-newline": [ - "3.0.0" - ], - "mimic-fn": [ - "4.0.0" - ], - "path-key": [ - "3.1.1", - "4.0.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__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": true, - "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__at_eslint-community_regexpp__4.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__at_eslint-community_regexpp__4.10.0__links", - "package": "@eslint-community/regexpp", - "version": "4.10.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@eslint-community/regexpp": [ - "4.10.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__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": 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.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__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__at_babel_plugin-syntax-decorators__7.23.3__at_babel_core_7.23.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_plugin-syntax-decorators__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-decorators", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__agent-base__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__agent-base__7.1.0", - "package": "agent-base", - "version": "7.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==", - "url": "https://registry.npmjs.org/agent-base/-/agent-base-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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fast-deep-equal": [ - "3.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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": true, - "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__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__at_babel_helper-replace-supers__7.22.20__at_babel_core_7.23.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-replace-supers__7.22.20__at_babel_core_7.23.5__links", - "package": "@babel/helper-replace-supers", - "version": "7.22.20_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "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__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_svgr_babel-plugin-remove-jsx-empty-expression__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-remove-jsx-empty-expression__8.0.0__at_babel_core_7.23.5", - "package": "@svgr/babel-plugin-remove-jsx-empty-expression", - "version": "8.0.0_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-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__at_svgr_babel-plugin-replace-jsx-attribute-value__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-replace-jsx-attribute-value__8.0.0__at_babel_core_7.23.5__links", - "package": "@svgr/babel-plugin-replace-jsx-attribute-value", - "version": "8.0.0_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5" - }, - "transitive_closure": { - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_esbuild_win32-x64__0.19.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_esbuild_win32-x64__0.19.8", - "package": "@esbuild/win32-x64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-bfZ0cQ1uZs2PqpulNL5j/3w+GDhP36k1K5c38QdQg+Swy51jFZWWeIkteNsufkQxp986wnqRRsb/bHbY1WQ7TA==", - "url": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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": true, - "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": true, - "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__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__ufo__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__ufo__1.3.2", - "package": "ufo", - "version": "1.3.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==", - "url": "https://registry.npmjs.org/ufo/-/ufo-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_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.23.3__at_babel_core_7.23.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_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", - "url": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__pathval__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__pathval__1.1.1__links", - "package": "pathval", - "version": "1.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "pathval": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__loupe__2.3.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__loupe__2.3.7__links", - "package": "loupe", - "version": "2.3.7", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "get-func-name": "2.0.2" - }, - "transitive_closure": { - "loupe": [ - "2.3.7" - ], - "get-func-name": [ - "2.0.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__links": { - "bzlFile": "@@aspect_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": true, - "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__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__at_babel_plugin-transform-dynamic-import__7.23.4__at_babel_core_7.23.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_plugin-transform-dynamic-import__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-dynamic-import", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@types/babel__generator": [ - "7.6.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__at_rollup_rollup-linux-x64-gnu__4.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__at_rollup_rollup-linux-x64-gnu__4.6.1", - "package": "@rollup/rollup-linux-x64-gnu", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DNGZvZDO5YF7jN5fX8ZqmGLjZEXIJRdJEdTFMhiyXqyXubBa0WVLDWSNlQ5JR2PNgDbEV1VQowhVRUh+74D+RA==", - "url": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__at_esbuild_netbsd-x64__0.19.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_esbuild_netbsd-x64__0.19.8", - "package": "@esbuild/netbsd-x64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hvWVo2VsXz/8NVt1UhLzxwAfo5sioj92uo0bCfLibB0xlOmimU/DeAEsQILlBQvkhrGjamP0/el5HU76HAitGw==", - "url": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_rollup_rollup-android-arm64__4.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__at_rollup_rollup-android-arm64__4.6.1", - "package": "@rollup/rollup-android-arm64", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1TKm25Rn20vr5aTGGZqo6E4mzPicCUD79k17EgTLAsXc1zysyi4xXKACfUbwyANEPAEIxkzwue6JZ+stYzWUTA==", - "url": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__at_eslint_eslintrc__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__at_eslint_eslintrc__2.1.4__links", - "package": "@eslint/eslintrc", - "version": "2.1.4", - "dev": true, - "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": [ - "2.1.4" - ], - "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.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ms": [ - "2.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_babel_plugin-transform-unicode-property-regex__7.23.3__at_babel_core_7.23.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_plugin-transform-unicode-property-regex__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-unicode-property-regex", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "acorn": "8.10.0", - "acorn-jsx": "5.3.2_acorn_8.10.0", - "eslint-visitor-keys": "3.4.3" - }, - "transitive_closure": { - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "safe-buffer": "5.2.1" - }, - "transitive_closure": { - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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__at_babel_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.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_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.5__links", - "package": "@babel/plugin-proposal-private-methods", - "version": "7.18.6_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-proposal-private-methods": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "mime-db": [ - "1.52.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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__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__at_babel_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.23.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_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-object-rest-spread", - "version": "7.8.3_at_babel_core_7.23.5", - "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_esbuild_darwin-x64__0.19.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_esbuild_darwin-x64__0.19.8__links", - "package": "@esbuild/darwin-x64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/darwin-x64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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__at_esbuild_linux-x64__0.19.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_esbuild_linux-x64__0.19.8__links", - "package": "@esbuild/linux-x64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/linux-x64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "imurmurhash": [ - "0.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "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__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": true, - "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__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": true, - "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-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.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_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-export-namespace-from", - "version": "7.8.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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": true, - "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": true, - "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__at_svgr_plugin-jsx__8.1.0__at_svgr_core_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_svgr_plugin-jsx__8.1.0__at_svgr_core_8.1.0__links", - "package": "@svgr/plugin-jsx", - "version": "8.1.0_at_svgr_core_8.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@svgr/babel-preset": "8.1.0_at_babel_core_7.23.5", - "@svgr/core": "8.1.0_typescript_4.9.3", - "@svgr/hast-util-to-babel-ast": "8.0.0", - "svg-parser": "2.0.4" - }, - "transitive_closure": { - "@svgr/plugin-jsx": [ - "8.1.0_at_svgr_core_8.1.0" - ], - "@babel/core": [ - "7.23.5" - ], - "@svgr/babel-preset": [ - "8.1.0_at_babel_core_7.23.5" - ], - "@svgr/core": [ - "8.1.0_typescript_4.9.3" - ], - "@svgr/hast-util-to-babel-ast": [ - "8.0.0" - ], - "svg-parser": [ - "2.0.4" - ], - "@babel/types": [ - "7.23.5" - ], - "entities": [ - "4.5.0" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "camelcase": [ - "6.3.0" - ], - "cosmiconfig": [ - "8.3.6_typescript_4.9.3" - ], - "snake-case": [ - "3.0.4" - ], - "dot-case": [ - "3.0.4" - ], - "tslib": [ - "2.6.2" - ], - "no-case": [ - "3.0.4" - ], - "lower-case": [ - "2.0.2" - ], - "import-fresh": [ - "3.3.0" - ], - "js-yaml": [ - "4.1.0" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "typescript": [ - "4.9.3" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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" - ], - "argparse": [ - "2.0.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@svgr/babel-plugin-add-jsx-attribute": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-remove-jsx-attribute": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-svg-dynamic-title": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-svg-em-dimensions": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-transform-react-native-svg": [ - "8.1.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-transform-svg-component": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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__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": true, - "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__at_babel_plugin-transform-unicode-escapes__7.23.3__at_babel_core_7.23.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_plugin-transform-unicode-escapes__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-unicode-escapes", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-unicode-escapes": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@bcoe/v8-coverage": [ - "0.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__ufo__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__ufo__1.3.2__links", - "package": "ufo", - "version": "1.3.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ufo": [ - "1.3.2" - ] - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "negotiator": [ - "0.6.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "estraverse": [ - "4.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__eslint-plugin-flowtype__8.0.3__-1935277227": { - "bzlFile": "@@aspect_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__-1935277227", - "package": "eslint-plugin-flowtype", - "version": "8.0.3_-1935277227", - "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__at_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.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_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-import-meta", - "version": "7.10.4_at_babel_core_7.23.5", - "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__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__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_esbuild_android-arm__0.19.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_esbuild_android-arm__0.19.8", - "package": "@esbuild/android-arm", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvLBax+VKTPlpnx+sPicOA==", - "url": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__std-env__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__std-env__3.6.0", - "package": "std-env", - "version": "3.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-aFZ19IgVmhdB2uX599ve2kE6BIE3YMnQ6Gp6BURhW/oIzpXGKr878TQfAQZn1+i0Flcc/UKUy1gOlcfaUBCryg==", - "url": "https://registry.npmjs.org/std-env/-/std-env-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__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": true, - "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__at_svgr_babel-plugin-add-jsx-attribute__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-add-jsx-attribute__8.0.0__at_babel_core_7.23.5__links", - "package": "@svgr/babel-plugin-add-jsx-attribute", - "version": "8.0.0_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5" - }, - "transitive_closure": { - "@svgr/babel-plugin-add-jsx-attribute": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/helper-plugin-utils": [ - "7.22.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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__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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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": true, - "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__at_types_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_types_react__18.2.0", - "package": "@types/react", - "version": "18.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "react": [ - "@types/react" - ] - }, - "integrity": "sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==", - "url": "https://registry.npmjs.org/@types/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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "bytes": "3.1.2", - "content-type": "1.0.5", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.11.0", - "raw-body": "2.5.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__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.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__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.5__links", - "package": "babel-preset-current-node-syntax", - "version": "1.0.1_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.23.5", - "@babel/plugin-syntax-bigint": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-class-properties": "7.12.13_at_babel_core_7.23.5", - "@babel/plugin-syntax-import-meta": "7.10.4_at_babel_core_7.23.5", - "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-logical-assignment-operators": "7.10.4_at_babel_core_7.23.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.5", - "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.23.5", - "@babel/plugin-syntax-top-level-await": "7.14.5_at_babel_core_7.23.5" - }, - "transitive_closure": { - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "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.1" - ] - }, - "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": true, - "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__at_babel_plugin-transform-private-property-in-object__7.23.4__at_babel_core_7.23.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_plugin-transform-private-property-in-object__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-private-property-in-object", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-private-property-in-object": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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.5" - }, - "transitive_closure": { - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-function-name": "7.23.0", - "@babel/template": "7.22.15", - "@babel/types": "7.23.5" - }, - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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": 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.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__at_babel_plugin-transform-typescript__7.23.5__at_babel_core_7.23.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_plugin-transform-typescript__7.23.5__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-typescript", - "version": "7.23.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-create-class-features-plugin": "7.23.5_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-typescript": "7.23.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-typescript": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.23.3_at_babel_core_7.23.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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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__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__at_babel_helper-remap-async-to-generator__7.22.20__at_babel_core_7.23.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-remap-async-to-generator__7.22.20__at_babel_core_7.23.5__links", - "package": "@babel/helper-remap-async-to-generator", - "version": "7.22.20_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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-bigint__7.8.3__at_babel_core_7.23.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_plugin-syntax-bigint__7.8.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-bigint", - "version": "7.8.3_at_babel_core_7.23.5", - "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__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": true, - "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_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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ignore": [ - "5.2.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__pkg-types__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__pkg-types__1.0.3__links", - "package": "pkg-types", - "version": "1.0.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "jsonc-parser": "3.2.0", - "mlly": "1.4.2", - "pathe": "1.1.1" - }, - "transitive_closure": { - "pkg-types": [ - "1.0.3" - ], - "jsonc-parser": [ - "3.2.0" - ], - "mlly": [ - "1.4.2" - ], - "pathe": [ - "1.1.1" - ], - "acorn": [ - "8.10.0" - ], - "ufo": [ - "1.3.2" - ] - }, - "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__at_babel_plugin-transform-sticky-regex__7.23.3__at_babel_core_7.23.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_plugin-transform-sticky-regex__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-sticky-regex", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@babel/helper-optimise-call-expression": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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-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__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": true, - "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__human-signals__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__human-signals__5.0.0__links", - "package": "human-signals", - "version": "5.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "human-signals": [ - "5.0.0" - ] - }, - "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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "normalize-path": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__tr46__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__tr46__5.0.0__links", - "package": "tr46", - "version": "5.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "punycode": "2.3.1" - }, - "transitive_closure": { - "tr46": [ - "5.0.0" - ], - "punycode": [ - "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.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_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-optional-catch-binding", - "version": "7.8.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-regenerator__7.23.3__at_babel_core_7.23.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_plugin-transform-regenerator__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-regenerator", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "regenerator-transform": "0.15.2" - }, - "transitive_closure": { - "@babel/plugin-transform-regenerator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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.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": [ - "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__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__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": true, - "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": true, - "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__at_babel_plugin-transform-modules-systemjs__7.23.3__at_babel_core_7.23.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_plugin-transform-modules-systemjs__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-modules-systemjs", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-hoist-variables": "7.22.5", - "@babel/helper-module-transforms": "7.23.3_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-validator-identifier": "7.22.20" - }, - "transitive_closure": { - "@babel/plugin-transform-modules-systemjs": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_types__7.23.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_types__7.23.5__links", - "package": "@babel/types", - "version": "7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-string-parser": "7.23.4", - "@babel/helper-validator-identifier": "7.22.20", - "to-fast-properties": "2.0.0" - }, - "transitive_closure": { - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__magic-string__0.30.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__magic-string__0.30.5__links", - "package": "magic-string", - "version": "0.30.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@jridgewell/sourcemap-codec": "1.4.15" - }, - "transitive_closure": { - "magic-string": [ - "0.30.5" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ] - }, - "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__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": true, - "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__at_svgr_plugin-jsx__8.1.0__at_svgr_core_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_svgr_plugin-jsx__8.1.0__at_svgr_core_8.1.0", - "package": "@svgr/plugin-jsx", - "version": "8.1.0_at_svgr_core_8.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==", - "url": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-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__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__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__at_babel_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.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_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-typescript", - "version": "7.22.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__links": { - "bzlFile": "@@aspect_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": true, - "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-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__rollup__4.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__rollup__4.6.1", - "package": "rollup", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jZHaZotEHQaHLgKr8JnQiDT1rmatjgKlMekyksz+yk9jt/8z9quNjnKNRoaM0wd9DC2QKXjmWWuDYtM3jfF8pQ==", - "url": "https://registry.npmjs.org/rollup/-/rollup-4.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__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": true, - "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__at_babel_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.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_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-typescript", - "version": "7.22.5_at_babel_core_7.23.5", - "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__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": true, - "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__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__at_babel_plugin-transform-spread__7.23.3__at_babel_core_7.23.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_plugin-transform-spread__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-spread", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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": true, - "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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "p-try": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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.23.5", - "@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.23.5" - ], - "@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.23.4" - ], - "@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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "reusify": [ - "1.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "cookie-signature": [ - "1.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__strip-final-newline__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-final-newline__3.0.0__links", - "package": "strip-final-newline", - "version": "3.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "strip-final-newline": [ - "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": { - "bzlFile": "@@aspect_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": true, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "estraverse": "5.3.0" - }, - "transitive_closure": { - "esquery": [ - "1.5.0" - ], - "estraverse": [ - "5.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "strip-json-comments": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__at_svgr_babel-plugin-transform-svg-component__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-transform-svg-component__8.0.0__at_babel_core_7.23.5__links", - "package": "@svgr/babel-plugin-transform-svg-component", - "version": "8.0.0_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5" - }, - "transitive_closure": { - "@svgr/babel-plugin-transform-svg-component": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_eslint-community_eslint-utils__4.4.0__eslint_8.55.0": { - "bzlFile": "@@aspect_rules_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.55.0", - "package": "@eslint-community/eslint-utils", - "version": "4.4.0_eslint_8.55.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_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": true, - "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__at_babel_plugin-transform-async-to-generator__7.23.3__at_babel_core_7.23.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_plugin-transform-async-to-generator__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-async-to-generator", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__vite-node__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__vite-node__1.0.2__links", - "package": "vite-node", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "cac": "6.7.14", - "debug": "4.3.4", - "pathe": "1.1.1", - "picocolors": "1.0.0", - "vite": "5.0.6" - }, - "transitive_closure": { - "vite-node": [ - "1.0.2" - ], - "cac": [ - "6.7.14" - ], - "debug": [ - "4.3.4" - ], - "pathe": [ - "1.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "vite": [ - "5.0.6" - ], - "esbuild": [ - "0.19.8" - ], - "postcss": [ - "8.4.32" - ], - "rollup": [ - "4.6.1" - ], - "fsevents": [ - "2.3.3" - ], - "@rollup/rollup-android-arm-eabi": [ - "4.6.1" - ], - "@rollup/rollup-android-arm64": [ - "4.6.1" - ], - "@rollup/rollup-darwin-arm64": [ - "4.6.1" - ], - "@rollup/rollup-darwin-x64": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm-gnueabihf": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm64-gnu": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm64-musl": [ - "4.6.1" - ], - "@rollup/rollup-linux-x64-gnu": [ - "4.6.1" - ], - "@rollup/rollup-linux-x64-musl": [ - "4.6.1" - ], - "@rollup/rollup-win32-arm64-msvc": [ - "4.6.1" - ], - "@rollup/rollup-win32-ia32-msvc": [ - "4.6.1" - ], - "@rollup/rollup-win32-x64-msvc": [ - "4.6.1" - ], - "nanoid": [ - "3.3.7" - ], - "source-map-js": [ - "1.0.2" - ], - "@esbuild/android-arm": [ - "0.19.8" - ], - "@esbuild/android-arm64": [ - "0.19.8" - ], - "@esbuild/android-x64": [ - "0.19.8" - ], - "@esbuild/darwin-arm64": [ - "0.19.8" - ], - "@esbuild/darwin-x64": [ - "0.19.8" - ], - "@esbuild/freebsd-arm64": [ - "0.19.8" - ], - "@esbuild/freebsd-x64": [ - "0.19.8" - ], - "@esbuild/linux-arm": [ - "0.19.8" - ], - "@esbuild/linux-arm64": [ - "0.19.8" - ], - "@esbuild/linux-ia32": [ - "0.19.8" - ], - "@esbuild/linux-loong64": [ - "0.19.8" - ], - "@esbuild/linux-mips64el": [ - "0.19.8" - ], - "@esbuild/linux-ppc64": [ - "0.19.8" - ], - "@esbuild/linux-riscv64": [ - "0.19.8" - ], - "@esbuild/linux-s390x": [ - "0.19.8" - ], - "@esbuild/linux-x64": [ - "0.19.8" - ], - "@esbuild/netbsd-x64": [ - "0.19.8" - ], - "@esbuild/openbsd-x64": [ - "0.19.8" - ], - "@esbuild/sunos-x64": [ - "0.19.8" - ], - "@esbuild/win32-arm64": [ - "0.19.8" - ], - "@esbuild/win32-ia32": [ - "0.19.8" - ], - "@esbuild/win32-x64": [ - "0.19.8" - ], - "ms": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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": true, - "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.5", - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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_babel_plugin-transform-function-name__7.23.3__at_babel_core_7.23.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_plugin-transform-function-name__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-function-name", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "buffer-from": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__xml-name-validator__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__xml-name-validator__5.0.0__links", - "package": "xml-name-validator", - "version": "5.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "xml-name-validator": [ - "5.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__path-key__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-key__4.0.0", - "package": "path-key", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", - "url": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__at_babel_plugin-transform-runtime__7.23.4__at_babel_core_7.23.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_plugin-transform-runtime__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-runtime", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-module-imports": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5", - "babel-plugin-polyfill-corejs2": "0.4.6_at_babel_core_7.23.5", - "babel-plugin-polyfill-corejs3": "0.8.6_at_babel_core_7.23.5", - "babel-plugin-polyfill-regenerator": "0.5.3_at_babel_core_7.23.5", - "semver": "6.3.1" - }, - "transitive_closure": { - "@babel/plugin-transform-runtime": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "babel-plugin-polyfill-corejs2": [ - "0.4.6_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-corejs3": [ - "0.8.6_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-regenerator": [ - "0.5.3_at_babel_core_7.23.5" - ], - "semver": [ - "6.3.1" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.3_at_babel_core_7.23.5" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "core-js-compat": [ - "3.34.0" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.4" - ], - "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_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": true, - "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": true, - "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": true, - "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__at_babel_plugin-transform-nullish-coalescing-operator__7.23.4__at_babel_core_7.23.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_plugin-transform-nullish-coalescing-operator__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-nullish-coalescing-operator", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "tslib": [ - "1.14.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_types__7.23.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_types__7.23.5", - "package": "@babel/types", - "version": "7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==", - "url": "https://registry.npmjs.org/@babel/types/-/types-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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__at_vitest_snapshot__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_vitest_snapshot__1.0.2__links", - "package": "@vitest/snapshot", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "magic-string": "0.30.5", - "pathe": "1.1.1", - "pretty-format": "29.7.0" - }, - "transitive_closure": { - "@vitest/snapshot": [ - "1.0.2" - ], - "magic-string": [ - "0.30.5" - ], - "pathe": [ - "1.1.1" - ], - "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" - ], - "@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_babel_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.23.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_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-numeric-separator", - "version": "7.10.4_at_babel_core_7.23.5", - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5", - "@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.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/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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": true, - "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__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.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_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-react-jsx-development", - "version": "7.22.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/plugin-transform-react-jsx": "7.23.4_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/plugin-transform-react-jsx": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_vitest_utils__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_vitest_utils__1.0.2__links", - "package": "@vitest/utils", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "diff-sequences": "29.6.3", - "loupe": "2.3.7", - "pretty-format": "29.7.0" - }, - "transitive_closure": { - "@vitest/utils": [ - "1.0.2" - ], - "diff-sequences": [ - "29.6.3" - ], - "loupe": [ - "2.3.7" - ], - "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" - ], - "get-func-name": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "vary": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__next__13.0.5__-1955910335__links": { - "bzlFile": "@@aspect_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__-1955910335__links", - "package": "next", - "version": "13.0.5_-1955910335", - "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_986221465" - }, - "transitive_closure": { - "next": [ - "13.0.5_-1955910335" - ], - "@next/env": [ - "13.0.5" - ], - "@swc/helpers": [ - "0.4.14" - ], - "caniuse-lite": [ - "1.0.30001566", - "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_986221465" - ], - "@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.5" - ], - "client-only": [ - "0.0.1" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.23.5", - "@babel/generator": "7.23.5", - "@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.5", - "@babel/types": "7.23.5", - "debug": "4.3.4", - "globals": "11.12.0" - }, - "transitive_closure": { - "@babel/traverse": [ - "7.23.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/types": [ - "7.23.5" - ], - "debug": [ - "4.3.4" - ], - "globals": [ - "11.12.0" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.4" - ], - "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__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": true, - "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_babel_plugin-syntax-typescript__7.23.3__at_babel_core_7.23.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_plugin-syntax-typescript__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-typescript", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-typescript": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "esutils": "2.0.3" - }, - "transitive_closure": { - "doctrine": [ - "3.0.0" - ], - "esutils": [ - "2.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@humanwhocodes/module-importer": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/parser": "7.23.5", - "@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.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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__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__at_esbuild_win32-arm64__0.19.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_esbuild_win32-arm64__0.19.8", - "package": "@esbuild/win32-arm64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-rq6WzBGjSzihI9deW3fC2Gqiak68+b7qo5/3kmB6Gvbh/NYPA0sJhrnp7wgV4bNwjqM+R2AApXGxMO7ZoGhIJg==", - "url": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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": true, - "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__eslint-config-react-app__7.0.1__-1451297107": { - "bzlFile": "@@aspect_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__-1451297107", - "package": "eslint-config-react-app", - "version": "7.0.1_-1451297107", - "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-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": true, - "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__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.23.3__at_babel_core_7.23.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_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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__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__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_babel_plugin-transform-new-target__7.23.3__at_babel_core_7.23.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_plugin-transform-new-target__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-new-target", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-new-target": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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__eslint-plugin-jsx-a11y__6.7.1__eslint_8.55.0__links": { - "bzlFile": "@@aspect_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.55.0__links", - "package": "eslint-plugin-jsx-a11y", - "version": "6.7.1_eslint_8.55.0", - "dev": true, - "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.55.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.55.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.55.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-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "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__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__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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "merge2": [ - "1.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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__at_babel_plugin-transform-export-namespace-from__7.23.4__at_babel_core_7.23.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_plugin-transform-export-namespace-from__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-export-namespace-from", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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__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": true, - "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__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": true, - "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-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.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_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.5", - "package": "@babel/plugin-proposal-nullish-coalescing-operator", - "version": "7.18.6_at_babel_core_7.23.5", - "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__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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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__at_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.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_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-private-property-in-object", - "version": "7.14.5_at_babel_core_7.23.5", - "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__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__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__at_babel_plugin-transform-new-target__7.23.3__at_babel_core_7.23.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_plugin-transform-new-target__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-new-target", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-dynamic-import__7.23.4__at_babel_core_7.23.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_plugin-transform-dynamic-import__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-dynamic-import", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-dynamic-import": "7.8.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-dynamic-import": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-react__7.23.3__at_babel_core_7.23.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_preset-react__7.23.3__at_babel_core_7.23.5", - "package": "@babel/preset-react", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==", - "url": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/parser": "7.23.5", - "@babel/types": "7.23.5", - "@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.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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__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__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": true, - "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__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": true, - "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": true, - "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": true, - "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": true, - "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__at_rollup_rollup-linux-arm64-musl__4.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__at_rollup_rollup-linux-arm64-musl__4.6.1", - "package": "@rollup/rollup-linux-arm64-musl", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-FfoOK1yP5ksX3wwZ4Zk1NgyGHZyuRhf99j64I5oEmirV8EFT7+OhUZEnP+x17lcP/QHJNWGsoJwrz4PJ9fBEXw==", - "url": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__get-func-name__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__get-func-name__2.0.2", - "package": "get-func-name", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", - "url": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__styled-jsx__5.1.0__986221465__links": { - "bzlFile": "@@aspect_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__986221465__links", - "package": "styled-jsx", - "version": "5.1.0_986221465", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "client-only": "0.0.1", - "react": "18.2.0" - }, - "transitive_closure": { - "styled-jsx": [ - "5.1.0_986221465" - ], - "@babel/core": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ee-first": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_rollup_rollup-win32-x64-msvc__4.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__at_rollup_rollup-win32-x64-msvc__4.6.1", - "package": "@rollup/rollup-win32-x64-msvc", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0zfTlFAIhgz8V2G8STq8toAjsYYA6eci1hnXuyOTUFnymrtJwnS6uGKiv3v5UrPZkBlamLvrLV2iiaeqCKzb0A==", - "url": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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": true, - "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__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__at_babel_plugin-transform-exponentiation-operator__7.23.3__at_babel_core_7.23.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_plugin-transform-exponentiation-operator__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-exponentiation-operator", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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__at_babel_plugin-transform-optional-catch-binding__7.23.4__at_babel_core_7.23.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_plugin-transform-optional-catch-binding__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-optional-catch-binding", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-optional-catch-binding": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@aashutoshrathi/word-wrap": "1.2.6", - "deep-is": "0.1.4", - "fast-levenshtein": "2.0.6", - "levn": "0.4.1", - "prelude-ls": "1.2.1", - "type-check": "0.4.0" - }, - "transitive_closure": { - "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_babel_traverse__7.23.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_traverse__7.23.5__links", - "package": "@babel/traverse", - "version": "7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.23.5", - "@babel/generator": "7.23.5", - "@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.5", - "@babel/types": "7.23.5", - "debug": "4.3.4", - "globals": "11.12.0" - }, - "transitive_closure": { - "@babel/traverse": [ - "7.23.5" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/types": [ - "7.23.5" - ], - "debug": [ - "4.3.4" - ], - "globals": [ - "11.12.0" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.4" - ], - "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": { - "bzlFile": "@@aspect_rules_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__at_babel_plugin-transform-react-jsx-self__7.23.3__at_babel_core_7.23.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_plugin-transform-react-jsx-self__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-react-jsx-self", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-react-jsx-self": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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__at_babel_plugin-proposal-decorators__7.23.5__at_babel_core_7.23.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_plugin-proposal-decorators__7.23.5__at_babel_core_7.23.5", - "package": "@babel/plugin-proposal-decorators", - "version": "7.23.5_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6IsY8jOeWibsengGlWIezp7cuZEFzNlAghFpzh9wiZwhQ42/hRcPnY/QV9HJoKTlujupinSlnQPiEy/u2C1ZfQ==", - "url": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-block-scoping__7.23.4__at_babel_core_7.23.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_plugin-transform-block-scoping__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-block-scoping", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-block-scoping": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/template": "7.22.15", - "@babel/traverse": "7.23.5", - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@babel/helpers": [ - "7.23.1" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@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.5" - ], - "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.23.4" - ], - "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": true, - "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__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__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": true, - "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__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__at_rollup_rollup-win32-arm64-msvc__4.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__at_rollup_rollup-win32-arm64-msvc__4.6.1__links", - "package": "@rollup/rollup-win32-arm64-msvc", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-win32-arm64-msvc": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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__at_babel_code-frame__7.23.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_code-frame__7.23.5", - "package": "@babel/code-frame", - "version": "7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", - "url": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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.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_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-export-namespace-from", - "version": "7.8.3_at_babel_core_7.23.5", - "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__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": true, - "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": true, - "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__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__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_esbuild_sunos-x64__0.19.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_esbuild_sunos-x64__0.19.8__links", - "package": "@esbuild/sunos-x64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/sunos-x64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "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__at_babel_plugin-transform-arrow-functions__7.23.3__at_babel_core_7.23.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_plugin-transform-arrow-functions__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-arrow-functions", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-arrow-functions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-modules-systemjs__7.23.3__at_babel_core_7.23.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_plugin-transform-modules-systemjs__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-modules-systemjs", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__pathe__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__pathe__1.1.1__links", - "package": "pathe", - "version": "1.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "pathe": [ - "1.1.1" - ] - }, - "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__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.1" - ], - "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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/plugin-proposal-class-properties": "7.18.6_at_babel_core_7.23.5", - "@babel/plugin-proposal-decorators": "7.23.5_at_babel_core_7.23.5", - "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6_at_babel_core_7.23.5", - "@babel/plugin-proposal-numeric-separator": "7.18.6_at_babel_core_7.23.5", - "@babel/plugin-proposal-optional-chaining": "7.21.0_at_babel_core_7.23.5", - "@babel/plugin-proposal-private-methods": "7.18.6_at_babel_core_7.23.5", - "@babel/plugin-proposal-private-property-in-object": "7.21.11_at_babel_core_7.23.5", - "@babel/plugin-transform-flow-strip-types": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-react-display-name": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-runtime": "7.23.4_at_babel_core_7.23.5", - "@babel/preset-env": "7.23.5_at_babel_core_7.23.5", - "@babel/preset-react": "7.23.3_at_babel_core_7.23.5", - "@babel/preset-typescript": "7.23.3_at_babel_core_7.23.5", - "@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.5" - ], - "@babel/plugin-proposal-class-properties": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-decorators": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-nullish-coalescing-operator": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-numeric-separator": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-optional-chaining": [ - "7.21.0_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-private-methods": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.5", - "7.21.11_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-flow-strip-types": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-display-name": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-runtime": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/preset-env": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/preset-react": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/preset-typescript": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@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.2" - ], - "import-fresh": [ - "3.3.0" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "yaml": [ - "1.10.2" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-typescript": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.5", - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.23.3_at_babel_core_7.23.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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/plugin-transform-react-jsx": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-pure-annotations": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-assertions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-attributes": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-arrow-functions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-async-generator-functions": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-async-to-generator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-block-scoped-functions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-block-scoping": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-class-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-class-static-block": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-classes": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-computed-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-destructuring": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-dotall-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-duplicate-keys": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-dynamic-import": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-exponentiation-operator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-export-namespace-from": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-for-of": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-function-name": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-json-strings": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-logical-assignment-operators": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-member-expression-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-amd": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-systemjs": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-umd": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-new-target": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-numeric-separator": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-object-rest-spread": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-object-super": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-optional-catch-binding": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-parameters": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-private-methods": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-private-property-in-object": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-property-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-regenerator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-reserved-words": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-shorthand-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-spread": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-sticky-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-template-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-typeof-symbol": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-escapes": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-property-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-sets-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-corejs2": [ - "0.4.6_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-corejs3": [ - "0.8.6_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-regenerator": [ - "0.5.3_at_babel_core_7.23.5" - ], - "core-js-compat": [ - "3.34.0" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.3_at_babel_core_7.23.5" - ], - "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.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" - ], - "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.5" - ], - "@babel/helper-wrap-function": [ - "7.22.20" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "@babel/plugin-syntax-flow": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-decorators": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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__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__at_babel_plugin-transform-class-properties__7.23.3__at_babel_core_7.23.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_plugin-transform-class-properties__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-class-properties", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "isarray": [ - "2.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__update-browserslist-db__1.0.13__browserslist_4.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__update-browserslist-db__1.0.13__browserslist_4.22.2", - "package": "update-browserslist-db", - "version": "1.0.13_browserslist_4.22.2", - "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__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__at_babel_helper-create-class-features-plugin__7.23.5__at_babel_core_7.23.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-create-class-features-plugin__7.23.5__at_babel_core_7.23.5", - "package": "@babel/helper-create-class-features-plugin", - "version": "7.23.5_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QELlRWxSpgdwdJzSJn4WAhKC+hvw/AtHbbrIoncKHkhKKR/luAlKkgBDcri1EzWAo8f8VvYVryEHN4tax/V67A==", - "url": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__html-encoding-sniffer__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__html-encoding-sniffer__4.0.0__links", - "package": "html-encoding-sniffer", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "whatwg-encoding": "3.1.1" - }, - "transitive_closure": { - "html-encoding-sniffer": [ - "4.0.0" - ], - "whatwg-encoding": [ - "3.1.1" - ], - "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__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_babel_plugin-transform-numeric-separator__7.23.4__at_babel_core_7.23.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_plugin-transform-numeric-separator__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-numeric-separator", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "is-callable": "1.2.7" - }, - "transitive_closure": { - "for-each": [ - "0.3.3" - ], - "is-callable": [ - "1.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "type-fest": [ - "0.20.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_esbuild_linux-ia32__0.19.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_esbuild_linux-ia32__0.19.8", - "package": "@esbuild/linux-ia32", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1a8suQiFJmZz1khm/rDglOc8lavtzEMRo0v6WhPgxkrjcU0LkHj+TwBrALwoz/OtMExvsqbbMI0ChyelKabSvQ==", - "url": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__eslint-utils__3.0.0__eslint_8.55.0": { - "bzlFile": "@@aspect_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.55.0", - "package": "eslint-utils", - "version": "3.0.0_eslint_8.55.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__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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "available-typed-arrays": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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_babel_plugin-transform-destructuring__7.23.3__at_babel_core_7.23.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_plugin-transform-destructuring__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-destructuring", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-destructuring": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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": true, - "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": true, - "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__at_typescript-eslint_type-utils__5.44.0__1767590274__links": { - "bzlFile": "@@aspect_rules_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__1767590274__links", - "package": "@typescript-eslint/type-utils", - "version": "5.44.0_1767590274", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/typescript-estree": "5.44.0_typescript_4.9.3", - "@typescript-eslint/utils": "5.44.0_1767590274", - "debug": "4.3.4", - "eslint": "8.55.0", - "tsutils": "3.21.0_typescript_4.9.3", - "typescript": "4.9.3" - }, - "transitive_closure": { - "@typescript-eslint/type-utils": [ - "5.44.0_1767590274" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3" - ], - "@typescript-eslint/utils": [ - "5.44.0_1767590274" - ], - "debug": [ - "4.3.4" - ], - "eslint": [ - "8.55.0" - ], - "tsutils": [ - "3.21.0_typescript_4.9.3" - ], - "typescript": [ - "4.9.3" - ], - "tslib": [ - "1.14.1" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "5.1.1", - "7.2.2" - ], - "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" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "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" - ], - "eslint-utils": [ - "3.0.0_eslint_8.55.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__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__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": true, - "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_vitest_runner__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_vitest_runner__1.0.2__links", - "package": "@vitest/runner", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@vitest/utils": "1.0.2", - "p-limit": "5.0.0", - "pathe": "1.1.1" - }, - "transitive_closure": { - "@vitest/runner": [ - "1.0.2" - ], - "@vitest/utils": [ - "1.0.2" - ], - "p-limit": [ - "5.0.0" - ], - "pathe": [ - "1.1.1" - ], - "yocto-queue": [ - "1.0.0" - ], - "diff-sequences": [ - "29.6.3" - ], - "loupe": [ - "2.3.7" - ], - "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" - ], - "get-func-name": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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_babel_plugin-bugfix-v8-static-class-fields-redefine-readonly__7.23.3__at_babel_core_7.23.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_plugin-bugfix-v8-static-class-fields-redefine-readonly__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==", - "url": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_parse-json__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__at_types_parse-json__4.0.2", - "package": "@types/parse-json", - "version": "4.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", - "url": "https://registry.npmjs.org/@types/parse-json/-/parse-json-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_babel_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.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_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-nullish-coalescing-operator", - "version": "7.8.3_at_babel_core_7.23.5", - "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_babel_plugin-transform-unicode-property-regex__7.23.3__at_babel_core_7.23.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_plugin-transform-unicode-property-regex__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-unicode-property-regex", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-unicode-property-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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.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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "strip-bom": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__cssstyle__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__cssstyle__3.0.0__links", - "package": "cssstyle", - "version": "3.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "rrweb-cssom": "0.6.0" - }, - "transitive_closure": { - "cssstyle": [ - "3.0.0" - ], - "rrweb-cssom": [ - "0.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__http-proxy-agent__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__http-proxy-agent__7.0.0__links", - "package": "http-proxy-agent", - "version": "7.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "agent-base": "7.1.0", - "debug": "4.3.4" - }, - "transitive_closure": { - "http-proxy-agent": [ - "7.0.0" - ], - "agent-base": [ - "7.1.0" - ], - "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__node-releases__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__node-releases__2.0.14__links", - "package": "node-releases", - "version": "2.0.14", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "node-releases": [ - "2.0.14" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-template-literals__7.23.3__at_babel_core_7.23.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_plugin-transform-template-literals__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-template-literals", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-template-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "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__at_babel_plugin-transform-modules-amd__7.23.3__at_babel_core_7.23.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_plugin-transform-modules-amd__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-modules-amd", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/scope-manager": "5.44.0", - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/typescript-estree": "5.44.0_typescript_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.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" - ], - "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__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": true, - "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_babel_highlight__7.23.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_babel_highlight__7.23.4", - "package": "@babel/highlight", - "version": "7.23.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", - "url": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "safer-buffer": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.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_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-class-static-block", - "version": "7.14.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "eslint-visitor-keys": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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_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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "merge-descriptors": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "object-keys": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__eslint-module-utils__2.8.0__-1048982895": { - "bzlFile": "@@aspect_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__-1048982895", - "package": "eslint-module-utils", - "version": "2.8.0_-1048982895", - "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__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": true, - "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": true, - "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": true, - "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__at_esbuild_linux-arm64__0.19.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_esbuild_linux-arm64__0.19.8__links", - "package": "@esbuild/linux-arm64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/linux-arm64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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_plugin-transform-class-static-block__7.23.4__at_babel_core_7.23.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_plugin-transform-class-static-block__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-class-static-block", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-class-static-block": "7.14.5_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-class-static-block": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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": { - "bzlFile": "@@aspect_rules_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": true, - "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__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": true, - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "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" - ], - "@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", - "7.23.4" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_svgr_babel-plugin-svg-em-dimensions__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-svg-em-dimensions__8.0.0__at_babel_core_7.23.5__links", - "package": "@svgr/babel-plugin-svg-em-dimensions", - "version": "8.0.0_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5" - }, - "transitive_closure": { - "@svgr/babel-plugin-svg-em-dimensions": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-replace-supers__7.22.20__at_babel_core_7.23.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-replace-supers__7.22.20__at_babel_core_7.23.5", - "package": "@babel/helper-replace-supers", - "version": "7.22.20_at_babel_core_7.23.5", - "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_esbuild_linux-arm64__0.19.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_esbuild_linux-arm64__0.19.8", - "package": "@esbuild/linux-arm64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-z1zMZivxDLHWnyGOctT9JP70h0beY54xDDDJt4VpTX+iwA77IFsE1vCXWmprajJGa+ZYSqkSbRQ4eyLCpCmiCQ==", - "url": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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__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__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__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": true, - "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": true, - "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": true, - "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__jsdom__23.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__jsdom__23.0.1__links", - "package": "jsdom", - "version": "23.0.1", - "dev": true, - "root_package": "", - "link_packages": { - "": [ - "jsdom" - ] - }, - "deps": { - "cssstyle": "3.0.0", - "data-urls": "5.0.0", - "decimal.js": "10.4.3", - "form-data": "4.0.0", - "html-encoding-sniffer": "4.0.0", - "http-proxy-agent": "7.0.0", - "https-proxy-agent": "7.0.2", - "is-potential-custom-element-name": "1.0.1", - "nwsapi": "2.2.7", - "parse5": "7.1.2", - "rrweb-cssom": "0.6.0", - "saxes": "6.0.0", - "symbol-tree": "3.2.4", - "tough-cookie": "4.1.3", - "w3c-xmlserializer": "5.0.0", - "webidl-conversions": "7.0.0", - "whatwg-encoding": "3.1.1", - "whatwg-mimetype": "4.0.0", - "whatwg-url": "14.0.0", - "ws": "8.14.2", - "xml-name-validator": "5.0.0" - }, - "transitive_closure": { - "jsdom": [ - "23.0.1" - ], - "cssstyle": [ - "3.0.0" - ], - "data-urls": [ - "5.0.0" - ], - "decimal.js": [ - "10.4.3" - ], - "form-data": [ - "4.0.0" - ], - "html-encoding-sniffer": [ - "4.0.0" - ], - "http-proxy-agent": [ - "7.0.0" - ], - "https-proxy-agent": [ - "7.0.2" - ], - "is-potential-custom-element-name": [ - "1.0.1" - ], - "nwsapi": [ - "2.2.7" - ], - "parse5": [ - "7.1.2" - ], - "rrweb-cssom": [ - "0.6.0" - ], - "saxes": [ - "6.0.0" - ], - "symbol-tree": [ - "3.2.4" - ], - "tough-cookie": [ - "4.1.3" - ], - "w3c-xmlserializer": [ - "5.0.0" - ], - "webidl-conversions": [ - "7.0.0" - ], - "whatwg-encoding": [ - "3.1.1" - ], - "whatwg-mimetype": [ - "4.0.0" - ], - "whatwg-url": [ - "14.0.0" - ], - "ws": [ - "8.14.2" - ], - "xml-name-validator": [ - "5.0.0" - ], - "tr46": [ - "5.0.0" - ], - "punycode": [ - "2.3.1" - ], - "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": [ - "7.1.0" - ], - "debug": [ - "4.3.4" - ], - "ms": [ - "2.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" - ] - }, - "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__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": true, - "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__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.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_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-async-generators", - "version": "7.8.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "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_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__at_babel_parser__7.23.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_parser__7.23.5", - "package": "@babel/parser", - "version": "7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==", - "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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.5", - "@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.5" - ], - "@vue/shared": [ - "3.3.4" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map-js": [ - "1.0.2" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__acorn-walk__8.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__acorn-walk__8.3.1", - "package": "acorn-walk", - "version": "8.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==", - "url": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "prelude-ls": "1.2.1", - "type-check": "0.4.0" - }, - "transitive_closure": { - "levn": [ - "0.4.1" - ], - "prelude-ls": [ - "1.2.1" - ], - "type-check": [ - "0.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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": true, - "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__vitest__1.0.2__jsdom_23.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__vitest__1.0.2__jsdom_23.0.1", - "package": "vitest", - "version": "1.0.2_jsdom_23.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": { - "": [ - "vitest" - ] - }, - "integrity": "sha512-F3NVwwpXfRSDnJmyv+ALPwSRVt0zDkRRE18pwUHSUPXAlWQ47rY1dc99ziMW5bBHyqwK2ERjMisLNoef64qk9w==", - "url": "https://registry.npmjs.org/vitest/-/vitest-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_vitejs_plugin-react__4.2.0__vite_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__at_vitejs_plugin-react__4.2.0__vite_3.2.7", - "package": "@vitejs/plugin-react", - "version": "4.2.0_vite_3.2.7", - "root_package": "", - "link_workspace": "", - "link_packages": { - "react": [ - "@vitejs/plugin-react" - ] - }, - "integrity": "sha512-+MHTH/e6H12kRp5HUkzOGqPMksezRMmW+TNzlh/QXfI8rRf6l2Z2yH/v12no1UvTwhZgEDMuQ7g7rrfMseU6FQ==", - "url": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-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__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_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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-key": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__at_babel_plugin-transform-property-literals__7.23.3__at_babel_core_7.23.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_plugin-transform-property-literals__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-property-literals", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-property-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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__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": true, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "css.escape": [ - "1.5.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "indent-string": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "estraverse": "5.3.0" - }, - "transitive_closure": { - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__at_rollup_rollup-android-arm-eabi__4.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__at_rollup_rollup-android-arm-eabi__4.6.1__links", - "package": "@rollup/rollup-android-arm-eabi", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-android-arm-eabi": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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-transform-export-namespace-from__7.23.4__at_babel_core_7.23.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_plugin-transform-export-namespace-from__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-export-namespace-from", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-export-namespace-from": "7.8.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-export-namespace-from": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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__at_babel_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.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_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.5", - "package": "@babel/plugin-proposal-private-property-in-object", - "version": "7.21.11_at_babel_core_7.23.5", - "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__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": true, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "utils-merge": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_esbuild_linux-ppc64__0.19.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_esbuild_linux-ppc64__0.19.8", - "package": "@esbuild/linux-ppc64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ETaW6245wK23YIEufhMQ3HSeHO7NgsLx8gygBVldRHKhOlD1oNeNy/P67mIh1zPn2Hr2HLieQrt6tWrVwuqrxg==", - "url": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__at_babel_highlight__7.23.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_babel_highlight__7.23.4__links", - "package": "@babel/highlight", - "version": "7.23.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-validator-identifier": "7.22.20", - "chalk": "2.4.2", - "js-tokens": "4.0.0" - }, - "transitive_closure": { - "@babel/highlight": [ - "7.23.4" - ], - "@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_typescript-eslint_eslint-plugin__5.44.0__-937717529__links": { - "bzlFile": "@@aspect_rules_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__-937717529__links", - "package": "@typescript-eslint/eslint-plugin", - "version": "5.44.0_-937717529", - "dev": true, - "root_package": "", - "link_packages": { - "react": [ - "@typescript-eslint/eslint-plugin" - ] - }, - "deps": { - "@typescript-eslint/parser": "5.44.0_1767590274", - "@typescript-eslint/scope-manager": "5.44.0", - "@typescript-eslint/type-utils": "5.44.0_1767590274", - "@typescript-eslint/utils": "5.44.0_1767590274", - "debug": "4.3.4", - "eslint": "8.55.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_-937717529" - ], - "@typescript-eslint/parser": [ - "5.44.0_1767590274" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/type-utils": [ - "5.44.0_1767590274" - ], - "@typescript-eslint/utils": [ - "5.44.0_1767590274" - ], - "debug": [ - "4.3.4" - ], - "eslint": [ - "8.55.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-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "5.1.1", - "7.2.2" - ], - "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" - ], - "graphemer": [ - "1.4.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "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" - ], - "eslint-utils": [ - "3.0.0_eslint_8.55.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__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": true, - "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": true, - "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.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" - ], - "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__at_babel_plugin-transform-class-static-block__7.23.4__at_babel_core_7.23.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_plugin-transform-class-static-block__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-class-static-block", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "transitive_closure": { - "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__siginfo__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__siginfo__2.0.0__links", - "package": "siginfo", - "version": "2.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "siginfo": [ - "2.0.0" - ] - }, - "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_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": true, - "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.1" - ] - }, - "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": true, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "binary-extensions": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "content-type": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__std-env__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__std-env__3.6.0__links", - "package": "std-env", - "version": "3.6.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "std-env": [ - "3.6.0" - ] - }, - "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": true, - "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__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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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": true, - "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_babel_plugin-transform-logical-assignment-operators__7.23.4__at_babel_core_7.23.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_plugin-transform-logical-assignment-operators__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-logical-assignment-operators", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-classes__7.23.5__at_babel_core_7.23.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_plugin-transform-classes__7.23.5__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-classes", - "version": "7.23.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.5", - "@babel/helper-split-export-declaration": "7.22.6", - "globals": "11.12.0" - }, - "transitive_closure": { - "@babel/plugin-transform-classes": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "tslib": "2.6.2" - }, - "transitive_closure": { - "lower-case": [ - "2.0.2" - ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "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": true, - "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": true, - "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": true, - "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.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" - ] - }, - "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": true, - "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__is-stream__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-stream__3.0.0", - "package": "is-stream", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", - "url": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "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__eslint-plugin-react-hooks__4.6.0__eslint_8.55.0__links": { - "bzlFile": "@@aspect_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.55.0__links", - "package": "eslint-plugin-react-hooks", - "version": "4.6.0_eslint_8.55.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint": "8.55.0" - }, - "transitive_closure": { - "eslint-plugin-react-hooks": [ - "4.6.0_eslint_8.55.0" - ], - "eslint": [ - "8.55.0" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "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__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__at_babel_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.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_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-top-level-await", - "version": "7.14.5_at_babel_core_7.23.5", - "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__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__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": true, - "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__at_babel_helper-validator-option__7.23.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-validator-option__7.23.5__links", - "package": "@babel/helper-validator-option", - "version": "7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/helper-validator-option": [ - "7.23.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/parser": "7.23.5", - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@types/babel__template": [ - "7.4.2" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-map": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_esbuild_android-arm__0.19.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_esbuild_android-arm__0.19.8__links", - "package": "@esbuild/android-arm", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/android-arm": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fast-json-stable-stringify": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__human-signals__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__human-signals__5.0.0", - "package": "human-signals", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", - "url": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.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__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.5", - "package": "babel-preset-current-node-syntax", - "version": "1.0.1_at_babel_core_7.23.5", - "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_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.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_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-logical-assignment-operators", - "version": "7.10.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "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__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": true, - "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.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" - ] - }, - "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__at_rollup_pluginutils__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__at_rollup_pluginutils__5.1.0", - "package": "@rollup/pluginutils", - "version": "5.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", - "url": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__eslint-config-react-app__7.0.1__-1451297107__links": { - "bzlFile": "@@aspect_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__-1451297107__links", - "package": "eslint-config-react-app", - "version": "7.0.1_-1451297107", - "dev": true, - "root_package": "", - "link_packages": { - "react": [ - "eslint-config-react-app" - ] - }, - "deps": { - "@babel/core": "7.23.5", - "@babel/eslint-parser": "7.23.3_-38058428", - "@rushstack/eslint-patch": "1.5.1", - "@typescript-eslint/eslint-plugin": "5.44.0_-937717529", - "@typescript-eslint/parser": "5.44.0_1767590274", - "babel-preset-react-app": "10.0.1", - "confusing-browser-globals": "1.0.11", - "eslint": "8.55.0", - "eslint-plugin-flowtype": "8.0.3_-1935277227", - "eslint-plugin-import": "2.28.1_-730556401", - "eslint-plugin-jest": "25.7.0_-408391597", - "eslint-plugin-jsx-a11y": "6.7.1_eslint_8.55.0", - "eslint-plugin-react": "7.33.2_eslint_8.55.0", - "eslint-plugin-react-hooks": "4.6.0_eslint_8.55.0", - "eslint-plugin-testing-library": "5.11.1_1767590274", - "typescript": "4.9.3" - }, - "transitive_closure": { - "eslint-config-react-app": [ - "7.0.1_-1451297107" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/eslint-parser": [ - "7.23.3_-38058428" - ], - "@rushstack/eslint-patch": [ - "1.5.1" - ], - "@typescript-eslint/eslint-plugin": [ - "5.44.0_-937717529" - ], - "@typescript-eslint/parser": [ - "5.44.0_1767590274" - ], - "babel-preset-react-app": [ - "10.0.1" - ], - "confusing-browser-globals": [ - "1.0.11" - ], - "eslint": [ - "8.55.0" - ], - "eslint-plugin-flowtype": [ - "8.0.3_-1935277227" - ], - "eslint-plugin-import": [ - "2.28.1_-730556401" - ], - "eslint-plugin-jest": [ - "25.7.0_-408391597" - ], - "eslint-plugin-jsx-a11y": [ - "6.7.1_eslint_8.55.0" - ], - "eslint-plugin-react": [ - "7.33.2_eslint_8.55.0" - ], - "eslint-plugin-react-hooks": [ - "4.6.0_eslint_8.55.0" - ], - "eslint-plugin-testing-library": [ - "5.11.1_1767590274" - ], - "typescript": [ - "4.9.3" - ], - "@typescript-eslint/utils": [ - "5.44.0_1767590274", - "5.62.0_1767590274" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.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": [ - "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": [ - "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_1767590274" - ], - "array.prototype.findlastindex": [ - "1.2.3" - ], - "eslint-import-resolver-node": [ - "0.3.9" - ], - "eslint-module-utils": [ - "2.8.0_-1048982895" - ], - "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" - ], - "strip-bom": [ - "3.0.0" - ], - "@babel/plugin-syntax-flow": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-jsx": [ - "7.23.4_at_babel_core_7.23.5" - ], - "lodash": [ - "4.17.21" - ], - "string-natural-compare": [ - "3.0.1" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "escape-string-regexp": [ - "1.0.5", - "4.0.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": [ - "11.12.0", - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.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" - ], - "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" - ], - "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.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@babel/plugin-proposal-class-properties": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-decorators": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-nullish-coalescing-operator": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-numeric-separator": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-optional-chaining": [ - "7.21.0_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-private-methods": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.5", - "7.21.11_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-flow-strip-types": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-display-name": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-runtime": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/preset-env": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/preset-react": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/preset-typescript": [ - "7.23.3_at_babel_core_7.23.5" - ], - "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.2" - ], - "parse-json": [ - "5.2.0" - ], - "yaml": [ - "1.10.2" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-typescript": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.5", - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.23.3_at_babel_core_7.23.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.5" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-pure-annotations": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-assertions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-attributes": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-arrow-functions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-async-generator-functions": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-async-to-generator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-block-scoped-functions": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-block-scoping": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-class-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-class-static-block": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-classes": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-computed-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-destructuring": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-dotall-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-duplicate-keys": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-dynamic-import": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-exponentiation-operator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-export-namespace-from": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-for-of": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-function-name": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-json-strings": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-logical-assignment-operators": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-member-expression-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-amd": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-systemjs": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-modules-umd": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-new-target": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-numeric-separator": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-object-rest-spread": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-object-super": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-optional-catch-binding": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-parameters": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-private-methods": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-private-property-in-object": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-property-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-regenerator": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-reserved-words": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-shorthand-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-spread": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-sticky-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-template-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-typeof-symbol": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-escapes": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-property-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-unicode-sets-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-corejs2": [ - "0.4.6_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-corejs3": [ - "0.8.6_at_babel_core_7.23.5" - ], - "babel-plugin-polyfill-regenerator": [ - "0.5.3_at_babel_core_7.23.5" - ], - "core-js-compat": [ - "3.34.0" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.3_at_babel_core_7.23.5" - ], - "lodash.debounce": [ - "4.0.8" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.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" - ], - "regenerator-transform": [ - "0.15.2" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" - ], - "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.5" - ], - "@babel/helper-wrap-function": [ - "7.22.20" - ], - "@babel/plugin-syntax-decorators": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@typescript-eslint/type-utils": [ - "5.44.0_1767590274" - ], - "natural-compare-lite": [ - "1.4.0" - ], - "regexpp": [ - "3.2.0" - ], - "eslint-utils": [ - "3.0.0_eslint_8.55.0" - ], - "@nicolo-ribaudo/eslint-scope-5-internals": [ - "5.1.1-v1" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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__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_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": true, - "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__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.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_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.5", - "package": "@babel/preset-modules", - "version": "0.1.6-no-external-plugins_at_babel_core_7.23.5", - "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__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__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__babel-plugin-polyfill-regenerator__0.5.3__at_babel_core_7.23.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__babel-plugin-polyfill-regenerator__0.5.3__at_babel_core_7.23.5", - "package": "babel-plugin-polyfill-regenerator", - "version": "0.5.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==", - "url": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-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__at_babel_plugin-transform-react-pure-annotations__7.23.3__at_babel_core_7.23.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_plugin-transform-react-pure-annotations__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-react-pure-annotations", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-react-pure-annotations": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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": true, - "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": true, - "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_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.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_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-class-properties", - "version": "7.12.13_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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__at_babel_plugin-transform-classes__7.23.5__at_babel_core_7.23.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_plugin-transform-classes__7.23.5__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-classes", - "version": "7.23.5_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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_babel_plugin-transform-object-rest-spread__7.23.4__at_babel_core_7.23.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_plugin-transform-object-rest-spread__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-object-rest-spread", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/compat-data": "7.23.5", - "@babel/core": "7.23.5", - "@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.5", - "@babel/plugin-transform-parameters": "7.23.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-object-rest-spread": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/plugin-transform-parameters": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.4" - ], - "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_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": true, - "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": true, - "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": true, - "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_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__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_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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "functions-have-names": [ - "1.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "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": true, - "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.2" - ], - "import-fresh": [ - "3.3.0" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "yaml": [ - "1.10.2" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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__get-stream__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__get-stream__8.0.1", - "package": "get-stream", - "version": "8.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", - "url": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.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_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-class-static-block", - "version": "7.14.5_at_babel_core_7.23.5", - "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__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__at_babel_plugin-transform-unicode-regex__7.23.3__at_babel_core_7.23.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_plugin-transform-unicode-regex__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-unicode-regex", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ms": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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.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": [ - "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__rrweb-cssom__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__rrweb-cssom__0.6.0__links", - "package": "rrweb-cssom", - "version": "0.6.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "rrweb-cssom": [ - "0.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__react-refresh__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__react-refresh__0.14.0__links", - "package": "react-refresh", - "version": "0.14.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "react-refresh": [ - "0.14.0" - ] - }, - "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": true, - "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__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__at_babel_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.23.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_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-numeric-separator", - "version": "7.10.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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__at_babel_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.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_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.5", - "package": "@babel/plugin-proposal-private-methods", - "version": "7.18.6_at_babel_core_7.23.5", - "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__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.23.5" - ], - "@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.23.4" - ], - "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.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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__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.5" - }, - "transitive_closure": { - "@babel/parser": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "json-schema-traverse": [ - "0.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "locate-path": "6.0.0", - "path-exists": "4.0.0" - }, - "transitive_closure": { - "find-up": [ - "5.0.0" - ], - "locate-path": [ - "6.0.0" - ], - "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__why-is-node-running__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__why-is-node-running__2.2.2__links", - "package": "why-is-node-running", - "version": "2.2.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "siginfo": "2.0.0", - "stackback": "0.0.2" - }, - "transitive_closure": { - "why-is-node-running": [ - "2.2.2" - ], - "siginfo": [ - "2.0.0" - ], - "stackback": [ - "0.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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_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__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__at_svgr_core__8.1.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_svgr_core__8.1.0__typescript_4.9.3__links", - "package": "@svgr/core", - "version": "8.1.0_typescript_4.9.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@svgr/babel-preset": "8.1.0_at_babel_core_7.23.5", - "camelcase": "6.3.0", - "cosmiconfig": "8.3.6_typescript_4.9.3", - "snake-case": "3.0.4" - }, - "transitive_closure": { - "@svgr/core": [ - "8.1.0_typescript_4.9.3" - ], - "@babel/core": [ - "7.23.5" - ], - "@svgr/babel-preset": [ - "8.1.0_at_babel_core_7.23.5" - ], - "camelcase": [ - "6.3.0" - ], - "cosmiconfig": [ - "8.3.6_typescript_4.9.3" - ], - "snake-case": [ - "3.0.4" - ], - "dot-case": [ - "3.0.4" - ], - "tslib": [ - "2.6.2" - ], - "no-case": [ - "3.0.4" - ], - "lower-case": [ - "2.0.2" - ], - "import-fresh": [ - "3.3.0" - ], - "js-yaml": [ - "4.1.0" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "typescript": [ - "4.9.3" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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" - ], - "argparse": [ - "2.0.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@svgr/babel-plugin-add-jsx-attribute": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-remove-jsx-attribute": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-svg-dynamic-title": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-svg-em-dimensions": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-transform-react-native-svg": [ - "8.1.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-transform-svg-component": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__browserslist__4.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__browserslist__4.22.2__links", - "package": "browserslist", - "version": "4.22.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "caniuse-lite": "1.0.30001566", - "electron-to-chromium": "1.4.608", - "node-releases": "2.0.14", - "update-browserslist-db": "1.0.13_browserslist_4.22.2" - }, - "transitive_closure": { - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__eslint-plugin-import__2.28.1__-730556401__links": { - "bzlFile": "@@aspect_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__-730556401__links", - "package": "eslint-plugin-import", - "version": "2.28.1_-730556401", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/parser": "5.44.0_1767590274", - "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.55.0", - "eslint-import-resolver-node": "0.3.9", - "eslint-module-utils": "2.8.0_-1048982895", - "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_-730556401" - ], - "@typescript-eslint/parser": [ - "5.44.0_1767590274" - ], - "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.55.0" - ], - "eslint-import-resolver-node": [ - "0.3.9" - ], - "eslint-module-utils": [ - "2.8.0_-1048982895" - ], - "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" - ], - "resolve": [ - "1.22.6" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.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" - ], - "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.3", - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "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" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "parseurl": [ - "1.3.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "transitive_closure": { - "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__eslint__8.55.0__links": { - "bzlFile": "@@aspect_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.55.0__links", - "package": "eslint", - "version": "8.55.0", - "dev": true, - "root_package": "", - "link_packages": { - "": [ - "eslint" - ] - }, - "deps": { - "@eslint-community/eslint-utils": "4.4.0_eslint_8.55.0", - "@eslint-community/regexpp": "4.10.0", - "@eslint/eslintrc": "2.1.4", - "@eslint/js": "8.55.0", - "@humanwhocodes/config-array": "0.11.13", - "@humanwhocodes/module-importer": "1.0.1", - "@nodelib/fs.walk": "1.2.8", - "@ungap/structured-clone": "1.2.0", - "ajv": "6.12.6", - "chalk": "4.1.2", - "cross-spawn": "7.0.3", - "debug": "4.3.4", - "doctrine": "3.0.0", - "escape-string-regexp": "4.0.0", - "eslint-scope": "7.2.2", - "eslint-visitor-keys": "3.4.3", - "espree": "9.6.1", - "esquery": "1.5.0", - "esutils": "2.0.3", - "fast-deep-equal": "3.1.3", - "file-entry-cache": "6.0.1", - "find-up": "5.0.0", - "glob-parent": "6.0.2", - "globals": "13.22.0", - "graphemer": "1.4.0", - "ignore": "5.2.4", - "imurmurhash": "0.1.4", - "is-glob": "4.0.3", - "is-path-inside": "3.0.3", - "js-yaml": "4.1.0", - "json-stable-stringify-without-jsonify": "1.0.1", - "levn": "0.4.1", - "lodash.merge": "4.6.2", - "minimatch": "3.1.2", - "natural-compare": "1.4.0", - "optionator": "0.9.3", - "strip-ansi": "6.0.1", - "text-table": "0.2.0" - }, - "transitive_closure": { - "eslint": [ - "8.55.0" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "glob-parent": [ - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "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__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__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__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__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": true, - "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__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_babel_plugin-transform-property-literals__7.23.3__at_babel_core_7.23.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_plugin-transform-property-literals__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-property-literals", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "depd": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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__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__at_esbuild_linux-s390x__0.19.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_esbuild_linux-s390x__0.19.8", - "package": "@esbuild/linux-s390x", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NPxbdmmo3Bk7mbNeHmcCd7R7fptJaczPYBaELk6NcXxy7HLNyWwCyDJ/Xx+/YcNH7Im5dHdx9gZ5xIwyliQCbg==", - "url": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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.1" - ], - "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.23.5" - ], - "@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.23.4" - ], - "@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__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": true, - "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": {}, - "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__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_babel_plugin-transform-react-jsx-self__7.23.3__at_babel_core_7.23.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_plugin-transform-react-jsx-self__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-react-jsx-self", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__at_babel_helper-remap-async-to-generator__7.22.20__at_babel_core_7.23.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-remap-async-to-generator__7.22.20__at_babel_core_7.23.5", - "package": "@babel/helper-remap-async-to-generator", - "version": "7.22.20_at_babel_core_7.23.5", - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "mime": [ - "1.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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__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": true, - "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__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": true, - "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__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": true, - "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__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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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__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__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": true, - "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__chai__4.3.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__chai__4.3.10__links", - "package": "chai", - "version": "4.3.10", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "assertion-error": "1.1.0", - "check-error": "1.0.3", - "deep-eql": "4.1.3", - "get-func-name": "2.0.2", - "loupe": "2.3.7", - "pathval": "1.1.1", - "type-detect": "4.0.8" - }, - "transitive_closure": { - "chai": [ - "4.3.10" - ], - "assertion-error": [ - "1.1.0" - ], - "check-error": [ - "1.0.3" - ], - "deep-eql": [ - "4.1.3" - ], - "get-func-name": [ - "2.0.2" - ], - "loupe": [ - "2.3.7" - ], - "pathval": [ - "1.1.1" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.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_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-optional-chaining", - "version": "7.8.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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": true, - "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__pathval__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__pathval__1.1.1", - "package": "pathval", - "version": "1.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", - "url": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__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": {}, - "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__eslint-module-utils__2.8.0__-993259024": { - "bzlFile": "@@aspect_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__-993259024", - "package": "eslint-module-utils", - "version": "2.8.0_-993259024", - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "encodeurl": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "path-key": "3.1.1", - "shebang-command": "2.0.0", - "which": "2.0.2" - }, - "transitive_closure": { - "cross-spawn": [ - "7.0.3" - ], - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "react-is": [ - "17.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "estraverse": [ - "5.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__at_rollup_rollup-linux-arm-gnueabihf__4.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__at_rollup_rollup-linux-arm-gnueabihf__4.6.1", - "package": "@rollup/rollup-linux-arm-gnueabihf", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EfI3hzYAy5vFNDqpXsNxXcgRDcFHUWSx5nnRSCKwXuQlI5J9dD84g2Usw81n3FLBNsGCegKGwwTVsSKK9cooSQ==", - "url": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.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_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.5__links", - "package": "@babel/plugin-proposal-class-properties", - "version": "7.18.6_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-proposal-class-properties": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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-object-rest-spread__7.8.3__at_babel_core_7.23.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_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-object-rest-spread", - "version": "7.8.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__acorn-walk__8.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__acorn-walk__8.3.1__links", - "package": "acorn-walk", - "version": "8.3.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "acorn-walk": [ - "8.3.1" - ] - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-set": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-decorators__7.23.3__at_babel_core_7.23.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_plugin-syntax-decorators__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-decorators", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-decorators": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "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": true, - "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.23.5" - ], - "@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.23.4" - ], - "@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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "fast-deep-equal": "3.1.3", - "fast-json-stable-stringify": "2.1.0", - "json-schema-traverse": "0.4.1", - "uri-js": "4.4.1" - }, - "transitive_closure": { - "ajv": [ - "6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.1" - ] - }, - "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": true, - "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__at_vitest_spy__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_vitest_spy__1.0.2", - "package": "@vitest/spy", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YlnHmDntp+zNV3QoTVFI5EVHV0AXpiThd7+xnDEbWnD6fw0TH/J4/+3GFPClLimR39h6nA5m0W4Bjm5Edg4A/A==", - "url": "https://registry.npmjs.org/@vitest/spy/-/spy-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__eslint-plugin-react__7.33.2__eslint_8.55.0": { - "bzlFile": "@@aspect_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.55.0", - "package": "eslint-plugin-react", - "version": "7.33.2_eslint_8.55.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__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": true, - "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__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": true, - "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__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__at_babel_helper-create-class-features-plugin__7.22.15__at_babel_core_7.23.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-create-class-features-plugin__7.22.15__at_babel_core_7.23.5__links", - "package": "@babel/helper-create-class-features-plugin", - "version": "7.22.15_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.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.5", - "@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.5" - ], - "@babel/core": [ - "7.23.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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_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__at_typescript-eslint_utils__5.62.0__1767590274": { - "bzlFile": "@@aspect_rules_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__1767590274", - "package": "@typescript-eslint/utils", - "version": "5.62.0_1767590274", - "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__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__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__at_babel_plugin-transform-literals__7.23.3__at_babel_core_7.23.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_plugin-transform-literals__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-literals", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-literals": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__links": { - "bzlFile": "@@aspect_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": true, - "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__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": true, - "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__vite-plugin-svgr__4.2.0__typescript_4.9.3__vite_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__vite-plugin-svgr__4.2.0__typescript_4.9.3__vite_3.2.7", - "package": "vite-plugin-svgr", - "version": "4.2.0_typescript_4.9.3__vite_3.2.7", - "root_package": "", - "link_workspace": "", - "link_packages": { - "react": [ - "vite-plugin-svgr" - ] - }, - "integrity": "sha512-SC7+FfVtNQk7So0XMjrrtLAbEC8qjFPifyD7+fs/E6aaNdVde6umlVVh0QuwDLdOMu7vp5RiGFsB70nj5yo0XA==", - "url": "https://registry.npmjs.org/vite-plugin-svgr/-/vite-plugin-svgr-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__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_rollup_rollup-win32-x64-msvc__4.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__at_rollup_rollup-win32-x64-msvc__4.6.1__links", - "package": "@rollup/rollup-win32-x64-msvc", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-win32-x64-msvc": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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": true, - "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__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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__xml-name-validator__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__xml-name-validator__5.0.0", - "package": "xml-name-validator", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", - "url": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-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_babel_plugin-transform-json-strings__7.23.4__at_babel_core_7.23.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_plugin-transform-json-strings__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-json-strings", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "esrecurse": "4.3.0", - "estraverse": "5.3.0" - }, - "transitive_closure": { - "eslint-scope": [ - "7.2.2" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-jsx__7.23.3__at_babel_core_7.23.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_plugin-syntax-jsx__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-jsx", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": 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": true, - "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__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": true, - "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": true, - "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__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__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_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__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.5" - }, - "transitive_closure": { - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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": true, - "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__pkg-types__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__pkg-types__1.0.3", - "package": "pkg-types", - "version": "1.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==", - "url": "https://registry.npmjs.org/pkg-types/-/pkg-types-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__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": true, - "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": true, - "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_esbuild_linux-x64__0.19.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_esbuild_linux-x64__0.19.8", - "package": "@esbuild/linux-x64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lytMAVOM3b1gPypL2TRmZ5rnXl7+6IIk8uB3eLsV1JwcizuolblXRrc5ShPrO9ls/b+RTp+E6gbsuLWHWi2zGg==", - "url": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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.5", - "@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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.5", - "@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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__get-stream__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__get-stream__8.0.1__links", - "package": "get-stream", - "version": "8.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "get-stream": [ - "8.0.1" - ] - }, - "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__at_svgr_babel-plugin-remove-jsx-attribute__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-remove-jsx-attribute__8.0.0__at_babel_core_7.23.5__links", - "package": "@svgr/babel-plugin-remove-jsx-attribute", - "version": "8.0.0_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5" - }, - "transitive_closure": { - "@svgr/babel-plugin-remove-jsx-attribute": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "isexe": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "array-flatten": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__strip-literal__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__strip-literal__1.3.0", - "package": "strip-literal", - "version": "1.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==", - "url": "https://registry.npmjs.org/strip-literal/-/strip-literal-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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "argparse": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__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__at_babel_plugin-transform-object-super__7.23.3__at_babel_core_7.23.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_plugin-transform-object-super__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-object-super", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-replace-supers": "7.22.20_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-object-super": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__styled-jsx__5.1.0__986221465": { - "bzlFile": "@@aspect_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__986221465", - "package": "styled-jsx", - "version": "5.1.0_986221465", - "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__at_esbuild_android-arm64__0.19.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_esbuild_android-arm64__0.19.8__links", - "package": "@esbuild/android-arm64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/android-arm64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.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_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.5__links", - "package": "@babel/plugin-proposal-private-property-in-object", - "version": "7.21.11_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.11_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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-transform-private-methods__7.23.3__at_babel_core_7.23.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_plugin-transform-private-methods__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-private-methods", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vitejs_plugin-react__4.2.0__vite_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__at_vitejs_plugin-react__4.2.0__vite_3.2.7__links", - "package": "@vitejs/plugin-react", - "version": "4.2.0_vite_3.2.7", - "dev": true, - "root_package": "", - "link_packages": { - "react": [ - "@vitejs/plugin-react" - ] - }, - "deps": { - "@babel/core": "7.23.5", - "@babel/plugin-transform-react-jsx-self": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-react-jsx-source": "7.23.3_at_babel_core_7.23.5", - "@types/babel__core": "7.20.5", - "react-refresh": "0.14.0", - "vite": "3.2.7" - }, - "transitive_closure": { - "@vitejs/plugin-react": [ - "4.2.0_vite_3.2.7" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/plugin-transform-react-jsx-self": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-jsx-source": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@types/babel__core": [ - "7.20.5" - ], - "react-refresh": [ - "0.14.0" - ], - "vite": [ - "3.2.7" - ], - "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" - ], - "@babel/parser": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5", - "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.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "@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.23.4" - ], - "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__vitest__1.0.2__jsdom_23.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__vitest__1.0.2__jsdom_23.0.1__links", - "package": "vitest", - "version": "1.0.2_jsdom_23.0.1", - "dev": true, - "root_package": "", - "link_packages": { - "": [ - "vitest" - ] - }, - "deps": { - "@vitest/expect": "1.0.2", - "@vitest/runner": "1.0.2", - "@vitest/snapshot": "1.0.2", - "@vitest/spy": "1.0.2", - "@vitest/utils": "1.0.2", - "acorn-walk": "8.3.1", - "cac": "6.7.14", - "chai": "4.3.10", - "debug": "4.3.4", - "execa": "8.0.1", - "jsdom": "23.0.1", - "local-pkg": "0.5.0", - "magic-string": "0.30.5", - "pathe": "1.1.1", - "picocolors": "1.0.0", - "std-env": "3.6.0", - "strip-literal": "1.3.0", - "tinybench": "2.5.1", - "tinypool": "0.8.1", - "vite": "5.0.6", - "vite-node": "1.0.2", - "why-is-node-running": "2.2.2" - }, - "transitive_closure": { - "vitest": [ - "1.0.2_jsdom_23.0.1" - ], - "@vitest/expect": [ - "1.0.2" - ], - "@vitest/runner": [ - "1.0.2" - ], - "@vitest/snapshot": [ - "1.0.2" - ], - "@vitest/spy": [ - "1.0.2" - ], - "@vitest/utils": [ - "1.0.2" - ], - "acorn-walk": [ - "8.3.1" - ], - "cac": [ - "6.7.14" - ], - "chai": [ - "4.3.10" - ], - "debug": [ - "4.3.4" - ], - "execa": [ - "8.0.1" - ], - "jsdom": [ - "23.0.1" - ], - "local-pkg": [ - "0.5.0" - ], - "magic-string": [ - "0.30.5" - ], - "pathe": [ - "1.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "std-env": [ - "3.6.0" - ], - "strip-literal": [ - "1.3.0" - ], - "tinybench": [ - "2.5.1" - ], - "tinypool": [ - "0.8.1" - ], - "vite": [ - "5.0.6" - ], - "vite-node": [ - "1.0.2" - ], - "why-is-node-running": [ - "2.2.2" - ], - "siginfo": [ - "2.0.0" - ], - "stackback": [ - "0.0.2" - ], - "esbuild": [ - "0.19.8" - ], - "postcss": [ - "8.4.32" - ], - "rollup": [ - "4.6.1" - ], - "fsevents": [ - "2.3.3" - ], - "@rollup/rollup-android-arm-eabi": [ - "4.6.1" - ], - "@rollup/rollup-android-arm64": [ - "4.6.1" - ], - "@rollup/rollup-darwin-arm64": [ - "4.6.1" - ], - "@rollup/rollup-darwin-x64": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm-gnueabihf": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm64-gnu": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm64-musl": [ - "4.6.1" - ], - "@rollup/rollup-linux-x64-gnu": [ - "4.6.1" - ], - "@rollup/rollup-linux-x64-musl": [ - "4.6.1" - ], - "@rollup/rollup-win32-arm64-msvc": [ - "4.6.1" - ], - "@rollup/rollup-win32-ia32-msvc": [ - "4.6.1" - ], - "@rollup/rollup-win32-x64-msvc": [ - "4.6.1" - ], - "nanoid": [ - "3.3.7" - ], - "source-map-js": [ - "1.0.2" - ], - "@esbuild/android-arm": [ - "0.19.8" - ], - "@esbuild/android-arm64": [ - "0.19.8" - ], - "@esbuild/android-x64": [ - "0.19.8" - ], - "@esbuild/darwin-arm64": [ - "0.19.8" - ], - "@esbuild/darwin-x64": [ - "0.19.8" - ], - "@esbuild/freebsd-arm64": [ - "0.19.8" - ], - "@esbuild/freebsd-x64": [ - "0.19.8" - ], - "@esbuild/linux-arm": [ - "0.19.8" - ], - "@esbuild/linux-arm64": [ - "0.19.8" - ], - "@esbuild/linux-ia32": [ - "0.19.8" - ], - "@esbuild/linux-loong64": [ - "0.19.8" - ], - "@esbuild/linux-mips64el": [ - "0.19.8" - ], - "@esbuild/linux-ppc64": [ - "0.19.8" - ], - "@esbuild/linux-riscv64": [ - "0.19.8" - ], - "@esbuild/linux-s390x": [ - "0.19.8" - ], - "@esbuild/linux-x64": [ - "0.19.8" - ], - "@esbuild/netbsd-x64": [ - "0.19.8" - ], - "@esbuild/openbsd-x64": [ - "0.19.8" - ], - "@esbuild/sunos-x64": [ - "0.19.8" - ], - "@esbuild/win32-arm64": [ - "0.19.8" - ], - "@esbuild/win32-ia32": [ - "0.19.8" - ], - "@esbuild/win32-x64": [ - "0.19.8" - ], - "acorn": [ - "8.10.0" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "mlly": [ - "1.4.2" - ], - "pkg-types": [ - "1.0.3" - ], - "jsonc-parser": [ - "3.2.0" - ], - "ufo": [ - "1.3.2" - ], - "cssstyle": [ - "3.0.0" - ], - "data-urls": [ - "5.0.0" - ], - "decimal.js": [ - "10.4.3" - ], - "form-data": [ - "4.0.0" - ], - "html-encoding-sniffer": [ - "4.0.0" - ], - "http-proxy-agent": [ - "7.0.0" - ], - "https-proxy-agent": [ - "7.0.2" - ], - "is-potential-custom-element-name": [ - "1.0.1" - ], - "nwsapi": [ - "2.2.7" - ], - "parse5": [ - "7.1.2" - ], - "rrweb-cssom": [ - "0.6.0" - ], - "saxes": [ - "6.0.0" - ], - "symbol-tree": [ - "3.2.4" - ], - "tough-cookie": [ - "4.1.3" - ], - "w3c-xmlserializer": [ - "5.0.0" - ], - "webidl-conversions": [ - "7.0.0" - ], - "whatwg-encoding": [ - "3.1.1" - ], - "whatwg-mimetype": [ - "4.0.0" - ], - "whatwg-url": [ - "14.0.0" - ], - "ws": [ - "8.14.2" - ], - "xml-name-validator": [ - "5.0.0" - ], - "tr46": [ - "5.0.0" - ], - "punycode": [ - "2.3.1" - ], - "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": [ - "7.1.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" - ], - "cross-spawn": [ - "7.0.3" - ], - "get-stream": [ - "8.0.1" - ], - "human-signals": [ - "5.0.0" - ], - "is-stream": [ - "3.0.0" - ], - "merge-stream": [ - "2.0.0" - ], - "npm-run-path": [ - "5.1.0" - ], - "onetime": [ - "6.0.0" - ], - "signal-exit": [ - "4.1.0" - ], - "strip-final-newline": [ - "3.0.0" - ], - "mimic-fn": [ - "4.0.0" - ], - "path-key": [ - "3.1.1", - "4.0.0" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "ms": [ - "2.1.2" - ], - "assertion-error": [ - "1.1.0" - ], - "check-error": [ - "1.0.3" - ], - "deep-eql": [ - "4.1.3" - ], - "get-func-name": [ - "2.0.2" - ], - "loupe": [ - "2.3.7" - ], - "pathval": [ - "1.1.1" - ], - "type-detect": [ - "4.0.8" - ], - "diff-sequences": [ - "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" - ], - "tinyspy": [ - "2.2.0" - ], - "p-limit": [ - "5.0.0" - ], - "yocto-queue": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-callable": [ - "1.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_babel_plugin-transform-flow-strip-types__7.23.3__at_babel_core_7.23.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_plugin-transform-flow-strip-types__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-flow-strip-types", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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_babel_plugin-transform-runtime__7.23.4__at_babel_core_7.23.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_plugin-transform-runtime__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-runtime", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__chai__4.3.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__chai__4.3.10", - "package": "chai", - "version": "4.3.10", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==", - "url": "https://registry.npmjs.org/chai/-/chai-4.3.10.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.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_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-react-jsx-development", - "version": "7.22.5_at_babel_core_7.23.5", - "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_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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-extglob": [ - "2.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "bytes": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_babel__core__7.20.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__core__7.20.5", - "package": "@types/babel__core", - "version": "7.20.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", - "url": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.23.3__at_babel_core_7.23.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_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", - "@babel/plugin-transform-optional-chaining": "7.23.4_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__at_babel_helper-define-polyfill-provider__0.4.3__at_babel_core_7.23.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-define-polyfill-provider__0.4.3__at_babel_core_7.23.5", - "package": "@babel/helper-define-polyfill-provider", - "version": "0.4.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==", - "url": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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": true, - "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": true, - "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__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__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__whatwg-url__14.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__14.0.0", - "package": "whatwg-url", - "version": "14.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==", - "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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.1" - ] - }, - "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_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": true, - "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__at_rollup_rollup-win32-ia32-msvc__4.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__at_rollup_rollup-win32-ia32-msvc__4.6.1", - "package": "@rollup/rollup-win32-ia32-msvc", - "version": "4.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YEeOjxRyEjqcWphH9dyLbzgkF8wZSKAKUkldRY6dgNR5oKs2LZazqGB41cWJ4Iqqcy9/zqYgmzBkRoVz3Q9MLw==", - "url": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__yocto-queue__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__yocto-queue__1.0.0__links", - "package": "yocto-queue", - "version": "1.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yocto-queue": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__update-browserslist-db__1.0.13__browserslist_4.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__update-browserslist-db__1.0.13__browserslist_4.22.2__links", - "package": "update-browserslist-db", - "version": "1.0.13_browserslist_4.22.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "browserslist": "4.22.2", - "escalade": "3.1.1", - "picocolors": "1.0.0" - }, - "transitive_closure": { - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "browserslist": [ - "4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ] - }, - "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__links": { - "bzlFile": "@@aspect_rules_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": true, - "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": true, - "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__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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "eslint-visitor-keys": [ - "3.4.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__rollup__4.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__rollup__4.6.1__links", - "package": "rollup", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@rollup/rollup-android-arm-eabi": "4.6.1", - "@rollup/rollup-android-arm64": "4.6.1", - "@rollup/rollup-darwin-arm64": "4.6.1", - "@rollup/rollup-darwin-x64": "4.6.1", - "@rollup/rollup-linux-arm-gnueabihf": "4.6.1", - "@rollup/rollup-linux-arm64-gnu": "4.6.1", - "@rollup/rollup-linux-arm64-musl": "4.6.1", - "@rollup/rollup-linux-x64-gnu": "4.6.1", - "@rollup/rollup-linux-x64-musl": "4.6.1", - "@rollup/rollup-win32-arm64-msvc": "4.6.1", - "@rollup/rollup-win32-ia32-msvc": "4.6.1", - "@rollup/rollup-win32-x64-msvc": "4.6.1", - "fsevents": "2.3.3" - }, - "transitive_closure": { - "rollup": [ - "4.6.1" - ], - "@rollup/rollup-android-arm-eabi": [ - "4.6.1" - ], - "@rollup/rollup-android-arm64": [ - "4.6.1" - ], - "@rollup/rollup-darwin-arm64": [ - "4.6.1" - ], - "@rollup/rollup-darwin-x64": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm-gnueabihf": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm64-gnu": [ - "4.6.1" - ], - "@rollup/rollup-linux-arm64-musl": [ - "4.6.1" - ], - "@rollup/rollup-linux-x64-gnu": [ - "4.6.1" - ], - "@rollup/rollup-linux-x64-musl": [ - "4.6.1" - ], - "@rollup/rollup-win32-arm64-msvc": [ - "4.6.1" - ], - "@rollup/rollup-win32-ia32-msvc": [ - "4.6.1" - ], - "@rollup/rollup-win32-x64-msvc": [ - "4.6.1" - ], - "fsevents": [ - "2.3.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-shorthand-properties__7.23.3__at_babel_core_7.23.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_plugin-transform-shorthand-properties__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-shorthand-properties", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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": true, - "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__8.4.32": { - "bzlFile": "@@aspect_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.32", - "package": "postcss", - "version": "8.4.32", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", - "url": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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_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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "safe-buffer": "5.2.1" - }, - "transitive_closure": { - "content-disposition": [ - "0.5.4" - ], - "safe-buffer": [ - "5.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_babel_plugin-transform-for-of__7.23.3__at_babel_core_7.23.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_plugin-transform-for-of__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-for-of", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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__w3c-xmlserializer__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__w3c-xmlserializer__5.0.0__links", - "package": "w3c-xmlserializer", - "version": "5.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "xml-name-validator": "5.0.0" - }, - "transitive_closure": { - "w3c-xmlserializer": [ - "5.0.0" - ], - "xml-name-validator": [ - "5.0.0" - ] - }, - "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.23.3__at_babel_core_7.23.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_plugin-transform-computed-properties__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-computed-properties", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__caniuse-lite__1.0.30001566__links": { - "bzlFile": "@@aspect_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.30001566__links", - "package": "caniuse-lite", - "version": "1.0.30001566", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "caniuse-lite": [ - "1.0.30001566" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__get-func-name__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__get-func-name__2.0.2__links", - "package": "get-func-name", - "version": "2.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "get-func-name": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__why-is-node-running__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__why-is-node-running__2.2.2", - "package": "why-is-node-running", - "version": "2.2.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==", - "url": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.2.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__at_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.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_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.5__links", - "package": "@babel/plugin-proposal-optional-chaining", - "version": "7.21.0_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.5" - }, - "transitive_closure": { - "@babel/plugin-proposal-optional-chaining": [ - "7.21.0_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-jsx-a11y__6.7.1__eslint_8.55.0": { - "bzlFile": "@@aspect_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.55.0", - "package": "eslint-plugin-jsx-a11y", - "version": "6.7.1_eslint_8.55.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__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__at_svgr_babel-plugin-transform-react-native-svg__8.1.0__at_babel_core_7.23.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_svgr_babel-plugin-transform-react-native-svg__8.1.0__at_babel_core_7.23.5", - "package": "@svgr/babel-plugin-transform-react-native-svg", - "version": "8.1.0_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-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__whatwg-encoding__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__whatwg-encoding__3.1.1__links", - "package": "whatwg-encoding", - "version": "3.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "iconv-lite": "0.6.3" - }, - "transitive_closure": { - "whatwg-encoding": [ - "3.1.1" - ], - "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__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": true, - "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": true, - "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.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__tinybench__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__tinybench__2.5.1", - "package": "tinybench", - "version": "2.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-65NKvSuAVDP/n4CqH+a9w2kTlLReS9vhsAP06MWx+/89nMinJyB2icyl58RIcqCmIggpojIGeuJGhjU1aGMBSg==", - "url": "https://registry.npmjs.org/tinybench/-/tinybench-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__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__snake-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__snake-case__3.0.4", - "package": "snake-case", - "version": "3.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", - "url": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "batch": [ - "0.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helpers__7.23.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_helpers__7.23.5__links", - "package": "@babel/helpers", - "version": "7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/template": "7.22.15", - "@babel/traverse": "7.23.5", - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@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.5" - ], - "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.23.4" - ], - "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__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": true, - "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__https-proxy-agent__7.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__https-proxy-agent__7.0.2__links", - "package": "https-proxy-agent", - "version": "7.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "agent-base": "7.1.0", - "debug": "4.3.4" - }, - "transitive_closure": { - "https-proxy-agent": [ - "7.0.2" - ], - "agent-base": [ - "7.1.0" - ], - "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_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__yocto-queue__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__yocto-queue__1.0.0", - "package": "yocto-queue", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", - "url": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__eslint__8.55.0": { - "bzlFile": "@@aspect_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.55.0", - "package": "eslint", - "version": "8.55.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "": [ - "eslint" - ] - }, - "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==", - "url": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_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.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_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.5", - "package": "@babel/plugin-proposal-class-properties", - "version": "7.18.6_at_babel_core_7.23.5", - "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__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.5" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map": [ - "0.6.1" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_babel_plugin-transform-modules-umd__7.23.3__at_babel_core_7.23.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_plugin-transform-modules-umd__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-modules-umd", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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_babel_plugin-transform-unicode-regex__7.23.3__at_babel_core_7.23.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_plugin-transform-unicode-regex__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-unicode-regex", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-unicode-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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__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__at_babel_plugin-transform-typescript__7.23.5__at_babel_core_7.23.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_plugin-transform-typescript__7.23.5__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-typescript", - "version": "7.23.5_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2fMkXEJkrmwgu2Bsv1Saxgj30IXZdJ+84lQcKKI7sm719oXs0BBw2ZENKdJdR1PjWndgLCEBNXJOri0fk7RYQA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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__at_typescript-eslint_experimental-utils__5.62.0__1767590274__links": { - "bzlFile": "@@aspect_rules_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__1767590274__links", - "package": "@typescript-eslint/experimental-utils", - "version": "5.62.0_1767590274", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/utils": "5.62.0_1767590274", - "eslint": "8.55.0" - }, - "transitive_closure": { - "@typescript-eslint/experimental-utils": [ - "5.62.0_1767590274" - ], - "@typescript-eslint/utils": [ - "5.62.0_1767590274" - ], - "eslint": [ - "8.55.0" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "5.1.1", - "7.2.2" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.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__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": true, - "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_babel_plugin-transform-parameters__7.23.3__at_babel_core_7.23.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_plugin-transform-parameters__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-parameters", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-parameters": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.23.5", - "error-ex": "1.3.2", - "json-parse-even-better-errors": "2.3.1", - "lines-and-columns": "1.2.4" - }, - "transitive_closure": { - "parse-json": [ - "5.2.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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_rollup_rollup-linux-x64-gnu__4.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__at_rollup_rollup-linux-x64-gnu__4.6.1__links", - "package": "@rollup/rollup-linux-x64-gnu", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-linux-x64-gnu": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__local-pkg__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__local-pkg__0.5.0__links", - "package": "local-pkg", - "version": "0.5.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "mlly": "1.4.2", - "pkg-types": "1.0.3" - }, - "transitive_closure": { - "local-pkg": [ - "0.5.0" - ], - "mlly": [ - "1.4.2" - ], - "pkg-types": [ - "1.0.3" - ], - "jsonc-parser": [ - "3.2.0" - ], - "pathe": [ - "1.1.1" - ], - "acorn": [ - "8.10.0" - ], - "ufo": [ - "1.3.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__eslint-module-utils__2.8.0__-1048982895__links": { - "bzlFile": "@@aspect_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__-1048982895__links", - "package": "eslint-module-utils", - "version": "2.8.0_-1048982895", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/parser": "5.44.0_1767590274", - "debug": "3.2.7", - "eslint": "8.55.0", - "eslint-import-resolver-node": "0.3.9" - }, - "transitive_closure": { - "eslint-module-utils": [ - "2.8.0_-1048982895" - ], - "@typescript-eslint/parser": [ - "5.44.0_1767590274" - ], - "debug": [ - "4.3.4", - "3.2.7" - ], - "eslint": [ - "8.55.0" - ], - "eslint-import-resolver-node": [ - "0.3.9" - ], - "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" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esutils": [ - "2.0.3" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.3", - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.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" - ], - "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_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__cosmiconfig__8.3.6__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__cosmiconfig__8.3.6__typescript_4.9.3", - "package": "cosmiconfig", - "version": "8.3.6_typescript_4.9.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", - "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.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__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__at_babel_parser__7.23.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_parser__7.23.5__links", - "package": "@babel/parser", - "version": "7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@babel/parser": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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__at_vitest_utils__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_vitest_utils__1.0.2", - "package": "@vitest/utils", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GPQkGHAnFAP/+seSbB9pCsj339yRrMgILoI5H2sPevTLCYgBq0VRjF8QSllmnQyvf0EontF6KUIt2t5s2SmqoQ==", - "url": "https://registry.npmjs.org/@vitest/utils/-/utils-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "etag": [ - "1.8.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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_babel_plugin-transform-dotall-regex__7.23.3__at_babel_core_7.23.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_plugin-transform-dotall-regex__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-dotall-regex", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_typescript-eslint_eslint-plugin__5.44.0__-937717529": { - "bzlFile": "@@aspect_rules_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__-937717529", - "package": "@typescript-eslint/eslint-plugin", - "version": "5.44.0_-937717529", - "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__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__graphemer__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__graphemer__1.4.0", - "package": "graphemer", - "version": "1.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "url": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_esbuild_linux-arm__0.19.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_esbuild_linux-arm__0.19.8__links", - "package": "@esbuild/linux-arm", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/linux-arm": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "camelcase": [ - "6.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "punycode": "2.3.1" - }, - "transitive_closure": { - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.1" - ] - }, - "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": true, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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": true, - "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__at_babel_plugin-proposal-decorators__7.23.5__at_babel_core_7.23.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_plugin-proposal-decorators__7.23.5__at_babel_core_7.23.5__links", - "package": "@babel/plugin-proposal-decorators", - "version": "7.23.5_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-class-features-plugin": "7.23.5_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-replace-supers": "7.22.20_at_babel_core_7.23.5", - "@babel/helper-split-export-declaration": "7.22.6", - "@babel/plugin-syntax-decorators": "7.23.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-proposal-decorators": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.23.5_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/plugin-syntax-decorators": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_esbuild_win32-arm64__0.19.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_esbuild_win32-arm64__0.19.8__links", - "package": "@esbuild/win32-arm64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/win32-arm64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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": true, - "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": true, - "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__signal-exit__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__signal-exit__4.1.0", - "package": "signal-exit", - "version": "4.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "url": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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": { - "react": [ - "vite" - ], - "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__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__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__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": true, - "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__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__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__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": true, - "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__nanoid__3.3.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__nanoid__3.3.7__links", - "package": "nanoid", - "version": "3.3.7", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "nanoid": [ - "3.3.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-string-parser": "7.23.4", - "@babel/helper-validator-identifier": "7.22.20", - "to-fast-properties": "2.0.0" - }, - "transitive_closure": { - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "yallist": "4.0.0" - }, - "transitive_closure": { - "lru-cache": [ - "6.0.0" - ], - "yallist": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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.23.5" - ], - "@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.23.4" - ], - "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": true, - "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__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__at_babel_helper-validator-option__7.23.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-validator-option__7.23.5", - "package": "@babel/helper-validator-option", - "version": "7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", - "url": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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__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": true, - "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__at_esbuild_win32-ia32__0.19.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_esbuild_win32-ia32__0.19.8", - "package": "@esbuild/win32-ia32", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-AIAbverbg5jMvJznYiGhrd3sumfwWs8572mIJL5NQjJa06P8KfCPWZQ0NwZbPQnbQi9OWSZhFVSUWjjIrn4hSw==", - "url": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__at_babel_plugin-transform-for-of__7.23.3__at_babel_core_7.23.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_plugin-transform-for-of__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-for-of", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-for-of": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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.5", - "@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.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "@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.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13", - "7.23.5" - ], - "@babel/generator": [ - "7.23.0", - "7.23.5" - ], - "@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", - "7.23.5" - ], - "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", - "7.23.4" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_babel_helper-string-parser__7.23.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_babel_helper-string-parser__7.23.4", - "package": "@babel/helper-string-parser", - "version": "7.23.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", - "url": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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_plugin-transform-parameters__7.23.3__at_babel_core_7.23.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_plugin-transform-parameters__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-parameters", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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_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__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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.23.3__at_babel_core_7.23.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_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", - "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.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__whatwg-mimetype__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__whatwg-mimetype__4.0.0__links", - "package": "whatwg-mimetype", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "whatwg-mimetype": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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__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__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__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__at_esbuild_openbsd-x64__0.19.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_esbuild_openbsd-x64__0.19.8", - "package": "@esbuild/openbsd-x64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/7Y7u77rdvmGTxR83PgaSvSBJCC2L3Kb1M/+dmSIvRvQPXXCuC97QAwMugBNG0yGcbEGfFBH7ojPzAOxfGNkwQ==", - "url": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__babel-plugin-polyfill-corejs3__0.8.6__at_babel_core_7.23.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__babel-plugin-polyfill-corejs3__0.8.6__at_babel_core_7.23.5__links", - "package": "babel-plugin-polyfill-corejs3", - "version": "0.8.6_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-define-polyfill-provider": "0.4.3_at_babel_core_7.23.5", - "core-js-compat": "3.34.0" - }, - "transitive_closure": { - "babel-plugin-polyfill-corejs3": [ - "0.8.6_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.3_at_babel_core_7.23.5" - ], - "core-js-compat": [ - "3.34.0" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.4" - ], - "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": { - "bzlFile": "@@aspect_rules_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__at_babel_plugin-transform-optional-catch-binding__7.23.4__at_babel_core_7.23.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_plugin-transform-optional-catch-binding__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-optional-catch-binding", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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__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": true, - "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__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__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__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.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_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-unicode-sets-regex", - "version": "7.18.6_at_babel_core_7.23.5", - "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__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__at_babel_plugin-transform-regenerator__7.23.3__at_babel_core_7.23.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_plugin-transform-regenerator__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-regenerator", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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": true, - "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": true, - "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": true, - "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": true, - "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__eslint-utils__3.0.0__eslint_8.55.0__links": { - "bzlFile": "@@aspect_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.55.0__links", - "package": "eslint-utils", - "version": "3.0.0_eslint_8.55.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint": "8.55.0", - "eslint-visitor-keys": "2.1.0" - }, - "transitive_closure": { - "eslint-utils": [ - "3.0.0_eslint_8.55.0" - ], - "eslint": [ - "8.55.0" - ], - "eslint-visitor-keys": [ - "3.4.3", - "2.1.0" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "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" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "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__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": true, - "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": true, - "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_babel_plugin-transform-logical-assignment-operators__7.23.4__at_babel_core_7.23.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_plugin-transform-logical-assignment-operators__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-logical-assignment-operators", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-logical-assignment-operators": "7.10.4_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-logical-assignment-operators": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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": true, - "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__w3c-xmlserializer__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__w3c-xmlserializer__5.0.0", - "package": "w3c-xmlserializer", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", - "url": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-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.5", - "@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.5" - ], - "@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.5" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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": true, - "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__local-pkg__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__local-pkg__0.5.0", - "package": "local-pkg", - "version": "0.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", - "url": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_esbuild_darwin-x64__0.19.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_esbuild_darwin-x64__0.19.8", - "package": "@esbuild/darwin-x64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-3sur80OT9YdeZwIVgERAysAbwncom7b4bCI2XKLjMfPymTud7e/oY4y+ci1XVp5TfQp/bppn7xLw1n/oSQY3/Q==", - "url": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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__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__at_typescript-eslint_parser__5.44.0__1767590274": { - "bzlFile": "@@aspect_rules_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__1767590274", - "package": "@typescript-eslint/parser", - "version": "5.44.0_1767590274", - "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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@nodelib/fs.stat": [ - "2.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_esbuild_linux-ppc64__0.19.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_esbuild_linux-ppc64__0.19.8__links", - "package": "@esbuild/linux-ppc64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/linux-ppc64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__at_babel_plugin-transform-typeof-symbol__7.23.3__at_babel_core_7.23.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_plugin-transform-typeof-symbol__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-typeof-symbol", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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__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__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": true, - "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" - ] - }, - "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_vitest_expect__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_vitest_expect__1.0.2", - "package": "@vitest/expect", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mAIo/8uddSWkjQMLFcjqZP3WmkwvvN0OtlyZIu33jFnwme3vZds8m8EDMxtj+Uzni2DwtPfHNjJcTM8zTV1f4A==", - "url": "https://registry.npmjs.org/@vitest/expect/-/expect-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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "inherits": [ - "2.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "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-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.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_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-nullish-coalescing-operator", - "version": "7.8.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "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__at_ungap_structured-clone__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_ungap_structured-clone__1.2.0", - "package": "@ungap/structured-clone", - "version": "1.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "url": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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_esbuild_darwin-arm64__0.19.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_esbuild_darwin-arm64__0.19.8__links", - "package": "@esbuild/darwin-arm64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/darwin-arm64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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__at_typescript-eslint_experimental-utils__5.62.0__1767590274": { - "bzlFile": "@@aspect_rules_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__1767590274", - "package": "@typescript-eslint/experimental-utils", - "version": "5.62.0_1767590274", - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "toidentifier": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__jsdom__23.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__jsdom__23.0.1", - "package": "jsdom", - "version": "23.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": { - "": [ - "jsdom" - ] - }, - "integrity": "sha512-2i27vgvlUsGEBO9+/kJQRbtqtm+191b5zAZrU/UezVmnC2dlDAFLgDYJvAEi94T4kjsRKkezEtLQTgsNEsW2lQ==", - "url": "https://registry.npmjs.org/jsdom/-/jsdom-23.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "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": true, - "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.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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": true, - "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__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": true, - "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__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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "has-bigints": "1.0.2", - "has-symbols": "1.0.3", - "which-boxed-primitive": "1.0.2" - }, - "transitive_closure": { - "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__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__at_svgr_babel-preset__8.1.0__at_babel_core_7.23.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_svgr_babel-preset__8.1.0__at_babel_core_7.23.5__links", - "package": "@svgr/babel-preset", - "version": "8.1.0_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@svgr/babel-plugin-add-jsx-attribute": "8.0.0_at_babel_core_7.23.5", - "@svgr/babel-plugin-remove-jsx-attribute": "8.0.0_at_babel_core_7.23.5", - "@svgr/babel-plugin-remove-jsx-empty-expression": "8.0.0_at_babel_core_7.23.5", - "@svgr/babel-plugin-replace-jsx-attribute-value": "8.0.0_at_babel_core_7.23.5", - "@svgr/babel-plugin-svg-dynamic-title": "8.0.0_at_babel_core_7.23.5", - "@svgr/babel-plugin-svg-em-dimensions": "8.0.0_at_babel_core_7.23.5", - "@svgr/babel-plugin-transform-react-native-svg": "8.1.0_at_babel_core_7.23.5", - "@svgr/babel-plugin-transform-svg-component": "8.0.0_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@svgr/babel-preset": [ - "8.1.0_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@svgr/babel-plugin-add-jsx-attribute": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-remove-jsx-attribute": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-svg-dynamic-title": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-svg-em-dimensions": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-transform-react-native-svg": [ - "8.1.0_at_babel_core_7.23.5" - ], - "@svgr/babel-plugin-transform-svg-component": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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.23.5" - ], - "@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.23.4" - ], - "@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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "deep-is": [ - "0.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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" - ], - "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.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" - ], - "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": true, - "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.5" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map-js": [ - "1.0.2" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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": true, - "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.1" - ] - }, - "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__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": true, - "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__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": true, - "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__vite__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__vite__3.2.7", - "package": "vite", - "version": "3.2.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "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__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": true, - "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__at_babel_plugin-syntax-import-attributes__7.23.3__at_babel_core_7.23.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_plugin-syntax-import-attributes__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-import-attributes", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-import-attributes": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "ms": "2.0.0" - }, - "transitive_closure": { - "debug": [ - "2.6.9" - ], - "ms": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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": true, - "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.5" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map-js": [ - "1.0.2" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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_humanwhocodes_object-schema__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_humanwhocodes_object-schema__2.0.1", - "package": "@humanwhocodes/object-schema", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", - "url": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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.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": [ - "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": true, - "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": 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.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": true, - "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": true, - "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__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__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": true, - "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__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__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": true, - "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__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__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__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__html-encoding-sniffer__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__html-encoding-sniffer__4.0.0", - "package": "html-encoding-sniffer", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", - "url": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-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_helper-define-polyfill-provider__0.4.3__at_babel_core_7.23.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-define-polyfill-provider__0.4.3__at_babel_core_7.23.5__links", - "package": "@babel/helper-define-polyfill-provider", - "version": "0.4.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.4" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "acorn": [ - "8.10.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-computed-properties__7.23.3__at_babel_core_7.23.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_plugin-transform-computed-properties__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-computed-properties", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/template": "7.22.15" - }, - "transitive_closure": { - "@babel/plugin-transform-computed-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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_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__tinyspy__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__tinyspy__2.2.0", - "package": "tinyspy", - "version": "2.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-d2eda04AN/cPOR89F7Xv5bK/jrQEhmcLFe6HFldoeO9AJtps+fqEnh486vnT/8y4bw38pSyxDcTCAq+Ks2aJTg==", - "url": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-nullish-coalescing-operator__7.23.4__at_babel_core_7.23.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_plugin-transform-nullish-coalescing-operator__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-nullish-coalescing-operator", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "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__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__at_babel_plugin-transform-typeof-symbol__7.23.3__at_babel_core_7.23.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_plugin-transform-typeof-symbol__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-typeof-symbol", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-typeof-symbol": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "normalize-path": "3.0.0", - "picomatch": "2.3.1" - }, - "transitive_closure": { - "anymatch": [ - "3.1.3" - ], - "normalize-path": [ - "3.0.0" - ], - "picomatch": [ - "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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_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_-1955910335", - "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_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_-1955910335" - ], - "typescript": [ - "4.9.3" - ], - "@next/env": [ - "13.0.5" - ], - "@swc/helpers": [ - "0.4.14" - ], - "caniuse-lite": [ - "1.0.30001566", - "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_986221465" - ], - "@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.5" - ], - "client-only": [ - "0.0.1" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "6.0.0", - "5.1.1" - ], - "yallist": [ - "4.0.0", - "3.1.1" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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", - "2.8.0_-993259024" - ], - "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.1" - ], - "@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__at_babel_plugin-transform-class-properties__7.23.3__at_babel_core_7.23.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_plugin-transform-class-properties__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-class-properties", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-class-properties": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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__mimic-fn__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__mimic-fn__4.0.0", - "package": "mimic-fn", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", - "url": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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__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__at_babel_plugin-transform-async-generator-functions__7.23.4__at_babel_core_7.23.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_plugin-transform-async-generator-functions__7.23.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-async-generator-functions", - "version": "7.23.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.5", - "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-transform-async-generator-functions": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@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.5" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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-transform-member-expression-literals__7.23.3__at_babel_core_7.23.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_plugin-transform-member-expression-literals__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-member-expression-literals", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.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_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.5__links", - "package": "@babel/plugin-proposal-numeric-separator", - "version": "7.18.6_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/plugin-proposal-numeric-separator": [ - "7.18.6_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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.5" - }, - "transitive_closure": { - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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_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__vite-node__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__vite-node__1.0.2", - "package": "vite-node", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-h7BbMJf46fLvFW/9Ygo3snkIBEHFh6fHpB4lge98H5quYrDhPFeI3S0LREz328uqPWSnii2yeJXktQ+Pmqk5BQ==", - "url": "https://registry.npmjs.org/vite-node/-/vite-node-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__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": true, - "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_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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "is-map": "2.0.2", - "is-set": "2.0.2", - "is-weakmap": "2.0.1", - "is-weakset": "2.0.2" - }, - "transitive_closure": { - "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__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__at_esbuild_freebsd-arm64__0.19.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_esbuild_freebsd-arm64__0.19.8__links", - "package": "@esbuild/freebsd-arm64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/freebsd-arm64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__electron-to-chromium__1.4.608__links": { - "bzlFile": "@@aspect_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.608__links", - "package": "electron-to-chromium", - "version": "1.4.608", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "electron-to-chromium": [ - "1.4.608" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_esbuild_openbsd-x64__0.19.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_esbuild_openbsd-x64__0.19.8__links", - "package": "@esbuild/openbsd-x64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/openbsd-x64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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__mlly__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__mlly__1.4.2__links", - "package": "mlly", - "version": "1.4.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "acorn": "8.10.0", - "pathe": "1.1.1", - "pkg-types": "1.0.3", - "ufo": "1.3.2" - }, - "transitive_closure": { - "mlly": [ - "1.4.2" - ], - "acorn": [ - "8.10.0" - ], - "pathe": [ - "1.1.1" - ], - "pkg-types": [ - "1.0.3" - ], - "ufo": [ - "1.3.2" - ], - "jsonc-parser": [ - "3.2.0" - ] - }, - "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__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": true, - "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__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": true, - "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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "unpipe": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_babel_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.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-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.5", - "package": "@babel/helper-create-regexp-features-plugin", - "version": "7.22.15_at_babel_core_7.23.5", - "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_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__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": true, - "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_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_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.23.5", - "@babel/parser": "7.23.5", - "@babel/types": "7.23.5" - }, - "transitive_closure": { - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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__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__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_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.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-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.5__links", - "package": "@babel/helper-create-regexp-features-plugin", - "version": "7.22.15_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@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.5" - ], - "@babel/core": [ - "7.23.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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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_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__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__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": true, - "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__at_svgr_babel-plugin-svg-dynamic-title__8.0.0__at_babel_core_7.23.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_svgr_babel-plugin-svg-dynamic-title__8.0.0__at_babel_core_7.23.5__links", - "package": "@svgr/babel-plugin-svg-dynamic-title", - "version": "8.0.0_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5" - }, - "transitive_closure": { - "@svgr/babel-plugin-svg-dynamic-title": [ - "8.0.0_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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__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": true, - "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.23.5" - ], - "@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.23.4" - ], - "@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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "methods": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_preset-env__7.23.5__at_babel_core_7.23.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_preset-env__7.23.5__at_babel_core_7.23.5", - "package": "@babel/preset-env", - "version": "7.23.5_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==", - "url": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__react-refresh__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__react-refresh__0.14.0", - "package": "react-refresh", - "version": "0.14.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", - "url": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "esrecurse": "4.3.0", - "estraverse": "4.3.0" - }, - "transitive_closure": { - "eslint-scope": [ - "5.1.1" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__at_esbuild_android-arm64__0.19.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_esbuild_android-arm64__0.19.8", - "package": "@esbuild/android-arm64", - "version": "0.19.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLECj6FhDzk1cF9WHMVwrtA==", - "url": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__path-key__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-key__4.0.0__links", - "package": "path-key", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-key": [ - "4.0.0" - ] - }, - "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__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.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@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.5" - ], - "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.23.5" - ], - "@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.23.4" - ], - "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.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@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.5" - ], - "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.23.4" - ], - "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.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ipaddr.js": [ - "1.9.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__vite__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__vite__3.2.7__links", - "package": "vite", - "version": "3.2.7", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "fsevents": "2.3.3", - "esbuild": "0.15.18", - "postcss": "8.4.31", - "resolve": "1.22.6", - "rollup": "2.79.1" - }, - "transitive_closure": { - "vite": [ - "3.2.7" - ], - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "parseurl": "1.3.3", - "send": "0.18.0" - }, - "transitive_closure": { - "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__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": true, - "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__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__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": true, - "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.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "path-type": "4.0.0" - }, - "transitive_closure": { - "dir-glob": [ - "3.0.1" - ], - "path-type": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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": true, - "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__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__at_esbuild_win32-x64__0.19.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_esbuild_win32-x64__0.19.8__links", - "package": "@esbuild/win32-x64", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/win32-x64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "prelude-ls": [ - "1.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__npm-run-path__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__npm-run-path__5.1.0__links", - "package": "npm-run-path", - "version": "5.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "path-key": "4.0.0" - }, - "transitive_closure": { - "npm-run-path": [ - "5.1.0" - ], - "path-key": [ - "4.0.0" - ] - }, - "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": true, - "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__strip-literal__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__strip-literal__1.3.0__links", - "package": "strip-literal", - "version": "1.3.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "acorn": "8.10.0" - }, - "transitive_closure": { - "strip-literal": [ - "1.3.0" - ], - "acorn": [ - "8.10.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__at_babel_plugin-bugfix-v8-static-class-fields-redefine-readonly__7.23.3__at_babel_core_7.23.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_plugin-bugfix-v8-static-class-fields-redefine-readonly__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-environment-visitor": "7.22.20", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-syntax-import-assertions__7.23.3__at_babel_core_7.23.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_plugin-syntax-import-assertions__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-syntax-import-assertions", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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_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.5", - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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_rollup_rollup-linux-arm64-gnu__4.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__at_rollup_rollup-linux-arm64-gnu__4.6.1__links", - "package": "@rollup/rollup-linux-arm64-gnu", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-linux-arm64-gnu": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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__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__at_babel_plugin-transform-block-scoped-functions__7.23.3__at_babel_core_7.23.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_plugin-transform-block-scoped-functions__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-block-scoped-functions", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_rollup_rollup-darwin-arm64__4.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__at_rollup_rollup-darwin-arm64__4.6.1__links", - "package": "@rollup/rollup-darwin-arm64", - "version": "4.6.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rollup/rollup-darwin-arm64": [ - "4.6.1" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "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": true, - "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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5", - "7.22.13" - ], - "@babel/generator": [ - "7.23.5", - "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.5", - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5", - "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" - ], - "@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", - "7.23.4" - ], - "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-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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__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": true, - "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__at_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.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_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-import-meta", - "version": "7.10.4_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@nodelib/fs.stat": "2.0.5", - "@nodelib/fs.walk": "1.2.8", - "glob-parent": "5.1.2", - "merge2": "1.4.1", - "micromatch": "4.0.5" - }, - "transitive_closure": { - "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": true, - "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__at_babel_helper-module-transforms__7.23.3__at_babel_core_7.23.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-module-transforms__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/helper-module-transforms", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.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" - }, - "transitive_closure": { - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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-transform-modules-commonjs__7.23.3__at_babel_core_7.23.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_plugin-transform-modules-commonjs__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-modules-commonjs", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-module-transforms": "7.23.3_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-simple-access": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-modules-commonjs": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-react-jsx-source__7.23.3__at_babel_core_7.23.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_plugin-transform-react-jsx-source__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-react-jsx-source", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-react-jsx-source": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__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": true, - "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_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__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.5", - "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.5" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13", - "7.23.5" - ], - "@babel/parser": [ - "7.23.0", - "7.23.5" - ], - "@babel/highlight": [ - "7.22.20", - "7.23.4" - ], - "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" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0", - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0", - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.1", - "7.23.5" - ], - "@babel/traverse": [ - "7.23.0", - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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" - ], - "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" - ], - "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" - ], - "@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__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": true, - "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__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": true, - "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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "psl": "1.9.0", - "punycode": "2.3.1", - "universalify": "0.2.0", - "url-parse": "1.5.10" - }, - "transitive_closure": { - "tough-cookie": [ - "4.1.3" - ], - "psl": [ - "1.9.0" - ], - "punycode": [ - "2.3.1" - ], - "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": true, - "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_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.23.5", - "@babel/helper-validator-option": "7.23.5", - "browserslist": "4.22.2", - "lru-cache": "5.1.1", - "semver": "6.3.1" - }, - "transitive_closure": { - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/compat-data": [ - "7.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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": true, - "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": true, - "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__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_esbuild_win32-ia32__0.19.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_esbuild_win32-ia32__0.19.8__links", - "package": "@esbuild/win32-ia32", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/win32-ia32": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__at_typescript-eslint_utils__5.44.0__1767590274__links": { - "bzlFile": "@@aspect_rules_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__1767590274__links", - "package": "@typescript-eslint/utils", - "version": "5.44.0_1767590274", - "dev": true, - "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.55.0", - "eslint-scope": "5.1.1", - "eslint-utils": "3.0.0_eslint_8.55.0", - "semver": "7.5.4" - }, - "transitive_closure": { - "@typescript-eslint/utils": [ - "5.44.0_1767590274" - ], - "@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.55.0" - ], - "eslint-scope": [ - "7.2.2", - "5.1.1" - ], - "eslint-utils": [ - "3.0.0_eslint_8.55.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-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "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" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@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__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": true, - "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__eslint-plugin-flowtype__8.0.3__-1935277227__links": { - "bzlFile": "@@aspect_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__-1935277227__links", - "package": "eslint-plugin-flowtype", - "version": "8.0.3_-1935277227", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/plugin-syntax-flow": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-react-jsx": "7.23.4_at_babel_core_7.23.5", - "eslint": "8.55.0", - "lodash": "4.17.21", - "string-natural-compare": "3.0.1" - }, - "transitive_closure": { - "eslint-plugin-flowtype": [ - "8.0.3_-1935277227" - ], - "@babel/plugin-syntax-flow": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-jsx": [ - "7.23.4_at_babel_core_7.23.5" - ], - "eslint": [ - "8.55.0" - ], - "lodash": [ - "4.17.21" - ], - "string-natural-compare": [ - "3.0.1" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" - ], - "@eslint/eslintrc": [ - "2.1.4" - ], - "@eslint/js": [ - "8.55.0" - ], - "@humanwhocodes/config-array": [ - "0.11.13" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "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-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": [ - "11.12.0", - "13.22.0" - ], - "graphemer": [ - "1.4.0" - ], - "ignore": [ - "5.2.4" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-glob": [ - "4.0.3" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "minimatch": [ - "3.1.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "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" - ], - "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.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": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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.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" - ], - "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__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__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": true, - "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_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.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_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.5", - "package": "@babel/plugin-proposal-private-property-in-object", - "version": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.5", - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "esutils": "2.0.3" - }, - "transitive_closure": { - "doctrine": [ - "2.1.0" - ], - "esutils": [ - "2.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "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-proposal-numeric-separator__7.18.6__at_babel_core_7.23.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_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.5", - "package": "@babel/plugin-proposal-numeric-separator", - "version": "7.18.6_at_babel_core_7.23.5", - "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__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": true, - "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": true, - "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__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__at_babel_generator__7.23.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_generator__7.23.5__links", - "package": "@babel/generator", - "version": "7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.5", - "@jridgewell/gen-mapping": "0.3.3", - "@jridgewell/trace-mapping": "0.3.19", - "jsesc": "2.5.2" - }, - "transitive_closure": { - "@babel/generator": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.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/helper-string-parser": [ - "7.23.4" - ], - "@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__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": true, - "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.1" - ] - }, - "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": true, - "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__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__check-error__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__check-error__1.0.3__links", - "package": "check-error", - "version": "1.0.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "get-func-name": "2.0.2" - }, - "transitive_closure": { - "check-error": [ - "1.0.3" - ], - "get-func-name": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "min-indent": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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__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": true, - "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__postcss__8.4.32__links": { - "bzlFile": "@@aspect_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.32__links", - "package": "postcss", - "version": "8.4.32", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "nanoid": "3.3.7", - "picocolors": "1.0.0", - "source-map-js": "1.0.2" - }, - "transitive_closure": { - "postcss": [ - "8.4.32" - ], - "nanoid": [ - "3.3.7" - ], - "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__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": true, - "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__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__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__at_types_babel__core__7.20.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__core__7.20.5__links", - "package": "@types/babel__core", - "version": "7.20.5", - "dev": true, - "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.5" - ], - "@babel/parser": [ - "7.23.5", - "7.23.0" - ], - "@babel/types": [ - "7.23.5", - "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.23.4" - ], - "@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-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": true, - "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_-993259024", - "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_eslint_8.28.0" - ], - "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.1" - ], - "@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-proposal-optional-chaining__7.21.0__at_babel_core_7.23.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_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.5", - "package": "@babel/plugin-proposal-optional-chaining", - "version": "7.21.0_at_babel_core_7.23.5", - "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__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__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_babel_plugin-transform-arrow-functions__7.23.3__at_babel_core_7.23.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_plugin-transform-arrow-functions__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-arrow-functions", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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_preset-react__7.23.3__at_babel_core_7.23.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_preset-react__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/preset-react", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-validator-option": "7.23.5", - "@babel/plugin-transform-react-display-name": "7.23.3_at_babel_core_7.23.5", - "@babel/plugin-transform-react-jsx": "7.23.4_at_babel_core_7.23.5", - "@babel/plugin-transform-react-jsx-development": "7.22.5_at_babel_core_7.23.5", - "@babel/plugin-transform-react-pure-annotations": "7.23.3_at_babel_core_7.23.5" - }, - "transitive_closure": { - "@babel/preset-react": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "@babel/plugin-transform-react-display-name": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-jsx": [ - "7.23.4_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-transform-react-pure-annotations": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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.23.3_at_babel_core_7.23.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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__esbuild__0.19.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__esbuild__0.19.8__links", - "package": "esbuild", - "version": "0.19.8", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@esbuild/android-arm": "0.19.8", - "@esbuild/android-arm64": "0.19.8", - "@esbuild/android-x64": "0.19.8", - "@esbuild/darwin-arm64": "0.19.8", - "@esbuild/darwin-x64": "0.19.8", - "@esbuild/freebsd-arm64": "0.19.8", - "@esbuild/freebsd-x64": "0.19.8", - "@esbuild/linux-arm": "0.19.8", - "@esbuild/linux-arm64": "0.19.8", - "@esbuild/linux-ia32": "0.19.8", - "@esbuild/linux-loong64": "0.19.8", - "@esbuild/linux-mips64el": "0.19.8", - "@esbuild/linux-ppc64": "0.19.8", - "@esbuild/linux-riscv64": "0.19.8", - "@esbuild/linux-s390x": "0.19.8", - "@esbuild/linux-x64": "0.19.8", - "@esbuild/netbsd-x64": "0.19.8", - "@esbuild/openbsd-x64": "0.19.8", - "@esbuild/sunos-x64": "0.19.8", - "@esbuild/win32-arm64": "0.19.8", - "@esbuild/win32-ia32": "0.19.8", - "@esbuild/win32-x64": "0.19.8" - }, - "transitive_closure": { - "esbuild": [ - "0.19.8" - ], - "@esbuild/android-arm": [ - "0.19.8" - ], - "@esbuild/android-arm64": [ - "0.19.8" - ], - "@esbuild/android-x64": [ - "0.19.8" - ], - "@esbuild/darwin-arm64": [ - "0.19.8" - ], - "@esbuild/darwin-x64": [ - "0.19.8" - ], - "@esbuild/freebsd-arm64": [ - "0.19.8" - ], - "@esbuild/freebsd-x64": [ - "0.19.8" - ], - "@esbuild/linux-arm": [ - "0.19.8" - ], - "@esbuild/linux-arm64": [ - "0.19.8" - ], - "@esbuild/linux-ia32": [ - "0.19.8" - ], - "@esbuild/linux-loong64": [ - "0.19.8" - ], - "@esbuild/linux-mips64el": [ - "0.19.8" - ], - "@esbuild/linux-ppc64": [ - "0.19.8" - ], - "@esbuild/linux-riscv64": [ - "0.19.8" - ], - "@esbuild/linux-s390x": [ - "0.19.8" - ], - "@esbuild/linux-x64": [ - "0.19.8" - ], - "@esbuild/netbsd-x64": [ - "0.19.8" - ], - "@esbuild/openbsd-x64": [ - "0.19.8" - ], - "@esbuild/sunos-x64": [ - "0.19.8" - ], - "@esbuild/win32-arm64": [ - "0.19.8" - ], - "@esbuild/win32-ia32": [ - "0.19.8" - ], - "@esbuild/win32-x64": [ - "0.19.8" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__pathe__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__pathe__1.1.1", - "package": "pathe", - "version": "1.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==", - "url": "https://registry.npmjs.org/pathe/-/pathe-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__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__at_babel_core__7.23.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_core__7.23.5__links", - "package": "@babel/core", - "version": "7.23.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@ampproject/remapping": "2.2.1", - "@babel/code-frame": "7.23.5", - "@babel/generator": "7.23.5", - "@babel/helper-compilation-targets": "7.22.15", - "@babel/helper-module-transforms": "7.23.3_at_babel_core_7.23.5", - "@babel/helpers": "7.23.5", - "@babel/parser": "7.23.5", - "@babel/template": "7.22.15", - "@babel/traverse": "7.23.5", - "@babel/types": "7.23.5", - "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.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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_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": true, - "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__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": true, - "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__at_babel_plugin-transform-literals__7.23.3__at_babel_core_7.23.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_plugin-transform-literals__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-literals", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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.23.5" - ], - "@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.23.4" - ], - "@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": true, - "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.1" - ] - }, - "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.23.3__at_babel_core_7.23.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_plugin-transform-react-display-name__7.23.3__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-react-display-name", - "version": "7.23.3_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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": true, - "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": true, - "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__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__eslint-plugin-jest__25.7.0__-408391597": { - "bzlFile": "@@aspect_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__-408391597", - "package": "eslint-plugin-jest", - "version": "25.7.0_-408391597", - "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__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": true, - "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": true, - "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__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__assertion-error__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__assertion-error__1.1.0", - "package": "assertion-error", - "version": "1.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", - "url": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__at_ungap_structured-clone__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_ungap_structured-clone__1.2.0__links", - "package": "@ungap/structured-clone", - "version": "1.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@ungap/structured-clone": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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", - "7.23.5" - ], - "@babel/generator": [ - "7.23.0", - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@jest/expect-utils": [ - "29.7.0" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0", - "1.0.1_at_babel_core_7.23.5" - ], - "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", - "7.8.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0", - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0", - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0", - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0", - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0", - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0", - "7.14.5_at_babel_core_7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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", - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0", - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.1", - "7.23.5" - ], - "@babel/parser": [ - "7.23.0", - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0", - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@babel/highlight": [ - "7.22.20", - "7.23.4" - ], - "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": true, - "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__at_babel_plugin-transform-unicode-sets-regex__7.23.3__at_babel_core_7.23.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_plugin-transform-unicode-sets-regex__7.23.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-transform-unicode-sets-regex", - "version": "7.23.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-unicode-sets-regex": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.5" - ], - "@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.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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.5" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map": [ - "0.6.1" - ], - "@babel/types": [ - "7.23.5" - ], - "@babel/helper-string-parser": [ - "7.23.4" - ], - "@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__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": true, - "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": true, - "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__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__at_babel_plugin-syntax-bigint__7.8.3__at_babel_core_7.23.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_plugin-syntax-bigint__7.8.3__at_babel_core_7.23.5__links", - "package": "@babel/plugin-syntax-bigint", - "version": "7.8.3_at_babel_core_7.23.5", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.5", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/core": [ - "7.23.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.23.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/parser": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "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.23.4" - ], - "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-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.5" - ], - "@babel/generator": [ - "7.23.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.5" - ], - "@babel/types": [ - "7.23.5" - ], - "@jest/expect-utils": [ - "29.7.0" - ], - "@jest/transform": [ - "29.7.0" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.5" - ], - "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.5" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.5" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.5" - ], - "@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.5" - ], - "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.23.4" - ], - "@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.23.5" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.3_at_babel_core_7.23.5" - ], - "@babel/helpers": [ - "7.23.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.5" - ], - "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.23.5" - ], - "@babel/helper-validator-option": [ - "7.23.5" - ], - "browserslist": [ - "4.22.2" - ], - "caniuse-lite": [ - "1.0.30001566" - ], - "electron-to-chromium": [ - "1.4.608" - ], - "node-releases": [ - "2.0.14" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.2" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@babel/highlight": [ - "7.23.4" - ], - "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__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": true, - "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__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": true, - "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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-weakmap": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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_babel_plugin-transform-object-rest-spread__7.23.4__at_babel_core_7.23.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_plugin-transform-object-rest-spread__7.23.4__at_babel_core_7.23.5", - "package": "@babel/plugin-transform-object-rest-spread", - "version": "7.23.4_at_babel_core_7.23.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "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__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__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": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "text-table": [ - "0.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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__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": true, - "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__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": true, - "root_package": "", - "link_packages": {}, - "deps": { - "ms": "2.1.3" - }, - "transitive_closure": { - "debug": [ - "3.2.7" - ], - "ms": [ - "2.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "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_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__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__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__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 - } - } - } - } - }, - "@@aspect_rules_js~1.32.6//npm:extensions.bzl%pnpm": { - "general": { - "bzlTransitiveDigest": "spSrWoZgfQt3TYEgngED5A1K5PU/vbYqPcrKPomkw9k=", - "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" - } - } - } - } - }, - "@@bazel_tools//tools/test:extensions.bzl%remote_coverage_tools_extension": { - "general": { - "bzlTransitiveDigest": "cizrA62cv8WUgb0cCmx5B6PRijtr/I4TAWxg/4caNGU=", - "accumulatedFileDigests": {}, - "envVariables": {}, - "generatedRepoSpecs": { - "remote_coverage_tools": { - "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl", - "ruleClassName": "http_archive", - "attributes": { - "name": "bazel_tools~remote_coverage_tools_extension~remote_coverage_tools", - "sha256": "7006375f6756819b7013ca875eab70a541cf7d89142d9c511ed78ea4fefa38af", - "urls": [ - "https://mirror.bazel.build/bazel_coverage_output_generator/releases/coverage_output_generator-v2.6.zip" - ] - } - } - } - } - }, - "@@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" - } - } - } - } - } - } -}