From 3ce9fafd71a139894776f215fe3b6cbcf4a7f77e Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 7 Dec 2023 16:17:55 -0800 Subject: [PATCH 1/3] feat: use vite and vitest rather than react-scripts react-scripts (the build system stamped out by create-react-app aka CRA) is no longer recommended by https://react.dev/learn/start-a-new-react-project and instead developers are encouraged to use 'a framework'. --- frontend/MODULE.bazel | 16 +- frontend/MODULE.bazel.lock | 205324 +++++++++------------- frontend/README.md | 6 +- frontend/package.json | 4 +- frontend/pnpm-lock.yaml | 7787 +- frontend/react/BUILD.bazel | 82 +- frontend/react/README.md | 38 +- frontend/react/defs.bzl | 29 + frontend/react/{public => }/index.html | 16 +- frontend/react/jest.config.js | 7 - frontend/react/package.json | 24 +- frontend/react/src/App.test.tsx | 20 +- frontend/react/src/App.tsx | 5 +- frontend/react/src/BUILD.bazel | 64 +- frontend/react/src/custom.d.ts | 4 - frontend/react/tsconfig.json | 2 +- frontend/react/vite.config.js | 17 + frontend/vitest.bzl | 18 + 18 files changed, 85945 insertions(+), 127518 deletions(-) create mode 100644 frontend/react/defs.bzl rename frontend/react/{public => }/index.html (62%) delete mode 100644 frontend/react/jest.config.js delete mode 100644 frontend/react/src/custom.d.ts create mode 100644 frontend/react/vite.config.js create mode 100644 frontend/vitest.bzl diff --git a/frontend/MODULE.bazel b/frontend/MODULE.bazel index ba773f3e5..90d92c2b1 100644 --- a/frontend/MODULE.bazel +++ b/frontend/MODULE.bazel @@ -1,7 +1,7 @@ "Bazel module dependencies, see https://bazel.build/external/overview#bzlmod" bazel_dep(name = "aspect_bazel_lib", version = "1.33.0") -bazel_dep(name = "aspect_rules_lint", version = "0.6.1") +bazel_dep(name = "aspect_rules_lint", version = "0.7.0") bazel_dep(name = "aspect_rules_jest", version = "0.19.6") bazel_dep(name = "aspect_rules_js", version = "1.32.2") bazel_dep(name = "aspect_rules_swc", version = "1.0.2") @@ -10,24 +10,12 @@ bazel_dep(name = "aspect_rules_rollup", version = "1.0.0") bazel_dep(name = "aspect_rules_webpack", version = "0.13.0") bazel_dep(name = "bazel_skylib", version = "1.4.2") -git_override( - module_name = "aspect_rules_lint", - commit = "270a3ea55ba4ee75f8fe15636c053c1cc7941e41", - remote = "https://github.com/aspect-build/rules_lint", -) - -pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm") +pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm", dev_dependency = True) use_repo(pnpm, "pnpm") npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm", dev_dependency = True) npm.npm_translate_lock( name = "npm", - bins = { - # derived from "bin" attribute in node_modules/react-scripts/package.json - "react-scripts": [ - "react-scripts=./bin/react-scripts.js", - ], - }, npmrc = "//:.npmrc", pnpm_lock = "//:pnpm-lock.yaml", public_hoist_packages = { diff --git a/frontend/MODULE.bazel.lock b/frontend/MODULE.bazel.lock index 8fa5b5bd4..4ac7e20bb 100644 --- a/frontend/MODULE.bazel.lock +++ b/frontend/MODULE.bazel.lock @@ -1,6 +1,6 @@ { "lockFileVersion": 3, - "moduleFileHash": "c6f5dcadee5421b32924210de7e6a7726a4f5a312348097c936495ae253b4068", + "moduleFileHash": "568a9d510ca580a78254b9adb40c10089c949a4a3ce6db52b0e06820c05d2eea", "flags": { "cmdRegistries": [ "https://bcr.bazel.build/" @@ -30,16 +30,18 @@ "usingModule": "", "location": { "file": "@@//:MODULE.bazel", - "line": 14, + "line": 13, "column": 21 }, "imports": { "pnpm": "pnpm" }, - "devImports": [], + "devImports": [ + "pnpm" + ], "tags": [], - "hasDevUseExtension": false, - "hasNonDevUseExtension": true + "hasDevUseExtension": true, + "hasNonDevUseExtension": false }, { "extensionBzlFile": "@aspect_rules_js//npm:extensions.bzl", @@ -47,7 +49,7 @@ "usingModule": "", "location": { "file": "@@//:MODULE.bazel", - "line": 17, + "line": 16, "column": 20 }, "imports": { @@ -61,11 +63,6 @@ "tagName": "npm_translate_lock", "attributeValues": { "name": "npm", - "bins": { - "react-scripts": [ - "react-scripts=./bin/react-scripts.js" - ] - }, "npmrc": "//:.npmrc", "pnpm_lock": "//:pnpm-lock.yaml", "public_hoist_packages": { @@ -84,7 +81,7 @@ "devDependency": true, "location": { "file": "@@//:MODULE.bazel", - "line": 18, + "line": 17, "column": 23 } } @@ -98,7 +95,7 @@ "usingModule": "", "location": { "file": "@@//:MODULE.bazel", - "line": 37, + "line": 30, "column": 29 }, "imports": { @@ -114,7 +111,7 @@ "devDependency": true, "location": { "file": "@@//:MODULE.bazel", - "line": 42, + "line": 35, "column": 18 } } @@ -124,8 +121,8 @@ } ], "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", - "aspect_rules_lint": "aspect_rules_lint@_", + "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", @@ -137,10 +134,10 @@ "local_config_platform": "local_config_platform@_" } }, - "aspect_bazel_lib@1.36.0": { + "aspect_bazel_lib@1.38.0": { "name": "aspect_bazel_lib", - "version": "1.36.0", - "key": "aspect_bazel_lib@1.36.0", + "version": "1.38.0", + "key": "aspect_bazel_lib@1.38.0", "repoName": "aspect_bazel_lib", "executionPlatformsToRegister": [], "toolchainsToRegister": [ @@ -154,12 +151,12 @@ "extensionUsages": [ { "extensionBzlFile": "@aspect_bazel_lib//lib:extensions.bzl", - "extensionName": "ext", - "usingModule": "aspect_bazel_lib@1.36.0", + "extensionName": "toolchains", + "usingModule": "aspect_bazel_lib@1.38.0", "location": { - "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.36.0/MODULE.bazel", + "file": "https://bcr.bazel.build/modules/aspect_bazel_lib/1.38.0/MODULE.bazel", "line": 16, - "column": 20 + "column": 37 }, "imports": { "copy_directory_toolchains": "copy_directory_toolchains", @@ -170,7 +167,68 @@ "yq_toolchains": "yq_toolchains" }, "devImports": [], - "tags": [], + "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 } @@ -186,30 +244,30 @@ "bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl", "ruleClassName": "http_archive", "attributes": { - "name": "aspect_bazel_lib~1.36.0", + "name": "aspect_bazel_lib~1.38.0", "urls": [ - "https://github.com/aspect-build/bazel-lib/releases/download/v1.36.0/bazel-lib-v1.36.0.tar.gz" + "https://github.com/aspect-build/bazel-lib/releases/download/v1.38.0/bazel-lib-v1.38.0.tar.gz" ], - "integrity": "sha256-y/Rz1jCrZ7NkYdg7OP3ETlb0W3jQPEBeSVgoAhESTXk=", - "strip_prefix": "bazel-lib-1.36.0", + "integrity": "sha256-uEjNjpO+fxjD3tptLzrekqZX01heEZlTvFDcdf71NcI=", + "strip_prefix": "bazel-lib-1.38.0", "remote_patches": { - "https://bcr.bazel.build/modules/aspect_bazel_lib/1.36.0/patches/go_dev_dep.patch": "sha256-OcqYZNkw6zXpYsZhidT99VrrydGAuEbgDkiFyVRlKec=", - "https://bcr.bazel.build/modules/aspect_bazel_lib/1.36.0/patches/module_dot_bazel_version.patch": "sha256-cetZXQWGkLstl2v0BlbA5fqcPpTbFf/0BHNiyfuz+Ro=" + "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@_": { + "aspect_rules_lint@0.7.0": { "name": "aspect_rules_lint", - "version": "0.0.0", - "key": "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.36.0", + "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", @@ -218,6 +276,22 @@ "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": { @@ -229,7 +303,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "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", @@ -319,7 +393,7 @@ } ], "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "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", @@ -387,7 +461,7 @@ } ], "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "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", @@ -422,7 +496,7 @@ "deps": { "bazel_skylib": "bazel_skylib@1.4.2", "aspect_rules_js": "aspect_rules_js@1.32.6", - "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "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@_", @@ -487,7 +561,7 @@ ], "deps": { "bazel_skylib": "bazel_skylib@1.4.2", - "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "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", @@ -520,7 +594,7 @@ "toolchainsToRegister": [], "extensionUsages": [], "deps": { - "aspect_bazel_lib": "aspect_bazel_lib@1.36.0", + "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@_", @@ -1614,358 +1688,358 @@ } } }, - "@@aspect_bazel_lib~1.36.0//lib:extensions.bzl%ext": { + "@@aspect_bazel_lib~1.38.0//lib:extensions.bzl%toolchains": { "general": { - "bzlTransitiveDigest": "d6v4vODNrB35+fS52kIBWD9GBBV5Ri+7on9DP5KEbP4=", + "bzlTransitiveDigest": "+IqQqHuCjZ77+PmoDEKep9k7PKCc2MCDneSYOqthdOc=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { "expand_template_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:expand_template_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", "ruleClassName": "expand_template_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~expand_template_windows_amd64", + "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.36.0//lib/private:copy_to_directory_toolchain.bzl", + "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.36.0~ext~copy_to_directory_windows_amd64", + "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_windows_amd64", "platform": "windows_amd64" } }, "jq": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", "ruleClassName": "jq_host_alias_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~jq" + "name": "aspect_bazel_lib~1.38.0~toolchains~jq" } }, "jq_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", "ruleClassName": "jq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~jq_darwin_amd64", + "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.36.0//lib/private:expand_template_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", "ruleClassName": "expand_template_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~expand_template_darwin_arm64", + "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.36.0//lib/private:copy_to_directory_toolchain.bzl", + "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.36.0~ext~copy_to_directory_freebsd_amd64", + "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.36.0//lib/private:expand_template_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", "ruleClassName": "expand_template_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~expand_template_linux_amd64", + "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.36.0//lib/private:copy_to_directory_toolchain.bzl", + "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.36.0~ext~copy_to_directory_linux_amd64", + "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_linux_amd64", "platform": "linux_amd64" } }, "coreutils_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:coreutils_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", "ruleClassName": "coreutils_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~coreutils_darwin_arm64", + "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.36.0//lib/private:coreutils_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", "ruleClassName": "coreutils_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~coreutils_linux_amd64", + "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.36.0//lib/private:copy_directory_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", "ruleClassName": "copy_directory_toolchains_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_toolchains", + "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.36.0//lib/private:copy_to_directory_toolchain.bzl", + "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.36.0~ext~copy_to_directory_linux_arm64", + "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_linux_arm64", "platform": "linux_arm64" } }, "yq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", "ruleClassName": "yq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~yq_linux_amd64", + "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.36.0//lib/private:copy_to_directory_toolchain.bzl", + "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.36.0~ext~copy_to_directory_darwin_arm64", + "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.36.0//lib/private:copy_directory_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", "ruleClassName": "copy_directory_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_darwin_amd64", + "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_darwin_amd64", "platform": "darwin_amd64" } }, "coreutils_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:coreutils_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", "ruleClassName": "coreutils_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~coreutils_darwin_amd64", + "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.36.0//lib/private:coreutils_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", "ruleClassName": "coreutils_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~coreutils_linux_arm64", + "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.36.0//lib/private:coreutils_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", "ruleClassName": "coreutils_toolchains_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~coreutils_toolchains", + "name": "aspect_bazel_lib~1.38.0~toolchains~coreutils_toolchains", "user_repository_name": "coreutils" } }, "copy_directory_freebsd_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", "ruleClassName": "copy_directory_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_freebsd_amd64", + "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_freebsd_amd64", "platform": "freebsd_amd64" } }, "yq_linux_s390x": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", "ruleClassName": "yq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~yq_linux_s390x", + "name": "aspect_bazel_lib~1.38.0~toolchains~yq_linux_s390x", "platform": "linux_s390x", "version": "4.25.2" } }, "yq": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", "ruleClassName": "yq_host_alias_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~yq" + "name": "aspect_bazel_lib~1.38.0~toolchains~yq" } }, "expand_template_darwin_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:expand_template_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", "ruleClassName": "expand_template_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~expand_template_darwin_amd64", + "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_darwin_amd64", "platform": "darwin_amd64" } }, "copy_directory_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", "ruleClassName": "copy_directory_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_linux_amd64", + "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_linux_amd64", "platform": "linux_amd64" } }, "jq_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", "ruleClassName": "jq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~jq_darwin_arm64", + "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.36.0//lib/private:yq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", "ruleClassName": "yq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~yq_darwin_amd64", + "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.36.0//lib/private:copy_directory_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", "ruleClassName": "copy_directory_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_linux_arm64", + "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_linux_arm64", "platform": "linux_arm64" } }, "expand_template_linux_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:expand_template_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", "ruleClassName": "expand_template_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~expand_template_linux_arm64", + "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_linux_arm64", "platform": "linux_arm64" } }, "jq_linux_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", "ruleClassName": "jq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~jq_linux_amd64", + "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.36.0//lib/private:expand_template_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", "ruleClassName": "expand_template_toolchains_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~expand_template_toolchains", + "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_toolchains", "user_repository_name": "expand_template" } }, "yq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", "ruleClassName": "yq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~yq_windows_amd64", + "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.36.0//lib/private:copy_to_directory_toolchain.bzl", + "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.36.0~ext~copy_to_directory_darwin_amd64", + "name": "aspect_bazel_lib~1.38.0~toolchains~copy_to_directory_darwin_amd64", "platform": "darwin_amd64" } }, "jq_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:jq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", "ruleClassName": "jq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~jq_windows_amd64", + "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.36.0//lib/private:expand_template_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:expand_template_toolchain.bzl", "ruleClassName": "expand_template_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~expand_template_freebsd_amd64", + "name": "aspect_bazel_lib~1.38.0~toolchains~expand_template_freebsd_amd64", "platform": "freebsd_amd64" } }, "yq_linux_ppc64le": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", "ruleClassName": "yq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~yq_linux_ppc64le", + "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.36.0//lib/private:copy_to_directory_toolchain.bzl", + "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.36.0~ext~copy_to_directory_toolchains", + "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.36.0//lib/private:jq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:jq_toolchain.bzl", "ruleClassName": "jq_toolchains_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~jq_toolchains", + "name": "aspect_bazel_lib~1.38.0~toolchains~jq_toolchains", "user_repository_name": "jq" } }, "copy_directory_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", "ruleClassName": "copy_directory_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_darwin_arm64", + "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_darwin_arm64", "platform": "darwin_arm64" } }, "copy_directory_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:copy_directory_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:copy_directory_toolchain.bzl", "ruleClassName": "copy_directory_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~copy_directory_windows_amd64", + "name": "aspect_bazel_lib~1.38.0~toolchains~copy_directory_windows_amd64", "platform": "windows_amd64" } }, "yq_darwin_arm64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:yq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", "ruleClassName": "yq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~yq_darwin_arm64", + "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.36.0//lib/private:yq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", "ruleClassName": "yq_toolchains_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~yq_toolchains", + "name": "aspect_bazel_lib~1.38.0~toolchains~yq_toolchains", "user_repository_name": "yq" } }, "coreutils_windows_amd64": { - "bzlFile": "@@aspect_bazel_lib~1.36.0//lib/private:coreutils_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:coreutils_toolchain.bzl", "ruleClassName": "coreutils_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~coreutils_windows_amd64", + "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.36.0//lib/private:yq_toolchain.bzl", + "bzlFile": "@@aspect_bazel_lib~1.38.0//lib/private:yq_toolchain.bzl", "ruleClassName": "yq_platform_repo", "attributes": { - "name": "aspect_bazel_lib~1.36.0~ext~yq_linux_arm64", + "name": "aspect_bazel_lib~1.38.0~toolchains~yq_linux_arm64", "platform": "linux_arm64", "version": "4.25.2" } @@ -1975,36 +2049,13 @@ }, "@@aspect_rules_js~1.32.6//npm:extensions.bzl%npm": { "general": { - "bzlTransitiveDigest": "NAqC0GhbZOgBIqNEkUrufU3xjvUqsvPH8NEAdhVBRjA=", + "bzlTransitiveDigest": "spSrWoZgfQt3TYEgngED5A1K5PU/vbYqPcrKPomkw9k=", "accumulatedFileDigests": { "@@//:.npmrc": "25afec638a4a1dc4a7277d8babd30464e9d942cf93d3e47505a4677adad1a901", - "@@//:pnpm-lock.yaml": "a0076fcf282ebb153b291a548527150c5054d8009cddce8adabc8a8590e17bbf" + "@@//:pnpm-lock.yaml": "eddec344acbd5a036f13372126712372094bc57d776093da6495919c2864e8f0" }, "envVariables": {}, "generatedRepoSpecs": { - "npm__esprima__1.2.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esprima__1.2.2__links", - "package": "esprima", - "version": "1.2.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esprima": [ - "1.2.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__at_types_sockjs__0.3.34": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -2055,31 +2106,6 @@ "generate_bzl_library_targets": false } }, - "npm__at_rollup_pluginutils__3.1.0__rollup_2.79.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_pluginutils__3.1.0__rollup_2.79.1", - "package": "@rollup/pluginutils", - "version": "3.1.0_rollup_2.79.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", - "url": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__at_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -2087,7 +2113,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.0__links", "package": "@babel/plugin-syntax-optional-catch-binding", "version": "7.8.3_at_babel_core_7.23.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -2108,9 +2134,11 @@ "2.2.1" ], "@babel/code-frame": [ + "7.23.5", "7.22.13" ], "@babel/generator": [ + "7.23.5", "7.23.0" ], "@babel/helper-compilation-targets": [ @@ -2123,16 +2151,18 @@ "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.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -2153,7 +2183,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -2176,45 +2206,6 @@ "globals": [ "11.12.0" ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -2234,7 +2225,8 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.22.20", + "7.23.4" ], "chalk": [ "2.4.2" @@ -2259,29 +2251,45 @@ ], "js-tokens": [ "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_svgr_babel-plugin-remove-jsx-empty-expression__5.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-remove-jsx-empty-expression__5.0.1__links", - "package": "@svgr/babel-plugin-remove-jsx-empty-expression", - "version": "5.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "5.0.1" + ], + "@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, @@ -2298,7 +2306,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__fresh__0.5.2__links", "package": "fresh", "version": "0.5.2", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -2321,7 +2329,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__escodegen__2.1.0__links", "package": "escodegen", "version": "2.1.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -2354,29 +2362,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-module__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-module__1.0.0__links", - "package": "is-module", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-module": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__at_ampproject_remapping__2.2.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -2455,9 +2440,6 @@ "link_packages": { "next.js": [ "jest-cli" - ], - "react": [ - "jest-cli" ] }, "deps": { @@ -2602,6 +2584,7 @@ "2.3.1" ], "@babel/core": [ + "7.23.5", "7.23.0" ], "@jest/test-sequencer": [ @@ -2644,7 +2627,8 @@ "3.1.1" ], "@babel/code-frame": [ - "7.22.13" + "7.22.13", + "7.23.5" ], "error-ex": [ "1.3.2" @@ -2659,7 +2643,8 @@ "0.2.1" ], "@babel/highlight": [ - "7.22.20" + "7.22.20", + "7.23.4" ], "escape-string-regexp": [ "2.0.0", @@ -2781,22 +2766,24 @@ "4.0.0" ], "@babel/generator": [ - "7.23.0" + "7.23.0", + "7.23.5" ], "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/types": [ - "7.23.0" + "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.0", + "1.0.1_at_babel_core_7.23.5" ], "expect": [ "29.7.0" @@ -2826,46 +2813,58 @@ "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.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.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.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.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.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.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.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.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.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.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.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.0", + "7.14.5_at_babel_core_7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "to-fast-properties": [ "2.0.0" @@ -2888,6 +2887,92 @@ "@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" ], @@ -2945,10 +3030,6 @@ "babel-plugin-istanbul": [ "6.1.1" ], - "convert-source-map": [ - "1.9.0", - "2.0.0" - ], "fast-json-stable-stringify": [ "2.1.0" ], @@ -2989,9 +3070,6 @@ "concat-map": [ "0.0.1" ], - "@babel/parser": [ - "7.23.0" - ], "istanbul-lib-coverage": [ "3.2.0" ], @@ -3094,9 +3172,6 @@ "babel-plugin-jest-hoist": [ "29.6.3" ], - "@babel/template": [ - "7.22.15" - ], "@types/babel__traverse": [ "7.20.2" ], @@ -3106,78 +3181,6 @@ "@types/babel__template": [ "7.4.2" ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "picocolors": [ - "1.0.0" - ], "pkg-dir": [ "4.2.0" ], @@ -3311,7 +3314,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__wrap-ansi__7.0.0__links", "package": "wrap-ansi", "version": "7.0.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -3441,7 +3444,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__statuses__1.5.0__links", "package": "statuses", "version": "1.5.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -3457,192 +3460,29 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-literals__7.22.5__at_babel_core_7.23.0__links": { + "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_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-literals__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-literals", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-literals": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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": { @@ -3727,7 +3567,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__csstype__3.1.2__links", "package": "csstype", "version": "3.1.2", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -3743,29 +3583,29 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-root__2.1.0": { + "npm__at_esbuild_linux-ia32__0.19.8__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-root__2.1.0", - "package": "is-root", - "version": "2.1.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", - "url": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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": { @@ -3825,7 +3665,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__which-boxed-primitive__1.0.2__links", "package": "which-boxed-primitive", "version": "1.0.2", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -3886,6 +3726,31 @@ "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", @@ -3893,7 +3758,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__set-function-name__2.0.1__links", "package": "set-function-name", "version": "2.0.1", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -3947,7 +3812,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-reports__3.0.2__links", "package": "@types/istanbul-reports", "version": "3.0.2", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -3998,6 +3863,7 @@ "3.3.4" ], "@babel/parser": [ + "7.23.5", "7.23.0" ], "@vue/compiler-core": [ @@ -4037,10 +3903,10 @@ "1.4.15" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -4063,7 +3929,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__ws__8.14.2__links", "package": "ws", "version": "8.14.2", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -4109,7 +3975,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__commander__8.3.0__links", "package": "commander", "version": "8.3.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -4150,6 +4016,34 @@ "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", @@ -4157,7 +4051,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__bser__2.1.1__links", "package": "bser", "version": "2.1.1", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -4185,7 +4079,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__object.hasown__1.1.3__links", "package": "object.hasown", "version": "1.1.3", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -4379,7 +4273,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__path-exists__4.0.0__links", "package": "path-exists", "version": "4.0.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -4395,31 +4289,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-clamp__4.1.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-clamp__4.1.0__postcss_8.4.31", - "package": "postcss-clamp", - "version": "4.1.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", - "url": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__convert-source-map__2.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -4445,45 +4314,6 @@ "generate_bzl_library_targets": false } }, - "npm__jest-worker__28.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__28.1.3__links", - "package": "jest-worker", - "version": "28.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/node": "18.11.9", - "merge-stream": "2.0.0", - "supports-color": "8.1.1" - }, - "transitive_closure": { - "jest-worker": [ - "28.1.3" - ], - "@types/node": [ - "18.11.9" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__p-limit__3.1.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -4491,7 +4321,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__p-limit__3.1.0__links", "package": "p-limit", "version": "3.1.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -4512,18 +4342,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__temp-dir__2.0.0": { + "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__temp-dir__2.0.0", - "package": "temp-dir", - "version": "2.0.0", + "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-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", - "url": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "url": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -4562,31 +4392,6 @@ "generate_bzl_library_targets": false } }, - "npm__svgo__2.8.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__svgo__2.8.0", - "package": "svgo", - "version": "2.8.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", - "url": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__at_sinonjs_commons__3.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -4612,31 +4417,6 @@ "generate_bzl_library_targets": false } }, - "npm__yargs-parser__20.2.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yargs-parser__20.2.9", - "package": "yargs-parser", - "version": "20.2.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__at_babel_helper-create-class-features-plugin__7.22.15__at_babel_core_7.23.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -4644,7 +4424,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-create-class-features-plugin__7.22.15__at_babel_core_7.23.0__links", "package": "@babel/helper-create-class-features-plugin", "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -4694,10 +4474,10 @@ "6.3.1" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -4709,13 +4489,16 @@ "7.22.15" ], "@babel/code-frame": [ - "7.22.13" + "7.22.13", + "7.23.5" ], "@babel/parser": [ - "7.23.0" + "7.23.0", + "7.23.5" ], "@babel/highlight": [ - "7.22.20" + "7.22.20", + "7.23.4" ], "chalk": [ "2.4.2" @@ -4745,6 +4528,7 @@ "2.2.1" ], "@babel/generator": [ + "7.23.5", "7.23.0" ], "@babel/helper-compilation-targets": [ @@ -4757,6 +4541,7 @@ "7.23.1" ], "@babel/traverse": [ + "7.23.5", "7.23.0" ], "convert-source-map": [ @@ -4780,6 +4565,24 @@ "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" ], @@ -4787,13 +4590,156 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "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.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -4802,16 +4748,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -4836,43 +4782,33 @@ ], "@jridgewell/set-array": [ "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__css-declaration-sorter__6.4.1__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-declaration-sorter__6.4.1__postcss_8.4.31__links", - "package": "css-declaration-sorter", - "version": "6.4.1_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "css-declaration-sorter": [ - "6.4.1_postcss_8.4.31" ], - "postcss": [ - "8.4.31" + "@babel/highlight": [ + "7.23.4" ], - "nanoid": [ - "3.3.6" + "chalk": [ + "2.4.2" ], - "picocolors": [ - "1.0.0" + "ansi-styles": [ + "3.2.1" ], - "source-map-js": [ - "1.0.2" + "escape-string-regexp": [ + "1.0.5" + ], + "supports-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, @@ -4907,31 +4843,6 @@ "generate_bzl_library_targets": false } }, - "npm__esprima__1.2.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esprima__1.2.2", - "package": "esprima", - "version": "1.2.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==", - "url": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__normalize-package-data__2.5.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -5024,160 +4935,6 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_environment__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_environment__27.5.1__links", - "package": "@jest/environment", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/fake-timers": "27.5.1", - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "jest-mock": "27.5.1" - }, - "transitive_closure": { - "@jest/environment": [ - "27.5.1" - ], - "@jest/fake-timers": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "jest-mock": [ - "27.5.1" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "jest-message-util": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "ansi-regex": [ - "5.0.1" - ], - "react-is": [ - "17.0.2" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__at_volar_language-core__1.0.9__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -5217,29 +4974,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__check-types__11.2.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__check-types__11.2.3__links", - "package": "check-types", - "version": "11.2.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "check-types": [ - "11.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__jest-runner__29.7.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -5421,25 +5155,25 @@ "4.0.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.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/types": [ - "7.23.0" + "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" @@ -5489,46 +5223,46 @@ "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.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -5558,25 +5292,25 @@ "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": [ "2.0.0" @@ -5615,25 +5349,25 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -5642,7 +5376,7 @@ "1.0.0" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "escape-string-regexp": [ "2.0.0", @@ -5888,7 +5622,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__import-local__3.1.0__links", "package": "import-local", "version": "3.1.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -5991,7 +5725,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__clean-css__5.3.2__links", "package": "clean-css", "version": "5.3.2", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -6019,7 +5753,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__is-generator-function__1.0.10__links", "package": "is-generator-function", "version": "1.0.10", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -6073,7 +5807,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__requires-port__1.0.0__links", "package": "requires-port", "version": "1.0.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -6137,18 +5871,18 @@ "generate_bzl_library_targets": false } }, - "npm__yargs__16.2.0": { + "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__yargs__16.2.0", - "package": "yargs", - "version": "16.2.0", + "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-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "url": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "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": [], @@ -6157,7 +5891,11 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } @@ -6212,646 +5950,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-runtime__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-runtime__27.5.1__links", - "package": "jest-runtime", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/environment": "27.5.1", - "@jest/fake-timers": "27.5.1", - "@jest/globals": "27.5.1", - "@jest/source-map": "27.5.1", - "@jest/test-result": "27.5.1", - "@jest/transform": "27.5.1", - "@jest/types": "27.5.1", - "chalk": "4.1.2", - "cjs-module-lexer": "1.2.3", - "collect-v8-coverage": "1.0.2", - "execa": "5.1.1", - "glob": "7.2.3", - "graceful-fs": "4.2.11", - "jest-haste-map": "27.5.1", - "jest-message-util": "27.5.1", - "jest-mock": "27.5.1", - "jest-regex-util": "27.5.1", - "jest-resolve": "27.5.1", - "jest-snapshot": "27.5.1", - "jest-util": "27.5.1", - "slash": "3.0.0", - "strip-bom": "4.0.0" - }, - "transitive_closure": { - "jest-runtime": [ - "27.5.1" - ], - "@jest/environment": [ - "27.5.1" - ], - "@jest/fake-timers": [ - "27.5.1" - ], - "@jest/globals": [ - "27.5.1" - ], - "@jest/source-map": [ - "27.5.1" - ], - "@jest/test-result": [ - "27.5.1" - ], - "@jest/transform": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "cjs-module-lexer": [ - "1.2.3" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "execa": [ - "5.1.1" - ], - "glob": [ - "7.2.3" - ], - "graceful-fs": [ - "4.2.11" - ], - "jest-haste-map": [ - "27.5.1" - ], - "jest-message-util": [ - "27.5.1" - ], - "jest-mock": [ - "27.5.1" - ], - "jest-regex-util": [ - "27.5.1" - ], - "jest-resolve": [ - "27.5.1" - ], - "jest-snapshot": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "strip-bom": [ - "4.0.0" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@types/prettier": [ - "2.7.3" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "expect": [ - "27.5.1" - ], - "jest-diff": [ - "27.5.1" - ], - "jest-get-type": [ - "27.5.1" - ], - "jest-matcher-utils": [ - "27.5.1" - ], - "natural-compare": [ - "1.4.0" - ], - "pretty-format": [ - "27.5.1" - ], - "semver": [ - "6.3.1", - "7.5.4" - ], - "lru-cache": [ - "5.1.1", - "6.0.0" - ], - "yallist": [ - "3.1.1", - "4.0.0" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "17.0.2" - ], - "diff-sequences": [ - "27.5.1" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/parser": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "globals": [ - "11.12.0" - ], - "ms": [ - "2.1.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/highlight": [ - "7.22.20" - ], - "escape-string-regexp": [ - "2.0.0", - "1.0.5" - ], - "supports-color": [ - "7.2.0", - "8.1.1", - "5.5.0" - ], - "has-flag": [ - "4.0.0", - "3.0.0" - ], - "color-convert": [ - "2.0.1", - "1.9.3" - ], - "color-name": [ - "1.1.4", - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "convert-source-map": [ - "1.9.0", - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" - ], - "jest-validate": [ - "27.5.1" - ], - "resolve": [ - "1.22.6" - ], - "resolve.exports": [ - "1.1.1" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "camelcase": [ - "5.3.1", - "6.3.0" - ], - "leven": [ - "3.1.0" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "stack-utils": [ - "2.0.6" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-serializer": [ - "27.5.1" - ], - "jest-worker": [ - "27.5.1" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "merge-stream": [ - "2.0.0" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "cross-spawn": [ - "7.0.3" - ], - "get-stream": [ - "6.0.1" - ], - "human-signals": [ - "2.1.0" - ], - "is-stream": [ - "2.0.1" - ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "pirates": [ - "4.0.6" - ], - "source-map": [ - "0.6.1" - ], - "write-file-atomic": [ - "3.0.3" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-typedarray": [ - "1.0.0" - ], - "typedarray-to-buffer": [ - "3.1.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "@jest/console": [ - "27.5.1" - ], - "callsites": [ - "3.1.0" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__at_nodelib_fs.scandir__2.1.5__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -6859,7 +5957,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.scandir__2.1.5__links", "package": "@nodelib/fs.scandir", "version": "2.1.5", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -6984,7 +6082,7 @@ "29.7.0" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@types/stack-utils": [ "2.0.1" @@ -7021,7 +6119,7 @@ "7.0.0" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -7043,18 +6141,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_humanwhocodes_config-array__0.11.11": { + "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_humanwhocodes_config-array__0.11.11", - "package": "@humanwhocodes/config-array", - "version": "0.11.11", + "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-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", - "url": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==", + "url": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-8.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -7068,66 +6166,29 @@ "generate_bzl_library_targets": false } }, - "npm__es-array-method-boxes-properly__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__es-array-method-boxes-properly__1.0.0__links", - "package": "es-array-method-boxes-properly", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "es-array-method-boxes-properly": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-worker__26.6.2__links": { + "npm__at_humanwhocodes_config-array__0.11.11": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__26.6.2__links", - "package": "jest-worker", - "version": "26.6.2", - "dev": false, + "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": {}, - "deps": { - "@types/node": "18.11.9", - "merge-stream": "2.0.0", - "supports-color": "7.2.0" - }, - "transitive_closure": { - "jest-worker": [ - "26.6.2" - ], - "@types/node": [ - "18.11.9" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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": { @@ -7137,7 +6198,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__safe-buffer__5.2.1__links", "package": "safe-buffer", "version": "5.2.1", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -7160,7 +6221,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__collect-v8-coverage__1.0.2__links", "package": "collect-v8-coverage", "version": "1.0.2", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -7201,6 +6262,31 @@ "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", @@ -7208,7 +6294,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__es-set-tostringtag__2.0.1__links", "package": "es-set-tostringtag", "version": "2.0.1", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -7278,7 +6364,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__import-fresh__3.3.0__links", "package": "import-fresh", "version": "3.3.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -7335,31 +6421,6 @@ "generate_bzl_library_targets": false } }, - "npm__find-cache-dir__3.3.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__find-cache-dir__3.3.2", - "package": "find-cache-dir", - "version": "3.3.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "url": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__merge-stream__2.0.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -7367,7 +6428,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__merge-stream__2.0.0__links", "package": "merge-stream", "version": "2.0.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -7413,7 +6474,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__qs__6.11.0__links", "package": "qs", "version": "6.11.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -7455,29 +6516,227 @@ "npm_translate_lock_repo": "npm" } }, - "npm__tr46__2.1.0": { + "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_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tr46__2.1.0", - "package": "tr46", - "version": "2.1.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", - "url": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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": { @@ -7487,7 +6746,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__parent-module__1.0.1__links", "package": "parent-module", "version": "1.0.1", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -7620,25 +6879,25 @@ "2.3.1" ], "@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.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/types": [ - "7.23.0" + "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" @@ -7688,46 +6947,46 @@ "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.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -7757,25 +7016,25 @@ "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": [ "2.0.0" @@ -7814,25 +7073,25 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -7841,7 +7100,7 @@ "1.0.0" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "escape-string-regexp": [ "2.0.0", @@ -8098,73 +7357,17 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_svgr_babel-preset__5.5.0__links": { + "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__at_svgr_babel-preset__5.5.0__links", - "package": "@svgr/babel-preset", - "version": "5.5.0", - "dev": false, + "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": { - "@svgr/babel-plugin-add-jsx-attribute": "5.4.0", - "@svgr/babel-plugin-remove-jsx-attribute": "5.4.0", - "@svgr/babel-plugin-remove-jsx-empty-expression": "5.0.1", - "@svgr/babel-plugin-replace-jsx-attribute-value": "5.0.1", - "@svgr/babel-plugin-svg-dynamic-title": "5.4.0", - "@svgr/babel-plugin-svg-em-dimensions": "5.4.0", - "@svgr/babel-plugin-transform-react-native-svg": "5.4.0", - "@svgr/babel-plugin-transform-svg-component": "5.5.0" - }, - "transitive_closure": { - "@svgr/babel-preset": [ - "5.5.0" - ], - "@svgr/babel-plugin-add-jsx-attribute": [ - "5.4.0" - ], - "@svgr/babel-plugin-remove-jsx-attribute": [ - "5.4.0" - ], - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "5.0.1" - ], - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "5.0.1" - ], - "@svgr/babel-plugin-svg-dynamic-title": [ - "5.4.0" - ], - "@svgr/babel-plugin-svg-em-dimensions": [ - "5.4.0" - ], - "@svgr/babel-plugin-transform-react-native-svg": [ - "5.4.0" - ], - "@svgr/babel-plugin-transform-svg-component": [ - "5.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__destroy__1.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__destroy__1.2.0__links", - "package": "destroy", - "version": "1.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, + "deps": {}, "transitive_closure": { "destroy": [ "1.2.0" @@ -8202,18 +7405,18 @@ "generate_bzl_library_targets": false } }, - "npm__cssnano-utils__3.1.0__postcss_8.4.31": { + "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__cssnano-utils__3.1.0__postcss_8.4.31", - "package": "cssnano-utils", - "version": "3.1.0_postcss_8.4.31", + "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-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", - "url": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", + "url": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -8313,7 +7516,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__browserslist__4.22.1__links", "package": "browserslist", "version": "4.22.1", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -8425,18 +7628,18 @@ "generate_bzl_library_targets": false } }, - "npm__damerau-levenshtein__1.0.8": { + "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__damerau-levenshtein__1.0.8", - "package": "damerau-levenshtein", - "version": "1.0.8", + "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-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", - "url": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", + "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", + "url": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -8450,18 +7653,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-attribute-case-insensitive__5.0.2__postcss_8.4.31": { + "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__postcss-attribute-case-insensitive__5.0.2__postcss_8.4.31", - "package": "postcss-attribute-case-insensitive", - "version": "5.0.2_postcss_8.4.31", + "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-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", - "url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", + "url": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -8482,7 +7685,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__at_istanbuljs_schema__0.1.3__links", "package": "@istanbuljs/schema", "version": "0.1.3", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -8498,34 +7701,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_resolve__1.17.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_resolve__1.17.1__links", - "package": "@types/resolve", - "version": "1.17.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/node": "18.11.9" - }, - "transitive_closure": { - "@types/resolve": [ - "1.17.1" - ], - "@types/node": [ - "18.11.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__at_typescript-eslint_visitor-keys__5.44.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -8551,6 +7726,31 @@ "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", @@ -8558,7 +7758,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__escape-string-regexp__4.0.0__links", "package": "escape-string-regexp", "version": "4.0.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -8574,13 +7774,13 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.23.0": { + "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.0", + "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.0", + "version": "7.22.5_at_babel_core_7.23.5", "root_package": "", "link_workspace": "", "link_packages": {}, @@ -8599,31 +7799,6 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-property-literals__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-property-literals__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-property-literals", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__at_jridgewell_sourcemap-codec__1.4.15": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -8649,29 +7824,67 @@ "generate_bzl_library_targets": false } }, - "npm__estree-walker__1.0.1": { + "npm__snake-case__3.0.4__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__estree-walker__1.0.1", - "package": "estree-walker", - "version": "1.0.1", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", - "url": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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": { @@ -8699,47 +7912,6 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-overflow-shorthand__3.0.4__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-overflow-shorthand__3.0.4__postcss_8.4.31__links", - "package": "postcss-overflow-shorthand", - "version": "3.0.4_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-overflow-shorthand": [ - "3.0.4_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__chalk__2.4.2__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -8810,31 +7982,6 @@ "generate_bzl_library_targets": false } }, - "npm__mz__2.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__mz__2.7.0", - "package": "mz", - "version": "2.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "url": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__queue-microtask__1.2.3__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -8842,7 +7989,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__queue-microtask__1.2.3__links", "package": "queue-microtask", "version": "1.2.3", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -8888,7 +8035,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__is-bigint__1.0.4__links", "package": "is-bigint", "version": "1.0.4", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -8941,7 +8088,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__entities__2.2.0__links", "package": "entities", "version": "2.2.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -8989,7 +8136,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__hpack.js__2.1.6__links", "package": "hpack.js", "version": "2.1.6", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -9043,18 +8190,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__raf__3.4.1": { + "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__raf__3.4.1", - "package": "raf", - "version": "3.4.1", + "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-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", - "url": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", + "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": [], @@ -9093,6 +8240,31 @@ "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", @@ -9100,7 +8272,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__get-symbol-description__1.0.0__links", "package": "get-symbol-description", "version": "1.0.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -9137,31 +8309,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-unicode-escapes__7.22.10__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-unicode-escapes__7.22.10__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-unicode-escapes", - "version": "7.22.10_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.10.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__jest-worker__27.5.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -9219,7 +8366,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__eventemitter3__4.0.7__links", "package": "eventemitter3", "version": "4.0.7", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -9242,7 +8389,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__typescript__4.9.3__links", "package": "typescript", "version": "4.9.3", - "dev": false, + "dev": true, "root_package": "", "link_packages": { "next.js": [ @@ -9268,48 +8415,32 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_rollup_plugin-replace__2.4.2__rollup_2.79.1__links": { + "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__at_rollup_plugin-replace__2.4.2__rollup_2.79.1__links", - "package": "@rollup/plugin-replace", - "version": "2.4.2_rollup_2.79.1", - "dev": false, + "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": { - "@rollup/pluginutils": "3.1.0_rollup_2.79.1", - "magic-string": "0.25.9", - "rollup": "2.79.1" + "mime-types": "2.1.35", + "negotiator": "0.6.3" }, "transitive_closure": { - "@rollup/plugin-replace": [ - "2.4.2_rollup_2.79.1" - ], - "@rollup/pluginutils": [ - "3.1.0_rollup_2.79.1" - ], - "magic-string": [ - "0.25.9" - ], - "rollup": [ - "2.79.1" - ], - "fsevents": [ - "2.3.3" - ], - "sourcemap-codec": [ - "1.4.8" + "accepts": [ + "1.3.8" ], - "@types/estree": [ - "0.0.39" + "mime-types": [ + "2.1.35" ], - "estree-walker": [ - "1.0.1" + "negotiator": [ + "0.6.3" ], - "picomatch": [ - "2.3.1" + "mime-db": [ + "1.52.0" ] }, "lifecycle_build_target": false, @@ -9319,32 +8450,57 @@ "npm_translate_lock_repo": "npm" } }, - "npm__accepts__1.3.8__links": { + "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__accepts__1.3.8__links", - "package": "accepts", - "version": "1.3.8", - "dev": false, + "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": { - "mime-types": "2.1.35", - "negotiator": "0.6.3" + "argparse": "1.0.10", + "esprima": "4.0.1" }, "transitive_closure": { - "accepts": [ - "1.3.8" + "js-yaml": [ + "3.14.1" ], - "mime-types": [ - "2.1.35" + "argparse": [ + "1.0.10" ], - "negotiator": [ - "0.6.3" + "esprima": [ + "4.0.1" ], - "mime-db": [ - "1.52.0" + "sprintf-js": [ + "1.0.3" ] }, "lifecycle_build_target": false, @@ -9354,67 +8510,75 @@ "npm_translate_lock_repo": "npm" } }, - "npm__autoprefixer__10.4.16__postcss_8.4.31__links": { + "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__autoprefixer__10.4.16__postcss_8.4.31__links", - "package": "autoprefixer", - "version": "10.4.16_postcss_8.4.31", - "dev": false, + "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": { - "browserslist": "4.22.1", - "caniuse-lite": "1.0.30001542", - "fraction.js": "4.3.6", - "normalize-range": "0.1.2", - "picocolors": "1.0.0", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "safer-buffer": "2.1.2" }, "transitive_closure": { - "autoprefixer": [ - "10.4.16_postcss_8.4.31" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "fraction.js": [ - "4.3.6" - ], - "normalize-range": [ - "0.1.2" - ], - "picocolors": [ - "1.0.0" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "source-map-js": [ - "1.0.2" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "iconv-lite": [ + "0.4.24" ], - "escalade": [ - "3.1.1" + "safer-buffer": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -9424,59 +8588,147 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-unicode-escapes__7.22.10__at_babel_core_7.23.0__links": { + "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-unicode-escapes__7.22.10__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-unicode-escapes", - "version": "7.22.10_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-plugin-utils": "7.22.5" + "@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-unicode-escapes": [ - "7.22.10_at_babel_core_7.23.0" + "@babel/plugin-transform-spread": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -9496,15 +8748,6 @@ "ms": [ "2.1.2" ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], "@babel/helper-environment-visitor": [ "7.22.20" ], @@ -9527,13 +8770,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -9542,16 +8785,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -9578,7 +8821,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -9612,18 +8855,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__css-tree__1.0.0-alpha.37": { + "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__css-tree__1.0.0-alpha.37", - "package": "css-tree", - "version": "1.0.0-alpha.37", + "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-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", - "url": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "url": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -9637,18 +8880,41 @@ "generate_bzl_library_targets": false } }, - "npm__inflight__1.0.6": { + "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__inflight__1.0.6", - "package": "inflight", - "version": "1.0.6", + "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-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "url": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "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": [], @@ -9662,32 +8928,184 @@ "generate_bzl_library_targets": false } }, - "npm__js-yaml__3.14.1__links": { + "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__js-yaml__3.14.1__links", - "package": "js-yaml", - "version": "3.14.1", - "dev": false, + "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": { - "argparse": "1.0.10", - "esprima": "4.0.1" + "@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": { - "js-yaml": [ - "3.14.1" + "@typescript-eslint/typescript-estree": [ + "5.62.0_typescript_4.9.3" ], - "argparse": [ - "1.0.10" + "@typescript-eslint/types": [ + "5.62.0" ], - "esprima": [ - "4.0.1" + "@typescript-eslint/visitor-keys": [ + "5.62.0" ], - "sprintf-js": [ - "1.0.3" + "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, @@ -9697,18 +9115,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__expect__29.7.0": { + "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__expect__29.7.0", - "package": "expect", - "version": "29.7.0", + "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-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", - "url": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", + "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": [], @@ -9717,23 +9158,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__supports-color__8.1.1": { + "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__supports-color__8.1.1", - "package": "supports-color", - "version": "8.1.1", + "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-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "url": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "url": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -9747,25 +9192,20 @@ "generate_bzl_library_targets": false } }, - "npm__iconv-lite__0.4.24__links": { + "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__iconv-lite__0.4.24__links", - "package": "iconv-lite", - "version": "0.4.24", - "dev": false, + "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": { - "safer-buffer": "2.1.2" - }, + "deps": {}, "transitive_closure": { - "iconv-lite": [ - "0.4.24" - ], - "safer-buffer": [ - "2.1.2" + "stackback": [ + "0.0.2" ] }, "lifecycle_build_target": false, @@ -9775,20 +9215,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__dotenv-expand__5.1.0__links": { + "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__dotenv-expand__5.1.0__links", - "package": "dotenv-expand", - "version": "5.1.0", - "dev": false, + "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": { - "dotenv-expand": [ - "5.1.0" + "natural-compare": [ + "1.4.0" ] }, "lifecycle_build_target": false, @@ -9798,819 +9238,201 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-runner__27.5.1__links": { + "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__jest-runner__27.5.1__links", - "package": "jest-runner", - "version": "27.5.1", - "dev": false, + "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": { - "@jest/console": "27.5.1", - "@jest/environment": "27.5.1", - "@jest/test-result": "27.5.1", - "@jest/transform": "27.5.1", - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "chalk": "4.1.2", - "emittery": "0.8.1", - "graceful-fs": "4.2.11", - "jest-docblock": "27.5.1", - "jest-environment-jsdom": "27.5.1", - "jest-environment-node": "27.5.1", - "jest-haste-map": "27.5.1", - "jest-leak-detector": "27.5.1", - "jest-message-util": "27.5.1", - "jest-resolve": "27.5.1", - "jest-runtime": "27.5.1", - "jest-util": "27.5.1", - "jest-worker": "27.5.1", - "source-map-support": "0.5.21", - "throat": "6.0.2" + "@babel/template": "7.22.15", + "@babel/types": "7.23.5", + "@types/babel__core": "7.20.2", + "@types/babel__traverse": "7.20.2" }, "transitive_closure": { - "jest-runner": [ - "27.5.1" - ], - "@jest/console": [ - "27.5.1" - ], - "@jest/environment": [ - "27.5.1" - ], - "@jest/test-result": [ - "27.5.1" - ], - "@jest/transform": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "emittery": [ - "0.8.1" - ], - "graceful-fs": [ - "4.2.11" + "babel-plugin-jest-hoist": [ + "29.6.3" ], - "jest-docblock": [ - "27.5.1" + "@babel/template": [ + "7.22.15" ], - "jest-environment-jsdom": [ - "27.5.1" + "@babel/types": [ + "7.23.5" ], - "jest-environment-node": [ - "27.5.1" + "@types/babel__core": [ + "7.20.2" ], - "jest-haste-map": [ - "27.5.1" + "@types/babel__traverse": [ + "7.20.2" ], - "jest-leak-detector": [ - "27.5.1" + "@babel/parser": [ + "7.23.5" ], - "jest-message-util": [ - "27.5.1" + "@types/babel__generator": [ + "7.6.5" ], - "jest-resolve": [ - "27.5.1" + "@types/babel__template": [ + "7.4.2" ], - "jest-runtime": [ - "27.5.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "jest-util": [ - "27.5.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "jest-worker": [ - "27.5.1" + "to-fast-properties": [ + "2.0.0" ], - "source-map-support": [ - "0.5.21" + "@babel/code-frame": [ + "7.23.5" ], - "throat": [ - "6.0.2" + "@babel/highlight": [ + "7.23.4" ], - "buffer-from": [ - "1.1.2" + "chalk": [ + "2.4.2" ], - "source-map": [ - "0.6.1" + "ansi-styles": [ + "3.2.1" ], - "merge-stream": [ - "2.0.0" + "escape-string-regexp": [ + "1.0.5" ], "supports-color": [ - "7.2.0", - "5.5.0", - "8.1.1" + "5.5.0" ], "has-flag": [ - "3.0.0", - "4.0.0" - ], - "ci-info": [ - "3.8.0" - ], - "picomatch": [ - "2.3.1" - ], - "@jest/fake-timers": [ - "27.5.1" - ], - "@jest/globals": [ - "27.5.1" - ], - "@jest/source-map": [ - "27.5.1" - ], - "cjs-module-lexer": [ - "1.2.3" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "execa": [ - "5.1.1" - ], - "glob": [ - "7.2.3" - ], - "jest-mock": [ - "27.5.1" - ], - "jest-regex-util": [ - "27.5.1" - ], - "jest-snapshot": [ - "27.5.1" - ], - "slash": [ "3.0.0" ], - "strip-bom": [ - "4.0.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" + "color-convert": [ + "1.9.3" ], - "@types/babel__traverse": [ - "7.20.2" + "color-name": [ + "1.1.3" ], - "@types/prettier": [ - "2.7.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" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "@jest/types": [ + "29.6.3" ], - "expect": [ - "27.5.1" + "camelcase": [ + "6.3.0" ], - "jest-diff": [ - "27.5.1" + "chalk": [ + "4.1.2" ], "jest-get-type": [ - "27.5.1" - ], - "jest-matcher-utils": [ - "27.5.1" + "29.6.3" ], - "natural-compare": [ - "1.4.0" + "leven": [ + "3.1.0" ], "pretty-format": [ - "27.5.1" - ], - "semver": [ - "6.3.1", - "7.5.4" - ], - "lru-cache": [ - "5.1.1", - "6.0.0" - ], - "yallist": [ - "3.1.1", - "4.0.0" + "29.7.0" ], - "ansi-regex": [ - "5.0.1" + "@jest/schemas": [ + "29.6.3" ], "ansi-styles": [ "4.3.0", - "3.2.1", "5.2.0" ], "react-is": [ - "17.0.2" - ], - "diff-sequences": [ - "27.5.1" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/parser": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "globals": [ - "11.12.0" - ], - "ms": [ - "2.1.2" + "18.2.0" ], - "@babel/template": [ - "7.22.15" + "@sinclair/typebox": [ + "0.27.8" ], - "@babel/highlight": [ - "7.22.20" + "supports-color": [ + "7.2.0" ], - "escape-string-regexp": [ - "2.0.0", - "1.0.5" + "has-flag": [ + "4.0.0" ], "color-convert": [ - "2.0.1", - "1.9.3" + "2.0.1" ], "color-name": [ - "1.1.4", - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "1.1.4" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "@jridgewell/set-array": [ - "1.1.2" + "@types/istanbul-reports": [ + "3.0.2" ], - "@ampproject/remapping": [ - "2.2.1" + "@types/node": [ + "18.11.9" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "@types/yargs": [ + "17.0.26" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "convert-source-map": [ - "1.9.0", - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "cross-spawn": [ - "7.0.3" - ], - "get-stream": [ - "6.0.1" - ], - "human-signals": [ - "2.1.0" - ], - "is-stream": [ - "2.0.1" - ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" - ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" - ], - "jest-validate": [ - "27.5.1" - ], - "resolve": [ - "1.22.6" - ], - "resolve.exports": [ - "1.1.1" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "camelcase": [ - "5.3.1", - "6.3.0" - ], - "leven": [ - "3.1.0" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "stack-utils": [ - "2.0.6" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-serializer": [ - "27.5.1" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "jsdom": [ - "16.7.0" - ], - "abab": [ - "2.0.6" - ], - "acorn": [ - "7.4.1", - "8.10.0" - ], - "acorn-globals": [ - "6.0.0" - ], - "cssom": [ - "0.3.8", - "0.4.4" - ], - "cssstyle": [ - "2.3.0" - ], - "data-urls": [ - "2.0.0" - ], - "decimal.js": [ - "10.4.3" - ], - "domexception": [ - "2.0.1" - ], - "escodegen": [ - "2.1.0" - ], - "form-data": [ - "3.0.1" - ], - "html-encoding-sniffer": [ - "2.0.1" - ], - "http-proxy-agent": [ - "4.0.1" - ], - "https-proxy-agent": [ - "5.0.1" - ], - "is-potential-custom-element-name": [ - "1.0.1" - ], - "nwsapi": [ - "2.2.7" - ], - "parse5": [ - "6.0.1" - ], - "saxes": [ - "5.0.1" - ], - "symbol-tree": [ - "3.2.4" - ], - "tough-cookie": [ - "4.1.3" - ], - "w3c-hr-time": [ - "1.0.2" - ], - "w3c-xmlserializer": [ - "2.0.0" - ], - "webidl-conversions": [ - "5.0.0", - "6.1.0" - ], - "whatwg-encoding": [ - "1.0.5" - ], - "whatwg-mimetype": [ - "2.3.0" - ], - "whatwg-url": [ - "8.7.0" - ], - "ws": [ - "7.5.9" - ], - "xml-name-validator": [ - "3.0.0" - ], - "lodash": [ - "4.17.21" - ], - "tr46": [ - "2.1.0" - ], - "punycode": [ - "2.3.0" - ], - "iconv-lite": [ - "0.4.24" - ], - "safer-buffer": [ - "2.1.2" - ], - "browser-process-hrtime": [ - "1.0.0" - ], - "psl": [ - "1.9.0" - ], - "universalify": [ - "0.2.0" - ], - "url-parse": [ - "1.5.10" - ], - "querystringify": [ - "2.2.0" - ], - "requires-port": [ - "1.0.0" - ], - "xmlchars": [ - "2.2.0" - ], - "agent-base": [ - "6.0.2" - ], - "@tootallnate/once": [ - "1.1.2" - ], - "asynckit": [ - "0.4.0" - ], - "combined-stream": [ - "1.0.8" - ], - "mime-types": [ - "2.1.35" - ], - "mime-db": [ - "1.52.0" - ], - "delayed-stream": [ - "1.0.0" - ], - "esprima": [ - "4.0.1" - ], - "estraverse": [ - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "acorn-walk": [ - "7.2.0" - ], - "detect-newline": [ - "3.1.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" + "@types/yargs-parser": [ + "21.0.1" ], "@types/istanbul-lib-report": [ "3.0.1" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "pirates": [ - "4.0.6" - ], - "write-file-atomic": [ - "3.0.3" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-typedarray": [ - "1.0.0" - ], - "typedarray-to-buffer": [ - "3.1.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" ] }, "lifecycle_build_target": false, @@ -10620,118 +9442,66 @@ "npm_translate_lock_repo": "npm" } }, - "npm__parent-module__1.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__parent-module__1.0.1", - "package": "parent-module", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "url": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-async-generators", - "version": "7.8.4_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__css-loader__6.8.1__webpack_5.88.2": { + "npm__path-to-regexp__0.1.7__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-loader__6.8.1__webpack_5.88.2", - "package": "css-loader", - "version": "6.8.1_webpack_5.88.2", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==", - "url": "https://registry.npmjs.org/css-loader/-/css-loader-6.8.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__bytes__3.0.0": { + "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_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__bytes__3.0.0", - "package": "bytes", - "version": "3.0.0", + "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_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 + "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__default-gateway__6.0.3": { + "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__default-gateway__6.0.3", - "package": "default-gateway", - "version": "6.0.3", + "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-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", - "url": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==", + "url": "https://registry.npmjs.org/@eslint/js/-/js-8.55.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -10745,41 +9515,18 @@ "generate_bzl_library_targets": false } }, - "npm__react-refresh__0.11.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-refresh__0.11.0__links", - "package": "react-refresh", - "version": "0.11.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "react-refresh": [ - "0.11.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.0": { + "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__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", + "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-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "url": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -10793,166 +9540,35 @@ "generate_bzl_library_targets": false } }, - "npm__acorn-globals__6.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__acorn-globals__6.0.0__links", - "package": "acorn-globals", - "version": "6.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "acorn": "7.4.1", - "acorn-walk": "7.2.0" - }, - "transitive_closure": { - "acorn-globals": [ - "6.0.0" - ], - "acorn": [ - "7.4.1" - ], - "acorn-walk": [ - "7.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_typescript-eslint_typescript-estree__5.62.0__typescript_4.9.3__links": { + "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__at_typescript-eslint_typescript-estree__5.62.0__typescript_4.9.3__links", - "package": "@typescript-eslint/typescript-estree", - "version": "5.62.0_typescript_4.9.3", - "dev": false, + "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": { - "@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" + "spdx-correct": "3.2.0", + "spdx-expression-parse": "3.0.1" }, "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" + "validate-npm-package-license": [ + "3.0.4" ], - "array-union": [ - "2.1.0" + "spdx-correct": [ + "3.2.0" ], - "dir-glob": [ + "spdx-expression-parse": [ "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" + "spdx-exceptions": [ + "2.3.0" ], - "eslint-visitor-keys": [ - "3.4.3" + "spdx-license-ids": [ + "3.0.15" ] }, "lifecycle_build_target": false, @@ -10962,46 +9578,48 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.22.15__at_babel_core_7.23.0__links": { + "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-bugfix-v8-spread-parameters-in-optional-chaining__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, + "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.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/helper-skip-transparent-expression-wrappers": "7.22.5", - "@babel/plugin-transform-optional-chaining": "7.23.0_at_babel_core_7.23.0" + "@babel/plugin-syntax-jsx": "7.23.3_at_babel_core_7.23.5", + "@babel/types": "7.23.5" }, "transitive_closure": { - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.22.15_at_babel_core_7.23.0" + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], - "@babel/helper-plugin-utils": [ + "@babel/helper-annotate-as-pure": [ "7.22.5" ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.0_at_babel_core_7.23.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/plugin-syntax-jsx": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -11013,28 +9631,28 @@ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/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" @@ -11069,20 +9687,17 @@ "globals": [ "11.12.0" ], - "@babel/helper-module-imports": [ - "7.22.15" - ], "@babel/helper-simple-access": [ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -11091,16 +9706,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -11127,7 +9742,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -11161,20 +9776,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ansi-html-community__0.0.8__links": { + "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__ansi-html-community__0.0.8__links", - "package": "ansi-html-community", - "version": "0.0.8", - "dev": false, + "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": { - "ansi-html-community": [ - "0.0.8" + "de-indent": [ + "1.0.2" ] }, "lifecycle_build_target": false, @@ -11184,18 +9799,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__sax__1.2.4": { + "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__sax__1.2.4", - "package": "sax", - "version": "1.2.4", + "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-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", - "url": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "url": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -11209,18 +9824,18 @@ "generate_bzl_library_targets": false } }, - "npm__braces__3.0.2": { + "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__braces__3.0.2", - "package": "braces", - "version": "3.0.2", + "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-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "url": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "url": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -11234,25 +9849,20 @@ "generate_bzl_library_targets": false } }, - "npm__raf__3.4.1__links": { + "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__raf__3.4.1__links", - "package": "raf", - "version": "3.4.1", + "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": { - "performance-now": "2.1.0" - }, + "deps": {}, "transitive_closure": { - "raf": [ - "3.4.1" - ], - "performance-now": [ - "2.1.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ] }, "lifecycle_build_target": false, @@ -11262,40 +9872,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__pkg-up__3.1.0__links": { + "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__pkg-up__3.1.0__links", - "package": "pkg-up", - "version": "3.1.0", - "dev": false, + "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": { - "find-up": "3.0.0" - }, + "deps": {}, "transitive_closure": { - "pkg-up": [ - "3.1.0" - ], - "find-up": [ - "3.0.0" - ], - "locate-path": [ - "3.0.0" - ], - "p-locate": [ - "3.0.0" - ], - "path-exists": [ - "3.0.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" + "depd": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -11305,18 +9920,68 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-unicode-regex__7.22.5__at_babel_core_7.23.0": { + "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-unicode-regex__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-unicode-regex", - "version": "7.22.5_at_babel_core_7.23.0", + "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-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "url": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -11330,20 +9995,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_prettier__2.7.3__links": { + "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__at_types_prettier__2.7.3__links", - "package": "@types/prettier", - "version": "2.7.3", - "dev": false, + "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": { - "@types/prettier": [ - "2.7.3" + "on-headers": [ + "1.0.2" ] }, "lifecycle_build_target": false, @@ -11353,20 +10018,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__natural-compare__1.4.0__links": { + "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__natural-compare__1.4.0__links", - "package": "natural-compare", - "version": "1.4.0", - "dev": false, + "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": { - "natural-compare": [ - "1.4.0" + "setprototypeof": [ + "1.2.0" ] }, "lifecycle_build_target": false, @@ -11376,85 +10041,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__babel-plugin-jest-hoist__29.6.3__links": { + "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__babel-plugin-jest-hoist__29.6.3__links", - "package": "babel-plugin-jest-hoist", - "version": "29.6.3", + "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": { - "@babel/template": "7.22.15", - "@babel/types": "7.23.0", - "@types/babel__core": "7.20.2", - "@types/babel__traverse": "7.20.2" - }, + "deps": {}, "transitive_closure": { - "babel-plugin-jest-hoist": [ - "29.6.3" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@types/babel__core": [ - "7.20.2" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" + "boolbase": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -11464,18 +10064,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__regexpp__3.2.0": { + "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__regexpp__3.2.0", - "package": "regexpp", - "version": "3.2.0", + "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-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "url": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", + "url": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -11489,58 +10089,322 @@ "generate_bzl_library_targets": false } }, - "npm__jest-validate__29.7.0__links": { + "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__jest-validate__29.7.0__links", - "package": "jest-validate", - "version": "29.7.0", + "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": { - "@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" + "debug": "3.2.7", + "eslint": "8.28.0", + "eslint-import-resolver-node": "0.3.9" }, "transitive_closure": { - "jest-validate": [ - "29.7.0" + "eslint-module-utils": [ + "2.8.0_-993259024" ], - "@jest/types": [ - "29.6.3" + "debug": [ + "4.3.4", + "3.2.7" ], - "camelcase": [ - "6.3.0" + "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" ], - "jest-get-type": [ - "29.6.3" + "cross-spawn": [ + "7.0.3" ], - "leven": [ + "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" ], - "pretty-format": [ - "29.7.0" + "type-fest": [ + "0.20.2" ], - "@jest/schemas": [ - "29.6.3" + "locate-path": [ + "6.0.0" ], - "ansi-styles": [ - "4.3.0", - "5.2.0" + "path-exists": [ + "4.0.0" ], - "react-is": [ - "18.2.0" + "p-locate": [ + "5.0.0" ], - "@sinclair/typebox": [ - "0.27.8" + "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" @@ -11554,23 +10418,38 @@ "color-name": [ "1.1.4" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@types/istanbul-reports": [ - "3.0.2" + "json-schema-traverse": [ + "0.4.1" ], - "@types/node": [ - "18.11.9" + "uri-js": [ + "4.4.1" ], - "@types/yargs": [ - "17.0.26" + "punycode": [ + "2.3.1" ], - "@types/yargs-parser": [ - "21.0.1" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "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, @@ -11580,20 +10459,224 @@ "npm_translate_lock_repo": "npm" } }, - "npm__path-to-regexp__0.1.7__links": { + "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__path-to-regexp__0.1.7__links", - "package": "path-to-regexp", - "version": "0.1.7", - "dev": false, + "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": {}, + "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": { - "path-to-regexp": [ - "0.1.7" + "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, @@ -11603,143 +10686,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_next_swc-darwin-x64__13.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-darwin-x64__13.0.5__links", - "package": "@next/swc-darwin-x64", - "version": "13.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@next/swc-darwin-x64": [ - "13.0.5" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-font-variant__5.0.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-font-variant__5.0.0__postcss_8.4.31", - "package": "postcss-font-variant", - "version": "5.0.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", - "url": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-nested__6.0.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-nested__6.0.1__postcss_8.4.31", - "package": "postcss-nested", - "version": "6.0.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", - "url": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__postcss-browser-comments__4.0.0__-695478989": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-browser-comments__4.0.0__-695478989", - "package": "postcss-browser-comments", - "version": "4.0.0_-695478989", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", - "url": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__querystringify__2.2.0": { + "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__querystringify__2.2.0", - "package": "querystringify", - "version": "2.2.0", + "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-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", - "url": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "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": [], @@ -11753,48 +10711,33 @@ "generate_bzl_library_targets": false } }, - "npm__schema-utils__2.7.1__links": { + "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__schema-utils__2.7.1__links", - "package": "schema-utils", - "version": "2.7.1", - "dev": false, + "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/json-schema": "7.0.13", - "ajv": "6.12.6", - "ajv-keywords": "3.5.2_ajv_6.12.6" + "@types/http-errors": "2.0.2", + "@types/mime": "3.0.2", + "@types/node": "18.11.9" }, "transitive_closure": { - "schema-utils": [ - "2.7.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" + "@types/serve-static": [ + "1.15.3" ], - "json-schema-traverse": [ - "0.4.1" + "@types/http-errors": [ + "2.0.2" ], - "uri-js": [ - "4.4.1" + "@types/mime": [ + "3.0.2" ], - "punycode": [ - "2.3.0" + "@types/node": [ + "18.11.9" ] }, "lifecycle_build_target": false, @@ -11804,18 +10747,22 @@ "npm_translate_lock_repo": "npm" } }, - "npm__global-prefix__3.0.0": { + "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__global-prefix__3.0.0", - "package": "global-prefix", - "version": "3.0.0", + "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": {}, - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", - "url": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "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": [], @@ -11829,18 +10776,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-regenerator__7.22.10__at_babel_core_7.23.0": { + "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_babel_plugin-transform-regenerator__7.22.10__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-regenerator", - "version": "7.22.10_at_babel_core_7.23.0", + "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-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.10.tgz", + "integrity": "sha512-9Lc4s7Oi98GqFA4HzA/W2JHIYfnXbUYgekUP/Sm4BG9sfLjyv6GKKHKKVs83SMicBF2JwAX6A1PuOLMqpD001w==", + "url": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -11849,310 +10796,742 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__validate-npm-package-license__3.0.4__links": { + "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__validate-npm-package-license__3.0.4__links", - "package": "validate-npm-package-license", - "version": "3.0.4", + "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": { - "spdx-correct": "3.2.0", - "spdx-expression-parse": "3.0.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", + "@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": { - "validate-npm-package-license": [ - "3.0.4" + "jest-snapshot": [ + "29.7.0" ], - "spdx-correct": [ - "3.2.0" + "@babel/core": [ + "7.23.5" ], - "spdx-expression-parse": [ - "3.0.1" + "@babel/generator": [ + "7.23.5" ], - "spdx-exceptions": [ - "2.3.0" + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.5" ], - "spdx-license-ids": [ - "3.0.15" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__de-indent__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__de-indent__1.0.2__links", - "package": "de-indent", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "de-indent": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__rollup-plugin-terser__7.0.2__rollup_2.79.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__rollup-plugin-terser__7.0.2__rollup_2.79.1__links", - "package": "rollup-plugin-terser", - "version": "7.0.2_rollup_2.79.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.22.13", - "jest-worker": "26.6.2", - "rollup": "2.79.1", - "serialize-javascript": "4.0.0", - "terser": "5.20.0" - }, - "transitive_closure": { - "rollup-plugin-terser": [ - "7.0.2_rollup_2.79.1" + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.5" ], - "@babel/code-frame": [ - "7.22.13" + "@babel/types": [ + "7.23.5" ], - "jest-worker": [ - "26.6.2" + "@jest/expect-utils": [ + "29.7.0" ], - "rollup": [ - "2.79.1" + "@jest/transform": [ + "29.7.0" ], - "serialize-javascript": [ - "4.0.0" + "@jest/types": [ + "29.6.3" ], - "terser": [ - "5.20.0" + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.5" ], - "@jridgewell/source-map": [ - "0.3.5" + "chalk": [ + "2.4.2", + "4.1.2" ], - "acorn": [ - "8.10.0" + "expect": [ + "29.7.0" ], - "commander": [ - "2.20.3" + "graceful-fs": [ + "4.2.11" ], - "source-map-support": [ - "0.5.21" + "jest-diff": [ + "29.7.0" ], - "buffer-from": [ - "1.1.2" + "jest-get-type": [ + "29.6.3" ], - "source-map": [ - "0.6.1" + "jest-matcher-utils": [ + "29.7.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "jest-message-util": [ + "29.7.0" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "jest-util": [ + "29.7.0" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "natural-compare": [ + "1.4.0" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "pretty-format": [ + "29.7.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "semver": [ + "6.3.1", + "7.5.4" ], - "randombytes": [ - "2.1.0" + "lru-cache": [ + "5.1.1", + "6.0.0" ], - "safe-buffer": [ - "5.2.1" + "yallist": [ + "3.1.1", + "4.0.0" ], - "fsevents": [ - "2.3.3" + "@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" ], - "merge-stream": [ - "2.0.0" + "ci-info": [ + "3.8.0" ], - "supports-color": [ - "5.5.0", - "7.2.0" + "picomatch": [ + "2.3.1" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "@babel/code-frame": [ + "7.23.5" ], - "@babel/highlight": [ - "7.22.20" + "@types/stack-utils": [ + "2.0.1" ], - "chalk": [ - "2.4.2" + "micromatch": [ + "4.0.5" ], - "ansi-styles": [ - "3.2.1" + "slash": [ + "3.0.0" + ], + "stack-utils": [ + "2.0.6" ], "escape-string-regexp": [ - "1.0.5" + "1.0.5", + "2.0.0" ], - "color-convert": [ - "1.9.3" + "braces": [ + "3.0.2" ], - "color-name": [ - "1.1.3" + "fill-range": [ + "7.0.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "to-regex-range": [ + "5.0.1" ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, + "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_babel_plugin-transform-dotall-regex__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-dotall-regex__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-dotall-regex", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__source-map-url__0.4.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__source-map-url__0.4.1", - "package": "source-map-url", - "version": "0.4.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", - "url": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__recursive-readdir__2.2.3": { + "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_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__recursive-readdir__2.2.3", - "package": "recursive-readdir", - "version": "2.2.3", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", - "url": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__escodegen__2.1.0": { + "npm__at_types_qs__6.9.8__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__escodegen__2.1.0", - "package": "escodegen", - "version": "2.1.0", + "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_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 + "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__at_babel_helper-environment-visitor__7.22.20__links": { + "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__at_babel_helper-environment-visitor__7.22.20__links", - "package": "@babel/helper-environment-visitor", - "version": "7.22.20", - "dev": false, + "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": { - "@babel/helper-environment-visitor": [ - "7.22.20" + "jest-regex-util": [ + "29.6.3" ] }, "lifecycle_build_target": false, @@ -12162,42 +11541,51 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-validate__27.5.1__links": { + "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__jest-validate__27.5.1__links", - "package": "jest-validate", - "version": "27.5.1", - "dev": false, + "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": { - "@jest/types": "27.5.1", - "camelcase": "6.3.0", + "@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", - "jest-get-type": "27.5.1", - "leven": "3.1.0", + "dom-accessibility-api": "0.5.16", + "lz-string": "1.5.0", "pretty-format": "27.5.1" }, "transitive_closure": { - "jest-validate": [ - "27.5.1" + "@testing-library/dom": [ + "8.20.1" ], - "@jest/types": [ - "27.5.1" + "@babel/code-frame": [ + "7.22.13" ], - "camelcase": [ - "6.3.0" + "@babel/runtime": [ + "7.23.1" + ], + "@types/aria-query": [ + "5.0.2" + ], + "aria-query": [ + "5.1.3" ], "chalk": [ + "2.4.2", "4.1.2" ], - "jest-get-type": [ - "27.5.1" + "dom-accessibility-api": [ + "0.5.16" ], - "leven": [ - "3.1.0" + "lz-string": [ + "1.5.0" ], "pretty-format": [ "27.5.1" @@ -12206,6 +11594,7 @@ "5.0.1" ], "ansi-styles": [ + "3.2.1", "4.3.0", "5.2.0" ], @@ -12213,34 +11602,176 @@ "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" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "deep-equal": [ + "2.2.2" ], - "@types/istanbul-reports": [ + "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" ], - "@types/node": [ - "20.8.2" + "is-date-object": [ + "1.0.5" ], - "@types/yargs": [ - "16.0.6" + "is-regex": [ + "1.1.4" ], - "@types/yargs-parser": [ - "21.0.1" + "is-shared-array-buffer": [ + "1.0.2" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "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, @@ -12250,18 +11781,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__array-flatten__2.1.2": { + "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__array-flatten__2.1.2", - "package": "array-flatten", - "version": "2.1.2", + "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-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", - "url": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "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": [], @@ -12275,41 +11806,18 @@ "generate_bzl_library_targets": false } }, - "npm__depd__2.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__depd__2.0.0__links", - "package": "depd", - "version": "2.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "depd": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__cookie-signature__1.0.6": { + "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__cookie-signature__1.0.6", - "package": "cookie-signature", - "version": "1.0.6", + "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": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", - "url": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==", + "url": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -12323,18 +11831,18 @@ "generate_bzl_library_targets": false } }, - "npm__is-set__2.0.2": { + "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__is-set__2.0.2", - "package": "is-set", - "version": "2.0.2", + "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-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", - "url": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-xrO9OoVPqFuYyR/loIHjnbvvyRZREYKLjxV4+dY6v3FQR3stQ9ZxIGkaclF7YhI9hfjpuTbu14hZEy94qKLtOA==", + "url": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -12348,90 +11856,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-merge-longhand__5.1.7__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-merge-longhand__5.1.7__postcss_8.4.31__links", - "package": "postcss-merge-longhand", - "version": "5.1.7_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0", - "stylehacks": "5.1.1_postcss_8.4.31" - }, - "transitive_closure": { - "postcss-merge-longhand": [ - "5.1.7_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "stylehacks": [ - "5.1.1_postcss_8.4.31" - ], - "browserslist": [ - "4.22.1" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "nanoid": [ - "3.3.6" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__workbox-routing__6.6.0": { + "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__workbox-routing__6.6.0", - "package": "workbox-routing", - "version": "6.6.0", + "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-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==", - "url": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz", + "integrity": "sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==", + "url": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz", "commit": "", "patch_args": [], "patches": [], @@ -12445,87 +11881,18 @@ "generate_bzl_library_targets": false } }, - "npm__on-headers__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__on-headers__1.0.2__links", - "package": "on-headers", - "version": "1.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "on-headers": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__setprototypeof__1.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__setprototypeof__1.2.0__links", - "package": "setprototypeof", - "version": "1.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "setprototypeof": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__boolbase__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__boolbase__1.0.0__links", - "package": "boolbase", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "boolbase": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__object.values__1.1.7": { + "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__object.values__1.1.7", - "package": "object.values", - "version": "1.1.7", + "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-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", - "url": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", + "integrity": "sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==", + "url": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz", "commit": "", "patch_args": [], "patches": [], @@ -12539,41 +11906,18 @@ "generate_bzl_library_targets": false } }, - "npm__at-least-node__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at-least-node__1.0.0__links", - "package": "at-least-node", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "at-least-node": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__object-hash__3.0.0": { + "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__object-hash__3.0.0", - "package": "object-hash", - "version": "3.0.0", + "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-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "url": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "url": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -12587,18 +11931,47 @@ "generate_bzl_library_targets": false } }, - "npm__object.entries__1.1.7": { + "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__object.entries__1.1.7", - "package": "object.entries", - "version": "1.1.7", + "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-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", - "url": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", + "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": [], @@ -12612,18 +11985,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-merge-longhand__5.1.7__postcss_8.4.31": { + "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__postcss-merge-longhand__5.1.7__postcss_8.4.31", - "package": "postcss-merge-longhand", - "version": "5.1.7_postcss_8.4.31", + "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-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", - "url": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", + "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", + "url": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -12637,224 +12010,364 @@ "generate_bzl_library_targets": false } }, - "npm__iterator.prototype__1.1.2__links": { + "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__iterator.prototype__1.1.2__links", - "package": "iterator.prototype", - "version": "1.1.2", - "dev": false, + "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": {}, + "link_packages": { + "react": [ + "@types/react" + ] + }, "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" + "@types/prop-types": "15.7.8", + "@types/scheduler": "0.16.4", + "csstype": "3.1.2" }, "transitive_closure": { - "iterator.prototype": [ - "1.1.2" - ], - "define-properties": [ - "1.2.1" + "@types/react": [ + "18.2.0" ], - "get-intrinsic": [ - "1.2.1" + "@types/prop-types": [ + "15.7.8" ], - "has-symbols": [ - "1.0.3" + "@types/scheduler": [ + "0.16.4" ], - "reflect.getprototypeof": [ - "1.0.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" ], - "set-function-name": [ - "2.0.1" + "@vue/compiler-dom": [ + "3.2.45" ], - "define-data-property": [ - "1.1.0" + "@vue/compiler-sfc": [ + "3.2.45" ], - "functions-have-names": [ - "1.2.3" + "@vue/runtime-dom": [ + "3.2.45" ], - "has-property-descriptors": [ - "1.0.0" + "@vue/server-renderer": [ + "3.2.45_vue_3.2.45" ], - "gopd": [ - "1.0.1" + "@vue/shared": [ + "3.2.45" ], - "call-bind": [ - "1.0.2" + "@vue/compiler-ssr": [ + "3.2.45" ], - "es-abstract": [ - "1.22.2" + "@vue/runtime-core": [ + "3.2.45" ], - "globalthis": [ - "1.0.3" + "csstype": [ + "2.6.21" ], - "which-builtin-type": [ - "1.1.3" + "@vue/reactivity": [ + "3.2.45" ], - "function.prototype.name": [ - "1.1.6" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "has-tostringtag": [ - "1.0.0" + "@vue/compiler-core": [ + "3.2.45" ], - "is-async-function": [ - "2.0.0" + "@vue/reactivity-transform": [ + "3.2.45" ], - "is-date-object": [ - "1.0.5" + "estree-walker": [ + "2.0.2" ], - "is-finalizationregistry": [ - "1.0.2" + "magic-string": [ + "0.25.9" ], - "is-generator-function": [ - "1.0.10" + "postcss": [ + "8.4.31" ], - "is-regex": [ - "1.1.4" + "source-map": [ + "0.6.1" ], - "is-weakref": [ - "1.0.2" + "nanoid": [ + "3.3.6" ], - "isarray": [ - "2.0.5" + "picocolors": [ + "1.0.0" ], - "which-boxed-primitive": [ + "source-map-js": [ "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" + "sourcemap-codec": [ + "1.4.8" ], - "is-map": [ - "2.0.2" + "@babel/types": [ + "7.23.5" ], - "is-set": [ - "2.0.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "is-weakmap": [ - "2.0.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "is-weakset": [ - "2.0.2" + "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" ], - "is-bigint": [ - "1.0.4" + "@types/parse-json": [ + "4.0.2" ], - "is-boolean-object": [ - "1.1.2" + "import-fresh": [ + "3.3.0" ], - "is-number-object": [ - "1.0.7" + "parse-json": [ + "5.2.0" ], - "is-string": [ - "1.0.7" + "path-type": [ + "4.0.0" ], - "is-symbol": [ - "1.0.4" + "yaml": [ + "1.10.2" ], - "has-bigints": [ - "1.0.2" + "@babel/code-frame": [ + "7.23.5" ], - "array-buffer-byte-length": [ - "1.0.0" + "error-ex": [ + "1.3.2" ], - "arraybuffer.prototype.slice": [ - "1.0.2" + "json-parse-even-better-errors": [ + "2.3.1" ], - "es-set-tostringtag": [ - "2.0.1" + "lines-and-columns": [ + "1.2.4" ], - "es-to-primitive": [ - "1.2.1" + "is-arrayish": [ + "0.2.1" ], - "get-symbol-description": [ - "1.0.0" + "@babel/highlight": [ + "7.23.4" ], - "has": [ - "1.0.3" + "chalk": [ + "2.4.2" ], - "has-proto": [ - "1.0.1" + "ansi-styles": [ + "3.2.1" ], - "internal-slot": [ + "escape-string-regexp": [ "1.0.5" ], - "is-array-buffer": [ - "3.0.2" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-shared-array-buffer": [ - "1.0.2" + "supports-color": [ + "5.5.0" ], - "is-typed-array": [ - "1.1.12" + "has-flag": [ + "3.0.0" ], - "object-inspect": [ - "1.12.3" + "color-convert": [ + "1.9.3" ], - "object-keys": [ - "1.1.1" + "color-name": [ + "1.1.3" ], - "object.assign": [ - "4.1.4" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "regexp.prototype.flags": [ - "1.5.1" + "js-tokens": [ + "4.0.0" ], - "safe-array-concat": [ + "parent-module": [ "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" + "resolve-from": [ + "4.0.0" ], - "function-bind": [ - "1.1.1" + "callsites": [ + "3.1.0" ] }, "lifecycle_build_target": false, @@ -12864,58 +12377,47 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_serve-static__1.15.3__links": { + "npm__at_esbuild_linux-loong64__0.19.8": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_serve-static__1.15.3__links", - "package": "@types/serve-static", - "version": "1.15.3", - "dev": false, + "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": {}, - "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" + "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__is-even__1.0.0": { + "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__is-even__1.0.0", - "package": "is-even", - "version": "1.0.0", + "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": { - "next.js": [ - "is-even" - ] - }, - "integrity": "sha512-LEhnkAdJqic4Dbqn58A0y52IXoHWlsueqQkKfMfdEnIYG8A1sm/GHidKkS6yvXlMoRrkM34csHnXQtOqcb+Jzg==", - "url": "https://registry.npmjs.org/is-even/-/is-even-1.0.0.tgz", + "link_packages": {}, + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -12929,18 +12431,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_preset-react__7.22.15__at_babel_core_7.23.0": { + "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__at_babel_preset-react__7.22.15__at_babel_core_7.23.0", - "package": "@babel/preset-react", - "version": "7.22.15_at_babel_core_7.23.0", + "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-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==", - "url": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.22.15.tgz", + "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": [], @@ -12954,420 +12456,580 @@ "generate_bzl_library_targets": false } }, - "npm__jest-snapshot__27.5.1__links": { + "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__jest-snapshot__27.5.1__links", - "package": "jest-snapshot", - "version": "27.5.1", - "dev": false, + "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.0", - "@babel/generator": "7.23.0", - "@babel/plugin-syntax-typescript": "7.22.5_at_babel_core_7.23.0", - "@babel/traverse": "7.23.0", - "@babel/types": "7.23.0", - "@jest/transform": "27.5.1", - "@jest/types": "27.5.1", - "@types/babel__traverse": "7.20.2", - "@types/prettier": "2.7.3", - "babel-preset-current-node-syntax": "1.0.1_at_babel_core_7.23.0", - "chalk": "4.1.2", - "expect": "27.5.1", - "graceful-fs": "4.2.11", - "jest-diff": "27.5.1", - "jest-get-type": "27.5.1", - "jest-haste-map": "27.5.1", - "jest-matcher-utils": "27.5.1", - "jest-message-util": "27.5.1", - "jest-util": "27.5.1", - "natural-compare": "1.4.0", - "pretty-format": "27.5.1", - "semver": "7.5.4" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "jest-snapshot": [ - "27.5.1" + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "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.0" + "7.23.5" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "@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.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], - "@jest/transform": [ - "27.5.1" + "convert-source-map": [ + "2.0.0" ], - "@jest/types": [ - "27.5.1" + "debug": [ + "4.3.4" ], - "@types/babel__traverse": [ - "7.20.2" + "gensync": [ + "1.0.0-beta.2" ], - "@types/prettier": [ - "2.7.3" + "json5": [ + "2.2.3" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "semver": [ + "6.3.1" ], - "chalk": [ - "2.4.2", - "4.1.2" + "ms": [ + "2.1.2" ], - "expect": [ - "27.5.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "graceful-fs": [ - "4.2.11" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "jest-diff": [ - "27.5.1" + "to-fast-properties": [ + "2.0.0" ], - "jest-get-type": [ - "27.5.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "jest-haste-map": [ - "27.5.1" + "@babel/helper-function-name": [ + "7.23.0" ], - "jest-matcher-utils": [ - "27.5.1" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "jest-message-util": [ - "27.5.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "jest-util": [ - "27.5.1" + "globals": [ + "11.12.0" ], - "natural-compare": [ - "1.4.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "pretty-format": [ - "27.5.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "semver": [ - "6.3.1", - "7.5.4" + "@babel/compat-data": [ + "7.23.5" + ], + "@babel/helper-validator-option": [ + "7.23.5" + ], + "browserslist": [ + "4.22.2" ], "lru-cache": [ - "5.1.1", - "6.0.0" + "5.1.1" ], "yallist": [ - "3.1.1", - "4.0.0" - ], - "ansi-regex": [ - "5.0.1" + "3.1.1" ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" + "caniuse-lite": [ + "1.0.30001566" ], - "react-is": [ - "17.0.2" + "electron-to-chromium": [ + "1.4.608" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "node-releases": [ + "2.0.14" ], - "ci-info": [ - "3.8.0" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "picomatch": [ - "2.3.1" + "escalade": [ + "3.1.1" ], - "@babel/code-frame": [ - "7.22.13" + "picocolors": [ + "1.0.0" ], - "@types/stack-utils": [ - "2.0.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "micromatch": [ - "4.0.5" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "slash": [ - "3.0.0" + "jsesc": [ + "2.5.2" ], - "stack-utils": [ - "2.0.6" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "braces": [ - "3.0.2" + "@jridgewell/set-array": [ + "1.1.2" ], - "fill-range": [ - "7.0.1" + "@babel/highlight": [ + "7.23.4" ], - "to-regex-range": [ - "5.0.1" + "chalk": [ + "2.4.2" ], - "is-number": [ - "7.0.0" + "ansi-styles": [ + "3.2.1" ], - "@babel/highlight": [ - "7.22.20" + "escape-string-regexp": [ + "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" + ] + }, + "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/graceful-fs": [ - "4.1.7" + "@types/node": [ + "18.11.9" ], - "anymatch": [ - "3.1.3" + "@types/qs": [ + "6.9.8" ], - "fb-watchman": [ - "2.0.2" + "@types/range-parser": [ + "1.2.5" ], - "jest-regex-util": [ - "27.5.1" + "@types/send": [ + "0.17.2" ], - "jest-serializer": [ - "27.5.1" + "@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" ], - "jest-worker": [ - "27.5.1" + "@babel/core": [ + "7.23.0" ], - "walker": [ - "1.0.8" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "fsevents": [ - "2.3.3" + "@ampproject/remapping": [ + "2.2.1" ], - "makeerror": [ - "1.0.12" + "@babel/code-frame": [ + "7.23.5", + "7.22.13" ], - "tmpl": [ - "1.0.5" + "@babel/generator": [ + "7.23.5", + "7.23.0" ], - "merge-stream": [ - "2.0.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "bser": [ - "2.1.1" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], - "node-int64": [ - "0.4.0" + "@babel/helpers": [ + "7.23.1" ], - "normalize-path": [ - "3.0.0" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "diff-sequences": [ - "27.5.1" + "@babel/template": [ + "7.22.15" ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" + "@babel/traverse": [ + "7.23.5", + "7.23.0" ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/types": [ + "7.23.5" ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" + "convert-source-map": [ + "2.0.0" ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" + "debug": [ + "4.3.4" ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" + "gensync": [ + "1.0.0-beta.2" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "json5": [ + "2.2.3" ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" + "semver": [ + "6.3.1" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "ms": [ + "2.1.2" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "to-fast-properties": [ + "2.0.0" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@babel/helper-plugin-utils": [ + "@babel/helper-function-name": [ + "7.23.0" + ], + "@babel/helper-hoist-variables": [ "7.22.5" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "@types/istanbul-reports": [ - "3.0.2" + "globals": [ + "11.12.0" ], - "@types/yargs": [ - "16.0.6" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@types/yargs-parser": [ - "21.0.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "jsesc": [ + "2.5.2" ], - "babel-plugin-istanbul": [ - "6.1.1" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "convert-source-map": [ - "2.0.0", - "1.9.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@jridgewell/set-array": [ + "1.1.2" ], - "pirates": [ - "4.0.6" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "source-map": [ - "0.6.1" + "chalk": [ + "2.4.2" ], - "write-file-atomic": [ - "3.0.3" + "ansi-styles": [ + "3.2.1" ], - "imurmurhash": [ - "0.1.4" + "escape-string-regexp": [ + "1.0.5" ], - "is-typedarray": [ - "1.0.0" + "supports-color": [ + "5.5.0" ], - "signal-exit": [ - "3.0.7" + "has-flag": [ + "3.0.0" ], - "typedarray-to-buffer": [ - "3.1.5" + "color-convert": [ + "1.9.3" ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" + "color-name": [ + "1.1.3" ], - "@istanbuljs/schema": [ - "0.1.3" + "js-tokens": [ + "4.0.0" ], - "istanbul-lib-instrument": [ - "5.2.1" + "@babel/helper-module-imports": [ + "7.22.15" ], - "test-exclude": [ - "6.0.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "glob": [ - "7.2.3" + "@babel/compat-data": [ + "7.23.5" ], - "minimatch": [ - "3.1.2" + "@babel/helper-validator-option": [ + "7.23.5" ], - "brace-expansion": [ - "1.1.11" + "browserslist": [ + "4.22.2" ], - "balanced-match": [ - "1.0.2" + "lru-cache": [ + "5.1.1" ], - "concat-map": [ - "0.0.1" + "yallist": [ + "3.1.1" ], - "fs.realpath": [ - "1.0.0" + "caniuse-lite": [ + "1.0.30001566" ], - "inflight": [ - "1.0.6" + "electron-to-chromium": [ + "1.4.608" ], - "inherits": [ - "2.0.4" + "node-releases": [ + "2.0.14" ], - "once": [ - "1.4.0" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "path-is-absolute": [ - "1.0.1" + "escalade": [ + "3.1.1" ], - "wrappy": [ - "1.0.2" + "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/parser": [ - "7.23.0" + "@babel/core": [ + "7.23.5" ], - "istanbul-lib-coverage": [ - "3.2.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "camelcase": [ - "5.3.1" + "@ampproject/remapping": [ + "2.2.1" ], - "find-up": [ - "4.1.0" + "@babel/code-frame": [ + "7.23.5" ], - "get-package-type": [ - "0.1.0" + "@babel/generator": [ + "7.23.5" ], - "js-yaml": [ - "3.14.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "resolve-from": [ - "5.0.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "argparse": [ - "1.0.10" + "@babel/helpers": [ + "7.23.5" ], - "esprima": [ - "4.0.1" + "@babel/parser": [ + "7.23.5" ], - "sprintf-js": [ - "1.0.3" + "@babel/template": [ + "7.22.15" ], - "locate-path": [ - "5.0.0" + "@babel/traverse": [ + "7.23.5" ], - "path-exists": [ - "4.0.0" + "@babel/types": [ + "7.23.5" ], - "p-locate": [ - "4.1.0" + "convert-source-map": [ + "2.0.0" ], - "p-limit": [ - "2.3.0" + "debug": [ + "4.3.4" ], - "p-try": [ - "2.2.0" + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" + ], + "ms": [ + "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" ], "to-fast-properties": [ "2.0.0" @@ -13384,54 +13046,9 @@ "@babel/helper-split-export-declaration": [ "7.22.6" ], - "debug": [ - "4.3.4" - ], "globals": [ "11.12.0" ], - "ms": [ - "2.1.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], "@babel/helper-module-imports": [ "7.22.15" ], @@ -13439,477 +13056,538 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "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-snapshot__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-snapshot__29.7.0__links", - "package": "jest-snapshot", - "version": "29.7.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/generator": "7.23.0", - "@babel/plugin-syntax-jsx": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-syntax-typescript": "7.22.5_at_babel_core_7.23.0", - "@babel/types": "7.23.0", - "@jest/expect-utils": "29.7.0", - "@jest/transform": "29.7.0", - "@jest/types": "29.6.3", - "babel-preset-current-node-syntax": "1.0.1_at_babel_core_7.23.0", - "chalk": "4.1.2", - "expect": "29.7.0", - "graceful-fs": "4.2.11", - "jest-diff": "29.7.0", - "jest-get-type": "29.6.3", - "jest-matcher-utils": "29.7.0", - "jest-message-util": "29.7.0", - "jest-util": "29.7.0", - "natural-compare": "1.4.0", - "pretty-format": "29.7.0", - "semver": "7.5.4" - }, - "transitive_closure": { - "jest-snapshot": [ - "29.7.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/generator": [ - "7.23.0" ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@babel/types": [ - "7.23.0" + "jsesc": [ + "2.5.2" ], - "@jest/expect-utils": [ - "29.7.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@jest/transform": [ - "29.7.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@jest/types": [ - "29.6.3" + "@jridgewell/set-array": [ + "1.1.2" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "@babel/highlight": [ + "7.23.4" ], "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" + "2.4.2" ], "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@types/node": [ - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" + "3.2.1" ], "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" + "1.0.5" ], "supports-color": [ - "8.1.1", - "7.2.0", "5.5.0" ], "has-flag": [ - "4.0.0", "3.0.0" ], "color-convert": [ - "2.0.1", "1.9.3" ], "color-name": [ - "1.1.4", "1.1.3" ], - "@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__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" ], - "diff-sequences": [ - "29.6.3" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "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/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "@babel/core": [ + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "@ampproject/remapping": [ + "2.2.1" ], - "@types/istanbul-reports": [ - "3.0.2" + "@babel/code-frame": [ + "7.23.5" ], - "@types/yargs": [ - "17.0.26" + "@babel/generator": [ + "7.23.5" ], - "@types/yargs-parser": [ - "21.0.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "@babel/helpers": [ + "7.23.5" ], - "babel-plugin-istanbul": [ - "6.1.1" + "@babel/parser": [ + "7.23.5" ], - "convert-source-map": [ - "2.0.0" + "@babel/template": [ + "7.22.15" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@babel/traverse": [ + "7.23.5" ], - "jest-haste-map": [ - "29.7.0" + "@babel/types": [ + "7.23.5" ], - "jest-regex-util": [ - "29.6.3" + "convert-source-map": [ + "2.0.0" ], - "pirates": [ - "4.0.6" + "debug": [ + "4.3.4" ], - "write-file-atomic": [ - "4.0.2" + "gensync": [ + "1.0.0-beta.2" ], - "imurmurhash": [ - "0.1.4" + "json5": [ + "2.2.3" ], - "signal-exit": [ - "3.0.7" + "semver": [ + "6.3.1" ], - "@types/graceful-fs": [ - "4.1.7" + "ms": [ + "2.1.2" ], - "anymatch": [ - "3.1.3" + "@babel/helper-string-parser": [ + "7.23.4" ], - "fb-watchman": [ - "2.0.2" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "jest-worker": [ - "29.7.0" + "to-fast-properties": [ + "2.0.0" ], - "walker": [ - "1.0.8" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "fsevents": [ - "2.3.3" + "@babel/helper-function-name": [ + "7.23.0" ], - "makeerror": [ - "1.0.12" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "tmpl": [ - "1.0.5" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "merge-stream": [ - "2.0.0" + "globals": [ + "11.12.0" ], - "bser": [ - "2.1.1" + "@babel/helper-module-imports": [ + "7.22.15" ], - "node-int64": [ - "0.4.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "normalize-path": [ - "3.0.0" + "@babel/compat-data": [ + "7.23.5" ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@istanbuljs/schema": [ - "0.1.3" + "browserslist": [ + "4.22.2" ], - "istanbul-lib-instrument": [ - "5.2.1" + "lru-cache": [ + "5.1.1" ], - "test-exclude": [ - "6.0.0" + "yallist": [ + "3.1.1" ], - "glob": [ - "7.2.3" + "caniuse-lite": [ + "1.0.30001566" ], - "minimatch": [ - "3.1.2" + "electron-to-chromium": [ + "1.4.608" ], - "brace-expansion": [ - "1.1.11" + "node-releases": [ + "2.0.14" ], - "balanced-match": [ - "1.0.2" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "concat-map": [ - "0.0.1" + "escalade": [ + "3.1.1" ], - "fs.realpath": [ + "picocolors": [ "1.0.0" ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "path-is-absolute": [ - "1.0.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "wrappy": [ - "1.0.2" + "jsesc": [ + "2.5.2" ], - "@babel/parser": [ - "7.23.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "istanbul-lib-coverage": [ - "3.2.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "camelcase": [ - "5.3.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "find-up": [ - "4.1.0" + "@babel/highlight": [ + "7.23.4" ], - "get-package-type": [ - "0.1.0" + "chalk": [ + "2.4.2" ], - "js-yaml": [ - "3.14.1" + "ansi-styles": [ + "3.2.1" ], - "resolve-from": [ - "5.0.0" + "escape-string-regexp": [ + "1.0.5" ], - "argparse": [ - "1.0.10" + "supports-color": [ + "5.5.0" ], - "esprima": [ - "4.0.1" + "has-flag": [ + "3.0.0" ], - "sprintf-js": [ - "1.0.3" + "color-convert": [ + "1.9.3" ], - "locate-path": [ - "5.0.0" + "color-name": [ + "1.1.3" ], - "path-exists": [ + "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" ], - "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/core": [ + "7.23.5" ], - "@babel/helper-string-parser": [ + "@babel/helper-plugin-utils": [ "7.22.5" ], - "to-fast-properties": [ - "2.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], "@ampproject/remapping": [ "2.2.1" ], + "@babel/code-frame": [ + "7.23.5" + ], + "@babel/generator": [ + "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.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" + ], + "convert-source-map": [ + "2.0.0" ], "debug": [ "4.3.4" @@ -13920,9 +13598,21 @@ "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" ], @@ -13945,31 +13635,82 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "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, @@ -13979,43 +13720,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_qs__6.9.8__links": { + "npm__caniuse-lite__1.0.30001566": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_qs__6.9.8__links", - "package": "@types/qs", - "version": "6.9.8", - "dev": false, + "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": {}, - "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" + "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__jest-regex-util__29.6.3__links": { + "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__jest-regex-util__29.6.3__links", - "package": "jest-regex-util", - "version": "29.6.3", + "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": { - "jest-regex-util": [ - "29.6.3" + "array-union": [ + "2.1.0" ] }, "lifecycle_build_target": false, @@ -14025,284 +13768,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-minify-selectors__5.2.1__postcss_8.4.31__links": { + "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_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-minify-selectors__5.2.1__postcss_8.4.31__links", - "package": "postcss-minify-selectors", - "version": "5.2.1_postcss_8.4.31", - "dev": false, + "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": {}, - "deps": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "postcss-minify-selectors": [ - "5.2.1_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__at_testing-library_dom__8.20.1__links": { + "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__at_testing-library_dom__8.20.1__links", - "package": "@testing-library/dom", - "version": "8.20.1", - "dev": false, + "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": { - "@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" - }, + "deps": {}, "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": [ + "json-schema-traverse": [ "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, @@ -14312,18 +13816,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-plugin-testing-library__5.11.1__1767590274": { + "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__eslint-plugin-testing-library__5.11.1__1767590274", - "package": "eslint-plugin-testing-library", - "version": "5.11.1_1767590274", + "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-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==", - "url": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz", + "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", + "url": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -14337,18 +13841,18 @@ "generate_bzl_library_targets": false } }, - "npm__clean-css__5.3.2": { + "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__clean-css__5.3.2", - "package": "clean-css", - "version": "5.3.2", + "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-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==", - "url": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz", + "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", + "url": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", "commit": "", "patch_args": [], "patches": [], @@ -14362,18 +13866,18 @@ "generate_bzl_library_targets": false } }, - "npm__emittery__0.10.2": { + "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__emittery__0.10.2", - "package": "emittery", - "version": "0.10.2", + "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-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", - "url": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", + "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": [], @@ -14387,18 +13891,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_range-parser__1.2.5": { + "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__at_types_range-parser__1.2.5", - "package": "@types/range-parser", - "version": "1.2.5", + "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-xrO9OoVPqFuYyR/loIHjnbvvyRZREYKLjxV4+dY6v3FQR3stQ9ZxIGkaclF7YhI9hfjpuTbu14hZEy94qKLtOA==", - "url": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.5.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "url": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -14412,18 +13916,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_reactivity-transform__3.2.45": { + "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__at_vue_reactivity-transform__3.2.45", - "package": "@vue/reactivity-transform", - "version": "3.2.45", + "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-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==", - "url": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz", + "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": [], @@ -14437,43 +13941,41 @@ "generate_bzl_library_targets": false } }, - "npm__vue-template-compiler__2.7.14": { + "npm__is-plain-obj__3.0.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__vue-template-compiler__2.7.14", - "package": "vue-template-compiler", - "version": "2.7.14", + "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_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 + "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__cssstyle__2.3.0": { + "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__cssstyle__2.3.0", - "package": "cssstyle", - "version": "2.3.0", + "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-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", - "url": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "url": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -14487,20 +13989,20 @@ "generate_bzl_library_targets": false } }, - "npm__source-list-map__2.0.1__links": { + "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__source-list-map__2.0.1__links", - "package": "source-list-map", - "version": "2.0.1", - "dev": false, + "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": { - "source-list-map": [ - "2.0.1" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -14510,18 +14012,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_webassemblyjs_wasm-edit__1.11.6": { + "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__at_webassemblyjs_wasm-edit__1.11.6", - "package": "@webassemblyjs/wasm-edit", - "version": "1.11.6", + "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-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", - "url": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "url": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -14535,18 +14037,46 @@ "generate_bzl_library_targets": false } }, - "npm__v8-to-istanbul__9.1.0": { + "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__v8-to-istanbul__9.1.0", - "package": "v8-to-istanbul", - "version": "9.1.0", + "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-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", - "url": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", + "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": [], @@ -14560,102 +14090,53 @@ "generate_bzl_library_targets": false } }, - "npm__vue__3.2.45__links": { + "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__vue__3.2.45__links", - "package": "vue", - "version": "3.2.45", + "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": { - "vue": [ - "vue" - ] - }, + "link_packages": {}, "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" + "@babel/highlight": "7.23.4", + "chalk": "2.4.2" }, "transitive_closure": { - "vue": [ - "3.2.45" - ], - "@vue/compiler-dom": [ - "3.2.45" - ], - "@vue/compiler-sfc": [ - "3.2.45" - ], - "@vue/runtime-dom": [ - "3.2.45" - ], - "@vue/server-renderer": [ - "3.2.45_vue_3.2.45" - ], - "@vue/shared": [ - "3.2.45" - ], - "@vue/compiler-ssr": [ - "3.2.45" - ], - "@vue/runtime-core": [ - "3.2.45" - ], - "csstype": [ - "2.6.21" - ], - "@vue/reactivity": [ - "3.2.45" - ], - "@babel/parser": [ - "7.23.0" - ], - "@vue/compiler-core": [ - "3.2.45" - ], - "@vue/reactivity-transform": [ - "3.2.45" - ], - "estree-walker": [ - "2.0.2" - ], - "magic-string": [ - "0.25.9" + "@babel/code-frame": [ + "7.23.5" ], - "postcss": [ - "8.4.31" + "@babel/highlight": [ + "7.23.4" ], - "source-map": [ - "0.6.1" + "chalk": [ + "2.4.2" ], - "nanoid": [ - "3.3.6" + "ansi-styles": [ + "3.2.1" ], - "picocolors": [ - "1.0.0" + "escape-string-regexp": [ + "1.0.5" ], - "source-map-js": [ - "1.0.2" + "supports-color": [ + "5.5.0" ], - "sourcemap-codec": [ - "1.4.8" + "has-flag": [ + "3.0.0" ], - "@babel/types": [ - "7.23.0" + "color-convert": [ + "1.9.3" ], - "@babel/helper-string-parser": [ - "7.22.5" + "color-name": [ + "1.1.3" ], "@babel/helper-validator-identifier": [ "7.22.20" ], - "to-fast-properties": [ - "2.0.0" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -14665,18 +14146,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__esprima__4.0.1": { + "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__esprima__4.0.1", - "package": "esprima", - "version": "4.0.1", + "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-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "url": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-Wj+fqpTLtTbG7c0tH47dkahefpLKEbB+xAZuLq7b4/IDHPl/n6VoXcyUQ2bypFlbSwvCr0y+bD4euTTqTJsPxQ==", + "url": "https://registry.npmjs.org/@types/mime/-/mime-3.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -14690,18 +14171,64 @@ "generate_bzl_library_targets": false } }, - "npm__css-what__3.4.2": { + "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__css-what__3.4.2", - "package": "css-what", - "version": "3.4.2", + "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-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", - "url": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", + "integrity": "sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==", + "url": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.37.tgz", "commit": "", "patch_args": [], "patches": [], @@ -14715,18 +14242,76 @@ "generate_bzl_library_targets": false } }, - "npm__at_webpack-cli_info__2.0.2__-360275163": { + "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__at_webpack-cli_info__2.0.2__-360275163", - "package": "@webpack-cli/info", - "version": "2.0.2_-360275163", + "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-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==", - "url": "https://registry.npmjs.org/@webpack-cli/info/-/info-2.0.2.tgz", + "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": [], @@ -14740,20 +14325,45 @@ "generate_bzl_library_targets": false } }, - "npm__has-symbols__1.0.3__links": { + "npm__check-error__1.0.3": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__has-symbols__1.0.3__links", - "package": "has-symbols", + "name": "aspect_rules_js~1.32.6~npm~npm__check-error__1.0.3", + "package": "check-error", "version": "1.0.3", - "dev": false, + "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": { - "has-symbols": [ - "1.0.3" + "@swc/counter": [ + "0.1.2" ] }, "lifecycle_build_target": false, @@ -14763,44 +14373,38 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-attribute-case-insensitive__5.0.2__postcss_8.4.31__links": { + "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__postcss-attribute-case-insensitive__5.0.2__postcss_8.4.31__links", - "package": "postcss-attribute-case-insensitive", - "version": "5.0.2_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" + "@babel/types": "7.23.5", + "entities": "4.5.0" }, "transitive_closure": { - "postcss-attribute-case-insensitive": [ - "5.0.2_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" + "@svgr/hast-util-to-babel-ast": [ + "8.0.0" ], - "cssesc": [ - "3.0.0" + "@babel/types": [ + "7.23.5" ], - "util-deprecate": [ - "1.0.2" + "entities": [ + "4.5.0" ], - "nanoid": [ - "3.3.6" + "@babel/helper-string-parser": [ + "7.23.4" ], - "picocolors": [ - "1.0.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "source-map-js": [ - "1.0.2" + "to-fast-properties": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -14810,45 +14414,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_console__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_console__29.7.0", - "package": "@jest/console", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", - "url": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__char-regex__2.0.1__links": { + "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__char-regex__2.0.1__links", - "package": "char-regex", - "version": "2.0.1", - "dev": false, + "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": { - "char-regex": [ - "2.0.1" + "@types/json-schema": [ + "7.0.13" ] }, "lifecycle_build_target": false, @@ -14858,95 +14437,46 @@ "npm_translate_lock_repo": "npm" } }, - "npm__cosmiconfig__7.1.0__links": { + "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__cosmiconfig__7.1.0__links", - "package": "cosmiconfig", - "version": "7.1.0", - "dev": false, + "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": { - "@types/parse-json": "4.0.0", - "import-fresh": "3.3.0", - "parse-json": "5.2.0", - "path-type": "4.0.0", - "yaml": "1.10.2" + "graceful-fs": "4.2.11", + "parse-json": "4.0.0", + "pify": "3.0.0", + "strip-bom": "3.0.0" }, "transitive_closure": { - "cosmiconfig": [ - "7.1.0" - ], - "@types/parse-json": [ + "load-json-file": [ "4.0.0" ], - "import-fresh": [ - "3.3.0" + "graceful-fs": [ + "4.2.11" ], "parse-json": [ - "5.2.0" - ], - "path-type": [ "4.0.0" ], - "yaml": [ - "1.10.2" + "pify": [ + "3.0.0" ], - "@babel/code-frame": [ - "7.22.13" + "strip-bom": [ + "3.0.0" ], "error-ex": [ "1.3.2" ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" + "json-parse-better-errors": [ + "1.0.2" ], "is-arrayish": [ "0.2.1" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" ] }, "lifecycle_build_target": false, @@ -14956,38 +14486,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-color-rebeccapurple__7.1.1__postcss_8.4.31__links": { + "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__postcss-color-rebeccapurple__7.1.1__postcss_8.4.31__links", - "package": "postcss-color-rebeccapurple", - "version": "7.1.1_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "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": { - "postcss-color-rebeccapurple": [ - "7.1.1_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "@types/http-errors": [ + "2.0.2" ] }, "lifecycle_build_target": false, @@ -14997,18 +14532,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__cosmiconfig__7.1.0": { + "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__cosmiconfig__7.1.0", - "package": "cosmiconfig", - "version": "7.1.0", + "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-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "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": [], @@ -15022,51 +14557,57 @@ "generate_bzl_library_targets": false } }, - "npm__react-app-polyfill__3.0.0__links": { + "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__react-app-polyfill__3.0.0__links", - "package": "react-app-polyfill", - "version": "3.0.0", - "dev": false, + "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": { - "core-js": "3.33.0", - "object-assign": "4.1.1", - "promise": "8.3.0", - "raf": "3.4.1", - "regenerator-runtime": "0.13.11", - "whatwg-fetch": "3.6.19" + "@vue/reactivity": "3.3.4", + "@vue/shared": "3.3.4" }, "transitive_closure": { - "react-app-polyfill": [ - "3.0.0" - ], - "core-js": [ - "3.33.0" - ], - "object-assign": [ - "4.1.1" - ], - "promise": [ - "8.3.0" - ], - "raf": [ - "3.4.1" - ], - "regenerator-runtime": [ - "0.13.11" + "@vue/runtime-core": [ + "3.3.4" ], - "whatwg-fetch": [ - "3.6.19" + "@vue/reactivity": [ + "3.3.4" ], - "performance-now": [ - "2.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__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" ], - "asap": [ - "2.0.6" + "minimist": [ + "1.2.8" ] }, "lifecycle_build_target": false, @@ -15076,18 +14617,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__regexp.prototype.flags__1.5.1": { + "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__regexp.prototype.flags__1.5.1", - "package": "regexp.prototype.flags", - "version": "1.5.1", + "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-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", - "url": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "url": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -15101,57 +14642,14 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_express-serve-static-core__4.17.37__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_express-serve-static-core__4.17.37__links", - "package": "@types/express-serve-static-core", - "version": "4.17.37", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/node": "18.11.9", - "@types/qs": "6.9.8", - "@types/range-parser": "1.2.5", - "@types/send": "0.17.2" - }, - "transitive_closure": { - "@types/express-serve-static-core": [ - "4.17.37" - ], - "@types/node": [ - "18.11.9" - ], - "@types/qs": [ - "6.9.8" - ], - "@types/range-parser": [ - "1.2.5" - ], - "@types/send": [ - "0.17.2" - ], - "@types/mime": [ - "1.3.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.23.0__links": { + "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-numeric-separator__7.10.4__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-numeric-separator", - "version": "7.10.4_at_babel_core_7.23.0", - "dev": false, + "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": { @@ -15159,8 +14657,8 @@ "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" ], "@babel/core": [ "7.23.0" @@ -15172,9 +14670,11 @@ "2.2.1" ], "@babel/code-frame": [ + "7.23.5", "7.22.13" ], "@babel/generator": [ + "7.23.5", "7.23.0" ], "@babel/helper-compilation-targets": [ @@ -15187,16 +14687,18 @@ "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.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -15217,7 +14719,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -15240,47 +14742,8 @@ "globals": [ "11.12.0" ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@jridgewell/gen-mapping": [ + "0.3.3" ], "@jridgewell/trace-mapping": [ "0.3.19" @@ -15298,7 +14761,8 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.22.20", + "7.23.4" ], "chalk": [ "2.4.2" @@ -15323,6 +14787,45 @@ ], "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, @@ -15332,18 +14835,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-resolve__29.7.0": { + "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__jest-resolve__29.7.0", - "package": "jest-resolve", - "version": "29.7.0", + "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-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", - "url": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "url": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -15357,41 +14860,43 @@ "generate_bzl_library_targets": false } }, - "npm__whatwg-mimetype__3.0.0__links": { + "npm__rollup__2.79.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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_babel_plugin-transform-classes__7.22.15__at_babel_core_7.23.0": { + "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_babel_plugin-transform-classes__7.22.15__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-classes", - "version": "7.22.15_at_babel_core_7.23.0", + "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-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.15.tgz", + "integrity": "sha512-ZcHJXPT2kg/9Hc4fNkCbItlsgZSs3m4vQbxB8LCSdzpbG85bExCmSvu6K9lWpMNdoKfAr1Jn0BwS9SWUcGnbTQ==", + "url": "https://registry.npmjs.org/@vitest/runner/-/runner-1.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -15405,18 +14910,18 @@ "generate_bzl_library_targets": false } }, - "npm__levn__0.3.0": { + "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__levn__0.3.0", - "package": "levn", - "version": "0.3.0", + "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-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", - "url": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "url": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -15430,18 +14935,18 @@ "generate_bzl_library_targets": false } }, - "npm__merge-descriptors__1.0.1": { + "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__merge-descriptors__1.0.1", - "package": "merge-descriptors", - "version": "1.0.1", + "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": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", - "url": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "url": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -15455,25 +14960,245 @@ "generate_bzl_library_targets": false } }, - "npm__is-plain-object__2.0.4__links": { + "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__is-plain-object__2.0.4__links", - "package": "is-plain-object", - "version": "2.0.4", + "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": { - "isobject": "3.0.1" + "@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": { - "is-plain-object": [ - "2.0.4" + "babel-preset-jest": [ + "29.6.3_at_babel_core_7.23.0" ], - "isobject": [ - "3.0.1" + "@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, @@ -15483,137 +15208,401 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_next_swc-linux-arm-gnueabihf__13.0.5__links": { + "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__at_next_swc-linux-arm-gnueabihf__13.0.5__links", - "package": "@next/swc-linux-arm-gnueabihf", - "version": "13.0.5", - "dev": false, + "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": { - "@next/swc-linux-arm-gnueabihf": [ - "13.0.5" + "grapheme-splitter": [ + "1.0.4" ] }, - "lifecycle_build_target": true, + "lifecycle_build_target": false, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], + "lifecycle_hooks_execution_requirements": [], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__cssnano-preset-default__5.2.14__postcss_8.4.31": { + "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_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cssnano-preset-default__5.2.14__postcss_8.4.31", - "package": "cssnano-preset-default", - "version": "5.2.14_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", - "url": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__safe-buffer__5.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__safe-buffer__5.1.2", - "package": "safe-buffer", - "version": "5.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_helper-module-transforms__7.23.0__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "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", - "package": "@babel/helper-module-transforms", - "version": "7.23.0_at_babel_core_7.23.0", + "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_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 + "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__fs-extra__9.1.0__links": { + "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__fs-extra__9.1.0__links", - "package": "fs-extra", - "version": "9.1.0", - "dev": false, + "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": { - "at-least-node": "1.0.0", - "graceful-fs": "4.2.11", - "jsonfile": "6.1.0", - "universalify": "2.0.0" + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "fs-extra": [ - "9.1.0" + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" ], - "at-least-node": [ - "1.0.0" + "@babel/core": [ + "7.23.0" ], - "graceful-fs": [ - "4.2.11" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "jsonfile": [ - "6.1.0" + "@ampproject/remapping": [ + "2.2.1" ], - "universalify": [ + "@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, @@ -15623,34 +15612,29 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-modules-extract-imports__3.0.0__postcss_8.4.31__links": { + "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__postcss-modules-extract-imports__3.0.0__postcss_8.4.31__links", - "package": "postcss-modules-extract-imports", - "version": "3.0.0_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31" + "buffer-from": "1.1.2", + "source-map": "0.6.1" }, "transitive_closure": { - "postcss-modules-extract-imports": [ - "3.0.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" + "source-map-support": [ + "0.5.21" ], - "picocolors": [ - "1.0.0" + "buffer-from": [ + "1.1.2" ], - "source-map-js": [ - "1.0.2" + "source-map": [ + "0.6.1" ] }, "lifecycle_build_target": false, @@ -15660,18 +15644,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__whatwg-url__11.0.0": { + "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__whatwg-url__11.0.0", - "package": "whatwg-url", - "version": "11.0.0", + "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-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", - "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-UrtAXVcj1mvPBFQ4sKd38daP8dEcXXr5sQe6QNNinaPd0iA/cxg9/l3VrSdL73jgw5sKyuQ6jNgiKO12W3SsVA==", + "url": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001542.tgz", "commit": "", "patch_args": [], "patches": [], @@ -15685,80 +15669,50 @@ "generate_bzl_library_targets": false } }, - "npm__array-union__2.1.0__links": { + "npm__get-caller-file__2.0.5": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array-union__2.1.0__links", - "package": "array-union", - "version": "2.1.0", - "dev": false, + "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": {}, - "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" + "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__postcss-normalize-unicode__5.1.1__postcss_8.4.31__links": { + "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__postcss-normalize-unicode__5.1.1__postcss_8.4.31__links", - "package": "postcss-normalize-unicode", - "version": "5.1.1_postcss_8.4.31", - "dev": false, + "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": { - "browserslist": "4.22.1", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "prelude-ls": "1.2.1" }, "transitive_closure": { - "postcss-normalize-unicode": [ - "5.1.1_postcss_8.4.31" - ], - "browserslist": [ - "4.22.1" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "type-check": [ + "0.4.0" ], - "escalade": [ - "3.1.1" + "prelude-ls": [ + "1.2.1" ] }, "lifecycle_build_target": false, @@ -15768,20 +15722,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_trysound_sax__0.2.0__links": { + "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__at_trysound_sax__0.2.0__links", - "package": "@trysound/sax", - "version": "0.2.0", - "dev": false, + "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": { - "@trysound/sax": [ - "0.2.0" + "convert-source-map": [ + "1.9.0" ] }, "lifecycle_build_target": false, @@ -15791,20 +15745,55 @@ "npm_translate_lock_repo": "npm" } }, - "npm__json-schema-traverse__1.0.0__links": { + "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__json-schema-traverse__1.0.0__links", - "package": "json-schema-traverse", - "version": "1.0.0", - "dev": false, + "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": {}, + "deps": { + "glob": "7.2.3" + }, "transitive_closure": { - "json-schema-traverse": [ + "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, @@ -15814,18 +15803,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__html-entities__2.4.0": { + "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__html-entities__2.4.0", - "package": "html-entities", - "version": "2.4.0", + "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-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", - "url": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", + "url": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", "commit": "", "patch_args": [], "patches": [], @@ -15839,43 +15828,46 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-overflow-shorthand__3.0.4__postcss_8.4.31": { + "npm__at_types_sockjs__0.3.34__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-overflow-shorthand__3.0.4__postcss_8.4.31", - "package": "postcss-overflow-shorthand", - "version": "3.0.4_postcss_8.4.31", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", - "url": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__dom-accessibility-api__0.5.16": { + "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__dom-accessibility-api__0.5.16", - "package": "dom-accessibility-api", - "version": "0.5.16", + "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-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", - "url": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "url": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -15889,20 +15881,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_q__1.5.6__links": { + "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__at_types_q__1.5.6__links", - "package": "@types/q", - "version": "1.5.6", - "dev": false, + "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": { - "@types/q": [ - "1.5.6" + "json-parse-even-better-errors": [ + "2.3.1" ] }, "lifecycle_build_target": false, @@ -15912,68 +15904,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.0": { + "npm__ci-info__3.8.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "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", - "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", + "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_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 + "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__is-shared-array-buffer__1.0.2": { + "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__is-shared-array-buffer__1.0.2", - "package": "is-shared-array-buffer", - "version": "1.0.2", + "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-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "url": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==", + "url": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -15987,45 +15952,98 @@ "generate_bzl_library_targets": false } }, - "npm__at_csstools_postcss-nested-calc__1.0.0__postcss_8.4.31": { + "npm__at_vitest_expect__1.0.2__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-nested-calc__1.0.0__postcss_8.4.31", - "package": "@csstools/postcss-nested-calc", - "version": "1.0.0_postcss_8.4.31", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", - "url": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__is-plain-obj__3.0.0__links": { + "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__is-plain-obj__3.0.0__links", - "package": "is-plain-obj", - "version": "3.0.0", - "dev": false, + "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": { - "is-plain-obj": [ - "3.0.0" + "isarray": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -16035,18 +16053,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__combined-stream__1.0.8": { + "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__combined-stream__1.0.8", - "package": "combined-stream", - "version": "1.0.8", + "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-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "url": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", "commit": "", "patch_args": [], "patches": [], @@ -16060,41 +16078,47 @@ "generate_bzl_library_targets": false } }, - "npm__json-stable-stringify-without-jsonify__1.0.1__links": { + "npm__at_next_eslint-plugin-next__13.0.5": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__json-stable-stringify-without-jsonify__1.0.1__links", - "package": "json-stable-stringify-without-jsonify", - "version": "1.0.1", - "dev": false, + "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_packages": {}, - "deps": {}, - "transitive_closure": { - "json-stable-stringify-without-jsonify": [ - "1.0.1" + "link_workspace": "", + "link_packages": { + "next.js": [ + "@next/eslint-plugin-next" ] }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__resolve-from__5.0.0": { + "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__resolve-from__5.0.0", - "package": "resolve-from", - "version": "5.0.0", + "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-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "url": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "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": [], @@ -16108,25 +16132,20 @@ "generate_bzl_library_targets": false } }, - "npm__argparse__1.0.10__links": { + "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__argparse__1.0.10__links", - "package": "argparse", - "version": "1.0.10", - "dev": false, + "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": { - "sprintf-js": "1.0.3" - }, + "deps": {}, "transitive_closure": { - "argparse": [ - "1.0.10" - ], - "sprintf-js": [ - "1.0.3" + "events": [ + "3.3.0" ] }, "lifecycle_build_target": false, @@ -16136,18 +16155,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_mime__3.0.2": { + "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_types_mime__3.0.2", - "package": "@types/mime", - "version": "3.0.2", + "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-Wj+fqpTLtTbG7c0tH47dkahefpLKEbB+xAZuLq7b4/IDHPl/n6VoXcyUQ2bypFlbSwvCr0y+bD4euTTqTJsPxQ==", - "url": "https://registry.npmjs.org/@types/mime/-/mime-3.0.2.tgz", + "integrity": "sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==", + "url": "https://registry.npmjs.org/@babel/core/-/core-7.23.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -16161,64 +16180,18 @@ "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": false, - "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": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "cssom": [ - "0.3.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_reactivity-transform__3.2.37": { + "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__at_vue_reactivity-transform__3.2.37", - "package": "@vue/reactivity-transform", - "version": "3.2.37", + "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-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==", - "url": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.37.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + "url": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -16232,22 +16205,18 @@ "generate_bzl_library_targets": false } }, - "npm__vue__3.3.4": { + "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__vue__3.3.4", - "package": "vue", - "version": "3.3.4", + "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": { - "vue/libraries/simple": [ - "vue" - ] - }, - "integrity": "sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==", - "url": "https://registry.npmjs.org/vue/-/vue-3.3.4.tgz", + "link_packages": {}, + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "url": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -16261,18 +16230,18 @@ "generate_bzl_library_targets": false } }, - "npm__escalade__3.1.1": { + "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__escalade__3.1.1", - "package": "escalade", - "version": "3.1.1", + "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-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "url": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "url": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -16286,32 +16255,193 @@ "generate_bzl_library_targets": false } }, - "npm__detect-port-alt__1.1.6__links": { + "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__detect-port-alt__1.1.6__links", - "package": "detect-port-alt", - "version": "1.1.6", - "dev": false, + "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": { - "address": "1.2.2", - "debug": "2.6.9" + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "get-intrinsic": "1.2.1" }, "transitive_closure": { - "detect-port-alt": [ + "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" ], - "address": [ - "1.2.2" + "get-symbol-description": [ + "1.0.0" ], - "debug": [ - "2.6.9" + "globalthis": [ + "1.0.3" ], - "ms": [ - "2.0.0" + "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, @@ -16321,48 +16451,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__tr46__2.1.0__links": { + "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__2.1.0__links", + "name": "aspect_rules_js~1.32.6~npm~npm__tr46__3.0.0__links", "package": "tr46", - "version": "2.1.0", - "dev": false, + "version": "3.0.0", + "dev": true, "root_package": "", "link_packages": {}, "deps": { - "punycode": "2.3.0" + "punycode": "2.3.1" }, "transitive_closure": { "tr46": [ - "2.1.0" + "3.0.0" ], "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_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" + "2.3.1" ] }, "lifecycle_build_target": false, @@ -16372,18 +16479,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_test-result__28.1.3": { + "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_jest_test-result__28.1.3", - "package": "@jest/test-result", - "version": "28.1.3", + "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-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", - "url": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "url": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -16397,20 +16504,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_json-schema__7.0.13__links": { + "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__at_types_json-schema__7.0.13__links", - "package": "@types/json-schema", - "version": "7.0.13", - "dev": false, + "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": { - "@types/json-schema": [ - "7.0.13" + "is-arrayish": [ + "0.2.1" ] }, "lifecycle_build_target": false, @@ -16420,18 +16527,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-util__28.1.3": { + "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__jest-util__28.1.3", - "package": "jest-util", - "version": "28.1.3", + "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-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", - "url": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==", + "url": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.23.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -16445,46 +16552,135 @@ "generate_bzl_library_targets": false } }, - "npm__load-json-file__4.0.0__links": { + "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__load-json-file__4.0.0__links", - "package": "load-json-file", - "version": "4.0.0", + "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": { - "graceful-fs": "4.2.11", - "parse-json": "4.0.0", - "pify": "3.0.0", - "strip-bom": "3.0.0" + "execa": "5.1.1", + "jest-util": "29.7.0", + "p-limit": "3.1.0" }, "transitive_closure": { - "load-json-file": [ - "4.0.0" + "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" ], - "parse-json": [ + "picomatch": [ + "2.3.1" + ], + "ansi-styles": [ + "4.3.0" + ], + "supports-color": [ + "7.2.0" + ], + "has-flag": [ "4.0.0" ], - "pify": [ - "3.0.0" + "color-convert": [ + "2.0.1" ], - "strip-bom": [ - "3.0.0" + "color-name": [ + "1.1.4" ], - "error-ex": [ - "1.3.2" + "@jest/schemas": [ + "29.6.3" ], - "json-parse-better-errors": [ - "1.0.2" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "is-arrayish": [ - "0.2.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" + ], + "@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, @@ -16494,20 +16690,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_http-errors__2.0.2__links": { + "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__at_types_http-errors__2.0.2__links", - "package": "@types/http-errors", - "version": "2.0.2", - "dev": false, + "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": {}, + "deps": { + "dequal": "2.0.3" + }, "transitive_closure": { - "@types/http-errors": [ - "2.0.2" + "aria-query": [ + "5.3.0" + ], + "dequal": [ + "2.0.3" ] }, "lifecycle_build_target": false, @@ -16517,29 +16718,49 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vue_runtime-core__3.3.4__links": { + "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_vue_runtime-core__3.3.4__links", - "package": "@vue/runtime-core", - "version": "3.3.4", + "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": {}, - "deps": { - "@vue/reactivity": "3.3.4", - "@vue/shared": "3.3.4" + "link_packages": { + "next.js": [ + "@types/is-even" + ] }, + "deps": {}, "transitive_closure": { - "@vue/runtime-core": [ - "3.3.4" - ], - "@vue/reactivity": [ - "3.3.4" - ], - "@vue/shared": [ - "3.3.4" + "@types/is-even": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -16549,25 +16770,50 @@ "npm_translate_lock_repo": "npm" } }, - "npm__json5__1.0.2__links": { + "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__json5__1.0.2__links", - "package": "json5", - "version": "1.0.2", + "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": { - "minimist": "1.2.8" + "tslib": "2.6.2" }, "transitive_closure": { - "json5": [ - "1.0.2" + "@swc/helpers": [ + "0.4.14" ], - "minimist": [ - "1.2.8" + "tslib": [ + "2.6.2" ] }, "lifecycle_build_target": false, @@ -16577,18 +16823,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-react-pure-annotations__7.22.5__at_babel_core_7.23.0": { + "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-transform-react-pure-annotations__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-react-pure-annotations", - "version": "7.22.5_at_babel_core_7.23.0", + "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-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.22.5.tgz", + "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": [], @@ -16602,18 +16848,18 @@ "generate_bzl_library_targets": false } }, - "npm__has-flag__3.0.0": { + "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__has-flag__3.0.0", - "package": "has-flag", - "version": "3.0.0", + "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-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "url": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "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": [], @@ -16627,737 +16873,161 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.0__links": { + "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_babel_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-jsx", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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": {}, + "link_packages": { + "next.js": [ + "@types/jest" + ], + "react": [ + "@types/jest" + ] + }, "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "expect": "29.7.0", + "pretty-format": "29.7.0" }, "transitive_closure": { - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" + "@types/jest": [ + "29.2.3" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "expect": [ + "29.7.0" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "pretty-format": [ + "29.7.0" ], - "@babel/helpers": [ - "7.23.1" + "@jest/schemas": [ + "29.6.3" ], - "@babel/parser": [ - "7.23.0" + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" ], - "@babel/template": [ - "7.22.15" + "react-is": [ + "18.2.0" ], - "@babel/traverse": [ - "7.23.0" + "@sinclair/typebox": [ + "0.27.8" ], - "@babel/types": [ - "7.23.0" + "@jest/expect-utils": [ + "29.7.0" ], - "convert-source-map": [ - "2.0.0" + "jest-get-type": [ + "29.6.3" ], - "debug": [ - "4.3.4" + "jest-matcher-utils": [ + "29.7.0" ], - "gensync": [ - "1.0.0-beta.2" + "jest-message-util": [ + "29.7.0" ], - "json5": [ - "2.2.3" + "jest-util": [ + "29.7.0" ], - "semver": [ - "6.3.1" + "@jest/types": [ + "29.6.3" ], - "ms": [ - "2.1.2" + "@types/node": [ + "18.11.9" ], - "@babel/helper-string-parser": [ - "7.22.5" + "chalk": [ + "2.4.2", + "4.1.2" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "ci-info": [ + "3.8.0" ], - "to-fast-properties": [ - "2.0.0" + "graceful-fs": [ + "4.2.11" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "picomatch": [ + "2.3.1" ], - "@babel/helper-function-name": [ - "7.23.0" + "supports-color": [ + "5.5.0", + "7.2.0" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "has-flag": [ + "3.0.0", + "4.0.0" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "color-convert": [ + "1.9.3", + "2.0.1" ], - "globals": [ - "11.12.0" + "color-name": [ + "1.1.3", + "1.1.4" ], - "@babel/helper-module-imports": [ - "7.22.15" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "@babel/helper-simple-access": [ - "7.22.5" + "@types/istanbul-reports": [ + "3.0.2" ], - "@babel/compat-data": [ - "7.22.20" + "@types/yargs": [ + "17.0.26" ], - "@babel/helper-validator-option": [ - "7.22.15" + "@types/yargs-parser": [ + "21.0.1" ], - "browserslist": [ - "4.22.1" + "@types/istanbul-lib-report": [ + "3.0.1" ], - "lru-cache": [ - "5.1.1" + "@babel/code-frame": [ + "7.23.5" ], - "yallist": [ - "3.1.1" + "@types/stack-utils": [ + "2.0.1" ], - "caniuse-lite": [ - "1.0.30001542" + "micromatch": [ + "4.0.5" ], - "electron-to-chromium": [ - "1.4.539" + "slash": [ + "3.0.0" ], - "node-releases": [ - "2.0.13" + "stack-utils": [ + "2.0.6" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "escape-string-regexp": [ + "1.0.5", + "2.0.0" ], - "escalade": [ - "3.1.1" + "braces": [ + "3.0.2" ], - "picocolors": [ - "1.0.0" + "fill-range": [ + "7.0.1" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "to-regex-range": [ + "5.0.1" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "is-number": [ + "7.0.0" ], - "jsesc": [ - "2.5.2" + "@babel/highlight": [ + "7.23.4" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "js-tokens": [ + "4.0.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "jest-diff": [ + "29.7.0" ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-stream__2.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-stream__2.0.1", - "package": "is-stream", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "url": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-loader__6.2.1__1967977863__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-loader__6.2.1__1967977863__links", - "package": "postcss-loader", - "version": "6.2.1_1967977863", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "cosmiconfig": "7.1.0", - "klona": "2.0.6", - "postcss": "8.4.31", - "postcss-flexbugs-fixes": "5.0.2_postcss_8.4.31", - "postcss-normalize": "10.0.1_-695478989", - "postcss-preset-env": "7.8.3_postcss_8.4.31", - "semver": "7.5.4", - "webpack": "5.88.2" - }, - "transitive_closure": { - "postcss-loader": [ - "6.2.1_1967977863" - ], - "cosmiconfig": [ - "7.1.0" - ], - "klona": [ - "2.0.6" - ], - "postcss": [ - "8.4.31" - ], - "postcss-flexbugs-fixes": [ - "5.0.2_postcss_8.4.31" - ], - "postcss-normalize": [ - "10.0.1_-695478989" - ], - "postcss-preset-env": [ - "7.8.3_postcss_8.4.31" - ], - "semver": [ - "7.5.4" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "schema-utils": [ - "3.3.0" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ], - "@types/node": [ - "20.8.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ], - "lru-cache": [ - "6.0.0" - ], - "yallist": [ - "4.0.0" - ], - "@csstools/postcss-cascade-layers": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-color-function": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-font-format-keywords": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-hwb-function": [ - "1.0.2_postcss_8.4.31" - ], - "@csstools/postcss-ic-unit": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-is-pseudo-class": [ - "2.0.7_postcss_8.4.31" - ], - "@csstools/postcss-nested-calc": [ - "1.0.0_postcss_8.4.31" - ], - "@csstools/postcss-normalize-display-values": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-oklab-function": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-progressive-custom-properties": [ - "1.3.0_postcss_8.4.31" - ], - "@csstools/postcss-stepped-value-functions": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-text-decoration-shorthand": [ - "1.0.0_postcss_8.4.31" - ], - "@csstools/postcss-trigonometric-functions": [ - "1.0.2_postcss_8.4.31" - ], - "@csstools/postcss-unset-value": [ - "1.0.2_postcss_8.4.31" - ], - "autoprefixer": [ - "10.4.16_postcss_8.4.31" - ], - "css-blank-pseudo": [ - "3.0.3_postcss_8.4.31" - ], - "css-has-pseudo": [ - "3.0.4_postcss_8.4.31" - ], - "css-prefers-color-scheme": [ - "6.0.3_postcss_8.4.31" - ], - "cssdb": [ - "7.7.2" - ], - "postcss-attribute-case-insensitive": [ - "5.0.2_postcss_8.4.31" - ], - "postcss-clamp": [ - "4.1.0_postcss_8.4.31" - ], - "postcss-color-functional-notation": [ - "4.2.4_postcss_8.4.31" - ], - "postcss-color-hex-alpha": [ - "8.0.4_postcss_8.4.31" - ], - "postcss-color-rebeccapurple": [ - "7.1.1_postcss_8.4.31" - ], - "postcss-custom-media": [ - "8.0.2_postcss_8.4.31" - ], - "postcss-custom-properties": [ - "12.1.11_postcss_8.4.31" - ], - "postcss-custom-selectors": [ - "6.0.3_postcss_8.4.31" - ], - "postcss-dir-pseudo-class": [ - "6.0.5_postcss_8.4.31" - ], - "postcss-double-position-gradients": [ - "3.1.2_postcss_8.4.31" - ], - "postcss-env-function": [ - "4.0.6_postcss_8.4.31" - ], - "postcss-focus-visible": [ - "6.0.4_postcss_8.4.31" - ], - "postcss-focus-within": [ - "5.0.4_postcss_8.4.31" - ], - "postcss-font-variant": [ - "5.0.0_postcss_8.4.31" - ], - "postcss-gap-properties": [ - "3.0.5_postcss_8.4.31" - ], - "postcss-image-set-function": [ - "4.0.7_postcss_8.4.31" - ], - "postcss-initial": [ - "4.0.1_postcss_8.4.31" - ], - "postcss-lab-function": [ - "4.2.1_postcss_8.4.31" - ], - "postcss-logical": [ - "5.0.4_postcss_8.4.31" - ], - "postcss-media-minmax": [ - "5.0.0_postcss_8.4.31" - ], - "postcss-nesting": [ - "10.2.0_postcss_8.4.31" - ], - "postcss-opacity-percentage": [ - "1.1.3_postcss_8.4.31" - ], - "postcss-overflow-shorthand": [ - "3.0.4_postcss_8.4.31" - ], - "postcss-page-break": [ - "3.0.4_postcss_8.4.31" - ], - "postcss-place": [ - "7.0.5_postcss_8.4.31" - ], - "postcss-pseudo-class-any-link": [ - "7.1.6_postcss_8.4.31" - ], - "postcss-replace-overflow-wrap": [ - "4.0.0_postcss_8.4.31" - ], - "postcss-selector-not": [ - "6.0.1_postcss_8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "@csstools/selector-specificity": [ - "2.2.0_postcss-selector-parser_6.0.13" - ], - "fraction.js": [ - "4.3.6" - ], - "normalize-range": [ - "0.1.2" - ], - "@csstools/normalize.css": [ - "12.0.0" - ], - "postcss-browser-comments": [ - "4.0.0_-695478989" - ], - "sanitize.css": [ - "13.0.0" - ], - "nanoid": [ - "3.3.6" - ], - "source-map-js": [ - "1.0.2" - ], - "@types/parse-json": [ - "4.0.0" - ], - "import-fresh": [ - "3.3.0" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "yaml": [ - "1.10.2" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "error-ex": [ - "1.3.2" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" + "diff-sequences": [ + "29.6.3" ] }, "lifecycle_build_target": false, @@ -17367,18 +17037,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__rollup__2.79.1": { + "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__rollup__2.79.1", - "package": "rollup", - "version": "2.79.1", + "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-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", - "url": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", + "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": [], @@ -17392,18 +17062,18 @@ "generate_bzl_library_targets": false } }, - "npm__color-convert__1.9.3": { + "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__color-convert__1.9.3", - "package": "color-convert", - "version": "1.9.3", + "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-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "url": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==", + "url": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -17417,18 +17087,18 @@ "generate_bzl_library_targets": false } }, - "npm__parse-json__5.2.0": { + "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__parse-json__5.2.0", - "package": "parse-json", - "version": "5.2.0", + "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-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "url": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "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": [], @@ -17442,240 +17112,25 @@ "generate_bzl_library_targets": false } }, - "npm__babel-preset-jest__29.6.3__at_babel_core_7.23.0__links": { + "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__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", + "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": { - "@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" + "has-symbols": "1.0.3" }, "transitive_closure": { - "babel-preset-jest": [ - "29.6.3_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "babel-plugin-jest-hoist": [ - "29.6.3" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@types/babel__core": [ - "7.20.2" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ + "has-tostringtag": [ "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" + "has-symbols": [ + "1.0.3" ] }, "lifecycle_build_target": false, @@ -17685,20 +17140,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__grapheme-splitter__1.0.4__links": { + "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__grapheme-splitter__1.0.4__links", - "package": "grapheme-splitter", - "version": "1.0.4", - "dev": true, + "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": {}, + "deps": { + "js-tokens": "4.0.0" + }, "transitive_closure": { - "grapheme-splitter": [ - "1.0.4" + "loose-envify": [ + "1.4.0" + ], + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -17708,26 +17168,51 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-async-generators__7.8.4__at_babel_core_7.23.0__links": { + "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-async-generators__7.8.4__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-async-generators", - "version": "7.8.4_at_babel_core_7.23.0", - "dev": false, + "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.0", + "@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.0" + "@babel/plugin-syntax-import-assertions": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" @@ -17736,31 +17221,31 @@ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -17781,7 +17266,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -17811,13 +17296,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -17826,16 +17311,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -17862,7 +17347,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -17896,1080 +17381,638 @@ "npm_translate_lock_repo": "npm" } }, - "npm__source-map-support__0.5.21__links": { + "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__source-map-support__0.5.21__links", - "package": "source-map-support", - "version": "0.5.21", - "dev": false, + "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": { - "buffer-from": "1.1.2", - "source-map": "0.6.1" + "@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": { - "source-map-support": [ - "0.5.21" + "terser-webpack-plugin": [ + "5.3.9_1251614587" ], - "buffer-from": [ - "1.1.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "source-map": [ - "0.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__caniuse-lite__1.0.30001542": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__caniuse-lite__1.0.30001542", - "package": "caniuse-lite", - "version": "1.0.30001542", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UrtAXVcj1mvPBFQ4sKd38daP8dEcXXr5sQe6QNNinaPd0iA/cxg9/l3VrSdL73jgw5sKyuQ6jNgiKO12W3SsVA==", - "url": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001542.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__get-caller-file__2.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__get-caller-file__2.0.5", - "package": "get-caller-file", - "version": "2.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "url": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__type-check__0.4.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__type-check__0.4.0__links", - "package": "type-check", - "version": "0.4.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "prelude-ls": "1.2.1" - }, - "transitive_closure": { - "type-check": [ - "0.4.0" + "@swc/core": [ + "1.3.100" ], - "prelude-ls": [ - "1.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__convert-source-map__1.9.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__convert-source-map__1.9.0__links", - "package": "convert-source-map", - "version": "1.9.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "convert-source-map": [ - "1.9.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__rimraf__3.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__rimraf__3.0.2__links", - "package": "rimraf", - "version": "3.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "glob": "7.2.3" - }, - "transitive_closure": { - "rimraf": [ - "3.0.2" + "jest-worker": [ + "27.5.1" ], - "glob": [ - "7.2.3" + "schema-utils": [ + "4.2.0", + "3.3.0" ], - "fs.realpath": [ - "1.0.0" + "serialize-javascript": [ + "6.0.1" ], - "inflight": [ - "1.0.6" + "terser": [ + "5.20.0" ], - "inherits": [ - "2.0.4" + "webpack": [ + "5.89.0_-1501518582" ], - "minimatch": [ - "3.1.2" + "@types/eslint-scope": [ + "3.7.5" ], - "once": [ - "1.4.0" + "@types/estree": [ + "1.0.2" ], - "path-is-absolute": [ - "1.0.1" + "@webassemblyjs/ast": [ + "1.11.6" ], - "wrappy": [ - "1.0.2" + "@webassemblyjs/wasm-edit": [ + "1.11.6" ], - "brace-expansion": [ - "1.1.11" + "@webassemblyjs/wasm-parser": [ + "1.11.6" ], - "balanced-match": [ - "1.0.2" + "acorn": [ + "8.10.0" ], - "concat-map": [ - "0.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_code-frame__7.22.13": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_code-frame__7.22.13", - "package": "@babel/code-frame", - "version": "7.22.13", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", - "url": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-spread__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-spread__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-spread", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_sockjs__0.3.34__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_sockjs__0.3.34__links", - "package": "@types/sockjs", - "version": "0.3.34", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/node": "18.11.9" - }, - "transitive_closure": { - "@types/sockjs": [ - "0.3.34" + "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" ], - "@types/node": [ - "18.11.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_ieee754__1.11.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_ieee754__1.11.6", - "package": "@webassemblyjs/ieee754", - "version": "1.11.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", - "url": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__babel-plugin-polyfill-corejs3__0.8.4__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-polyfill-corejs3__0.8.4__at_babel_core_7.23.0", - "package": "babel-plugin-polyfill-corejs3", - "version": "0.8.4_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==", - "url": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__json-parse-even-better-errors__2.3.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__json-parse-even-better-errors__2.3.1__links", - "package": "json-parse-even-better-errors", - "version": "2.3.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { "json-parse-even-better-errors": [ "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__ci-info__3.8.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ci-info__3.8.0__links", - "package": "ci-info", - "version": "3.8.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ci-info": [ - "3.8.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-hwb-function__1.0.2__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-hwb-function__1.0.2__postcss_8.4.31__links", - "package": "@csstools/postcss-hwb-function", - "version": "1.0.2_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "@csstools/postcss-hwb-function": [ - "1.0.2_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" ], - "postcss-value-parser": [ - "4.2.0" + "loader-runner": [ + "4.3.0" ], - "nanoid": [ - "3.3.6" + "mime-types": [ + "2.1.35" ], - "picocolors": [ - "1.0.0" + "neo-async": [ + "2.6.2" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-changed-files__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-changed-files__27.5.1__links", - "package": "jest-changed-files", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/types": "27.5.1", - "execa": "5.1.1", - "throat": "6.0.2" - }, - "transitive_closure": { - "jest-changed-files": [ - "27.5.1" + "tapable": [ + "2.2.1" ], - "@jest/types": [ - "27.5.1" + "watchpack": [ + "2.4.0" ], - "execa": [ - "5.1.1" + "webpack-cli": [ + "5.1.4_34022717" ], - "throat": [ - "6.0.2" + "webpack-sources": [ + "3.2.3" ], - "cross-spawn": [ - "7.0.3" + "@discoveryjs/json-ext": [ + "0.5.7" ], - "get-stream": [ - "6.0.1" + "@webpack-cli/configtest": [ + "2.1.1_-360275163" ], - "human-signals": [ - "2.1.0" + "@webpack-cli/info": [ + "2.0.2_-360275163" ], - "is-stream": [ - "2.0.1" + "@webpack-cli/serve": [ + "2.0.5_-1521883062" ], - "merge-stream": [ - "2.0.0" + "colorette": [ + "2.0.20" ], - "npm-run-path": [ - "4.0.1" + "commander": [ + "2.20.3", + "10.0.1" ], - "onetime": [ - "5.1.2" + "cross-spawn": [ + "7.0.3" ], - "signal-exit": [ - "3.0.7" + "envinfo": [ + "7.11.0" ], - "strip-final-newline": [ - "2.0.0" + "fastest-levenshtein": [ + "1.0.16" ], - "mimic-fn": [ - "2.1.0" + "import-local": [ + "3.1.0" ], - "path-key": [ + "interpret": [ "3.1.1" ], - "shebang-command": [ - "2.0.0" + "rechoir": [ + "0.8.0" ], - "which": [ - "2.0.2" + "webpack-dev-server": [ + "4.15.1_-360275163" ], - "isexe": [ - "2.0.0" + "webpack-merge": [ + "5.10.0" ], - "shebang-regex": [ - "3.0.0" + "clone-deep": [ + "4.0.1" ], - "@types/istanbul-lib-coverage": [ + "flat": [ + "5.0.2" + ], + "wildcard": [ + "2.0.1" + ], + "is-plain-object": [ "2.0.4" ], - "@types/istanbul-reports": [ - "3.0.2" + "kind-of": [ + "6.0.3" ], - "@types/node": [ - "20.8.2" + "shallow-clone": [ + "3.0.1" ], - "@types/yargs": [ - "16.0.6" + "isobject": [ + "3.0.1" ], - "chalk": [ - "4.1.2" + "@types/bonjour": [ + "3.5.11" ], - "ansi-styles": [ - "4.3.0" + "@types/connect-history-api-fallback": [ + "1.5.1" ], - "supports-color": [ - "7.2.0" + "@types/express": [ + "4.17.18" ], - "has-flag": [ - "4.0.0" + "@types/serve-index": [ + "1.9.2" ], - "color-convert": [ - "2.0.1" + "@types/serve-static": [ + "1.15.3" ], - "color-name": [ - "1.1.4" + "@types/sockjs": [ + "0.3.34" ], - "@types/yargs-parser": [ - "21.0.1" + "@types/ws": [ + "8.5.6" ], - "@types/istanbul-lib-report": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-minify-font-values__5.1.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-minify-font-values__5.1.0__postcss_8.4.31__links", - "package": "postcss-minify-font-values", - "version": "5.1.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-minify-font-values": [ - "5.1.0_postcss_8.4.31" + "ansi-html-community": [ + "0.0.8" ], - "postcss": [ - "8.4.31" + "bonjour-service": [ + "1.1.1" ], - "postcss-value-parser": [ - "4.2.0" + "chokidar": [ + "3.5.3" ], - "nanoid": [ - "3.3.6" + "compression": [ + "1.7.4" ], - "picocolors": [ - "1.0.0" + "connect-history-api-fallback": [ + "2.0.0" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__isarray__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__isarray__1.0.0__links", - "package": "isarray", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "isarray": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__magic-string__0.25.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__magic-string__0.25.9", - "package": "magic-string", - "version": "0.25.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", - "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_next_eslint-plugin-next__13.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_eslint-plugin-next__13.0.5", - "package": "@next/eslint-plugin-next", - "version": "13.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": { - "next.js": [ - "@next/eslint-plugin-next" - ] - }, - "integrity": "sha512-H9U9B1dFnCDmylDZ6/dYt95Ie1Iu+SLBMcO6rkIGIDcj5UK+DNyMiWm83xWBZ1gREM8cfp5Srv1g6wqf8pM4lw==", - "url": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_test-sequencer__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-sequencer__27.5.1__links", - "package": "@jest/test-sequencer", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/test-result": "27.5.1", - "graceful-fs": "4.2.11", - "jest-haste-map": "27.5.1", - "jest-runtime": "27.5.1" - }, - "transitive_closure": { - "@jest/test-sequencer": [ - "27.5.1" + "default-gateway": [ + "6.0.3" ], - "@jest/test-result": [ - "27.5.1" + "express": [ + "4.18.2" ], - "graceful-fs": [ - "4.2.11" + "html-entities": [ + "2.4.0" ], - "jest-haste-map": [ - "27.5.1" + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" ], - "jest-runtime": [ - "27.5.1" + "ipaddr.js": [ + "1.9.1", + "2.1.0" ], - "@jest/environment": [ - "27.5.1" + "launch-editor": [ + "2.6.0" ], - "@jest/fake-timers": [ - "27.5.1" + "open": [ + "8.4.2" ], - "@jest/globals": [ - "27.5.1" + "p-retry": [ + "4.6.2" ], - "@jest/source-map": [ - "27.5.1" + "rimraf": [ + "3.0.2" ], - "@jest/transform": [ - "27.5.1" + "selfsigned": [ + "2.1.1" ], - "@jest/types": [ - "27.5.1" + "serve-index": [ + "1.9.1" ], - "chalk": [ - "2.4.2", - "4.1.2" + "sockjs": [ + "0.3.24" ], - "cjs-module-lexer": [ - "1.2.3" + "spdy": [ + "4.0.2" ], - "collect-v8-coverage": [ - "1.0.2" + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" ], - "execa": [ - "5.1.1" + "ws": [ + "8.14.2" ], - "glob": [ - "7.2.3" + "memfs": [ + "3.5.3" ], - "jest-message-util": [ - "27.5.1" + "range-parser": [ + "1.2.1" ], - "jest-mock": [ - "27.5.1" + "fs-monkey": [ + "1.0.5" ], - "jest-regex-util": [ - "27.5.1" + "debug": [ + "2.6.9", + "4.3.4" ], - "jest-resolve": [ - "27.5.1" + "handle-thing": [ + "2.0.1" ], - "jest-snapshot": [ - "27.5.1" + "http-deceiver": [ + "1.2.7" ], - "jest-util": [ - "27.5.1" + "select-hose": [ + "2.0.0" ], - "slash": [ + "spdy-transport": [ "3.0.0" ], - "strip-bom": [ - "4.0.0" - ], - "@types/node": [ - "20.8.2", - "18.11.9" + "detect-node": [ + "2.1.0" ], - "ci-info": [ - "3.8.0" + "hpack.js": [ + "2.1.6" ], - "picomatch": [ - "2.3.1" + "obuf": [ + "1.1.2" ], - "@babel/core": [ - "7.23.0" + "readable-stream": [ + "2.3.8", + "3.6.2" ], - "@babel/generator": [ - "7.23.0" + "wbuf": [ + "1.7.3" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "minimalistic-assert": [ + "1.0.1" ], - "@babel/traverse": [ - "7.23.0" + "inherits": [ + "2.0.3", + "2.0.4" ], - "@babel/types": [ - "7.23.0" + "string_decoder": [ + "1.1.1", + "1.3.0" ], - "@types/babel__traverse": [ - "7.20.2" + "util-deprecate": [ + "1.0.2" ], - "@types/prettier": [ - "2.7.3" + "safe-buffer": [ + "5.1.2", + "5.2.1" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "core-util-is": [ + "1.0.3" ], - "expect": [ - "27.5.1" + "isarray": [ + "1.0.0" ], - "jest-diff": [ - "27.5.1" + "process-nextick-args": [ + "2.0.1" ], - "jest-get-type": [ - "27.5.1" + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" ], - "jest-matcher-utils": [ - "27.5.1" + "faye-websocket": [ + "0.11.4" ], - "natural-compare": [ - "1.4.0" + "uuid": [ + "8.3.2" ], - "pretty-format": [ - "27.5.1" + "websocket-driver": [ + "0.7.4" ], - "semver": [ - "6.3.1", - "7.5.4" + "http-parser-js": [ + "0.5.8" ], - "lru-cache": [ - "5.1.1", - "6.0.0" + "websocket-extensions": [ + "0.1.4" ], - "yallist": [ - "3.1.1", - "4.0.0" + "accepts": [ + "1.3.8" ], - "ansi-regex": [ - "5.0.1" + "batch": [ + "0.6.1" ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" + "escape-html": [ + "1.0.3" ], - "react-is": [ - "17.0.2" + "http-errors": [ + "2.0.0", + "1.6.3" ], - "diff-sequences": [ - "27.5.1" + "parseurl": [ + "1.3.3" ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" + "depd": [ + "2.0.0", + "1.1.2" ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" + "setprototypeof": [ + "1.2.0", + "1.1.0" ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" + "statuses": [ + "2.0.1", + "1.5.0" ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" + "negotiator": [ + "0.6.3" ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" + "node-forge": [ + "1.3.1" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "@types/json-schema": [ + "7.0.13" ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" + "ajv": [ + "6.12.6", + "8.12.0" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "ajv-formats": [ + "2.1.1_ajv_8.12.0" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "fast-deep-equal": [ + "3.1.3" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "json-schema-traverse": [ + "0.4.1", + "1.0.0" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "require-from-string": [ + "2.0.2" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "uri-js": [ + "4.4.1" ], - "@babel/helper-string-parser": [ - "7.22.5" + "punycode": [ + "2.3.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "glob": [ + "7.2.3" ], - "to-fast-properties": [ - "2.0.0" + "fs.realpath": [ + "1.0.0" ], - "@babel/code-frame": [ - "7.22.13" + "inflight": [ + "1.0.6" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "minimatch": [ + "3.1.2" ], - "@babel/helper-function-name": [ - "7.23.0" + "once": [ + "1.4.0" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "path-is-absolute": [ + "1.0.1" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "wrappy": [ + "1.0.2" ], - "@babel/parser": [ - "7.23.0" + "brace-expansion": [ + "1.1.11" ], - "debug": [ - "4.3.4" + "balanced-match": [ + "1.0.2" ], - "globals": [ - "11.12.0" + "concat-map": [ + "0.0.1" ], - "ms": [ - "2.1.2" + "@types/retry": [ + "0.12.0" ], - "@babel/template": [ - "7.22.15" + "retry": [ + "0.13.1" ], - "@babel/highlight": [ - "7.22.20" + "define-lazy-prop": [ + "2.0.0" ], - "escape-string-regexp": [ - "2.0.0", - "1.0.5" + "is-docker": [ + "2.2.1" ], - "supports-color": [ - "8.1.1", - "7.2.0", - "5.5.0" + "is-wsl": [ + "2.2.0" ], - "has-flag": [ - "4.0.0", - "3.0.0" + "picocolors": [ + "1.0.0" ], - "color-convert": [ - "2.0.1", - "1.9.3" + "shell-quote": [ + "1.8.1" ], - "color-name": [ - "1.1.4", - "1.1.3" + "@types/http-proxy": [ + "1.17.12" ], - "js-tokens": [ - "4.0.0" + "http-proxy": [ + "1.18.1" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "is-glob": [ + "4.0.3" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "is-plain-obj": [ + "3.0.0" ], - "jsesc": [ - "2.5.2" + "micromatch": [ + "4.0.5" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "braces": [ + "3.0.2" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "picomatch": [ + "2.3.1" ], - "@jridgewell/set-array": [ - "1.1.2" + "fill-range": [ + "7.0.1" ], - "@ampproject/remapping": [ - "2.2.1" + "to-regex-range": [ + "5.0.1" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "is-number": [ + "7.0.0" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "is-extglob": [ + "2.1.1" ], - "@babel/helpers": [ - "7.23.1" + "eventemitter3": [ + "4.0.7" ], - "convert-source-map": [ - "1.9.0", - "2.0.0" + "follow-redirects": [ + "1.15.3" ], - "gensync": [ - "1.0.0-beta.2" + "requires-port": [ + "1.0.0" ], - "json5": [ - "2.2.3" + "@types/node": [ + "18.11.9" ], - "@babel/helper-module-imports": [ - "7.22.15" + "array-flatten": [ + "2.1.2", + "1.1.1" ], - "@babel/helper-simple-access": [ - "7.22.5" + "body-parser": [ + "1.20.1" ], - "@babel/compat-data": [ - "7.22.20" + "content-disposition": [ + "0.5.4" ], - "@babel/helper-validator-option": [ - "7.22.15" + "content-type": [ + "1.0.5" ], - "browserslist": [ - "4.22.1" + "cookie": [ + "0.5.0" ], - "caniuse-lite": [ - "1.0.30001542" + "cookie-signature": [ + "1.0.6" ], - "electron-to-chromium": [ - "1.4.539" + "encodeurl": [ + "1.0.2" ], - "node-releases": [ - "2.0.13" + "etag": [ + "1.8.1" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "finalhandler": [ + "1.2.0" ], - "escalade": [ - "3.1.1" + "fresh": [ + "0.5.2" ], - "picocolors": [ - "1.0.0" + "merge-descriptors": [ + "1.0.1" ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" + "methods": [ + "1.1.2" ], - "jest-validate": [ - "27.5.1" + "on-finished": [ + "2.4.1" ], - "resolve": [ - "1.22.6" + "path-to-regexp": [ + "0.1.7" ], - "resolve.exports": [ - "1.1.1" + "proxy-addr": [ + "2.0.7" ], - "is-core-module": [ - "2.13.0" + "qs": [ + "6.11.0" ], - "path-parse": [ - "1.0.7" + "send": [ + "0.18.0" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "serve-static": [ + "1.15.0" ], - "has": [ - "1.0.3" + "type-is": [ + "1.6.18" ], - "function-bind": [ - "1.1.1" + "utils-merge": [ + "1.0.1" ], - "camelcase": [ - "5.3.1", - "6.3.0" + "vary": [ + "1.1.2" ], - "leven": [ - "3.1.0" + "media-typer": [ + "0.3.0" ], - "@types/stack-utils": [ - "2.0.1" + "destroy": [ + "1.2.0" ], - "micromatch": [ - "4.0.5" + "mime": [ + "1.6.0" ], - "stack-utils": [ - "2.0.6" + "side-channel": [ + "1.0.4" ], - "braces": [ - "3.0.2" + "call-bind": [ + "1.0.2" ], - "fill-range": [ - "7.0.1" + "get-intrinsic": [ + "1.2.1" ], - "to-regex-range": [ - "5.0.1" + "object-inspect": [ + "1.12.3" ], - "is-number": [ - "7.0.0" + "function-bind": [ + "1.1.1" ], - "fs.realpath": [ - "1.0.0" + "has": [ + "1.0.3" ], - "inflight": [ - "1.0.6" + "has-proto": [ + "1.0.1" ], - "inherits": [ - "2.0.4" + "has-symbols": [ + "1.0.3" ], - "minimatch": [ - "3.1.2" + "forwarded": [ + "0.2.0" ], - "once": [ - "1.4.0" + "ee-first": [ + "1.1.1" ], - "path-is-absolute": [ + "toidentifier": [ "1.0.1" ], - "wrappy": [ - "1.0.2" + "unpipe": [ + "1.0.0" ], - "brace-expansion": [ - "1.1.11" + "bytes": [ + "3.0.0", + "3.1.2" ], - "balanced-match": [ - "1.0.2" + "iconv-lite": [ + "0.4.24" ], - "concat-map": [ - "0.0.1" + "raw-body": [ + "2.5.1" ], - "cross-spawn": [ - "7.0.3" + "safer-buffer": [ + "2.1.2" + ], + "execa": [ + "5.1.1" ], "get-stream": [ "6.0.1" @@ -19001,92 +18044,99 @@ "path-key": [ "3.1.1" ], - "shebang-command": [ - "2.0.0" + "compressible": [ + "2.0.18" ], - "which": [ - "2.0.2" + "on-headers": [ + "1.0.2" ], - "isexe": [ - "2.0.0" + "mime-db": [ + "1.52.0" ], - "shebang-regex": [ + "anymatch": [ + "3.1.3" + ], + "glob-parent": [ + "5.1.2" + ], + "is-binary-path": [ + "2.1.0" + ], + "normalize-path": [ "3.0.0" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "readdirp": [ + "3.6.0" ], - "@types/istanbul-reports": [ - "3.0.2" + "fsevents": [ + "2.3.3" ], - "@types/yargs": [ - "16.0.6" + "binary-extensions": [ + "2.2.0" ], - "@types/yargs-parser": [ - "21.0.1" + "dns-equal": [ + "1.0.0" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "multicast-dns": [ + "7.2.5" ], - "babel-plugin-istanbul": [ - "6.1.1" + "dns-packet": [ + "5.6.1" ], - "fast-json-stable-stringify": [ - "2.1.0" + "thunky": [ + "1.1.0" ], - "pirates": [ - "4.0.6" + "@leichtgewicht/ip-codec": [ + "2.0.4" ], - "source-map": [ - "0.6.1" + "@types/http-errors": [ + "2.0.2" ], - "write-file-atomic": [ - "3.0.3" + "@types/mime": [ + "1.3.3", + "3.0.2" ], - "imurmurhash": [ - "0.1.4" + "@types/body-parser": [ + "1.19.3" ], - "is-typedarray": [ - "1.0.0" + "@types/express-serve-static-core": [ + "4.17.37" ], - "typedarray-to-buffer": [ - "3.1.5" + "@types/qs": [ + "6.9.8" ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" + "@types/range-parser": [ + "1.2.5" ], - "@istanbuljs/schema": [ - "0.1.3" + "@types/send": [ + "0.17.2" ], - "istanbul-lib-instrument": [ - "5.2.1" + "@types/connect": [ + "3.4.36" ], - "test-exclude": [ - "6.0.0" + "resolve": [ + "1.22.6" ], - "istanbul-lib-coverage": [ - "3.2.0" + "is-core-module": [ + "2.13.0" ], - "find-up": [ - "4.1.0" + "path-parse": [ + "1.0.7" ], - "get-package-type": [ - "0.1.0" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "js-yaml": [ - "3.14.1" + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ + "3.0.0" ], "resolve-from": [ "5.0.0" ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" + "find-up": [ + "4.1.0" ], "locate-path": [ "5.0.0" @@ -19103,182 +18153,153 @@ "p-try": [ "2.2.0" ], - "callsites": [ - "3.1.0" + "shebang-command": [ + "2.0.0" ], - "@sinonjs/fake-timers": [ - "8.1.0" + "which": [ + "2.0.2" ], - "@sinonjs/commons": [ - "1.8.6" + "isexe": [ + "2.0.0" ], - "type-detect": [ - "4.0.8" + "shebang-regex": [ + "3.0.0" ], - "@types/graceful-fs": [ - "4.1.7" + "esrecurse": [ + "4.3.0" ], - "anymatch": [ - "3.1.3" + "estraverse": [ + "5.3.0", + "4.3.0" ], - "fb-watchman": [ - "2.0.2" + "caniuse-lite": [ + "1.0.30001542" ], - "jest-serializer": [ - "27.5.1" + "electron-to-chromium": [ + "1.4.539" ], - "jest-worker": [ - "27.5.1" + "node-releases": [ + "2.0.13" ], - "walker": [ - "1.0.8" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" ], - "fsevents": [ - "2.3.3" + "escalade": [ + "3.1.1" ], - "makeerror": [ - "1.0.12" + "@webassemblyjs/helper-api-error": [ + "1.11.6" ], - "tmpl": [ - "1.0.5" + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" ], - "bser": [ - "2.1.1" + "@webassemblyjs/ieee754": [ + "1.11.6" ], - "node-int64": [ - "0.4.0" + "@webassemblyjs/leb128": [ + "1.11.6" ], - "normalize-path": [ - "3.0.0" + "@webassemblyjs/utf8": [ + "1.11.6" ], - "@jest/console": [ - "27.5.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__events__3.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__events__3.3.0__links", - "package": "events", - "version": "3.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "events": [ - "3.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__sourcemap-codec__1.4.8": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__sourcemap-codec__1.4.8", - "package": "sourcemap-codec", - "version": "1.4.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", - "url": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__depd__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__depd__2.0.0", - "package": "depd", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "url": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__slash__3.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__slash__3.0.0", - "package": "slash", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "url": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__type-check__0.3.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__type-check__0.3.2__links", - "package": "type-check", - "version": "0.3.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "prelude-ls": "1.1.2" - }, - "transitive_closure": { - "type-check": [ - "0.3.2" + "@xtuc/long": [ + "4.2.2" ], - "prelude-ls": [ + "@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, @@ -19288,221 +18309,189 @@ "npm_translate_lock_repo": "npm" } }, - "npm__object.groupby__1.0.1__links": { + "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__object.groupby__1.0.1__links", - "package": "object.groupby", - "version": "1.0.1", - "dev": false, + "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": { - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "es-abstract": "1.22.2", - "get-intrinsic": "1.2.1" + "@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": { - "object.groupby": [ - "1.0.1" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.2.1" + "@babel/plugin-transform-numeric-separator": [ + "7.23.4_at_babel_core_7.23.5" ], - "es-abstract": [ - "1.22.2" + "@babel/core": [ + "7.23.5" ], - "get-intrinsic": [ - "1.2.1" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "function-bind": [ - "1.1.1" + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.5" ], - "has": [ - "1.0.3" + "@ampproject/remapping": [ + "2.2.1" ], - "has-proto": [ - "1.0.1" + "@babel/code-frame": [ + "7.23.5" ], - "has-symbols": [ - "1.0.3" + "@babel/generator": [ + "7.23.5" ], - "array-buffer-byte-length": [ - "1.0.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "arraybuffer.prototype.slice": [ - "1.0.2" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "available-typed-arrays": [ - "1.0.5" + "@babel/helpers": [ + "7.23.5" ], - "es-set-tostringtag": [ - "2.0.1" + "@babel/parser": [ + "7.23.5" ], - "es-to-primitive": [ - "1.2.1" + "@babel/template": [ + "7.22.15" ], - "function.prototype.name": [ - "1.1.6" + "@babel/traverse": [ + "7.23.5" ], - "get-symbol-description": [ - "1.0.0" + "@babel/types": [ + "7.23.5" ], - "globalthis": [ - "1.0.3" + "convert-source-map": [ + "2.0.0" ], - "gopd": [ - "1.0.1" + "debug": [ + "4.3.4" ], - "has-property-descriptors": [ - "1.0.0" + "gensync": [ + "1.0.0-beta.2" ], - "internal-slot": [ - "1.0.5" + "json5": [ + "2.2.3" ], - "is-array-buffer": [ - "3.0.2" + "semver": [ + "6.3.1" ], - "is-callable": [ - "1.2.7" + "ms": [ + "2.1.2" ], - "is-negative-zero": [ - "2.0.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "is-regex": [ - "1.1.4" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "is-shared-array-buffer": [ - "1.0.2" + "to-fast-properties": [ + "2.0.0" ], - "is-string": [ - "1.0.7" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "is-typed-array": [ - "1.1.12" + "@babel/helper-function-name": [ + "7.23.0" ], - "is-weakref": [ - "1.0.2" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "object-inspect": [ - "1.12.3" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "object-keys": [ - "1.1.1" + "globals": [ + "11.12.0" ], - "object.assign": [ - "4.1.4" + "@babel/helper-module-imports": [ + "7.22.15" ], - "regexp.prototype.flags": [ - "1.5.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "safe-array-concat": [ - "1.0.1" + "@babel/compat-data": [ + "7.23.5" ], - "safe-regex-test": [ - "1.0.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "string.prototype.trim": [ - "1.2.8" + "browserslist": [ + "4.22.2" ], - "string.prototype.trimend": [ - "1.0.7" + "lru-cache": [ + "5.1.1" ], - "string.prototype.trimstart": [ - "1.0.7" + "yallist": [ + "3.1.1" ], - "typed-array-buffer": [ - "1.0.0" + "caniuse-lite": [ + "1.0.30001566" ], - "typed-array-byte-length": [ - "1.0.0" + "electron-to-chromium": [ + "1.4.608" ], - "typed-array-byte-offset": [ - "1.0.0" + "node-releases": [ + "2.0.14" ], - "typed-array-length": [ - "1.0.4" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "unbox-primitive": [ - "1.0.2" + "escalade": [ + "3.1.1" ], - "which-typed-array": [ - "1.1.11" + "picocolors": [ + "1.0.0" ], - "for-each": [ + "@jridgewell/gen-mapping": [ "0.3.3" ], - "has-tostringtag": [ - "1.0.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "has-bigints": [ - "1.0.2" + "jsesc": [ + "2.5.2" ], - "which-boxed-primitive": [ - "1.0.2" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "is-bigint": [ - "1.0.4" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "is-boolean-object": [ + "@jridgewell/set-array": [ "1.1.2" ], - "is-number-object": [ - "1.0.7" + "@babel/highlight": [ + "7.23.4" ], - "is-symbol": [ - "1.0.4" + "chalk": [ + "2.4.2" ], - "isarray": [ - "2.0.5" + "ansi-styles": [ + "3.2.1" ], - "set-function-name": [ - "2.0.1" + "escape-string-regexp": [ + "1.0.5" ], - "define-data-property": [ - "1.1.0" + "supports-color": [ + "5.5.0" ], - "functions-have-names": [ - "1.2.3" + "has-flag": [ + "3.0.0" ], - "side-channel": [ - "1.0.4" + "color-convert": [ + "1.9.3" ], - "is-date-object": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__tr46__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tr46__3.0.0__links", - "package": "tr46", - "version": "3.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "punycode": "2.3.0" - }, - "transitive_closure": { - "tr46": [ - "3.0.0" + "color-name": [ + "1.1.3" ], - "punycode": [ - "2.3.0" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -19512,18 +18501,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_humanwhocodes_module-importer__1.0.1": { + "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__at_humanwhocodes_module-importer__1.0.1", - "package": "@humanwhocodes/module-importer", - "version": "1.0.1", + "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-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "url": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "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": [], @@ -19537,20 +18526,31 @@ "generate_bzl_library_targets": false } }, - "npm__is-arrayish__0.2.1__links": { + "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__is-arrayish__0.2.1__links", - "package": "is-arrayish", - "version": "0.2.1", - "dev": false, + "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": {}, + "deps": { + "brace-expansion": "1.1.11" + }, "transitive_closure": { - "is-arrayish": [ - "0.2.1" + "minimatch": [ + "3.1.2" + ], + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ + "1.0.2" + ], + "concat-map": [ + "0.0.1" ] }, "lifecycle_build_target": false, @@ -19560,135 +18560,69 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-changed-files__29.7.0__links": { + "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__jest-changed-files__29.7.0__links", - "package": "jest-changed-files", - "version": "29.7.0", + "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": { - "execa": "5.1.1", - "jest-util": "29.7.0", - "p-limit": "3.1.0" + "flatted": "3.2.9", + "keyv": "4.5.3", + "rimraf": "3.0.2" }, "transitive_closure": { - "jest-changed-files": [ - "29.7.0" - ], - "execa": [ - "5.1.1" - ], - "jest-util": [ - "29.7.0" - ], - "p-limit": [ + "flat-cache": [ "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" + "flatted": [ + "3.2.9" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "keyv": [ + "4.5.3" ], - "@types/istanbul-reports": [ + "rimraf": [ "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" + "glob": [ + "7.2.3" ], - "merge-stream": [ - "2.0.0" + "fs.realpath": [ + "1.0.0" ], - "npm-run-path": [ - "4.0.1" + "inflight": [ + "1.0.6" ], - "onetime": [ - "5.1.2" + "inherits": [ + "2.0.4" ], - "signal-exit": [ - "3.0.7" + "minimatch": [ + "3.1.2" ], - "strip-final-newline": [ - "2.0.0" + "once": [ + "1.4.0" ], - "mimic-fn": [ - "2.1.0" + "path-is-absolute": [ + "1.0.1" ], - "path-key": [ - "3.1.1" + "wrappy": [ + "1.0.2" ], - "shebang-command": [ - "2.0.0" + "brace-expansion": [ + "1.1.11" ], - "which": [ - "2.0.2" + "balanced-match": [ + "1.0.2" ], - "isexe": [ - "2.0.0" + "concat-map": [ + "0.0.1" ], - "shebang-regex": [ - "3.0.0" + "json-buffer": [ + "3.0.1" ] }, "lifecycle_build_target": false, @@ -19698,25 +18632,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__aria-query__5.3.0__links": { + "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__aria-query__5.3.0__links", - "package": "aria-query", - "version": "5.3.0", - "dev": false, + "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": { - "dequal": "2.0.3" + "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": { - "aria-query": [ - "5.3.0" - ], - "dequal": [ - "2.0.3" + "graphemer": [ + "1.4.0" ] }, "lifecycle_build_target": false, @@ -19726,24 +18678,56 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_is-even__1.0.1__links": { + "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__at_types_is-even__1.0.1__links", - "package": "@types/is-even", - "version": "1.0.1", + "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": { - "next.js": [ - "@types/is-even" + "link_packages": {}, + "deps": { + "json-buffer": "3.0.1" + }, + "transitive_closure": { + "keyv": [ + "4.5.3" + ], + "json-buffer": [ + "3.0.1" ] }, - "deps": {}, + "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": { - "@types/is-even": [ - "1.0.1" + "is-number": [ + "3.0.0" + ], + "kind-of": [ + "3.2.2" + ], + "is-buffer": [ + "1.1.6" ] }, "lifecycle_build_target": false, @@ -19753,18 +18737,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__form-data__4.0.0": { + "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__form-data__4.0.0", - "package": "form-data", + "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-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "url": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "url": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -19778,949 +18762,1226 @@ "generate_bzl_library_targets": false } }, - "npm__jest-watch-typeahead__1.1.0__jest_27.5.1__links": { + "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__jest-watch-typeahead__1.1.0__jest_27.5.1__links", - "package": "jest-watch-typeahead", - "version": "1.1.0_jest_27.5.1", - "dev": false, + "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": { - "ansi-escapes": "4.3.2", - "chalk": "4.1.2", - "jest": "27.5.1", - "jest-regex-util": "28.0.2", - "jest-watcher": "28.1.3", - "slash": "4.0.0", - "string-length": "5.0.1", - "strip-ansi": "7.1.0" - }, + "deps": {}, "transitive_closure": { - "jest-watch-typeahead": [ - "1.1.0_jest_27.5.1" - ], - "ansi-escapes": [ - "4.3.2" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "jest": [ - "27.5.1" - ], - "jest-regex-util": [ - "27.5.1", - "28.0.2" - ], - "jest-watcher": [ - "27.5.1", - "28.1.3" - ], - "slash": [ - "3.0.0", - "4.0.0" - ], - "string-length": [ - "4.0.2", - "5.0.1" - ], - "strip-ansi": [ - "6.0.1", - "7.1.0" - ], - "ansi-regex": [ - "5.0.1", - "6.0.1" - ], - "char-regex": [ - "1.0.2", - "2.0.1" - ], - "@jest/test-result": [ - "27.5.1", - "28.1.3" - ], - "@jest/types": [ - "27.5.1", - "28.1.3" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "emittery": [ - "0.8.1", - "0.10.2" - ], - "jest-util": [ - "27.5.1", - "28.1.3" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "@jest/schemas": [ - "28.1.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6", - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinclair/typebox": [ - "0.24.51" - ], - "@jest/console": [ - "27.5.1", - "28.1.3" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "jest-message-util": [ - "27.5.1", - "28.1.3" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "27.5.1", - "28.1.3" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "17.0.2", - "18.2.0" + "@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" ], - "braces": [ - "3.0.2" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "fill-range": [ - "7.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-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" ], - "to-regex-range": [ - "5.0.1" + "@babel/core": [ + "7.23.5" ], - "is-number": [ - "7.0.0" + "@babel/helper-define-polyfill-provider": [ + "0.4.3_at_babel_core_7.23.5" ], - "@babel/highlight": [ - "7.22.20" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "supports-color": [ - "7.2.0", - "8.1.1", - "5.5.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "has-flag": [ - "4.0.0", - "3.0.0" + "debug": [ + "4.3.4" ], - "color-convert": [ - "2.0.1", - "1.9.3" + "lodash.debounce": [ + "4.0.8" ], - "color-name": [ - "1.1.4", - "1.1.3" + "resolve": [ + "1.22.6" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "is-core-module": [ + "2.13.0" ], - "js-tokens": [ - "4.0.0" + "path-parse": [ + "1.0.7" ], - "@jest/core": [ - "27.5.1" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "import-local": [ - "3.1.0" + "has": [ + "1.0.3" ], - "jest-cli": [ - "27.5.1" + "function-bind": [ + "1.1.1" ], - "exit": [ - "0.1.2" + "ms": [ + "2.1.2" ], - "jest-config": [ - "27.5.1" + "@babel/compat-data": [ + "7.23.5" ], - "jest-validate": [ - "27.5.1" + "@babel/helper-validator-option": [ + "7.23.5" ], - "prompts": [ - "2.4.2" + "browserslist": [ + "4.22.2" ], - "yargs": [ - "16.2.0" + "lru-cache": [ + "5.1.1" ], - "cliui": [ - "7.0.4" + "semver": [ + "6.3.1" ], - "escalade": [ + "yallist": [ "3.1.1" ], - "get-caller-file": [ - "2.0.5" + "caniuse-lite": [ + "1.0.30001566" ], - "require-directory": [ - "2.1.1" + "electron-to-chromium": [ + "1.4.608" ], - "string-width": [ - "4.2.3" + "node-releases": [ + "2.0.14" ], - "y18n": [ - "5.0.8" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "yargs-parser": [ - "20.2.9" + "escalade": [ + "3.1.1" ], - "emoji-regex": [ - "8.0.0" + "picocolors": [ + "1.0.0" ], - "is-fullwidth-code-point": [ - "3.0.0" + "@ampproject/remapping": [ + "2.2.1" ], - "wrap-ansi": [ - "7.0.0" + "@babel/code-frame": [ + "7.23.5" ], - "kleur": [ - "3.0.3" + "@babel/generator": [ + "7.23.5" ], - "sisteransi": [ - "1.0.5" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "camelcase": [ - "5.3.1", - "6.3.0" + "@babel/helpers": [ + "7.23.5" ], - "jest-get-type": [ - "27.5.1" + "@babel/parser": [ + "7.23.5" ], - "leven": [ - "3.1.0" + "@babel/template": [ + "7.22.15" ], - "@babel/core": [ - "7.23.0" + "@babel/traverse": [ + "7.23.5" ], - "@jest/test-sequencer": [ - "27.5.1" + "@babel/types": [ + "7.23.5" ], - "babel-jest": [ - "27.5.1_at_babel_core_7.23.0" + "convert-source-map": [ + "2.0.0" ], - "deepmerge": [ - "4.3.1" + "gensync": [ + "1.0.0-beta.2" ], - "glob": [ - "7.2.3" + "json5": [ + "2.2.3" ], - "jest-circus": [ - "27.5.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "jest-environment-jsdom": [ - "27.5.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "jest-environment-node": [ - "27.5.1" + "to-fast-properties": [ + "2.0.0" ], - "jest-jasmine2": [ - "27.5.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "jest-resolve": [ - "27.5.1" + "@babel/helper-function-name": [ + "7.23.0" ], - "jest-runner": [ - "27.5.1" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "parse-json": [ - "5.2.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "strip-json-comments": [ - "3.1.1" + "globals": [ + "11.12.0" ], - "error-ex": [ - "1.3.2" + "@babel/helper-module-imports": [ + "7.22.15" ], - "json-parse-even-better-errors": [ - "2.3.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "lines-and-columns": [ - "1.2.4" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "is-arrayish": [ - "0.2.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@jest/environment": [ - "27.5.1" + "jsesc": [ + "2.5.2" ], - "@jest/transform": [ - "27.5.1" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "jest-docblock": [ - "27.5.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "jest-haste-map": [ - "27.5.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "jest-leak-detector": [ - "27.5.1" + "@babel/highlight": [ + "7.23.4" ], - "jest-runtime": [ - "27.5.1" + "chalk": [ + "2.4.2" ], - "jest-worker": [ - "27.5.1" + "ansi-styles": [ + "3.2.1" ], - "source-map-support": [ - "0.5.21" + "escape-string-regexp": [ + "1.0.5" ], - "throat": [ - "6.0.2" + "supports-color": [ + "5.5.0" ], - "buffer-from": [ - "1.1.2" + "has-flag": [ + "3.0.0" ], - "source-map": [ - "0.7.4", - "0.6.1" + "color-convert": [ + "1.9.3" ], - "merge-stream": [ - "2.0.0" + "color-name": [ + "1.1.3" ], - "@jest/fake-timers": [ - "27.5.1" + "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" ], - "@jest/globals": [ - "27.5.1" + "@swc/core": [ + "1.3.100" ], - "@jest/source-map": [ - "27.5.1" + "webpack": [ + "5.89.0_-1501518582" ], - "cjs-module-lexer": [ - "1.2.3" + "@types/eslint-scope": [ + "3.7.5" ], - "execa": [ - "5.1.1" + "@types/estree": [ + "1.0.2" ], - "jest-mock": [ - "27.5.1" + "@webassemblyjs/ast": [ + "1.11.6" ], - "jest-snapshot": [ - "27.5.1" + "@webassemblyjs/wasm-edit": [ + "1.11.6" ], - "strip-bom": [ - "4.0.0" + "@webassemblyjs/wasm-parser": [ + "1.11.6" ], - "@babel/generator": [ - "7.23.0" + "acorn": [ + "8.10.0" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" ], - "@babel/traverse": [ - "7.23.0" + "browserslist": [ + "4.22.1" ], - "@babel/types": [ - "7.23.0" + "chrome-trace-event": [ + "1.0.3" ], - "@types/babel__traverse": [ - "7.20.2" + "enhanced-resolve": [ + "5.15.0" ], - "@types/prettier": [ - "2.7.3" + "es-module-lexer": [ + "1.3.1" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "eslint-scope": [ + "5.1.1" ], - "expect": [ - "27.5.1" + "events": [ + "3.3.0" ], - "jest-diff": [ - "27.5.1" + "glob-to-regexp": [ + "0.4.1" ], - "jest-matcher-utils": [ - "27.5.1" + "graceful-fs": [ + "4.2.11" ], - "natural-compare": [ - "1.4.0" + "json-parse-even-better-errors": [ + "2.3.1" ], - "semver": [ - "6.3.1", - "7.5.4" + "loader-runner": [ + "4.3.0" ], - "lru-cache": [ - "5.1.1", - "6.0.0" + "mime-types": [ + "2.1.35" ], - "yallist": [ - "3.1.1", - "4.0.0" + "neo-async": [ + "2.6.2" ], - "diff-sequences": [ - "27.5.1" + "schema-utils": [ + "4.2.0", + "3.3.0" ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" + "tapable": [ + "2.2.1" ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" + "terser-webpack-plugin": [ + "5.3.9_1251614587" ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" + "watchpack": [ + "2.4.0" ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" + "webpack-cli": [ + "5.1.4_34022717" ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" + "webpack-sources": [ + "3.2.3" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "@discoveryjs/json-ext": [ + "0.5.7" ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" + "@webpack-cli/configtest": [ + "2.1.1_-360275163" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "@webpack-cli/info": [ + "2.0.2_-360275163" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "@webpack-cli/serve": [ + "2.0.5_-1521883062" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "colorette": [ + "2.0.20" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "commander": [ + "2.20.3", + "10.0.1" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "cross-spawn": [ + "7.0.3" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "envinfo": [ + "7.11.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "fastest-levenshtein": [ + "1.0.16" ], - "to-fast-properties": [ - "2.0.0" + "import-local": [ + "3.1.0" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "interpret": [ + "3.1.1" ], - "@babel/helper-function-name": [ - "7.23.0" + "rechoir": [ + "0.8.0" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "webpack-dev-server": [ + "4.15.1_-360275163" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "webpack-merge": [ + "5.10.0" ], - "@babel/parser": [ - "7.23.0" + "clone-deep": [ + "4.0.1" ], - "debug": [ - "4.3.4" + "flat": [ + "5.0.2" ], - "globals": [ - "11.12.0" + "wildcard": [ + "2.0.1" ], - "ms": [ - "2.1.2" + "is-plain-object": [ + "2.0.4" ], - "@babel/template": [ - "7.22.15" + "kind-of": [ + "6.0.3" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "shallow-clone": [ + "3.0.1" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "isobject": [ + "3.0.1" ], - "jsesc": [ - "2.5.2" + "@types/bonjour": [ + "3.5.11" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@types/connect-history-api-fallback": [ + "1.5.1" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@types/express": [ + "4.17.18" ], - "@jridgewell/set-array": [ - "1.1.2" + "@types/serve-index": [ + "1.9.2" ], - "cross-spawn": [ - "7.0.3" + "@types/serve-static": [ + "1.15.3" ], - "get-stream": [ - "6.0.1" + "@types/sockjs": [ + "0.3.34" ], - "human-signals": [ - "2.1.0" + "@types/ws": [ + "8.5.6" ], - "is-stream": [ - "2.0.1" + "ansi-html-community": [ + "0.0.8" ], - "npm-run-path": [ - "4.0.1" + "bonjour-service": [ + "1.1.1" ], - "onetime": [ - "5.1.2" + "chokidar": [ + "3.5.3" ], - "signal-exit": [ - "3.0.7" + "compression": [ + "1.7.4" ], - "strip-final-newline": [ + "connect-history-api-fallback": [ "2.0.0" ], - "mimic-fn": [ - "2.1.0" + "default-gateway": [ + "6.0.3" ], - "path-key": [ - "3.1.1" + "express": [ + "4.18.2" ], - "shebang-command": [ - "2.0.0" + "html-entities": [ + "2.4.0" ], - "which": [ - "2.0.2" + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" ], - "isexe": [ - "2.0.0" + "ipaddr.js": [ + "1.9.1", + "2.1.0" ], - "shebang-regex": [ - "3.0.0" + "launch-editor": [ + "2.6.0" ], - "callsites": [ - "3.1.0" + "open": [ + "8.4.2" ], - "@sinonjs/fake-timers": [ - "8.1.0" + "p-retry": [ + "4.6.2" ], - "@sinonjs/commons": [ - "1.8.6" + "rimraf": [ + "3.0.2" ], - "type-detect": [ - "4.0.8" + "selfsigned": [ + "2.1.1" ], - "@types/graceful-fs": [ - "4.1.7" + "serve-index": [ + "1.9.1" ], - "anymatch": [ - "3.1.3" + "sockjs": [ + "0.3.24" ], - "fb-watchman": [ - "2.0.2" + "spdy": [ + "4.0.2" ], - "jest-serializer": [ - "27.5.1" + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" ], - "walker": [ - "1.0.8" + "ws": [ + "8.14.2" ], - "fsevents": [ - "2.3.3" + "memfs": [ + "3.5.3" ], - "makeerror": [ - "1.0.12" + "range-parser": [ + "1.2.1" ], - "tmpl": [ + "fs-monkey": [ "1.0.5" ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" + "debug": [ + "2.6.9", + "4.3.4" ], - "normalize-path": [ - "3.0.0" + "handle-thing": [ + "2.0.1" ], - "detect-newline": [ - "3.1.0" + "http-deceiver": [ + "1.2.7" ], - "babel-plugin-istanbul": [ - "6.1.1" + "select-hose": [ + "2.0.0" ], - "convert-source-map": [ - "2.0.0", - "1.9.0" + "spdy-transport": [ + "3.0.0" ], - "fast-json-stable-stringify": [ + "detect-node": [ "2.1.0" ], - "pirates": [ - "4.0.6" + "hpack.js": [ + "2.1.6" ], - "write-file-atomic": [ - "3.0.3" + "obuf": [ + "1.1.2" ], - "imurmurhash": [ - "0.1.4" + "readable-stream": [ + "2.3.8", + "3.6.2" ], - "is-typedarray": [ - "1.0.0" + "wbuf": [ + "1.7.3" ], - "typedarray-to-buffer": [ - "3.1.5" + "minimalistic-assert": [ + "1.0.1" ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" + "inherits": [ + "2.0.3", + "2.0.4" ], - "@istanbuljs/schema": [ - "0.1.3" + "string_decoder": [ + "1.1.1", + "1.3.0" ], - "istanbul-lib-instrument": [ - "5.2.1" + "util-deprecate": [ + "1.0.2" ], - "test-exclude": [ - "6.0.0" + "safe-buffer": [ + "5.1.2", + "5.2.1" ], - "minimatch": [ - "3.1.2" + "core-util-is": [ + "1.0.3" ], - "brace-expansion": [ - "1.1.11" + "isarray": [ + "1.0.0" ], - "balanced-match": [ - "1.0.2" + "process-nextick-args": [ + "2.0.1" ], - "concat-map": [ - "0.0.1" + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" ], - "istanbul-lib-coverage": [ - "3.2.0" + "faye-websocket": [ + "0.11.4" ], - "find-up": [ - "4.1.0" + "uuid": [ + "8.3.2" ], - "get-package-type": [ - "0.1.0" + "websocket-driver": [ + "0.7.4" ], - "js-yaml": [ - "3.14.1" + "http-parser-js": [ + "0.5.8" ], - "resolve-from": [ - "5.0.0" + "websocket-extensions": [ + "0.1.4" ], - "argparse": [ - "1.0.10" + "accepts": [ + "1.3.8" ], - "esprima": [ - "4.0.1" + "batch": [ + "0.6.1" ], - "sprintf-js": [ + "escape-html": [ "1.0.3" ], - "locate-path": [ - "5.0.0" + "http-errors": [ + "2.0.0", + "1.6.3" ], - "path-exists": [ - "4.0.0" + "parseurl": [ + "1.3.3" ], - "p-locate": [ - "4.1.0" + "depd": [ + "2.0.0", + "1.1.2" ], - "p-limit": [ - "2.3.0" + "setprototypeof": [ + "1.2.0", + "1.1.0" ], - "p-try": [ - "2.2.0" + "statuses": [ + "2.0.1", + "1.5.0" ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" + "negotiator": [ + "0.6.3" ], - "resolve": [ - "1.22.6" + "node-forge": [ + "1.3.1" ], - "resolve.exports": [ - "1.1.1" + "@types/json-schema": [ + "7.0.13" ], - "is-core-module": [ - "2.13.0" + "ajv": [ + "6.12.6", + "8.12.0" ], - "path-parse": [ - "1.0.7" + "ajv-formats": [ + "2.1.1_ajv_8.12.0" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" ], - "has": [ - "1.0.3" + "fast-deep-equal": [ + "3.1.3" ], - "function-bind": [ - "1.1.1" + "json-schema-traverse": [ + "0.4.1", + "1.0.0" ], - "co": [ - "4.6.0" + "require-from-string": [ + "2.0.2" ], - "is-generator-fn": [ - "2.1.0" + "uri-js": [ + "4.4.1" ], - "jest-each": [ - "27.5.1" + "punycode": [ + "2.3.1" ], - "jsdom": [ - "16.7.0" + "glob": [ + "7.2.3" ], - "abab": [ - "2.0.6" + "fs.realpath": [ + "1.0.0" ], - "acorn": [ - "7.4.1", - "8.10.0" + "inflight": [ + "1.0.6" ], - "acorn-globals": [ - "6.0.0" + "minimatch": [ + "3.1.2" ], - "cssom": [ - "0.3.8", - "0.4.4" + "once": [ + "1.4.0" ], - "cssstyle": [ - "2.3.0" + "path-is-absolute": [ + "1.0.1" ], - "data-urls": [ - "2.0.0" + "wrappy": [ + "1.0.2" ], - "decimal.js": [ - "10.4.3" + "brace-expansion": [ + "1.1.11" ], - "domexception": [ - "2.0.1" + "balanced-match": [ + "1.0.2" ], - "escodegen": [ - "2.1.0" + "concat-map": [ + "0.0.1" ], - "form-data": [ - "3.0.1" + "@types/retry": [ + "0.12.0" ], - "html-encoding-sniffer": [ - "2.0.1" + "retry": [ + "0.13.1" ], - "http-proxy-agent": [ - "4.0.1" + "define-lazy-prop": [ + "2.0.0" ], - "https-proxy-agent": [ - "5.0.1" + "is-docker": [ + "2.2.1" ], - "is-potential-custom-element-name": [ - "1.0.1" + "is-wsl": [ + "2.2.0" ], - "nwsapi": [ - "2.2.7" + "picocolors": [ + "1.0.0" ], - "parse5": [ - "6.0.1" + "shell-quote": [ + "1.8.1" ], - "saxes": [ - "5.0.1" + "@types/http-proxy": [ + "1.17.12" ], - "symbol-tree": [ - "3.2.4" + "http-proxy": [ + "1.18.1" ], - "tough-cookie": [ - "4.1.3" + "is-glob": [ + "4.0.3" ], - "w3c-hr-time": [ - "1.0.2" + "is-plain-obj": [ + "3.0.0" ], - "w3c-xmlserializer": [ - "2.0.0" + "micromatch": [ + "4.0.5" ], - "webidl-conversions": [ - "5.0.0", - "6.1.0" + "braces": [ + "3.0.2" ], - "whatwg-encoding": [ + "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" ], - "whatwg-mimetype": [ - "2.3.0" + "cookie": [ + "0.5.0" ], - "whatwg-url": [ - "8.7.0" + "cookie-signature": [ + "1.0.6" ], - "ws": [ - "7.5.9" + "encodeurl": [ + "1.0.2" ], - "xml-name-validator": [ - "3.0.0" + "etag": [ + "1.8.1" ], - "lodash": [ - "4.17.21" + "finalhandler": [ + "1.2.0" ], - "tr46": [ - "2.1.0" + "fresh": [ + "0.5.2" ], - "punycode": [ - "2.3.0" + "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" ], - "browser-process-hrtime": [ - "1.0.0" + "execa": [ + "5.1.1" ], - "psl": [ - "1.9.0" + "get-stream": [ + "6.0.1" ], - "universalify": [ - "0.2.0" + "human-signals": [ + "2.1.0" ], - "url-parse": [ - "1.5.10" + "is-stream": [ + "2.0.1" ], - "querystringify": [ - "2.2.0" + "merge-stream": [ + "2.0.0" ], - "requires-port": [ - "1.0.0" + "npm-run-path": [ + "4.0.1" ], - "xmlchars": [ - "2.2.0" + "onetime": [ + "5.1.2" ], - "agent-base": [ - "6.0.2" + "signal-exit": [ + "3.0.7" ], - "@tootallnate/once": [ - "1.1.2" + "strip-final-newline": [ + "2.0.0" ], - "asynckit": [ - "0.4.0" + "mimic-fn": [ + "2.1.0" ], - "combined-stream": [ - "1.0.8" + "path-key": [ + "3.1.1" ], - "mime-types": [ - "2.1.35" + "compressible": [ + "2.0.18" + ], + "on-headers": [ + "1.0.2" ], "mime-db": [ "1.52.0" ], - "delayed-stream": [ - "1.0.0" + "anymatch": [ + "3.1.3" ], - "estraverse": [ - "5.3.0" + "glob-parent": [ + "5.1.2" ], - "esutils": [ - "2.0.3" + "is-binary-path": [ + "2.1.0" ], - "acorn-walk": [ - "7.2.0" + "normalize-path": [ + "3.0.0" ], - "dedent": [ - "0.7.0" + "readdirp": [ + "3.6.0" ], - "fs.realpath": [ + "fsevents": [ + "2.3.3" + ], + "binary-extensions": [ + "2.2.0" + ], + "dns-equal": [ "1.0.0" ], - "inflight": [ - "1.0.6" + "multicast-dns": [ + "7.2.5" ], - "inherits": [ + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ "2.0.4" ], - "once": [ - "1.4.0" + "@types/http-errors": [ + "2.0.2" ], - "path-is-absolute": [ - "1.0.1" + "@types/mime": [ + "1.3.3", + "3.0.2" ], - "wrappy": [ - "1.0.2" + "@types/body-parser": [ + "1.19.3" ], - "@types/babel__core": [ - "7.20.2" + "@types/express-serve-static-core": [ + "4.17.37" ], - "babel-preset-jest": [ - "27.5.1_at_babel_core_7.23.0" + "@types/qs": [ + "6.9.8" ], - "babel-plugin-jest-hoist": [ + "@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" ], - "@types/babel__generator": [ - "7.6.5" + "serialize-javascript": [ + "6.0.1" ], - "@types/babel__template": [ - "7.4.2" + "terser": [ + "5.20.0" ], - "@ampproject/remapping": [ - "2.2.1" + "@jridgewell/source-map": [ + "0.3.5" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "source-map-support": [ + "0.5.21" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "buffer-from": [ + "1.1.2" ], - "@babel/helpers": [ - "7.23.1" + "source-map": [ + "0.6.1" ], - "gensync": [ - "1.0.0-beta.2" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "json5": [ - "2.2.3" + "@jridgewell/set-array": [ + "1.1.2" ], - "@babel/helper-module-imports": [ - "7.22.15" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@babel/helper-simple-access": [ - "7.22.5" + "randombytes": [ + "2.1.0" ], - "@babel/compat-data": [ - "7.22.20" + "supports-color": [ + "8.1.1" ], - "@babel/helper-validator-option": [ - "7.22.15" + "has-flag": [ + "4.0.0" ], - "browserslist": [ - "4.22.1" + "@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" @@ -20734,231 +19995,86 @@ "update-browserslist-db": [ "1.0.13_browserslist_4.22.1" ], - "picocolors": [ - "1.0.0" + "escalade": [ + "3.1.1" ], - "pkg-dir": [ - "4.2.0" + "@webassemblyjs/helper-api-error": [ + "1.11.6" ], - "resolve-cwd": [ - "3.0.0" + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" ], - "@jest/reporters": [ - "27.5.1" + "@webassemblyjs/ieee754": [ + "1.11.6" ], - "jest-changed-files": [ - "27.5.1" + "@webassemblyjs/leb128": [ + "1.11.6" ], - "jest-resolve-dependencies": [ - "27.5.1" + "@webassemblyjs/utf8": [ + "1.11.6" ], - "rimraf": [ - "3.0.2" + "@xtuc/long": [ + "4.2.2" ], - "@bcoe/v8-coverage": [ - "0.2.3" + "@xtuc/ieee754": [ + "1.2.0" ], - "istanbul-lib-report": [ - "3.0.1" + "@webassemblyjs/helper-buffer": [ + "1.11.6" ], - "istanbul-lib-source-maps": [ - "4.0.1" + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" ], - "istanbul-reports": [ - "3.1.6" + "@webassemblyjs/wasm-gen": [ + "1.11.6" ], - "terminal-link": [ - "2.1.1" + "@webassemblyjs/wasm-opt": [ + "1.11.6" ], - "v8-to-istanbul": [ - "8.1.1" + "@webassemblyjs/wast-printer": [ + "1.11.6" ], - "supports-hyperlinks": [ - "2.3.0" + "@webassemblyjs/helper-numbers": [ + "1.11.6" ], - "html-escaper": [ - "2.0.2" + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" ], - "make-dir": [ - "4.0.0" + "@types/eslint": [ + "8.44.3" ], - "type-fest": [ - "0.21.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__babel-preset-jest__27.5.1__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-jest__27.5.1__at_babel_core_7.23.0", - "package": "babel-preset-jest", - "version": "27.5.1_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", - "url": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_swc_helpers__0.4.14__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_helpers__0.4.14__links", - "package": "@swc/helpers", - "version": "0.4.14", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "tslib": "2.6.2" - }, - "transitive_closure": { - "@swc/helpers": [ - "0.4.14" + "@swc/counter": [ + "0.1.2" ], - "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__workbox-google-analytics__6.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-google-analytics__6.6.0", - "package": "workbox-google-analytics", - "version": "6.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==", - "url": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-class-properties", - "version": "7.12.13_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__es-get-iterator__1.1.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__es-get-iterator__1.1.3", - "package": "es-get-iterator", - "version": "1.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", - "url": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-modules-scope__3.0.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-scope__3.0.0__postcss_8.4.31__links", - "package": "postcss-modules-scope", - "version": "3.0.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "postcss-modules-scope": [ - "3.0.0_postcss_8.4.31" + "@swc/types": [ + "0.1.5" ], - "postcss": [ - "8.4.31" + "@swc/core-darwin-arm64": [ + "1.3.100" ], - "postcss-selector-parser": [ - "6.0.13" + "@swc/core-darwin-x64": [ + "1.3.100" ], - "cssesc": [ - "3.0.0" + "@swc/core-linux-arm64-gnu": [ + "1.3.100" ], - "util-deprecate": [ - "1.0.2" + "@swc/core-linux-arm64-musl": [ + "1.3.100" ], - "nanoid": [ - "3.3.6" + "@swc/core-linux-x64-gnu": [ + "1.3.100" ], - "picocolors": [ - "1.0.0" + "@swc/core-linux-x64-musl": [ + "1.3.100" ], - "source-map-js": [ - "1.0.2" + "@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, @@ -20968,93 +20084,116 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_jest__29.2.3__links": { + "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_types_jest__29.2.3__links", - "package": "@types/jest", - "version": "29.2.3", + "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": { - "next.js": [ - "@types/jest" - ], - "react": [ - "@types/jest" - ] - }, + "link_packages": {}, "deps": { - "expect": "29.7.0", - "pretty-format": "29.7.0" + "@jest/test-result": "29.7.0", + "graceful-fs": "4.2.11", + "jest-haste-map": "29.7.0", + "slash": "3.0.0" }, "transitive_closure": { - "@types/jest": [ - "29.2.3" + "@jest/test-sequencer": [ + "29.7.0" ], - "expect": [ + "@jest/test-result": [ "29.7.0" ], - "pretty-format": [ + "graceful-fs": [ + "4.2.11" + ], + "jest-haste-map": [ "29.7.0" ], - "@jest/schemas": [ + "slash": [ + "3.0.0" + ], + "@jest/types": [ "29.6.3" ], - "ansi-styles": [ - "3.2.1", - "4.3.0", - "5.2.0" + "@types/graceful-fs": [ + "4.1.7" ], - "react-is": [ - "18.2.0" + "@types/node": [ + "18.11.9" ], - "@sinclair/typebox": [ - "0.27.8" + "anymatch": [ + "3.1.3" ], - "@jest/expect-utils": [ - "29.7.0" + "fb-watchman": [ + "2.0.2" ], - "jest-get-type": [ + "jest-regex-util": [ "29.6.3" ], - "jest-matcher-utils": [ + "jest-util": [ "29.7.0" ], - "jest-message-util": [ + "jest-worker": [ "29.7.0" ], - "jest-util": [ - "29.7.0" + "micromatch": [ + "4.0.5" ], - "@jest/types": [ - "29.6.3" + "walker": [ + "1.0.8" ], - "@types/node": [ - "18.11.9" + "fsevents": [ + "2.3.3" ], - "chalk": [ - "2.4.2", - "4.1.2" + "makeerror": [ + "1.0.12" ], - "ci-info": [ - "3.8.0" + "tmpl": [ + "1.0.5" ], - "graceful-fs": [ - "4.2.11" + "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" + "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" @@ -21063,6 +20202,18 @@ "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" ], @@ -21078,17 +20229,26 @@ "@types/istanbul-lib-report": [ "3.0.1" ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@jest/console": [ + "29.7.0" + ], + "collect-v8-coverage": [ + "1.0.2" + ], + "jest-message-util": [ + "29.7.0" + ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@types/stack-utils": [ "2.0.1" ], - "micromatch": [ - "4.0.5" - ], - "slash": [ - "3.0.0" + "pretty-format": [ + "29.7.0" ], "stack-utils": [ "2.0.6" @@ -21097,32 +20257,17 @@ "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" + "react-is": [ + "18.2.0" ], "@babel/highlight": [ - "7.22.20" + "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, @@ -21132,18 +20277,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__array-buffer-byte-length__1.0.0": { + "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__array-buffer-byte-length__1.0.0", - "package": "array-buffer-byte-length", - "version": "1.0.0", + "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-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", - "url": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", + "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": [], @@ -21157,18 +20325,47 @@ "generate_bzl_library_targets": false } }, - "npm__typedarray-to-buffer__3.1.5": { + "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__typedarray-to-buffer__3.1.5", - "package": "typedarray-to-buffer", - "version": "3.1.5", + "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-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "url": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "url": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -21182,20 +20379,20 @@ "generate_bzl_library_targets": false } }, - "npm__jsonpointer__5.0.1__links": { + "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__jsonpointer__5.0.1__links", - "package": "jsonpointer", - "version": "5.0.1", + "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": { - "jsonpointer": [ - "5.0.1" + "source-map-js": [ + "1.0.2" ] }, "lifecycle_build_target": false, @@ -21205,18 +20402,22 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_core__7.23.0": { + "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_babel_core__7.23.0", - "package": "@babel/core", - "version": "7.23.0", + "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": {}, - "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==", - "url": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz", + "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": [], @@ -21230,50 +20431,48 @@ "generate_bzl_library_targets": false } }, - "npm__camelcase-css__2.0.1": { + "npm__readdirp__3.6.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__camelcase-css__2.0.1", - "package": "camelcase-css", - "version": "2.0.1", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "url": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__has-tostringtag__1.0.0__links": { + "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__has-tostringtag__1.0.0__links", - "package": "has-tostringtag", - "version": "1.0.0", + "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": { - "has-symbols": "1.0.3" - }, + "deps": {}, "transitive_closure": { - "has-tostringtag": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" + "tslib": [ + "2.6.2" ] }, "lifecycle_build_target": false, @@ -21283,25 +20482,34 @@ "npm_translate_lock_repo": "npm" } }, - "npm__loose-envify__1.4.0__links": { + "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__loose-envify__1.4.0__links", - "package": "loose-envify", - "version": "1.4.0", + "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": { - "js-tokens": "4.0.0" + "@babel/types": "7.23.5" }, "transitive_closure": { - "loose-envify": [ - "1.4.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "js-tokens": [ - "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" ] }, "lifecycle_build_target": false, @@ -21311,778 +20519,946 @@ "npm_translate_lock_repo": "npm" } }, - "npm__terser-webpack-plugin__5.3.9__1251614587__links": { + "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__terser-webpack-plugin__5.3.9__1251614587__links", - "package": "terser-webpack-plugin", - "version": "5.3.9_1251614587", + "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": { - "@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" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "terser-webpack-plugin": [ - "5.3.9_1251614587" + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.5" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "@babel/core": [ + "7.23.5" ], - "@swc/core": [ - "1.3.100" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "jest-worker": [ - "27.5.1" + "@ampproject/remapping": [ + "2.2.1" ], - "schema-utils": [ - "4.2.0", - "3.3.0" + "@babel/code-frame": [ + "7.23.5" ], - "serialize-javascript": [ - "6.0.1" + "@babel/generator": [ + "7.23.5" ], - "terser": [ - "5.20.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "webpack": [ - "5.89.0_-1501518582" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@types/eslint-scope": [ - "3.7.5" + "@babel/helpers": [ + "7.23.5" ], - "@types/estree": [ - "1.0.2" + "@babel/parser": [ + "7.23.5" ], - "@webassemblyjs/ast": [ - "1.11.6" + "@babel/template": [ + "7.22.15" ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" + "@babel/traverse": [ + "7.23.5" ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" + "@babel/types": [ + "7.23.5" ], - "acorn": [ - "8.10.0" + "convert-source-map": [ + "2.0.0" ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" + "debug": [ + "4.3.4" ], - "browserslist": [ - "4.22.1" + "gensync": [ + "1.0.0-beta.2" ], - "chrome-trace-event": [ - "1.0.3" + "json5": [ + "2.2.3" ], - "enhanced-resolve": [ - "5.15.0" + "semver": [ + "6.3.1" ], - "es-module-lexer": [ - "1.3.1" + "ms": [ + "2.1.2" ], - "eslint-scope": [ - "5.1.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "events": [ - "3.3.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "glob-to-regexp": [ - "0.4.1" + "to-fast-properties": [ + "2.0.0" ], - "graceful-fs": [ - "4.2.11" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "json-parse-even-better-errors": [ - "2.3.1" + "@babel/helper-function-name": [ + "7.23.0" ], - "loader-runner": [ - "4.3.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "mime-types": [ - "2.1.35" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "neo-async": [ - "2.6.2" + "globals": [ + "11.12.0" ], - "tapable": [ - "2.2.1" + "@babel/helper-module-imports": [ + "7.22.15" ], - "watchpack": [ - "2.4.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "webpack-cli": [ - "5.1.4_34022717" + "@babel/compat-data": [ + "7.23.5" ], - "webpack-sources": [ - "3.2.3" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@discoveryjs/json-ext": [ - "0.5.7" + "browserslist": [ + "4.22.2" ], - "@webpack-cli/configtest": [ - "2.1.1_-360275163" + "lru-cache": [ + "5.1.1" ], - "@webpack-cli/info": [ - "2.0.2_-360275163" + "yallist": [ + "3.1.1" ], - "@webpack-cli/serve": [ - "2.0.5_-1521883062" + "caniuse-lite": [ + "1.0.30001566" ], - "colorette": [ - "2.0.20" + "electron-to-chromium": [ + "1.4.608" ], - "commander": [ - "2.20.3", - "10.0.1" + "node-releases": [ + "2.0.14" ], - "cross-spawn": [ - "7.0.3" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "envinfo": [ - "7.11.0" + "escalade": [ + "3.1.1" ], - "fastest-levenshtein": [ - "1.0.16" + "picocolors": [ + "1.0.0" ], - "import-local": [ - "3.1.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "interpret": [ + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ "3.1.1" ], - "rechoir": [ - "0.8.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "webpack-dev-server": [ - "4.15.1_-360275163" + "@jridgewell/set-array": [ + "1.1.2" ], - "webpack-merge": [ - "5.10.0" + "@babel/highlight": [ + "7.23.4" ], - "clone-deep": [ - "4.0.1" + "chalk": [ + "2.4.2" ], - "flat": [ - "5.0.2" + "ansi-styles": [ + "3.2.1" ], - "wildcard": [ - "2.0.1" + "escape-string-regexp": [ + "1.0.5" ], - "is-plain-object": [ - "2.0.4" + "supports-color": [ + "5.5.0" ], - "kind-of": [ - "6.0.3" + "has-flag": [ + "3.0.0" ], - "shallow-clone": [ - "3.0.1" + "color-convert": [ + "1.9.3" ], - "isobject": [ - "3.0.1" + "color-name": [ + "1.1.3" ], - "@types/bonjour": [ - "3.5.11" + "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" ], - "@types/connect-history-api-fallback": [ - "1.5.1" + "tr46": [ + "5.0.0" ], - "@types/express": [ - "4.17.18" + "webidl-conversions": [ + "7.0.0" ], - "@types/serve-index": [ - "1.9.2" + "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" ], - "@types/serve-static": [ - "1.15.3" + "debug": [ + "3.2.7", + "4.3.4" ], - "@types/sockjs": [ - "0.3.34" + "enhanced-resolve": [ + "5.15.0" ], - "@types/ws": [ - "8.5.6" + "eslint": [ + "8.28.0" ], - "ansi-html-community": [ - "0.0.8" + "eslint-module-utils": [ + "2.8.0_-993259024", + "2.8.0_2031701610" ], - "bonjour-service": [ - "1.1.1" + "eslint-plugin-import": [ + "2.28.1_eslint_8.28.0" ], - "chokidar": [ - "3.5.3" + "fast-glob": [ + "3.3.1" ], - "compression": [ - "1.7.4" + "get-tsconfig": [ + "4.7.2" ], - "connect-history-api-fallback": [ - "2.0.0" + "is-core-module": [ + "2.13.0" ], - "default-gateway": [ - "6.0.3" + "is-glob": [ + "4.0.3" ], - "express": [ - "4.18.2" + "is-extglob": [ + "2.1.1" ], - "html-entities": [ - "2.4.0" + "has": [ + "1.0.3" ], - "http-proxy-middleware": [ - "2.0.6_at_types_express_4.17.18" + "function-bind": [ + "1.1.1" ], - "ipaddr.js": [ - "1.9.1", - "2.1.0" + "resolve-pkg-maps": [ + "1.0.0" ], - "launch-editor": [ - "2.6.0" + "@nodelib/fs.stat": [ + "2.0.5" ], - "open": [ - "8.4.2" + "@nodelib/fs.walk": [ + "1.2.8" ], - "p-retry": [ - "4.6.2" + "glob-parent": [ + "6.0.2", + "5.1.2" ], - "rimraf": [ - "3.0.2" + "merge2": [ + "1.4.1" ], - "selfsigned": [ - "2.1.1" + "micromatch": [ + "4.0.5" ], - "serve-index": [ - "1.9.1" + "braces": [ + "3.0.2" ], - "sockjs": [ - "0.3.24" + "picomatch": [ + "2.3.1" ], - "spdy": [ - "4.0.2" + "fill-range": [ + "7.0.1" ], - "webpack-dev-middleware": [ - "5.3.3_webpack_5.89.0" + "to-regex-range": [ + "5.0.1" ], - "ws": [ - "8.14.2" + "is-number": [ + "7.0.0" ], - "memfs": [ - "3.5.3" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "range-parser": [ - "1.2.1" + "fastq": [ + "1.15.0" ], - "fs-monkey": [ - "1.0.5" + "reusify": [ + "1.0.4" ], - "debug": [ - "2.6.9", - "4.3.4" + "run-parallel": [ + "1.2.0" ], - "handle-thing": [ - "2.0.1" + "queue-microtask": [ + "1.2.3" ], - "http-deceiver": [ - "1.2.7" + "array-includes": [ + "3.1.7" ], - "select-hose": [ - "2.0.0" + "array.prototype.findlastindex": [ + "1.2.3" ], - "spdy-transport": [ - "3.0.0" + "array.prototype.flat": [ + "1.3.2" ], - "detect-node": [ - "2.1.0" + "array.prototype.flatmap": [ + "1.3.2" ], - "hpack.js": [ - "2.1.6" + "doctrine": [ + "3.0.0", + "2.1.0" ], - "obuf": [ - "1.1.2" + "eslint-import-resolver-node": [ + "0.3.9" ], - "readable-stream": [ - "2.3.8", - "3.6.2" + "minimatch": [ + "3.1.2" ], - "wbuf": [ - "1.7.3" + "object.fromentries": [ + "2.0.7" ], - "minimalistic-assert": [ + "object.groupby": [ "1.0.1" ], - "inherits": [ - "2.0.3", - "2.0.4" + "object.values": [ + "1.1.7" ], - "string_decoder": [ - "1.1.1", - "1.3.0" + "semver": [ + "7.5.4", + "6.3.1" ], - "util-deprecate": [ + "tsconfig-paths": [ + "3.14.2" + ], + "@types/json5": [ + "0.0.29" + ], + "json5": [ "1.0.2" ], - "safe-buffer": [ - "5.1.2", - "5.2.1" + "minimist": [ + "1.2.8" ], - "core-util-is": [ - "1.0.3" + "strip-bom": [ + "3.0.0" ], - "isarray": [ + "call-bind": [ + "1.0.2" + ], + "define-properties": [ + "1.2.1" + ], + "es-abstract": [ + "1.22.2" + ], + "array-buffer-byte-length": [ "1.0.0" ], - "process-nextick-args": [ + "arraybuffer.prototype.slice": [ + "1.0.2" + ], + "available-typed-arrays": [ + "1.0.5" + ], + "es-set-tostringtag": [ "2.0.1" ], - "ms": [ - "2.1.3", - "2.0.0", - "2.1.2" + "es-to-primitive": [ + "1.2.1" ], - "faye-websocket": [ - "0.11.4" + "function.prototype.name": [ + "1.1.6" ], - "uuid": [ - "8.3.2" + "get-intrinsic": [ + "1.2.1" ], - "websocket-driver": [ - "0.7.4" + "get-symbol-description": [ + "1.0.0" ], - "http-parser-js": [ - "0.5.8" + "globalthis": [ + "1.0.3" ], - "websocket-extensions": [ - "0.1.4" + "gopd": [ + "1.0.1" ], - "accepts": [ - "1.3.8" + "has-property-descriptors": [ + "1.0.0" ], - "batch": [ - "0.6.1" + "has-proto": [ + "1.0.1" ], - "escape-html": [ + "has-symbols": [ "1.0.3" ], - "http-errors": [ - "2.0.0", - "1.6.3" + "internal-slot": [ + "1.0.5" ], - "parseurl": [ - "1.3.3" + "is-array-buffer": [ + "3.0.2" ], - "depd": [ - "2.0.0", - "1.1.2" + "is-callable": [ + "1.2.7" ], - "setprototypeof": [ - "1.2.0", - "1.1.0" + "is-negative-zero": [ + "2.0.2" ], - "statuses": [ - "2.0.1", - "1.5.0" + "is-regex": [ + "1.1.4" ], - "negotiator": [ - "0.6.3" + "is-shared-array-buffer": [ + "1.0.2" ], - "node-forge": [ - "1.3.1" + "is-string": [ + "1.0.7" ], - "@types/json-schema": [ - "7.0.13" + "is-typed-array": [ + "1.1.12" ], - "ajv": [ - "6.12.6", - "8.12.0" + "is-weakref": [ + "1.0.2" ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" + "object-inspect": [ + "1.12.3" ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6", - "5.1.0_ajv_8.12.0" + "object-keys": [ + "1.1.1" ], - "fast-deep-equal": [ - "3.1.3" + "object.assign": [ + "4.1.4" ], - "json-schema-traverse": [ - "0.4.1", - "1.0.0" + "regexp.prototype.flags": [ + "1.5.1" ], - "require-from-string": [ - "2.0.2" + "safe-array-concat": [ + "1.0.1" ], - "uri-js": [ - "4.4.1" + "safe-regex-test": [ + "1.0.0" ], - "punycode": [ - "2.3.0" + "string.prototype.trim": [ + "1.2.8" ], - "glob": [ - "7.2.3" + "string.prototype.trimend": [ + "1.0.7" ], - "fs.realpath": [ - "1.0.0" + "string.prototype.trimstart": [ + "1.0.7" ], - "inflight": [ - "1.0.6" + "typed-array-buffer": [ + "1.0.0" ], - "minimatch": [ - "3.1.2" + "typed-array-byte-length": [ + "1.0.0" ], - "once": [ - "1.4.0" + "typed-array-byte-offset": [ + "1.0.0" ], - "path-is-absolute": [ - "1.0.1" + "typed-array-length": [ + "1.0.4" ], - "wrappy": [ + "unbox-primitive": [ "1.0.2" ], - "brace-expansion": [ + "which-typed-array": [ "1.1.11" ], - "balanced-match": [ - "1.0.2" + "for-each": [ + "0.3.3" ], - "concat-map": [ - "0.0.1" + "has-tostringtag": [ + "1.0.0" ], - "@types/retry": [ - "0.12.0" + "has-bigints": [ + "1.0.2" ], - "retry": [ - "0.13.1" + "which-boxed-primitive": [ + "1.0.2" ], - "define-lazy-prop": [ - "2.0.0" + "is-bigint": [ + "1.0.4" ], - "is-docker": [ - "2.2.1" + "is-boolean-object": [ + "1.1.2" ], - "is-wsl": [ - "2.2.0" + "is-number-object": [ + "1.0.7" ], - "picocolors": [ - "1.0.0" + "is-symbol": [ + "1.0.4" ], - "shell-quote": [ - "1.8.1" + "isarray": [ + "2.0.5" ], - "@types/http-proxy": [ - "1.17.12" + "set-function-name": [ + "2.0.1" ], - "http-proxy": [ - "1.18.1" + "define-data-property": [ + "1.1.0" ], - "is-glob": [ - "4.0.3" + "functions-have-names": [ + "1.2.3" ], - "is-plain-obj": [ - "3.0.0" + "side-channel": [ + "1.0.4" ], - "micromatch": [ - "4.0.5" + "is-date-object": [ + "1.0.5" ], - "braces": [ - "3.0.2" + "brace-expansion": [ + "1.1.11" ], - "picomatch": [ - "2.3.1" + "balanced-match": [ + "1.0.2" ], - "fill-range": [ - "7.0.1" + "concat-map": [ + "0.0.1" ], - "to-regex-range": [ - "5.0.1" + "resolve": [ + "1.22.6" ], - "is-number": [ - "7.0.0" + "path-parse": [ + "1.0.7" ], - "is-extglob": [ - "2.1.1" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "eventemitter3": [ - "4.0.7" + "esutils": [ + "2.0.3" ], - "follow-redirects": [ - "1.15.3" + "ms": [ + "2.1.2", + "2.1.3" ], - "requires-port": [ + "es-shim-unscopables": [ "1.0.0" ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "array-flatten": [ - "2.1.2", - "1.1.1" + "@typescript-eslint/parser": [ + "5.44.0_509062556" ], - "body-parser": [ - "1.20.1" + "@typescript-eslint/scope-manager": [ + "5.44.0" ], - "content-disposition": [ - "0.5.4" + "@typescript-eslint/types": [ + "5.44.0" ], - "content-type": [ - "1.0.5" + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" ], - "cookie": [ - "0.5.0" + "typescript": [ + "4.9.3" ], - "cookie-signature": [ - "1.0.6" + "@typescript-eslint/visitor-keys": [ + "5.44.0" ], - "encodeurl": [ - "1.0.2" + "globby": [ + "11.1.0" ], - "etag": [ - "1.8.1" + "tsutils": [ + "3.21.0_typescript_4.9.3" ], - "finalhandler": [ - "1.2.0" + "tslib": [ + "1.14.1" ], - "fresh": [ - "0.5.2" + "lru-cache": [ + "6.0.0" ], - "merge-descriptors": [ - "1.0.1" + "yallist": [ + "4.0.0" ], - "methods": [ - "1.1.2" + "array-union": [ + "2.1.0" ], - "on-finished": [ - "2.4.1" + "dir-glob": [ + "3.0.1" ], - "path-to-regexp": [ - "0.1.7" + "ignore": [ + "5.2.4" ], - "proxy-addr": [ - "2.0.7" + "slash": [ + "3.0.0" ], - "qs": [ - "6.11.0" + "path-type": [ + "4.0.0" ], - "send": [ - "0.18.0" + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" ], - "serve-static": [ - "1.15.0" + "@eslint/eslintrc": [ + "1.4.1" ], - "type-is": [ - "1.6.18" + "@humanwhocodes/config-array": [ + "0.11.11" ], - "utils-merge": [ + "@humanwhocodes/module-importer": [ "1.0.1" ], - "vary": [ - "1.1.2" + "ajv": [ + "6.12.6" ], - "media-typer": [ - "0.3.0" + "chalk": [ + "4.1.2" ], - "destroy": [ - "1.2.0" + "cross-spawn": [ + "7.0.3" ], - "mime": [ - "1.6.0" + "escape-string-regexp": [ + "4.0.0" ], - "side-channel": [ - "1.0.4" + "eslint-scope": [ + "7.2.2" ], - "call-bind": [ - "1.0.2" + "eslint-utils": [ + "3.0.0_eslint_8.28.0" ], - "get-intrinsic": [ - "1.2.1" + "espree": [ + "9.6.1" ], - "object-inspect": [ - "1.12.3" + "esquery": [ + "1.5.0" ], - "function-bind": [ - "1.1.1" + "fast-deep-equal": [ + "3.1.3" ], - "has": [ - "1.0.3" + "file-entry-cache": [ + "6.0.1" ], - "has-proto": [ - "1.0.1" + "find-up": [ + "5.0.0" ], - "has-symbols": [ - "1.0.3" + "globals": [ + "13.22.0" ], - "forwarded": [ - "0.2.0" + "grapheme-splitter": [ + "1.0.4" ], - "ee-first": [ - "1.1.1" + "import-fresh": [ + "3.3.0" ], - "toidentifier": [ - "1.0.1" + "imurmurhash": [ + "0.1.4" ], - "unpipe": [ - "1.0.0" + "is-path-inside": [ + "3.0.3" ], - "bytes": [ - "3.0.0", - "3.1.2" + "js-sdsl": [ + "4.4.2" ], - "iconv-lite": [ - "0.4.24" + "js-yaml": [ + "4.1.0" ], - "raw-body": [ - "2.5.1" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "safer-buffer": [ - "2.1.2" + "levn": [ + "0.4.1" ], - "execa": [ - "5.1.1" + "lodash.merge": [ + "4.6.2" ], - "get-stream": [ - "6.0.1" + "natural-compare": [ + "1.4.0" ], - "human-signals": [ - "2.1.0" + "optionator": [ + "0.9.3" ], - "is-stream": [ - "2.0.1" + "regexpp": [ + "3.2.0" ], - "merge-stream": [ - "2.0.0" + "strip-ansi": [ + "6.0.1" ], - "npm-run-path": [ - "4.0.1" + "strip-json-comments": [ + "3.1.1" ], - "onetime": [ - "5.1.2" + "text-table": [ + "0.2.0" ], - "signal-exit": [ - "3.0.7" + "ansi-regex": [ + "5.0.1" ], - "strip-final-newline": [ - "2.0.0" + "@aashutoshrathi/word-wrap": [ + "1.2.6" ], - "mimic-fn": [ - "2.1.0" + "deep-is": [ + "0.1.4" ], - "path-key": [ - "3.1.1" + "fast-levenshtein": [ + "2.0.6" ], - "compressible": [ - "2.0.18" + "prelude-ls": [ + "1.2.1" ], - "on-headers": [ - "1.0.2" + "type-check": [ + "0.4.0" ], - "mime-db": [ - "1.52.0" + "argparse": [ + "2.0.1" ], - "anymatch": [ - "3.1.3" + "parent-module": [ + "1.0.1" ], - "glob-parent": [ - "5.1.2" + "resolve-from": [ + "4.0.0" ], - "is-binary-path": [ - "2.1.0" + "callsites": [ + "3.1.0" ], - "normalize-path": [ - "3.0.0" + "type-fest": [ + "0.20.2" ], - "readdirp": [ - "3.6.0" + "locate-path": [ + "6.0.0" ], - "fsevents": [ - "2.3.3" + "path-exists": [ + "4.0.0" ], - "binary-extensions": [ - "2.2.0" + "p-locate": [ + "5.0.0" ], - "dns-equal": [ - "1.0.0" + "p-limit": [ + "3.1.0" ], - "multicast-dns": [ - "7.2.5" + "yocto-queue": [ + "0.1.0" ], - "dns-packet": [ - "5.6.1" + "flat-cache": [ + "3.1.0" ], - "thunky": [ - "1.1.0" + "flatted": [ + "3.2.9" ], - "@leichtgewicht/ip-codec": [ - "2.0.4" + "keyv": [ + "4.5.3" ], - "@types/http-errors": [ - "2.0.2" - ], - "@types/mime": [ - "1.3.3", + "rimraf": [ "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" + "glob": [ + "7.2.3" ], - "is-core-module": [ - "2.13.0" + "fs.realpath": [ + "1.0.0" ], - "path-parse": [ - "1.0.7" + "inflight": [ + "1.0.6" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "inherits": [ + "2.0.4" ], - "pkg-dir": [ - "4.2.0" + "once": [ + "1.4.0" ], - "resolve-cwd": [ - "3.0.0" + "path-is-absolute": [ + "1.0.1" ], - "resolve-from": [ - "5.0.0" + "wrappy": [ + "1.0.2" ], - "find-up": [ - "4.1.0" + "json-buffer": [ + "3.0.1" ], - "locate-path": [ - "5.0.0" + "estraverse": [ + "5.3.0" ], - "path-exists": [ - "4.0.0" + "acorn": [ + "8.10.0" ], - "p-locate": [ - "4.1.0" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "p-limit": [ - "2.3.0" + "esrecurse": [ + "4.3.0" ], - "p-try": [ - "2.2.0" + "path-key": [ + "3.1.1" ], "shebang-command": [ "2.0.0" @@ -22096,141 +21472,41 @@ "shebang-regex": [ "3.0.0" ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", + "ansi-styles": [ "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" + "7.2.0" ], "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" + "color-convert": [ + "2.0.1" ], - "@swc/core-linux-arm64-gnu": [ - "1.3.100" + "color-name": [ + "1.1.4" ], - "@swc/core-linux-arm64-musl": [ - "1.3.100" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@swc/core-linux-x64-gnu": [ - "1.3.100" + "json-schema-traverse": [ + "0.4.1" ], - "@swc/core-linux-x64-musl": [ - "1.3.100" + "uri-js": [ + "4.4.1" ], - "@swc/core-win32-arm64-msvc": [ - "1.3.100" + "punycode": [ + "2.3.1" ], - "@swc/core-win32-ia32-msvc": [ - "1.3.100" + "@humanwhocodes/object-schema": [ + "1.2.1" ], - "@swc/core-win32-x64-msvc": [ - "1.3.100" + "graceful-fs": [ + "4.2.11" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "tapable": [ + "2.2.1" ] }, "lifecycle_build_target": false, @@ -22240,18 +21516,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webpack-merge__5.10.0": { + "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__webpack-merge__5.10.0", - "package": "webpack-merge", - "version": "5.10.0", + "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-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", - "url": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "url": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -22265,124 +21541,18 @@ "generate_bzl_library_targets": false } }, - "npm__minimatch__3.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__minimatch__3.1.2__links", - "package": "minimatch", - "version": "3.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "brace-expansion": "1.1.11" - }, - "transitive_closure": { - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__flat-cache__3.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__flat-cache__3.1.0__links", - "package": "flat-cache", - "version": "3.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "flatted": "3.2.9", - "keyv": "4.5.3", - "rimraf": "3.0.2" - }, - "transitive_closure": { - "flat-cache": [ - "3.1.0" - ], - "flatted": [ - "3.2.9" - ], - "keyv": [ - "4.5.3" - ], - "rimraf": [ - "3.0.2" - ], - "glob": [ - "7.2.3" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "json-buffer": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-async-to-generator__7.22.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-async-to-generator__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-async-to-generator", - "version": "7.22.5_at_babel_core_7.23.0", + "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-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "url": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -22396,71 +21566,25 @@ "generate_bzl_library_targets": false } }, - "npm__fs-monkey__1.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fs-monkey__1.0.5__links", - "package": "fs-monkey", - "version": "1.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fs-monkey": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__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": false, - "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": { + "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__keyv__4.5.3__links", - "package": "keyv", - "version": "4.5.3", - "dev": false, + "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": { - "json-buffer": "3.0.1" + "is-extglob": "2.1.1" }, "transitive_closure": { - "keyv": [ - "4.5.3" + "is-glob": [ + "4.0.3" ], - "json-buffer": [ - "3.0.1" + "is-extglob": [ + "2.1.1" ] }, "lifecycle_build_target": false, @@ -22470,18 +21594,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__immer__9.0.21": { + "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__immer__9.0.21", - "package": "immer", - "version": "9.0.21", + "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-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", - "url": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", + "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": [], @@ -22490,33 +21614,29 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__is-number__3.0.0__links": { + "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__is-number__3.0.0__links", - "package": "is-number", - "version": "3.0.0", - "dev": false, + "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": { - "kind-of": "3.2.2" - }, + "deps": {}, "transitive_closure": { - "is-number": [ - "3.0.0" - ], - "kind-of": [ - "3.2.2" - ], - "is-buffer": [ - "1.1.6" + "electron-to-chromium": [ + "1.4.539" ] }, "lifecycle_build_target": false, @@ -22526,43 +21646,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__yallist__4.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yallist__4.0.0", - "package": "yallist", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "url": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__get-tsconfig__4.7.2": { + "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__get-tsconfig__4.7.2", - "package": "get-tsconfig", - "version": "4.7.2", + "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-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==", - "url": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "url": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -22576,43 +21671,43 @@ "generate_bzl_library_targets": false } }, - "npm__workbox-streams__6.6.0": { + "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_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-streams__6.6.0", - "package": "workbox-streams", - "version": "6.6.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==", - "url": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__css-minimizer-webpack-plugin__3.4.1__webpack_5.88.2": { + "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__css-minimizer-webpack-plugin__3.4.1__webpack_5.88.2", - "package": "css-minimizer-webpack-plugin", - "version": "3.4.1_webpack_5.88.2", + "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-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", - "url": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", + "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": [], @@ -22626,43 +21721,60 @@ "generate_bzl_library_targets": false } }, - "npm__shell-quote__1.8.1": { + "npm__resolve__2.0.0-next.4__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__shell-quote__1.8.1", - "package": "shell-quote", - "version": "1.8.1", + "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_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 + "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_babel_plugin-transform-computed-properties__7.22.5__at_babel_core_7.23.0": { + "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_babel_plugin-transform-computed-properties__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-computed-properties", - "version": "7.22.5_at_babel_core_7.23.0", + "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-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "url": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -22676,54 +21788,43 @@ "generate_bzl_library_targets": false } }, - "npm__at_typescript-eslint_type-utils__5.44.0__1767590274": { + "npm__lz-string__1.5.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "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", + "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_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 + "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__at_types_istanbul-reports__1.1.2__links": { + "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__at_types_istanbul-reports__1.1.2__links", - "package": "@types/istanbul-reports", - "version": "1.1.2", - "dev": false, + "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": { - "@types/istanbul-lib-coverage": "2.0.4", - "@types/istanbul-lib-report": "3.0.1" - }, + "deps": {}, "transitive_closure": { - "@types/istanbul-reports": [ - "1.1.2" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-lib-report": [ - "3.0.1" + "confusing-browser-globals": [ + "1.0.11" ] }, "lifecycle_build_target": false, @@ -22733,20 +21834,38 @@ "npm_translate_lock_repo": "npm" } }, - "npm__regex-parser__2.2.11__links": { + "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__regex-parser__2.2.11__links", - "package": "regex-parser", - "version": "2.2.11", + "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": {}, - "deps": {}, + "link_packages": { + "next.js": [ + "is-even" + ] + }, + "deps": { + "is-odd": "0.1.2" + }, "transitive_closure": { - "regex-parser": [ - "2.2.11" + "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, @@ -22756,20 +21875,71 @@ "npm_translate_lock_repo": "npm" } }, - "npm__bluebird__3.7.2__links": { + "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__bluebird__3.7.2__links", - "package": "bluebird", - "version": "3.7.2", - "dev": false, + "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": {}, + "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": { - "bluebird": [ - "3.7.2" + "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, @@ -22779,20 +21949,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__mkdirp__1.0.4__links": { + "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__mkdirp__1.0.4__links", - "package": "mkdirp", - "version": "1.0.4", + "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": {}, + "deps": { + "@humanwhocodes/object-schema": "2.0.1", + "debug": "4.3.4", + "minimatch": "3.1.2" + }, "transitive_closure": { - "mkdirp": [ - "1.0.4" + "@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, @@ -22802,18 +21997,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__decimal.js__10.4.3": { + "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__decimal.js__10.4.3", - "package": "decimal.js", - "version": "10.4.3", + "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-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", - "url": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "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": [], @@ -22827,928 +22022,370 @@ "generate_bzl_library_targets": false } }, - "npm__swc-loader__0.2.3__1251614587__links": { + "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__swc-loader__0.2.3__1251614587__links", - "package": "swc-loader", - "version": "0.2.3_1251614587", + "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": { - "react-webpack": [ - "swc-loader" - ] - }, + "link_packages": {}, "deps": { - "@swc/core": "1.3.100", - "webpack": "5.89.0_-1501518582" + "fsevents": "2.3.3", + "esbuild": "0.19.8", + "postcss": "8.4.32", + "rollup": "4.6.1" }, "transitive_closure": { - "swc-loader": [ - "0.2.3_1251614587" + "vite": [ + "5.0.6" ], - "@swc/core": [ - "1.3.100" + "esbuild": [ + "0.19.8" ], - "webpack": [ - "5.89.0_-1501518582" + "postcss": [ + "8.4.32" ], - "@types/eslint-scope": [ - "3.7.5" + "rollup": [ + "4.6.1" ], - "@types/estree": [ - "1.0.2" + "fsevents": [ + "2.3.3" ], - "@webassemblyjs/ast": [ - "1.11.6" + "@rollup/rollup-android-arm-eabi": [ + "4.6.1" ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" + "@rollup/rollup-android-arm64": [ + "4.6.1" ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" + "@rollup/rollup-darwin-arm64": [ + "4.6.1" ], - "acorn": [ - "8.10.0" + "@rollup/rollup-darwin-x64": [ + "4.6.1" ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.6.1" ], - "browserslist": [ - "4.22.1" + "@rollup/rollup-linux-arm64-gnu": [ + "4.6.1" ], - "chrome-trace-event": [ - "1.0.3" + "@rollup/rollup-linux-arm64-musl": [ + "4.6.1" ], - "enhanced-resolve": [ - "5.15.0" + "@rollup/rollup-linux-x64-gnu": [ + "4.6.1" ], - "es-module-lexer": [ - "1.3.1" + "@rollup/rollup-linux-x64-musl": [ + "4.6.1" ], - "eslint-scope": [ - "5.1.1" + "@rollup/rollup-win32-arm64-msvc": [ + "4.6.1" ], - "events": [ - "3.3.0" + "@rollup/rollup-win32-ia32-msvc": [ + "4.6.1" ], - "glob-to-regexp": [ - "0.4.1" + "@rollup/rollup-win32-x64-msvc": [ + "4.6.1" ], - "graceful-fs": [ - "4.2.11" + "nanoid": [ + "3.3.7" ], - "json-parse-even-better-errors": [ - "2.3.1" + "picocolors": [ + "1.0.0" ], - "loader-runner": [ - "4.3.0" + "source-map-js": [ + "1.0.2" ], - "mime-types": [ - "2.1.35" + "@esbuild/android-arm": [ + "0.19.8" ], - "neo-async": [ - "2.6.2" + "@esbuild/android-arm64": [ + "0.19.8" ], - "schema-utils": [ - "4.2.0", - "3.3.0" + "@esbuild/android-x64": [ + "0.19.8" ], - "tapable": [ - "2.2.1" + "@esbuild/darwin-arm64": [ + "0.19.8" ], - "terser-webpack-plugin": [ - "5.3.9_1251614587" + "@esbuild/darwin-x64": [ + "0.19.8" ], - "watchpack": [ - "2.4.0" + "@esbuild/freebsd-arm64": [ + "0.19.8" ], - "webpack-cli": [ - "5.1.4_34022717" + "@esbuild/freebsd-x64": [ + "0.19.8" ], - "webpack-sources": [ - "3.2.3" + "@esbuild/linux-arm": [ + "0.19.8" ], - "@discoveryjs/json-ext": [ - "0.5.7" + "@esbuild/linux-arm64": [ + "0.19.8" ], - "@webpack-cli/configtest": [ - "2.1.1_-360275163" + "@esbuild/linux-ia32": [ + "0.19.8" ], - "@webpack-cli/info": [ - "2.0.2_-360275163" + "@esbuild/linux-loong64": [ + "0.19.8" ], - "@webpack-cli/serve": [ - "2.0.5_-1521883062" + "@esbuild/linux-mips64el": [ + "0.19.8" ], - "colorette": [ - "2.0.20" + "@esbuild/linux-ppc64": [ + "0.19.8" ], - "commander": [ - "2.20.3", - "10.0.1" + "@esbuild/linux-riscv64": [ + "0.19.8" ], - "cross-spawn": [ - "7.0.3" + "@esbuild/linux-s390x": [ + "0.19.8" ], - "envinfo": [ - "7.11.0" + "@esbuild/linux-x64": [ + "0.19.8" ], - "fastest-levenshtein": [ - "1.0.16" + "@esbuild/netbsd-x64": [ + "0.19.8" ], - "import-local": [ - "3.1.0" + "@esbuild/openbsd-x64": [ + "0.19.8" ], - "interpret": [ - "3.1.1" + "@esbuild/sunos-x64": [ + "0.19.8" ], - "rechoir": [ - "0.8.0" + "@esbuild/win32-arm64": [ + "0.19.8" ], - "webpack-dev-server": [ - "4.15.1_-360275163" + "@esbuild/win32-ia32": [ + "0.19.8" ], - "webpack-merge": [ - "5.10.0" + "@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" ], - "clone-deep": [ - "4.0.1" + "@babel/core": [ + "7.23.5" ], - "flat": [ - "5.0.2" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "wildcard": [ - "2.0.1" + "@babel/helper-validator-option": [ + "7.23.5" ], - "is-plain-object": [ - "2.0.4" + "@babel/plugin-syntax-jsx": [ + "7.23.3_at_babel_core_7.23.5" ], - "kind-of": [ - "6.0.3" + "@babel/plugin-transform-modules-commonjs": [ + "7.23.3_at_babel_core_7.23.5" ], - "shallow-clone": [ - "3.0.1" + "@babel/plugin-transform-typescript": [ + "7.23.5_at_babel_core_7.23.5" ], - "isobject": [ - "3.0.1" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "@types/bonjour": [ - "3.5.11" + "@babel/helper-create-class-features-plugin": [ + "7.23.5_at_babel_core_7.23.5" ], - "@types/connect-history-api-fallback": [ - "1.5.1" + "@babel/plugin-syntax-typescript": [ + "7.23.3_at_babel_core_7.23.5" ], - "@types/express": [ - "4.17.18" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@types/serve-index": [ - "1.9.2" + "@babel/helper-function-name": [ + "7.23.0" ], - "@types/serve-static": [ - "1.15.3" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "@types/sockjs": [ - "0.3.34" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "@types/ws": [ - "8.5.6" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.5" ], - "ansi-html-community": [ - "0.0.8" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "bonjour-service": [ - "1.1.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "chokidar": [ - "3.5.3" + "semver": [ + "6.3.1" ], - "compression": [ - "1.7.4" + "@babel/types": [ + "7.23.5" ], - "connect-history-api-fallback": [ + "@babel/helper-string-parser": [ + "7.23.4" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ "2.0.0" ], - "default-gateway": [ - "6.0.3" + "@babel/template": [ + "7.22.15" ], - "express": [ - "4.18.2" + "@babel/code-frame": [ + "7.23.5" ], - "html-entities": [ - "2.4.0" + "@babel/parser": [ + "7.23.5" ], - "http-proxy-middleware": [ - "2.0.6_at_types_express_4.17.18" + "@babel/highlight": [ + "7.23.4" ], - "ipaddr.js": [ - "1.9.1", - "2.1.0" + "chalk": [ + "2.4.2" ], - "launch-editor": [ - "2.6.0" + "ansi-styles": [ + "3.2.1" ], - "open": [ - "8.4.2" + "escape-string-regexp": [ + "1.0.5" ], - "p-retry": [ - "4.6.2" + "supports-color": [ + "5.5.0" ], - "rimraf": [ - "3.0.2" + "has-flag": [ + "3.0.0" ], - "selfsigned": [ - "2.1.1" + "color-convert": [ + "1.9.3" ], - "serve-index": [ - "1.9.1" + "color-name": [ + "1.1.3" ], - "sockjs": [ - "0.3.24" + "js-tokens": [ + "4.0.0" ], - "spdy": [ - "4.0.2" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "webpack-dev-middleware": [ - "5.3.3_webpack_5.89.0" - ], - "ws": [ - "8.14.2" + "@babel/helper-simple-access": [ + "7.22.5" ], - "memfs": [ - "3.5.3" + "@babel/helper-module-imports": [ + "7.22.15" ], - "range-parser": [ - "1.2.1" + "@ampproject/remapping": [ + "2.2.1" ], - "fs-monkey": [ - "1.0.5" + "@babel/generator": [ + "7.23.5" ], - "debug": [ - "2.6.9", - "4.3.4" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "handle-thing": [ - "2.0.1" + "@babel/helpers": [ + "7.23.5" ], - "http-deceiver": [ - "1.2.7" + "@babel/traverse": [ + "7.23.5" ], - "select-hose": [ + "convert-source-map": [ "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" + "debug": [ + "4.3.4" ], - "isarray": [ - "1.0.0" + "gensync": [ + "1.0.0-beta.2" ], - "process-nextick-args": [ - "2.0.1" + "json5": [ + "2.2.3" ], "ms": [ - "2.1.3", - "2.0.0", "2.1.2" ], - "faye-websocket": [ - "0.11.4" - ], - "uuid": [ - "8.3.2" - ], - "websocket-driver": [ - "0.7.4" - ], - "http-parser-js": [ - "0.5.8" - ], - "websocket-extensions": [ - "0.1.4" - ], - "accepts": [ - "1.3.8" - ], - "batch": [ - "0.6.1" - ], - "escape-html": [ - "1.0.3" - ], - "http-errors": [ - "2.0.0", - "1.6.3" - ], - "parseurl": [ - "1.3.3" - ], - "depd": [ - "2.0.0", - "1.1.2" - ], - "setprototypeof": [ - "1.2.0", - "1.1.0" - ], - "statuses": [ - "2.0.1", - "1.5.0" - ], - "negotiator": [ - "0.6.3" - ], - "node-forge": [ - "1.3.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6", - "8.12.0" - ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6", - "5.1.0_ajv_8.12.0" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "json-schema-traverse": [ - "0.4.1", - "1.0.0" - ], - "require-from-string": [ - "2.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "glob": [ - "7.2.3" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "@types/retry": [ - "0.12.0" - ], - "retry": [ - "0.13.1" - ], - "define-lazy-prop": [ - "2.0.0" - ], - "is-docker": [ - "2.2.1" - ], - "is-wsl": [ - "2.2.0" - ], - "picocolors": [ - "1.0.0" - ], - "shell-quote": [ - "1.8.1" - ], - "@types/http-proxy": [ - "1.17.12" - ], - "http-proxy": [ - "1.18.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-plain-obj": [ - "3.0.0" - ], - "micromatch": [ - "4.0.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "is-extglob": [ - "2.1.1" - ], - "eventemitter3": [ - "4.0.7" - ], - "follow-redirects": [ - "1.15.3" - ], - "requires-port": [ - "1.0.0" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "array-flatten": [ - "2.1.2", - "1.1.1" - ], - "body-parser": [ - "1.20.1" - ], - "content-disposition": [ - "0.5.4" - ], - "content-type": [ - "1.0.5" - ], - "cookie": [ - "0.5.0" - ], - "cookie-signature": [ - "1.0.6" - ], - "encodeurl": [ - "1.0.2" - ], - "etag": [ - "1.8.1" - ], - "finalhandler": [ - "1.2.0" - ], - "fresh": [ - "0.5.2" - ], - "merge-descriptors": [ - "1.0.1" - ], - "methods": [ - "1.1.2" - ], - "on-finished": [ - "2.4.1" - ], - "path-to-regexp": [ - "0.1.7" - ], - "proxy-addr": [ - "2.0.7" - ], - "qs": [ - "6.11.0" - ], - "send": [ - "0.18.0" - ], - "serve-static": [ - "1.15.0" - ], - "type-is": [ - "1.6.18" - ], - "utils-merge": [ - "1.0.1" - ], - "vary": [ - "1.1.2" - ], - "media-typer": [ - "0.3.0" - ], - "destroy": [ - "1.2.0" - ], - "mime": [ - "1.6.0" - ], - "side-channel": [ - "1.0.4" - ], - "call-bind": [ - "1.0.2" - ], - "get-intrinsic": [ - "1.2.1" - ], - "object-inspect": [ - "1.12.3" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "forwarded": [ - "0.2.0" - ], - "ee-first": [ - "1.1.1" - ], - "toidentifier": [ - "1.0.1" - ], - "unpipe": [ - "1.0.0" - ], - "bytes": [ - "3.0.0", - "3.1.2" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "iconv-lite": [ - "0.4.24" + "globals": [ + "11.12.0" ], - "raw-body": [ - "2.5.1" + "@babel/compat-data": [ + "7.23.5" ], - "safer-buffer": [ - "2.1.2" + "browserslist": [ + "4.22.2" ], - "execa": [ + "lru-cache": [ "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": [ + "yallist": [ "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" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "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" + "picocolors": [ + "1.0.0" ], - "@swc/core-linux-arm64-musl": [ - "1.3.100" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@swc/core-linux-x64-gnu": [ - "1.3.100" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@swc/core-linux-x64-musl": [ - "1.3.100" + "jsesc": [ + "2.5.2" ], - "@swc/core-win32-arm64-msvc": [ - "1.3.100" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@swc/core-win32-ia32-msvc": [ - "1.3.100" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@swc/core-win32-x64-msvc": [ - "1.3.100" + "@jridgewell/set-array": [ + "1.1.2" ] }, "lifecycle_build_target": false, @@ -23758,190 +22395,196 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_test-sequencer__29.7.0__links": { + "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_jest_test-sequencer__29.7.0__links", - "package": "@jest/test-sequencer", - "version": "29.7.0", + "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": { - "@jest/test-result": "29.7.0", - "graceful-fs": "4.2.11", - "jest-haste-map": "29.7.0", - "slash": "3.0.0" + "@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": { - "@jest/test-sequencer": [ - "29.7.0" + "@babel/plugin-transform-async-to-generator": [ + "7.23.3_at_babel_core_7.23.5" ], - "@jest/test-result": [ - "29.7.0" + "@babel/core": [ + "7.23.5" ], - "graceful-fs": [ - "4.2.11" + "@babel/helper-module-imports": [ + "7.22.15" ], - "jest-haste-map": [ - "29.7.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "slash": [ - "3.0.0" + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.5" ], - "@jest/types": [ - "29.6.3" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "@types/graceful-fs": [ - "4.1.7" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@types/node": [ - "18.11.9" + "@babel/helper-wrap-function": [ + "7.22.20" ], - "anymatch": [ - "3.1.3" + "@babel/helper-function-name": [ + "7.23.0" ], - "fb-watchman": [ - "2.0.2" + "@babel/template": [ + "7.22.15" ], - "jest-regex-util": [ - "29.6.3" + "@babel/types": [ + "7.23.5" ], - "jest-util": [ - "29.7.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "jest-worker": [ - "29.7.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "micromatch": [ - "4.0.5" + "to-fast-properties": [ + "2.0.0" ], - "walker": [ - "1.0.8" + "@babel/code-frame": [ + "7.23.5" ], - "fsevents": [ - "2.3.3" + "@babel/parser": [ + "7.23.5" ], - "makeerror": [ - "1.0.12" + "@babel/highlight": [ + "7.23.4" ], - "tmpl": [ + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ "1.0.5" ], - "braces": [ - "3.0.2" + "supports-color": [ + "5.5.0" ], - "picomatch": [ - "2.3.1" + "has-flag": [ + "3.0.0" ], - "fill-range": [ - "7.0.1" + "color-convert": [ + "1.9.3" ], - "to-regex-range": [ - "5.0.1" + "color-name": [ + "1.1.3" ], - "is-number": [ - "7.0.0" + "js-tokens": [ + "4.0.0" ], - "merge-stream": [ - "2.0.0" + "@ampproject/remapping": [ + "2.2.1" ], - "supports-color": [ - "5.5.0", - "7.2.0", - "8.1.1" + "@babel/generator": [ + "7.23.5" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "chalk": [ - "2.4.2", - "4.1.2" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "ci-info": [ - "3.8.0" + "@babel/helpers": [ + "7.23.5" ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" + "@babel/traverse": [ + "7.23.5" ], - "color-convert": [ - "1.9.3", - "2.0.1" + "convert-source-map": [ + "2.0.0" ], - "color-name": [ - "1.1.3", - "1.1.4" + "debug": [ + "4.3.4" ], - "bser": [ - "2.1.1" + "gensync": [ + "1.0.0-beta.2" ], - "node-int64": [ - "0.4.0" + "json5": [ + "2.2.3" ], - "normalize-path": [ - "3.0.0" + "semver": [ + "6.3.1" ], - "@jest/schemas": [ - "29.6.3" + "ms": [ + "2.1.2" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "@types/istanbul-reports": [ - "3.0.2" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "@types/yargs": [ - "17.0.26" + "globals": [ + "11.12.0" ], - "@types/yargs-parser": [ - "21.0.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@babel/compat-data": [ + "7.23.5" ], - "@sinclair/typebox": [ - "0.27.8" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@jest/console": [ - "29.7.0" + "browserslist": [ + "4.22.2" ], - "collect-v8-coverage": [ - "1.0.2" + "lru-cache": [ + "5.1.1" ], - "jest-message-util": [ - "29.7.0" + "yallist": [ + "3.1.1" ], - "@babel/code-frame": [ - "7.22.13" + "caniuse-lite": [ + "1.0.30001566" ], - "@types/stack-utils": [ - "2.0.1" + "electron-to-chromium": [ + "1.4.608" ], - "pretty-format": [ - "29.7.0" + "node-releases": [ + "2.0.14" ], - "stack-utils": [ - "2.0.6" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" + "escalade": [ + "3.1.1" ], - "react-is": [ - "18.2.0" + "picocolors": [ + "1.0.0" ], - "@babel/highlight": [ - "7.22.20" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "js-tokens": [ - "4.0.0" + "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, @@ -23951,41 +22594,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_mime__1.3.3__links": { + "npm__interpret__3.1.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_mime__1.3.3__links", - "package": "@types/mime", - "version": "1.3.3", - "dev": false, + "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": {}, - "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" + "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__at_swc_core-darwin-arm64__1.3.100": { + "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__at_swc_core-darwin-arm64__1.3.100", - "package": "@swc/core-darwin-arm64", - "version": "1.3.100", + "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-XVWFsKe6ei+SsDbwmsuRkYck1SXRpO60Hioa4hoLwR8fxbA9eVp6enZtMxzVVMBi8ej5seZ4HZQeAWepbukiBw==", - "url": "https://registry.npmjs.org/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.100.tgz", + "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", + "url": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -23994,27 +22639,46 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__is-plain-obj__3.0.0": { + "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__is-plain-obj__3.0.0", - "package": "is-plain-obj", - "version": "3.0.0", + "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-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", - "url": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "url": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -24028,20 +22692,20 @@ "generate_bzl_library_targets": false } }, - "npm__async__3.2.4__links": { + "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__async__3.2.4__links", - "package": "async", - "version": "3.2.4", + "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": { - "async": [ - "3.2.4" + "yallist": [ + "3.1.1" ] }, "lifecycle_build_target": false, @@ -24051,57 +22715,39 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-convert-values__5.1.3__postcss_8.4.31__links": { + "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__postcss-convert-values__5.1.3__postcss_8.4.31__links", - "package": "postcss-convert-values", - "version": "5.1.3_postcss_8.4.31", - "dev": false, + "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": { - "browserslist": "4.22.1", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "@jridgewell/trace-mapping": "0.3.19", + "@types/istanbul-lib-coverage": "2.0.4", + "convert-source-map": "1.9.0" }, "transitive_closure": { - "postcss-convert-values": [ - "5.1.3_postcss_8.4.31" + "v8-to-istanbul": [ + "9.1.0" ], - "browserslist": [ - "4.22.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "postcss": [ - "8.4.31" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "convert-source-map": [ + "1.9.0" ], - "escalade": [ + "@jridgewell/resolve-uri": [ "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" ] }, "lifecycle_build_target": false, @@ -24111,20 +22757,24 @@ "npm_translate_lock_repo": "npm" } }, - "npm__source-map-js__1.0.2__links": { + "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__source-map-js__1.0.2__links", - "package": "source-map-js", - "version": "1.0.2", - "dev": false, + "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": {}, + "link_packages": { + "vue/libraries/simple": [ + "@types/node" + ] + }, "deps": {}, "transitive_closure": { - "source-map-js": [ - "1.0.2" + "@types/node": [ + "18.18.3" ] }, "lifecycle_build_target": false, @@ -24134,18 +22784,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_svgr_webpack__5.5.0": { + "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__at_svgr_webpack__5.5.0", - "package": "@svgr/webpack", - "version": "5.5.0", + "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": {}, - "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", - "url": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", + "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": [], @@ -24159,54 +22816,55 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_tsconfig__0.1.3__at_types_node_18.11.9": { + "npm__commander__2.20.3__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "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", - "package": "@vue/tsconfig", - "version": "0.1.3_at_types_node_18.11.9", + "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_workspace": "", - "link_packages": { - "vue": [ - "@vue/tsconfig" + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "commander": [ + "2.20.3" ] }, - "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 + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" } }, - "npm__readdirp__3.6.0__links": { + "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__readdirp__3.6.0__links", - "package": "readdirp", - "version": "3.6.0", - "dev": false, + "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": { - "picomatch": "2.3.1" + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0" }, "transitive_closure": { - "readdirp": [ - "3.6.0" + "@typescript-eslint/scope-manager": [ + "5.62.0" ], - "picomatch": [ - "2.3.1" + "@typescript-eslint/types": [ + "5.62.0" + ], + "@typescript-eslint/visitor-keys": [ + "5.62.0" + ], + "eslint-visitor-keys": [ + "3.4.3" ] }, "lifecycle_build_target": false, @@ -24216,20 +22874,63 @@ "npm_translate_lock_repo": "npm" } }, - "npm__tslib__2.6.2__links": { + "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__tslib__2.6.2__links", - "package": "tslib", - "version": "2.6.2", - "dev": false, + "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": { - "tslib": [ - "2.6.2" + "co": [ + "4.6.0" ] }, "lifecycle_build_target": false, @@ -24239,34 +22940,186 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-split-export-declaration__7.22.6__links": { + "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_helper-split-export-declaration__7.22.6__links", - "package": "@babel/helper-split-export-declaration", - "version": "7.22.6", - "dev": false, + "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/types": "7.23.0" + "@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/helper-split-export-declaration": [ - "7.22.6" + "@babel/plugin-transform-modules-umd": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/types": [ - "7.23.0" + "@babel/core": [ + "7.23.5" ], - "@babel/helper-string-parser": [ + "@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, @@ -24276,93 +23129,148 @@ "npm_translate_lock_repo": "npm" } }, - "npm__execa__5.1.1": { + "npm__jest-mock__29.7.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__execa__5.1.1", - "package": "execa", - "version": "5.1.1", + "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_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 + "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__which-boxed-primitive__1.0.2": { + "npm__interpret__3.1.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__which-boxed-primitive__1.0.2", - "package": "which-boxed-primitive", - "version": "1.0.2", + "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_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 + "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__es-module-lexer__1.3.1": { + "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_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__es-module-lexer__1.3.1", - "package": "es-module-lexer", - "version": "1.3.1", + "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_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 + "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__underscore__1.12.1": { + "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__underscore__1.12.1", - "package": "underscore", - "version": "1.12.1", + "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-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==", - "url": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "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": [], @@ -24376,61 +23284,20 @@ "generate_bzl_library_targets": false } }, - "npm__immer__9.0.21__links": { + "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__immer__9.0.21__links", - "package": "immer", - "version": "9.0.21", - "dev": false, + "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": { - "immer": [ - "9.0.21" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-clamp__4.1.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-clamp__4.1.0__postcss_8.4.31__links", - "package": "postcss-clamp", - "version": "4.1.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-clamp": [ - "4.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "yallist": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -24440,422 +23307,463 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-plugin-jest__25.7.0__-754197893__links": { + "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__eslint-plugin-jest__25.7.0__-754197893__links", - "package": "eslint-plugin-jest", - "version": "25.7.0_-754197893", - "dev": false, + "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": { - "@typescript-eslint/eslint-plugin": "5.44.0_-937717529", - "@typescript-eslint/experimental-utils": "5.62.0_1767590274", - "eslint": "8.55.0", - "jest": "27.5.1" + "@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": { - "eslint-plugin-jest": [ - "25.7.0_-754197893" - ], - "@typescript-eslint/eslint-plugin": [ - "5.44.0_-937717529" - ], - "@typescript-eslint/experimental-utils": [ - "5.62.0_1767590274" + "@babel/preset-env": [ + "7.23.5_at_babel_core_7.23.5" ], - "eslint": [ - "8.55.0" + "@babel/compat-data": [ + "7.23.5" ], - "jest": [ - "27.5.1" + "@babel/core": [ + "7.23.5" ], - "@jest/core": [ - "27.5.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "import-local": [ - "3.1.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "jest-cli": [ - "27.5.1" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@jest/test-result": [ - "27.5.1" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.23.3_at_babel_core_7.23.5" ], - "@jest/types": [ - "27.5.1" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.23.3_at_babel_core_7.23.5" ], - "chalk": [ - "2.4.2", - "4.1.2" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "7.23.3_at_babel_core_7.23.5" ], - "exit": [ - "0.1.2" + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.5" ], - "graceful-fs": [ - "4.2.11" + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.5" ], - "jest-config": [ - "27.5.1" + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.5" ], - "jest-util": [ - "27.5.1" + "@babel/plugin-syntax-class-static-block": [ + "7.14.5_at_babel_core_7.23.5" ], - "jest-validate": [ - "27.5.1" + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.5" ], - "prompts": [ - "2.4.2" + "@babel/plugin-syntax-export-namespace-from": [ + "7.8.3_at_babel_core_7.23.5" ], - "yargs": [ - "16.2.0" + "@babel/plugin-syntax-import-assertions": [ + "7.23.3_at_babel_core_7.23.5" ], - "cliui": [ - "7.0.4" + "@babel/plugin-syntax-import-attributes": [ + "7.23.3_at_babel_core_7.23.5" ], - "escalade": [ - "3.1.1" + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.5" ], - "get-caller-file": [ - "2.0.5" + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.5" ], - "require-directory": [ - "2.1.1" + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.5" ], - "string-width": [ - "4.2.3" + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.5" ], - "y18n": [ - "5.0.8" + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.5" ], - "yargs-parser": [ - "20.2.9" + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.5" ], - "emoji-regex": [ - "8.0.0" + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.5" ], - "is-fullwidth-code-point": [ - "3.0.0" + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.5" ], - "strip-ansi": [ - "6.0.1" + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.5" ], - "ansi-regex": [ - "5.0.1" + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.5" ], - "wrap-ansi": [ - "7.0.0" + "@babel/plugin-syntax-unicode-sets-regex": [ + "7.18.6_at_babel_core_7.23.5" ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" + "@babel/plugin-transform-arrow-functions": [ + "7.23.3_at_babel_core_7.23.5" ], - "color-convert": [ - "1.9.3", - "2.0.1" + "@babel/plugin-transform-async-generator-functions": [ + "7.23.4_at_babel_core_7.23.5" ], - "color-name": [ - "1.1.3", - "1.1.4" + "@babel/plugin-transform-async-to-generator": [ + "7.23.3_at_babel_core_7.23.5" ], - "kleur": [ - "3.0.3" + "@babel/plugin-transform-block-scoped-functions": [ + "7.23.3_at_babel_core_7.23.5" ], - "sisteransi": [ - "1.0.5" + "@babel/plugin-transform-block-scoping": [ + "7.23.4_at_babel_core_7.23.5" ], - "camelcase": [ - "5.3.1", - "6.3.0" + "@babel/plugin-transform-class-properties": [ + "7.23.3_at_babel_core_7.23.5" ], - "jest-get-type": [ - "27.5.1" + "@babel/plugin-transform-class-static-block": [ + "7.23.4_at_babel_core_7.23.5" ], - "leven": [ - "3.1.0" + "@babel/plugin-transform-classes": [ + "7.23.5_at_babel_core_7.23.5" ], - "pretty-format": [ - "27.5.1" + "@babel/plugin-transform-computed-properties": [ + "7.23.3_at_babel_core_7.23.5" ], - "react-is": [ - "17.0.2" + "@babel/plugin-transform-destructuring": [ + "7.23.3_at_babel_core_7.23.5" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "@babel/plugin-transform-dotall-regex": [ + "7.23.3_at_babel_core_7.23.5" ], - "ci-info": [ - "3.8.0" + "@babel/plugin-transform-duplicate-keys": [ + "7.23.3_at_babel_core_7.23.5" ], - "picomatch": [ - "2.3.1" + "@babel/plugin-transform-dynamic-import": [ + "7.23.4_at_babel_core_7.23.5" ], - "@babel/core": [ - "7.23.0" + "@babel/plugin-transform-exponentiation-operator": [ + "7.23.3_at_babel_core_7.23.5" ], - "@jest/test-sequencer": [ - "27.5.1" + "@babel/plugin-transform-export-namespace-from": [ + "7.23.4_at_babel_core_7.23.5" ], - "babel-jest": [ - "27.5.1_at_babel_core_7.23.0" + "@babel/plugin-transform-for-of": [ + "7.23.3_at_babel_core_7.23.5" ], - "deepmerge": [ - "4.3.1" + "@babel/plugin-transform-function-name": [ + "7.23.3_at_babel_core_7.23.5" ], - "glob": [ - "7.2.3" + "@babel/plugin-transform-json-strings": [ + "7.23.4_at_babel_core_7.23.5" ], - "jest-circus": [ - "27.5.1" + "@babel/plugin-transform-literals": [ + "7.23.3_at_babel_core_7.23.5" ], - "jest-environment-jsdom": [ - "27.5.1" + "@babel/plugin-transform-logical-assignment-operators": [ + "7.23.4_at_babel_core_7.23.5" ], - "jest-environment-node": [ - "27.5.1" + "@babel/plugin-transform-member-expression-literals": [ + "7.23.3_at_babel_core_7.23.5" ], - "jest-jasmine2": [ - "27.5.1" + "@babel/plugin-transform-modules-amd": [ + "7.23.3_at_babel_core_7.23.5" ], - "jest-regex-util": [ - "27.5.1" + "@babel/plugin-transform-modules-commonjs": [ + "7.23.3_at_babel_core_7.23.5" ], - "jest-resolve": [ - "27.5.1" + "@babel/plugin-transform-modules-systemjs": [ + "7.23.3_at_babel_core_7.23.5" ], - "jest-runner": [ - "27.5.1" + "@babel/plugin-transform-modules-umd": [ + "7.23.3_at_babel_core_7.23.5" ], - "micromatch": [ - "4.0.5" + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.23.5" ], - "parse-json": [ - "5.2.0" + "@babel/plugin-transform-new-target": [ + "7.23.3_at_babel_core_7.23.5" ], - "slash": [ - "3.0.0" + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.23.4_at_babel_core_7.23.5" ], - "strip-json-comments": [ - "3.1.1" + "@babel/plugin-transform-numeric-separator": [ + "7.23.4_at_babel_core_7.23.5" ], - "@babel/code-frame": [ - "7.22.13" + "@babel/plugin-transform-object-rest-spread": [ + "7.23.4_at_babel_core_7.23.5" ], - "error-ex": [ - "1.3.2" + "@babel/plugin-transform-object-super": [ + "7.23.3_at_babel_core_7.23.5" ], - "json-parse-even-better-errors": [ - "2.3.1" + "@babel/plugin-transform-optional-catch-binding": [ + "7.23.4_at_babel_core_7.23.5" ], - "lines-and-columns": [ - "1.2.4" + "@babel/plugin-transform-optional-chaining": [ + "7.23.4_at_babel_core_7.23.5" ], - "is-arrayish": [ - "0.2.1" + "@babel/plugin-transform-parameters": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/highlight": [ - "7.22.20" + "@babel/plugin-transform-private-methods": [ + "7.23.3_at_babel_core_7.23.5" ], - "escape-string-regexp": [ - "4.0.0", - "2.0.0", - "1.0.5" + "@babel/plugin-transform-private-property-in-object": [ + "7.23.4_at_babel_core_7.23.5" ], - "supports-color": [ - "7.2.0", - "8.1.1", - "5.5.0" + "@babel/plugin-transform-property-literals": [ + "7.23.3_at_babel_core_7.23.5" ], - "has-flag": [ - "4.0.0", - "3.0.0" + "@babel/plugin-transform-regenerator": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "@babel/plugin-transform-reserved-words": [ + "7.23.3_at_babel_core_7.23.5" ], - "js-tokens": [ - "4.0.0" + "@babel/plugin-transform-shorthand-properties": [ + "7.23.3_at_babel_core_7.23.5" ], - "braces": [ - "3.0.2" + "@babel/plugin-transform-spread": [ + "7.23.3_at_babel_core_7.23.5" ], - "fill-range": [ - "7.0.1" + "@babel/plugin-transform-sticky-regex": [ + "7.23.3_at_babel_core_7.23.5" ], - "to-regex-range": [ - "5.0.1" + "@babel/plugin-transform-template-literals": [ + "7.23.3_at_babel_core_7.23.5" ], - "is-number": [ - "7.0.0" + "@babel/plugin-transform-typeof-symbol": [ + "7.23.3_at_babel_core_7.23.5" ], - "@jest/console": [ - "27.5.1" + "@babel/plugin-transform-unicode-escapes": [ + "7.23.3_at_babel_core_7.23.5" ], - "@jest/environment": [ - "27.5.1" + "@babel/plugin-transform-unicode-property-regex": [ + "7.23.3_at_babel_core_7.23.5" ], - "@jest/transform": [ - "27.5.1" + "@babel/plugin-transform-unicode-regex": [ + "7.23.3_at_babel_core_7.23.5" ], - "emittery": [ - "0.8.1" + "@babel/plugin-transform-unicode-sets-regex": [ + "7.23.3_at_babel_core_7.23.5" ], - "jest-docblock": [ - "27.5.1" + "@babel/preset-modules": [ + "0.1.6-no-external-plugins_at_babel_core_7.23.5" ], - "jest-haste-map": [ - "27.5.1" + "babel-plugin-polyfill-corejs2": [ + "0.4.6_at_babel_core_7.23.5" ], - "jest-leak-detector": [ - "27.5.1" + "babel-plugin-polyfill-corejs3": [ + "0.8.6_at_babel_core_7.23.5" ], - "jest-message-util": [ - "27.5.1" + "babel-plugin-polyfill-regenerator": [ + "0.5.3_at_babel_core_7.23.5" ], - "jest-runtime": [ - "27.5.1" + "core-js-compat": [ + "3.34.0" ], - "jest-worker": [ - "27.5.1" + "semver": [ + "6.3.1" ], - "source-map-support": [ - "0.5.21" + "browserslist": [ + "4.22.2" ], - "throat": [ - "6.0.2" + "caniuse-lite": [ + "1.0.30001566" ], - "buffer-from": [ - "1.1.2" + "electron-to-chromium": [ + "1.4.608" ], - "source-map": [ - "0.7.4", - "0.6.1" + "node-releases": [ + "2.0.14" ], - "merge-stream": [ - "2.0.0" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "@jest/fake-timers": [ - "27.5.1" + "escalade": [ + "3.1.1" ], - "@jest/globals": [ - "27.5.1" + "picocolors": [ + "1.0.0" ], - "@jest/source-map": [ - "27.5.1" + "@babel/helper-define-polyfill-provider": [ + "0.4.3_at_babel_core_7.23.5" ], - "cjs-module-lexer": [ - "1.2.3" + "debug": [ + "4.3.4" ], - "collect-v8-coverage": [ - "1.0.2" + "lodash.debounce": [ + "4.0.8" ], - "execa": [ - "5.1.1" + "resolve": [ + "1.22.6" ], - "jest-mock": [ - "27.5.1" + "is-core-module": [ + "2.13.0" ], - "jest-snapshot": [ - "27.5.1" + "path-parse": [ + "1.0.7" ], - "strip-bom": [ - "4.0.0" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "@babel/generator": [ - "7.23.0" + "has": [ + "1.0.3" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "function-bind": [ + "1.1.1" ], - "@babel/traverse": [ - "7.23.0" + "ms": [ + "2.1.2" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@types/prettier": [ - "2.7.3" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "expect": [ - "27.5.1" - ], - "jest-diff": [ - "27.5.1" - ], - "jest-matcher-utils": [ - "27.5.1" + "esutils": [ + "2.0.3" ], - "natural-compare": [ - "1.4.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "semver": [ - "6.3.1", - "7.5.4" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "lru-cache": [ - "5.1.1", - "6.0.0" + "to-fast-properties": [ + "2.0.0" ], - "yallist": [ - "3.1.1", - "4.0.0" + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.5" ], - "diff-sequences": [ - "27.5.1" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" + "regexpu-core": [ + "5.3.2" ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/regjsgen": [ + "0.8.0" ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" + "regenerate": [ + "1.4.2" ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" + "regenerate-unicode-properties": [ + "10.1.1" ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" + "regjsparser": [ + "0.9.1" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "unicode-match-property-ecmascript": [ + "2.0.0" ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" + "unicode-match-property-value-ecmascript": [ + "2.1.0" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "unicode-property-aliases-ecmascript": [ + "2.1.0" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "jsesc": [ + "2.5.2", + "0.5.0" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "regenerator-transform": [ + "0.15.2" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@babel/runtime": [ + "7.23.1" ], - "@babel/helper-string-parser": [ - "7.22.5" + "regenerator-runtime": [ + "0.14.0" ], - "to-fast-properties": [ - "2.0.0" + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.5" ], "@babel/helper-environment-visitor": [ "7.22.20" @@ -24863,426 +23771,479 @@ "@babel/helper-function-name": [ "7.23.0" ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/parser": [ + "@babel/helper-member-expression-to-functions": [ "7.23.0" ], - "debug": [ - "4.3.4" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "globals": [ - "13.22.0", - "11.12.0" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.5" ], - "ms": [ - "2.1.2" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], "@babel/template": [ "7.22.15" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@babel/code-frame": [ + "7.23.5" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "@babel/parser": [ + "7.23.5" ], - "jsesc": [ - "2.5.2" + "@babel/highlight": [ + "7.23.4" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "chalk": [ + "2.4.2" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "ansi-styles": [ + "3.2.1" ], - "@jridgewell/set-array": [ - "1.1.2" + "escape-string-regexp": [ + "1.0.5" ], - "cross-spawn": [ - "7.0.3" + "supports-color": [ + "5.5.0" ], - "get-stream": [ - "6.0.1" + "has-flag": [ + "3.0.0" ], - "human-signals": [ - "2.1.0" + "color-convert": [ + "1.9.3" ], - "is-stream": [ - "2.0.1" + "color-name": [ + "1.1.3" ], - "npm-run-path": [ - "4.0.1" + "js-tokens": [ + "4.0.0" ], - "onetime": [ - "5.1.2" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "signal-exit": [ - "3.0.7" + "@babel/helper-module-imports": [ + "7.22.15" ], - "strip-final-newline": [ - "2.0.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "mimic-fn": [ - "2.1.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "path-key": [ + "@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" ], - "shebang-command": [ - "2.0.0" + "@ampproject/remapping": [ + "2.2.1" ], - "which": [ - "2.0.2" + "@babel/generator": [ + "7.23.5" ], - "isexe": [ - "2.0.0" + "@babel/helpers": [ + "7.23.5" ], - "shebang-regex": [ - "3.0.0" + "@babel/traverse": [ + "7.23.5" ], - "callsites": [ - "3.1.0" + "convert-source-map": [ + "2.0.0" ], - "@sinonjs/fake-timers": [ - "8.1.0" + "gensync": [ + "1.0.0-beta.2" ], - "@sinonjs/commons": [ - "1.8.6" + "json5": [ + "2.2.3" ], - "type-detect": [ - "4.0.8" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@types/stack-utils": [ - "2.0.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "stack-utils": [ - "2.0.6" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@types/graceful-fs": [ - "4.1.7" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "anymatch": [ - "3.1.3" + "@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" ], - "fb-watchman": [ - "2.0.2" + "@discoveryjs/json-ext": [ + "0.5.7" ], - "jest-serializer": [ - "27.5.1" + "@webpack-cli/configtest": [ + "2.1.1_-360275163" ], - "walker": [ - "1.0.8" + "@webpack-cli/info": [ + "2.0.2_-360275163" ], - "fsevents": [ - "2.3.3" + "@webpack-cli/serve": [ + "2.0.5_-1521883062" ], - "makeerror": [ - "1.0.12" + "colorette": [ + "2.0.20" ], - "tmpl": [ - "1.0.5" + "commander": [ + "2.20.3", + "10.0.1" ], - "bser": [ - "2.1.1" + "cross-spawn": [ + "7.0.3" ], - "node-int64": [ - "0.4.0" + "envinfo": [ + "7.11.0" ], - "normalize-path": [ - "3.0.0" + "fastest-levenshtein": [ + "1.0.16" ], - "detect-newline": [ + "import-local": [ "3.1.0" ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "convert-source-map": [ - "2.0.0", - "1.9.0" + "interpret": [ + "3.1.1" ], - "fast-json-stable-stringify": [ - "2.1.0" + "rechoir": [ + "0.8.0" ], - "pirates": [ - "4.0.6" + "webpack": [ + "5.89.0_-1501518582" ], - "write-file-atomic": [ - "3.0.3" + "webpack-dev-server": [ + "4.15.1_-360275163" ], - "imurmurhash": [ - "0.1.4" + "webpack-merge": [ + "5.10.0" ], - "is-typedarray": [ - "1.0.0" + "clone-deep": [ + "4.0.1" ], - "typedarray-to-buffer": [ - "3.1.5" + "flat": [ + "5.0.2" ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" + "wildcard": [ + "2.0.1" ], - "@istanbuljs/schema": [ - "0.1.3" + "is-plain-object": [ + "2.0.4" ], - "istanbul-lib-instrument": [ - "5.2.1" + "kind-of": [ + "6.0.3" ], - "test-exclude": [ - "6.0.0" + "shallow-clone": [ + "3.0.1" ], - "minimatch": [ - "3.1.2" + "isobject": [ + "3.0.1" ], - "brace-expansion": [ - "1.1.11" + "@types/bonjour": [ + "3.5.11" ], - "balanced-match": [ - "1.0.2" + "@types/connect-history-api-fallback": [ + "1.5.1" ], - "concat-map": [ - "0.0.1" + "@types/express": [ + "4.17.18" ], - "istanbul-lib-coverage": [ - "3.2.0" + "@types/serve-index": [ + "1.9.2" ], - "find-up": [ - "5.0.0", - "4.1.0" + "@types/serve-static": [ + "1.15.3" ], - "get-package-type": [ - "0.1.0" + "@types/sockjs": [ + "0.3.34" ], - "js-yaml": [ - "4.1.0", - "3.14.1" + "@types/ws": [ + "8.5.6" ], - "resolve-from": [ - "4.0.0", - "5.0.0" + "ansi-html-community": [ + "0.0.8" ], - "argparse": [ - "2.0.1", - "1.0.10" + "bonjour-service": [ + "1.1.1" ], - "esprima": [ - "4.0.1" + "chokidar": [ + "3.5.3" ], - "sprintf-js": [ - "1.0.3" + "compression": [ + "1.7.4" ], - "locate-path": [ - "6.0.0", - "5.0.0" + "connect-history-api-fallback": [ + "2.0.0" ], - "path-exists": [ - "4.0.0" + "default-gateway": [ + "6.0.3" ], - "p-locate": [ - "5.0.0", - "4.1.0" + "express": [ + "4.18.2" ], - "p-limit": [ - "3.1.0", - "2.3.0" + "graceful-fs": [ + "4.2.11" ], - "p-try": [ - "2.2.0" + "html-entities": [ + "2.4.0" ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" ], - "resolve": [ - "1.22.6" + "ipaddr.js": [ + "1.9.1", + "2.1.0" ], - "resolve.exports": [ - "1.1.1" + "launch-editor": [ + "2.6.0" ], - "is-core-module": [ - "2.13.0" + "open": [ + "8.4.2" ], - "path-parse": [ - "1.0.7" + "p-retry": [ + "4.6.2" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "rimraf": [ + "3.0.2" ], - "has": [ - "1.0.3" + "schema-utils": [ + "3.3.0", + "4.2.0" ], - "function-bind": [ - "1.1.1" + "selfsigned": [ + "2.1.1" ], - "co": [ - "4.6.0" + "serve-index": [ + "1.9.1" ], - "is-generator-fn": [ - "2.1.0" + "sockjs": [ + "0.3.24" ], - "jest-each": [ - "27.5.1" + "spdy": [ + "4.0.2" ], - "jsdom": [ - "16.7.0" + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" ], - "abab": [ - "2.0.6" + "ws": [ + "8.14.2" ], - "acorn": [ - "7.4.1", - "8.10.0" + "memfs": [ + "3.5.3" ], - "acorn-globals": [ - "6.0.0" + "mime-types": [ + "2.1.35" ], - "cssom": [ - "0.3.8", - "0.4.4" + "range-parser": [ + "1.2.1" ], - "cssstyle": [ - "2.3.0" + "mime-db": [ + "1.52.0" ], - "data-urls": [ - "2.0.0" + "fs-monkey": [ + "1.0.5" ], - "decimal.js": [ - "10.4.3" + "debug": [ + "2.6.9", + "4.3.4" ], - "domexception": [ + "handle-thing": [ "2.0.1" ], - "escodegen": [ - "2.1.0" + "http-deceiver": [ + "1.2.7" ], - "form-data": [ - "3.0.1" + "select-hose": [ + "2.0.0" ], - "html-encoding-sniffer": [ - "2.0.1" + "spdy-transport": [ + "3.0.0" ], - "http-proxy-agent": [ - "4.0.1" + "detect-node": [ + "2.1.0" ], - "https-proxy-agent": [ - "5.0.1" + "hpack.js": [ + "2.1.6" ], - "is-potential-custom-element-name": [ - "1.0.1" + "obuf": [ + "1.1.2" ], - "nwsapi": [ - "2.2.7" + "readable-stream": [ + "2.3.8", + "3.6.2" ], - "parse5": [ - "6.0.1" + "wbuf": [ + "1.7.3" ], - "saxes": [ - "5.0.1" + "minimalistic-assert": [ + "1.0.1" ], - "symbol-tree": [ - "3.2.4" + "inherits": [ + "2.0.3", + "2.0.4" ], - "tough-cookie": [ - "4.1.3" + "string_decoder": [ + "1.1.1", + "1.3.0" ], - "w3c-hr-time": [ + "util-deprecate": [ "1.0.2" ], - "w3c-xmlserializer": [ - "2.0.0" + "safe-buffer": [ + "5.1.2", + "5.2.1" ], - "webidl-conversions": [ - "5.0.0", - "6.1.0" + "core-util-is": [ + "1.0.3" ], - "whatwg-encoding": [ - "1.0.5" + "isarray": [ + "1.0.0" ], - "whatwg-mimetype": [ - "2.3.0" + "process-nextick-args": [ + "2.0.1" ], - "whatwg-url": [ - "8.7.0" + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" ], - "ws": [ - "7.5.9" + "faye-websocket": [ + "0.11.4" ], - "xml-name-validator": [ - "3.0.0" + "uuid": [ + "8.3.2" ], - "lodash": [ - "4.17.21" + "websocket-driver": [ + "0.7.4" ], - "tr46": [ - "2.1.0" + "http-parser-js": [ + "0.5.8" ], - "punycode": [ - "2.3.0" + "websocket-extensions": [ + "0.1.4" ], - "iconv-lite": [ - "0.4.24" + "accepts": [ + "1.3.8" ], - "safer-buffer": [ - "2.1.2" + "batch": [ + "0.6.1" ], - "browser-process-hrtime": [ - "1.0.0" + "escape-html": [ + "1.0.3" ], - "psl": [ - "1.9.0" + "http-errors": [ + "2.0.0", + "1.6.3" ], - "universalify": [ - "0.2.0" + "parseurl": [ + "1.3.3" ], - "url-parse": [ - "1.5.10" + "depd": [ + "2.0.0", + "1.1.2" ], - "querystringify": [ - "2.2.0" + "setprototypeof": [ + "1.2.0", + "1.1.0" ], - "requires-port": [ - "1.0.0" + "statuses": [ + "2.0.1", + "1.5.0" ], - "xmlchars": [ - "2.2.0" + "negotiator": [ + "0.6.3" ], - "agent-base": [ - "6.0.2" + "node-forge": [ + "1.3.1" ], - "@tootallnate/once": [ - "1.1.2" + "@types/json-schema": [ + "7.0.13" ], - "asynckit": [ - "0.4.0" + "ajv": [ + "6.12.6", + "8.12.0" ], - "combined-stream": [ - "1.0.8" + "ajv-formats": [ + "2.1.1_ajv_8.12.0" ], - "mime-types": [ - "2.1.35" + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" ], - "mime-db": [ - "1.52.0" + "fast-deep-equal": [ + "3.1.3" ], - "delayed-stream": [ + "json-schema-traverse": [ + "0.4.1", "1.0.0" ], - "estraverse": [ - "4.3.0", - "5.3.0" + "require-from-string": [ + "2.0.2" ], - "esutils": [ - "2.0.3" + "uri-js": [ + "4.4.1" ], - "acorn-walk": [ - "7.2.0" + "punycode": [ + "2.3.1" ], - "dedent": [ - "0.7.0" + "glob": [ + "7.2.3" ], "fs.realpath": [ "1.0.0" @@ -25290,8 +24251,8 @@ "inflight": [ "1.0.6" ], - "inherits": [ - "2.0.4" + "minimatch": [ + "3.1.2" ], "once": [ "1.4.0" @@ -25302,965 +24263,555 @@ "wrappy": [ "1.0.2" ], - "@types/babel__core": [ - "7.20.2" + "brace-expansion": [ + "1.1.11" ], - "babel-preset-jest": [ - "27.5.1_at_babel_core_7.23.0" + "balanced-match": [ + "1.0.2" ], - "babel-plugin-jest-hoist": [ - "27.5.1" + "concat-map": [ + "0.0.1" ], - "@types/babel__generator": [ - "7.6.5" + "@types/retry": [ + "0.12.0" ], - "@types/babel__template": [ - "7.4.2" + "retry": [ + "0.13.1" ], - "@ampproject/remapping": [ + "define-lazy-prop": [ + "2.0.0" + ], + "is-docker": [ "2.2.1" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "is-wsl": [ + "2.2.0" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "picocolors": [ + "1.0.0" ], - "@babel/helpers": [ - "7.23.1" + "shell-quote": [ + "1.8.1" ], - "gensync": [ - "1.0.0-beta.2" + "@types/http-proxy": [ + "1.17.12" ], - "json5": [ - "2.2.3" + "http-proxy": [ + "1.18.1" ], - "@babel/helper-module-imports": [ - "7.22.15" + "is-glob": [ + "4.0.3" ], - "@babel/helper-simple-access": [ - "7.22.5" + "is-plain-obj": [ + "3.0.0" ], - "@babel/compat-data": [ - "7.22.20" + "micromatch": [ + "4.0.5" ], - "@babel/helper-validator-option": [ - "7.22.15" + "braces": [ + "3.0.2" ], - "browserslist": [ - "4.22.1" + "picomatch": [ + "2.3.1" ], - "caniuse-lite": [ - "1.0.30001542" + "fill-range": [ + "7.0.1" ], - "electron-to-chromium": [ - "1.4.539" + "to-regex-range": [ + "5.0.1" ], - "node-releases": [ - "2.0.13" + "is-number": [ + "7.0.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "is-extglob": [ + "2.1.1" ], - "picocolors": [ + "eventemitter3": [ + "4.0.7" + ], + "follow-redirects": [ + "1.15.3" + ], + "requires-port": [ "1.0.0" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "@types/node": [ + "18.11.9" ], - "@types/istanbul-reports": [ - "3.0.2" + "array-flatten": [ + "2.1.2", + "1.1.1" ], - "@types/yargs": [ - "16.0.6" + "body-parser": [ + "1.20.1" ], - "@types/yargs-parser": [ - "21.0.1" + "content-disposition": [ + "0.5.4" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "content-type": [ + "1.0.5" ], - "pkg-dir": [ - "4.2.0" + "cookie": [ + "0.5.0" ], - "resolve-cwd": [ - "3.0.0" + "cookie-signature": [ + "1.0.6" ], - "@jest/reporters": [ - "27.5.1" + "encodeurl": [ + "1.0.2" ], - "ansi-escapes": [ - "4.3.2" + "etag": [ + "1.8.1" ], - "jest-changed-files": [ - "27.5.1" + "finalhandler": [ + "1.2.0" ], - "jest-resolve-dependencies": [ - "27.5.1" + "fresh": [ + "0.5.2" ], - "jest-watcher": [ - "27.5.1" + "merge-descriptors": [ + "1.0.1" ], - "rimraf": [ - "3.0.2" + "methods": [ + "1.1.2" ], - "string-length": [ - "4.0.2" + "on-finished": [ + "2.4.1" ], - "char-regex": [ - "1.0.2" + "path-to-regexp": [ + "0.1.7" ], - "type-fest": [ - "0.20.2", - "0.21.3" + "proxy-addr": [ + "2.0.7" ], - "@bcoe/v8-coverage": [ - "0.2.3" + "qs": [ + "6.11.0" ], - "istanbul-lib-report": [ - "3.0.1" + "send": [ + "0.18.0" ], - "istanbul-lib-source-maps": [ - "4.0.1" + "serve-static": [ + "1.15.0" ], - "istanbul-reports": [ - "3.1.6" + "type-is": [ + "1.6.18" ], - "terminal-link": [ - "2.1.1" + "utils-merge": [ + "1.0.1" ], - "v8-to-istanbul": [ - "8.1.1" + "vary": [ + "1.1.2" ], - "supports-hyperlinks": [ - "2.3.0" + "media-typer": [ + "0.3.0" ], - "html-escaper": [ - "2.0.2" + "destroy": [ + "1.2.0" ], - "make-dir": [ - "4.0.0" + "mime": [ + "1.6.0" ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" + "side-channel": [ + "1.0.4" ], - "@eslint-community/regexpp": [ - "4.10.0" + "call-bind": [ + "1.0.2" ], - "@eslint/eslintrc": [ - "2.1.4" + "get-intrinsic": [ + "1.2.1" ], - "@eslint/js": [ - "8.55.0" + "object-inspect": [ + "1.12.3" ], - "@humanwhocodes/config-array": [ - "0.11.13" + "function-bind": [ + "1.1.1" ], - "@humanwhocodes/module-importer": [ + "has": [ + "1.0.3" + ], + "has-proto": [ "1.0.1" ], - "@nodelib/fs.walk": [ - "1.2.8" + "has-symbols": [ + "1.0.3" ], - "@ungap/structured-clone": [ - "1.2.0" + "forwarded": [ + "0.2.0" ], - "ajv": [ - "6.12.6" + "ee-first": [ + "1.1.1" ], - "doctrine": [ - "3.0.0" + "toidentifier": [ + "1.0.1" ], - "eslint-scope": [ - "5.1.1", - "7.2.2" + "unpipe": [ + "1.0.0" ], - "eslint-visitor-keys": [ - "2.1.0", - "3.4.3" + "bytes": [ + "3.0.0", + "3.1.2" ], - "espree": [ - "9.6.1" + "iconv-lite": [ + "0.4.24" ], - "esquery": [ - "1.5.0" + "raw-body": [ + "2.5.1" ], - "fast-deep-equal": [ - "3.1.3" + "safer-buffer": [ + "2.1.2" ], - "file-entry-cache": [ + "execa": [ + "5.1.1" + ], + "get-stream": [ "6.0.1" ], - "glob-parent": [ - "5.1.2", - "6.0.2" + "human-signals": [ + "2.1.0" ], - "graphemer": [ - "1.4.0" + "is-stream": [ + "2.0.1" ], - "ignore": [ - "5.2.4" + "merge-stream": [ + "2.0.0" ], - "is-glob": [ - "4.0.3" + "npm-run-path": [ + "4.0.1" ], - "is-path-inside": [ - "3.0.3" + "onetime": [ + "5.1.2" ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" + "signal-exit": [ + "3.0.7" ], - "levn": [ - "0.4.1" + "strip-final-newline": [ + "2.0.0" ], - "lodash.merge": [ - "4.6.2" + "mimic-fn": [ + "2.1.0" ], - "optionator": [ - "0.9.3" + "path-key": [ + "3.1.1" ], - "text-table": [ - "0.2.0" + "compressible": [ + "2.0.18" ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "on-headers": [ + "1.0.2" ], - "deep-is": [ - "0.1.4" + "anymatch": [ + "3.1.3" ], - "fast-levenshtein": [ - "2.0.6" + "glob-parent": [ + "5.1.2" ], - "prelude-ls": [ - "1.2.1" + "is-binary-path": [ + "2.1.0" ], - "type-check": [ - "0.4.0" + "normalize-path": [ + "3.0.0" ], - "is-extglob": [ - "2.1.1" + "readdirp": [ + "3.6.0" ], - "yocto-queue": [ - "0.1.0" + "fsevents": [ + "2.3.3" ], - "flat-cache": [ - "3.1.0" + "binary-extensions": [ + "2.2.0" ], - "flatted": [ - "3.2.9" + "dns-equal": [ + "1.0.0" ], - "keyv": [ - "4.5.3" + "multicast-dns": [ + "7.2.5" ], - "json-buffer": [ - "3.0.1" + "dns-packet": [ + "5.6.1" ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "thunky": [ + "1.1.0" ], - "esrecurse": [ - "4.3.0" + "@leichtgewicht/ip-codec": [ + "2.0.4" ], - "json-schema-traverse": [ - "0.4.1" + "@types/http-errors": [ + "2.0.2" ], - "uri-js": [ - "4.4.1" + "@types/mime": [ + "1.3.3", + "3.0.2" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "@types/body-parser": [ + "1.19.3" ], - "fastq": [ - "1.15.0" + "@types/express-serve-static-core": [ + "4.17.37" ], - "reusify": [ - "1.0.4" + "@types/qs": [ + "6.9.8" ], - "@nodelib/fs.stat": [ - "2.0.5" + "@types/range-parser": [ + "1.2.5" ], - "run-parallel": [ - "1.2.0" + "@types/send": [ + "0.17.2" ], - "queue-microtask": [ - "1.2.3" + "@types/connect": [ + "3.4.36" ], - "@humanwhocodes/object-schema": [ - "2.0.1" + "@types/eslint-scope": [ + "3.7.5" ], - "import-fresh": [ - "3.3.0" + "@types/estree": [ + "1.0.2" ], - "parent-module": [ - "1.0.1" + "@webassemblyjs/ast": [ + "1.11.6" ], - "@typescript-eslint/utils": [ - "5.44.0_1767590274", - "5.62.0_1767590274" + "@webassemblyjs/wasm-edit": [ + "1.11.6" ], - "@types/json-schema": [ - "7.0.13" + "@webassemblyjs/wasm-parser": [ + "1.11.6" ], - "@types/semver": [ - "7.5.3" + "acorn": [ + "8.10.0" ], - "@typescript-eslint/scope-manager": [ - "5.44.0", - "5.62.0" + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" ], - "@typescript-eslint/types": [ - "5.44.0", - "5.62.0" + "browserslist": [ + "4.22.1" ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3", - "5.62.0_typescript_4.9.3" + "chrome-trace-event": [ + "1.0.3" ], - "@typescript-eslint/visitor-keys": [ - "5.44.0", - "5.62.0" + "enhanced-resolve": [ + "5.15.0" ], - "globby": [ - "11.1.0" + "es-module-lexer": [ + "1.3.1" ], - "tsutils": [ - "3.21.0_typescript_4.9.3" + "eslint-scope": [ + "5.1.1" ], - "typescript": [ - "4.9.3" + "events": [ + "3.3.0" ], - "tslib": [ - "1.14.1" + "glob-to-regexp": [ + "0.4.1" ], - "array-union": [ - "2.1.0" + "json-parse-even-better-errors": [ + "2.3.1" ], - "dir-glob": [ - "3.0.1" + "loader-runner": [ + "4.3.0" ], - "fast-glob": [ - "3.3.1" + "neo-async": [ + "2.6.2" ], - "merge2": [ - "1.4.1" + "tapable": [ + "2.2.1" ], - "path-type": [ - "4.0.0" + "terser-webpack-plugin": [ + "5.3.9_1251614587" ], - "@typescript-eslint/parser": [ - "5.44.0_1767590274" + "watchpack": [ + "2.4.0" ], - "@typescript-eslint/type-utils": [ - "5.44.0_1767590274" + "webpack-sources": [ + "3.2.3" ], - "natural-compare-lite": [ - "1.4.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "regexpp": [ - "3.2.0" + "@swc/core": [ + "1.3.100" ], - "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__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_918111916", - "fast-glob": "3.3.1", - "get-tsconfig": "4.7.2", - "is-core-module": "2.13.0", - "is-glob": "4.0.3" - }, - "transitive_closure": { - "eslint-import-resolver-typescript": [ - "3.6.1_237066510" - ], - "debug": [ - "3.2.7", - "4.3.4" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "eslint": [ - "8.28.0" - ], - "eslint-module-utils": [ - "2.8.0_2031701610" - ], - "eslint-plugin-import": [ - "2.28.1_918111916" - ], - "fast-glob": [ - "3.3.1" - ], - "get-tsconfig": [ - "4.7.2" - ], - "is-core-module": [ - "2.13.0" - ], - "is-glob": [ - "4.0.3" - ], - "is-extglob": [ - "2.1.1" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "resolve-pkg-maps": [ - "1.0.0" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "glob-parent": [ - "6.0.2", - "5.1.2" - ], - "merge2": [ - "1.4.1" - ], - "micromatch": [ - "4.0.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" + "jest-worker": [ + "27.5.1" ], - "fastq": [ - "1.15.0" + "serialize-javascript": [ + "6.0.1" ], - "reusify": [ - "1.0.4" + "terser": [ + "5.20.0" ], - "run-parallel": [ - "1.2.0" + "@jridgewell/source-map": [ + "0.3.5" ], - "queue-microtask": [ - "1.2.3" + "source-map-support": [ + "0.5.21" ], - "@typescript-eslint/parser": [ - "5.44.0_509062556" + "buffer-from": [ + "1.1.2" ], - "array-includes": [ - "3.1.7" + "source-map": [ + "0.6.1" ], - "array.prototype.findlastindex": [ - "1.2.3" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "array.prototype.flat": [ - "1.3.2" + "@jridgewell/set-array": [ + "1.1.2" ], - "array.prototype.flatmap": [ - "1.3.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "doctrine": [ - "3.0.0", + "randombytes": [ "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" + "supports-color": [ + "8.1.1" ], - "is-shared-array-buffer": [ - "1.0.2" + "has-flag": [ + "4.0.0" ], - "is-string": [ - "1.0.7" + "@swc/counter": [ + "0.1.2" ], - "is-typed-array": [ - "1.1.12" + "@swc/types": [ + "0.1.5" ], - "is-weakref": [ - "1.0.2" + "@swc/core-darwin-arm64": [ + "1.3.100" ], - "object-inspect": [ - "1.12.3" + "@swc/core-darwin-x64": [ + "1.3.100" ], - "object-keys": [ - "1.1.1" + "@swc/core-linux-arm64-gnu": [ + "1.3.100" ], - "object.assign": [ - "4.1.4" + "@swc/core-linux-arm64-musl": [ + "1.3.100" ], - "regexp.prototype.flags": [ - "1.5.1" + "@swc/core-linux-x64-gnu": [ + "1.3.100" ], - "safe-array-concat": [ - "1.0.1" + "@swc/core-linux-x64-musl": [ + "1.3.100" ], - "safe-regex-test": [ - "1.0.0" + "@swc/core-win32-arm64-msvc": [ + "1.3.100" ], - "string.prototype.trim": [ - "1.2.8" + "@swc/core-win32-ia32-msvc": [ + "1.3.100" ], - "string.prototype.trimend": [ - "1.0.7" + "@swc/core-win32-x64-msvc": [ + "1.3.100" ], - "string.prototype.trimstart": [ - "1.0.7" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "typed-array-buffer": [ - "1.0.0" + "fast-json-stable-stringify": [ + "2.1.0" ], - "typed-array-byte-length": [ - "1.0.0" + "esrecurse": [ + "4.3.0" ], - "typed-array-byte-offset": [ - "1.0.0" + "estraverse": [ + "5.3.0", + "4.3.0" ], - "typed-array-length": [ - "1.0.4" + "caniuse-lite": [ + "1.0.30001542" ], - "unbox-primitive": [ - "1.0.2" + "electron-to-chromium": [ + "1.4.539" ], - "which-typed-array": [ - "1.1.11" + "node-releases": [ + "2.0.13" ], - "for-each": [ - "0.3.3" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" ], - "has-tostringtag": [ - "1.0.0" + "escalade": [ + "3.1.1" ], - "has-bigints": [ - "1.0.2" + "@webassemblyjs/helper-api-error": [ + "1.11.6" ], - "which-boxed-primitive": [ - "1.0.2" + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" ], - "is-bigint": [ - "1.0.4" + "@webassemblyjs/ieee754": [ + "1.11.6" ], - "is-boolean-object": [ - "1.1.2" + "@webassemblyjs/leb128": [ + "1.11.6" ], - "is-number-object": [ - "1.0.7" + "@webassemblyjs/utf8": [ + "1.11.6" ], - "is-symbol": [ - "1.0.4" + "@xtuc/long": [ + "4.2.2" ], - "isarray": [ - "2.0.5" + "@xtuc/ieee754": [ + "1.2.0" ], - "set-function-name": [ - "2.0.1" + "@webassemblyjs/helper-buffer": [ + "1.11.6" ], - "define-data-property": [ - "1.1.0" + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" ], - "functions-have-names": [ - "1.2.3" + "@webassemblyjs/wasm-gen": [ + "1.11.6" ], - "side-channel": [ - "1.0.4" + "@webassemblyjs/wasm-opt": [ + "1.11.6" ], - "is-date-object": [ - "1.0.5" + "@webassemblyjs/wast-printer": [ + "1.11.6" ], - "brace-expansion": [ - "1.1.11" + "@webassemblyjs/helper-numbers": [ + "1.11.6" ], - "balanced-match": [ - "1.0.2" + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" ], - "concat-map": [ - "0.0.1" + "@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" ], - "esutils": [ - "2.0.3" - ], - "ms": [ - "2.1.2", - "2.1.3" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3" - ], - "typescript": [ - "4.9.3" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "globby": [ - "11.1.0" - ], - "tsutils": [ - "3.21.0_typescript_4.9.3" - ], - "tslib": [ - "1.14.1" - ], - "lru-cache": [ - "6.0.0" - ], - "yallist": [ - "4.0.0" - ], - "array-union": [ - "2.1.0" - ], - "dir-glob": [ - "3.0.1" - ], - "ignore": [ - "5.2.4" + "pkg-dir": [ + "4.2.0" ], - "slash": [ + "resolve-cwd": [ "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": [ + "resolve-from": [ "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": [ + "find-up": [ "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" + "5.0.0" ], "path-exists": [ "4.0.0" ], "p-locate": [ - "5.0.0" + "4.1.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" + "2.3.0" ], - "path-key": [ - "3.1.1" + "p-try": [ + "2.2.0" ], "shebang-command": [ "2.0.0" @@ -26273,42 +24824,6 @@ ], "shebang-regex": [ "3.0.0" - ], - "ansi-styles": [ - "4.3.0" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "@humanwhocodes/object-schema": [ - "1.2.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "tapable": [ - "2.2.1" ] }, "lifecycle_build_target": false, @@ -26318,18 +24833,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__optionator__0.9.3": { + "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__optionator__0.9.3", - "package": "optionator", - "version": "0.9.3", + "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-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", - "url": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "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": [], @@ -26343,18 +24858,18 @@ "generate_bzl_library_targets": false } }, - "npm__tslib__2.6.2": { + "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__tslib__2.6.2", - "package": "tslib", - "version": "2.6.2", + "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-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", - "url": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "url": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -26368,18 +24883,18 @@ "generate_bzl_library_targets": false } }, - "npm__thenify__3.3.1": { + "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__thenify__3.3.1", - "package": "thenify", - "version": "3.3.1", + "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-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "url": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "url": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -26393,18 +24908,18 @@ "generate_bzl_library_targets": false } }, - "npm__commander__7.2.0": { + "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__commander__7.2.0", - "package": "commander", - "version": "7.2.0", + "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-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "url": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==", + "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -26418,69 +24933,18 @@ "generate_bzl_library_targets": false } }, - "npm__is-glob__4.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-glob__4.0.3__links", - "package": "is-glob", - "version": "4.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "is-extglob": "2.1.1" - }, - "transitive_closure": { - "is-glob": [ - "4.0.3" - ], - "is-extglob": [ - "2.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__electron-to-chromium__1.4.539__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__electron-to-chromium__1.4.539__links", - "package": "electron-to-chromium", - "version": "1.4.539", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "electron-to-chromium": [ - "1.4.539" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__picocolors__0.2.1": { + "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__picocolors__0.2.1", - "package": "picocolors", - "version": "0.2.1", + "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-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", - "url": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "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": [], @@ -26494,18 +24958,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_eslint_eslintrc__2.1.4": { + "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__at_eslint_eslintrc__2.1.4", - "package": "@eslint/eslintrc", - "version": "2.1.4", + "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-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", - "url": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "url": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -26519,18 +24983,18 @@ "generate_bzl_library_targets": false } }, - "npm__accepts__1.3.8": { + "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__accepts__1.3.8", - "package": "accepts", - "version": "1.3.8", + "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-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "url": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", + "url": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -26544,39 +25008,20 @@ "generate_bzl_library_targets": false } }, - "npm__resolve__2.0.0-next.4__links": { + "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__resolve__2.0.0-next.4__links", - "package": "resolve", - "version": "2.0.0-next.4", + "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": { - "is-core-module": "2.13.0", - "path-parse": "1.0.7", - "supports-preserve-symlinks-flag": "1.0.0" - }, + "deps": {}, "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" + "gensync": [ + "1.0.0-beta.2" ] }, "lifecycle_build_target": false, @@ -26586,45 +25031,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_nodelib_fs.scandir__2.1.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.scandir__2.1.5", - "package": "@nodelib/fs.scandir", - "version": "2.1.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "url": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__big.js__5.2.2__links": { + "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__big.js__5.2.2__links", - "package": "big.js", - "version": "5.2.2", + "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": { - "big.js": [ - "5.2.2" + "sourcemap-codec": [ + "1.4.8" ] }, "lifecycle_build_target": false, @@ -26634,20 +25054,51 @@ "npm_translate_lock_repo": "npm" } }, - "npm__lz-string__1.5.0__links": { + "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__lz-string__1.5.0__links", - "package": "lz-string", - "version": "1.5.0", - "dev": false, + "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": {}, + "deps": { + "define-data-property": "1.1.0", + "has-property-descriptors": "1.0.0", + "object-keys": "1.1.1" + }, "transitive_closure": { - "lz-string": [ - "1.5.0" + "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, @@ -26657,20 +25108,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__confusing-browser-globals__1.0.11__links": { + "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__confusing-browser-globals__1.0.11__links", - "package": "confusing-browser-globals", - "version": "1.0.11", - "dev": false, + "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": { - "confusing-browser-globals": [ - "1.0.11" + "fs.realpath": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -26680,43 +25131,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-serializer__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-serializer__27.5.1", - "package": "jest-serializer", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "url": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__pretty-format__28.1.3": { + "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__pretty-format__28.1.3", - "package": "pretty-format", - "version": "28.1.3", + "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-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "url": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -26730,38 +25156,70 @@ "generate_bzl_library_targets": false } }, - "npm__is-even__1.0.0__links": { + "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__is-even__1.0.0__links", - "package": "is-even", - "version": "1.0.0", - "dev": false, + "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": { - "next.js": [ - "is-even" - ] - }, + "link_packages": {}, "deps": { - "is-odd": "0.1.2" + "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": { - "is-even": [ - "1.0.0" + "serve-index": [ + "1.9.1" ], - "is-odd": [ - "0.1.2" + "accepts": [ + "1.3.8" ], - "is-number": [ - "3.0.0" + "batch": [ + "0.6.1" ], - "kind-of": [ - "3.2.2" + "debug": [ + "2.6.9" ], - "is-buffer": [ - "1.1.6" + "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, @@ -26771,507 +25229,77 @@ "npm_translate_lock_repo": "npm" } }, - "npm__renderkid__3.0.0__links": { + "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__renderkid__3.0.0__links", - "package": "renderkid", - "version": "3.0.0", - "dev": false, + "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": { - "css-select": "4.3.0", - "dom-converter": "0.2.0", - "htmlparser2": "6.1.0", - "lodash": "4.17.21", - "strip-ansi": "6.0.1" - }, + "deps": {}, "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" + "esbuild-android-arm64": [ + "0.15.18" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-class-static-block", - "version": "7.14.5_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "define-properties": "1.2.1" }, "transitive_closure": { - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" + "globalthis": [ + "1.0.3" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "define-properties": [ + "1.2.1" ], - "escalade": [ - "3.1.1" + "define-data-property": [ + "1.1.0" ], - "picocolors": [ + "has-property-descriptors": [ "1.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_humanwhocodes_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": false, - "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" + "object-keys": [ + "1.1.1" ], - "debug": [ - "4.3.4" + "get-intrinsic": [ + "1.2.1" ], - "minimatch": [ - "3.1.2" + "function-bind": [ + "1.1.1" ], - "brace-expansion": [ - "1.1.11" + "has": [ + "1.0.3" ], - "balanced-match": [ - "1.0.2" + "has-proto": [ + "1.0.1" ], - "concat-map": [ - "0.0.1" + "has-symbols": [ + "1.0.3" ], - "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__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__eslint-config-react-app__7.0.1__-1437144143": { - "bzlFile": "@@aspect_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__-1437144143", - "package": "eslint-config-react-app", - "version": "7.0.1_-1437144143", - "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__jest-watcher__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-watcher__29.7.0", - "package": "jest-watcher", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", - "url": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__emoji-regex__9.2.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__emoji-regex__9.2.2__links", - "package": "emoji-regex", - "version": "9.2.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "emoji-regex": [ - "9.2.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__whatwg-fetch__3.6.19": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-fetch__3.6.19", - "package": "whatwg-fetch", - "version": "3.6.19", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==", - "url": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__vary__1.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__vary__1.1.2", - "package": "vary", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "url": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__yallist__3.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yallist__3.1.1__links", - "package": "yallist", - "version": "3.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yallist": [ - "3.1.1" + "gopd": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -27281,39 +25309,38 @@ "npm_translate_lock_repo": "npm" } }, - "npm__v8-to-istanbul__9.1.0__links": { + "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__v8-to-istanbul__9.1.0__links", - "package": "v8-to-istanbul", - "version": "9.1.0", + "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/trace-mapping": "0.3.19", - "@types/istanbul-lib-coverage": "2.0.4", - "convert-source-map": "1.9.0" + "@jridgewell/gen-mapping": "0.3.3", + "@jridgewell/trace-mapping": "0.3.19" }, "transitive_closure": { - "v8-to-istanbul": [ - "9.1.0" + "@jridgewell/source-map": [ + "0.3.5" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" ], "@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" + ], + "@jridgewell/set-array": [ + "1.1.2" ] }, "lifecycle_build_target": false, @@ -27323,52 +25350,18 @@ "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": { + "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__eslint__8.28.0", - "package": "eslint", - "version": "8.28.0", + "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": { - "next.js": [ - "eslint" - ], - "react": [ - "eslint" - ] - }, - "integrity": "sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==", - "url": "https://registry.npmjs.org/eslint/-/eslint-8.28.0.tgz", + "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": [], @@ -27382,52 +25375,31 @@ "generate_bzl_library_targets": false } }, - "npm__commander__2.20.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__commander__2.20.3__links", - "package": "commander", - "version": "2.20.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "commander": [ - "2.20.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__dom-serializer__0.2.2__links": { + "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__dom-serializer__0.2.2__links", - "package": "dom-serializer", - "version": "0.2.2", + "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": { - "domelementtype": "2.3.0", - "entities": "2.2.0" + "is-number": "3.0.0" }, "transitive_closure": { - "dom-serializer": [ - "0.2.2" + "is-odd": [ + "0.1.2" ], - "domelementtype": [ - "2.3.0" + "is-number": [ + "3.0.0" ], - "entities": [ - "2.2.0" + "kind-of": [ + "3.2.2" + ], + "is-buffer": [ + "1.1.6" ] }, "lifecycle_build_target": false, @@ -27437,18 +25409,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__pkg-up__3.1.0": { + "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__pkg-up__3.1.0", - "package": "pkg-up", - "version": "3.1.0", + "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-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", - "url": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "url": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -27462,104 +25434,26 @@ "generate_bzl_library_targets": false } }, - "npm__at_typescript-eslint_scope-manager__5.62.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_scope-manager__5.62.0__links", - "package": "@typescript-eslint/scope-manager", - "version": "5.62.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/visitor-keys": "5.62.0" - }, - "transitive_closure": { - "@typescript-eslint/scope-manager": [ - "5.62.0" - ], - "@typescript-eslint/types": [ - "5.62.0" - ], - "@typescript-eslint/visitor-keys": [ - "5.62.0" - ], - "eslint-visitor-keys": [ - "3.4.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__pkg-dir__4.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pkg-dir__4.2.0__links", - "package": "pkg-dir", - "version": "4.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "find-up": "4.1.0" - }, - "transitive_closure": { - "pkg-dir": [ - "4.2.0" - ], - "find-up": [ - "4.1.0" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__array.prototype.reduce__1.0.6__links": { + "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.reduce__1.0.6__links", - "package": "array.prototype.reduce", - "version": "1.0.6", - "dev": false, + "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-array-method-boxes-properly": "1.0.0", - "is-string": "1.0.7" + "es-shim-unscopables": "1.0.0", + "get-intrinsic": "1.2.1" }, "transitive_closure": { - "array.prototype.reduce": [ - "1.0.6" + "array.prototype.findlastindex": [ + "1.2.3" ], "call-bind": [ "1.0.2" @@ -27570,14 +25464,20 @@ "es-abstract": [ "1.22.2" ], - "es-array-method-boxes-properly": [ + "es-shim-unscopables": [ "1.0.0" ], - "is-string": [ - "1.0.7" + "get-intrinsic": [ + "1.2.1" ], - "has-tostringtag": [ - "1.0.0" + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" ], "has-symbols": [ "1.0.3" @@ -27600,9 +25500,6 @@ "function.prototype.name": [ "1.1.6" ], - "get-intrinsic": [ - "1.2.1" - ], "get-symbol-description": [ "1.0.0" ], @@ -27612,15 +25509,9 @@ "gopd": [ "1.0.1" ], - "has": [ - "1.0.3" - ], "has-property-descriptors": [ "1.0.0" ], - "has-proto": [ - "1.0.1" - ], "internal-slot": [ "1.0.5" ], @@ -27639,6 +25530,9 @@ "is-shared-array-buffer": [ "1.0.2" ], + "is-string": [ + "1.0.7" + ], "is-typed-array": [ "1.1.12" ], @@ -27693,6 +25587,9 @@ "for-each": [ "0.3.3" ], + "has-tostringtag": [ + "1.0.0" + ], "has-bigints": [ "1.0.2" ], @@ -27726,9 +25623,6 @@ "side-channel": [ "1.0.4" ], - "function-bind": [ - "1.1.1" - ], "is-date-object": [ "1.0.5" ] @@ -27740,20 +25634,28 @@ "npm_translate_lock_repo": "npm" } }, - "npm__co__4.6.0__links": { + "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__co__4.6.0__links", - "package": "co", - "version": "4.6.0", - "dev": false, + "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": {}, + "deps": { + "debug": "4.3.4" + }, "transitive_closure": { - "co": [ - "4.6.0" + "agent-base": [ + "7.1.0" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -27763,18 +25665,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__acorn-walk__7.2.0": { + "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__acorn-walk__7.2.0", - "package": "acorn-walk", - "version": "7.2.0", + "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-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "url": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "url": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -27788,28 +25690,113 @@ "generate_bzl_library_targets": false } }, - "npm__jest-mock__29.7.0__links": { + "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__jest-mock__29.7.0__links", - "package": "jest-mock", + "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", - "@types/node": "18.11.9", - "jest-util": "29.7.0" + "jest-mock": "29.7.0" }, "transitive_closure": { - "jest-mock": [ + "@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" ], @@ -27817,6 +25804,7 @@ "29.7.0" ], "chalk": [ + "2.4.2", "4.1.2" ], "ci-info": [ @@ -27829,18 +25817,25 @@ "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": [ @@ -27863,334 +25858,346 @@ ], "@sinclair/typebox": [ "0.27.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__interpret__3.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__interpret__3.1.1__links", - "package": "interpret", - "version": "3.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "interpret": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_floating-point-hex-parser__1.11.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_floating-point-hex-parser__1.11.6__links", - "package": "@webassemblyjs/floating-point-hex-parser", - "version": "1.11.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-template-literals__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-template-literals__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-template-literals", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-template-literals": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "expect": [ + "29.7.0" ], - "@ampproject/remapping": [ - "2.2.1" + "jest-snapshot": [ + "29.7.0" ], - "@babel/code-frame": [ - "7.22.13" + "@babel/core": [ + "7.23.5" ], "@babel/generator": [ - "7.23.0" + "7.23.5" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.5" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.5" ], - "@babel/helpers": [ - "7.23.1" + "@babel/types": [ + "7.23.5" ], - "@babel/parser": [ - "7.23.0" + "@jest/expect-utils": [ + "29.7.0" ], - "@babel/template": [ - "7.22.15" + "@jest/transform": [ + "29.7.0" ], - "@babel/traverse": [ - "7.23.0" + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.5" ], - "@babel/types": [ - "7.23.0" + "jest-diff": [ + "29.7.0" ], - "convert-source-map": [ - "2.0.0" + "jest-get-type": [ + "29.6.3" ], - "debug": [ - "4.3.4" + "jest-matcher-utils": [ + "29.7.0" ], - "gensync": [ - "1.0.0-beta.2" + "jest-message-util": [ + "29.7.0" ], - "json5": [ - "2.2.3" + "natural-compare": [ + "1.4.0" ], - "semver": [ - "6.3.1" + "pretty-format": [ + "29.7.0" ], - "ms": [ - "2.1.2" + "semver": [ + "6.3.1", + "7.5.4" ], - "@babel/helper-string-parser": [ - "7.22.5" + "lru-cache": [ + "5.1.1", + "6.0.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "yallist": [ + "3.1.1", + "4.0.0" ], - "to-fast-properties": [ - "2.0.0" + "react-is": [ + "18.2.0" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "@babel/code-frame": [ + "7.23.5" ], - "@babel/helper-function-name": [ - "7.23.0" + "@types/stack-utils": [ + "2.0.1" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "micromatch": [ + "4.0.5" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "slash": [ + "3.0.0" ], - "globals": [ - "11.12.0" + "stack-utils": [ + "2.0.6" ], - "@babel/helper-module-imports": [ - "7.22.15" + "escape-string-regexp": [ + "1.0.5", + "2.0.0" ], - "@babel/helper-simple-access": [ - "7.22.5" + "braces": [ + "3.0.2" ], - "@babel/compat-data": [ + "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" ], - "@babel/helper-validator-option": [ - "7.22.15" + "js-tokens": [ + "4.0.0" ], - "browserslist": [ - "4.22.1" + "diff-sequences": [ + "29.6.3" ], - "lru-cache": [ - "5.1.1" + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.5" ], - "yallist": [ - "3.1.1" + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.5" ], - "caniuse-lite": [ - "1.0.30001542" + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.5" ], - "electron-to-chromium": [ - "1.4.539" + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.5" ], - "node-releases": [ - "2.0.13" + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.5" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.5" ], - "escalade": [ - "3.1.1" + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.5" ], - "picocolors": [ - "1.0.0" + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.5" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@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" ], - "jsesc": [ - "2.5.2" + "babel-plugin-istanbul": [ + "6.1.1" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "convert-source-map": [ + "2.0.0" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "jest-haste-map": [ + "29.7.0" ], - "@babel/highlight": [ - "7.22.20" + "jest-regex-util": [ + "29.6.3" ], - "chalk": [ - "2.4.2" + "pirates": [ + "4.0.6" ], - "ansi-styles": [ - "3.2.1" + "write-file-atomic": [ + "4.0.2" ], - "escape-string-regexp": [ + "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" ], - "supports-color": [ - "5.5.0" + "merge-stream": [ + "2.0.0" ], - "has-flag": [ + "bser": [ + "2.1.1" + ], + "node-int64": [ + "0.4.0" + ], + "normalize-path": [ "3.0.0" ], - "color-convert": [ - "1.9.3" + "@istanbuljs/load-nyc-config": [ + "1.1.0" ], - "color-name": [ - "1.1.3" + "@istanbuljs/schema": [ + "0.1.3" ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_rollup_plugin-babel__5.3.1__116925565__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_plugin-babel__5.3.1__116925565__links", - "package": "@rollup/plugin-babel", - "version": "5.3.1_116925565", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-module-imports": "7.22.15", - "@rollup/pluginutils": "3.1.0_rollup_2.79.1", - "rollup": "2.79.1" - }, - "transitive_closure": { - "@rollup/plugin-babel": [ - "5.3.1_116925565" + "istanbul-lib-instrument": [ + "5.2.1" ], - "@babel/core": [ - "7.23.0" + "test-exclude": [ + "6.0.0" ], - "@babel/helper-module-imports": [ - "7.22.15" + "glob": [ + "7.2.3" ], - "@rollup/pluginutils": [ - "3.1.0_rollup_2.79.1" + "minimatch": [ + "3.1.2" ], - "rollup": [ - "2.79.1" + "brace-expansion": [ + "1.1.11" ], - "fsevents": [ - "2.3.3" + "balanced-match": [ + "1.0.2" ], - "@types/estree": [ - "0.0.39" + "concat-map": [ + "0.0.1" ], - "estree-walker": [ + "fs.realpath": [ + "1.0.0" + ], + "inflight": [ + "1.0.6" + ], + "inherits": [ + "2.0.4" + ], + "once": [ + "1.4.0" + ], + "path-is-absolute": [ "1.0.1" ], - "picomatch": [ - "2.3.1" + "wrappy": [ + "1.0.2" ], - "@babel/types": [ - "7.23.0" + "@babel/parser": [ + "7.23.5" ], - "@babel/helper-string-parser": [ - "7.22.5" + "istanbul-lib-coverage": [ + "3.2.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "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" ], - "@ampproject/remapping": [ - "2.2.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@babel/code-frame": [ - "7.22.13" + "jsesc": [ + "2.5.2" ], - "@babel/generator": [ - "7.23.0" + "@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" - ], - "@babel/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" + "7.23.5" ], "debug": [ "4.3.4" @@ -28201,9 +26208,6 @@ "json5": [ "2.2.3" ], - "semver": [ - "6.3.1" - ], "ms": [ "2.1.2" ], @@ -28222,35 +26226,32 @@ "globals": [ "11.12.0" ], + "@babel/helper-module-imports": [ + "7.22.15" + ], "@babel/helper-simple-access": [ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" + "4.22.2" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -28258,73 +26259,17 @@ "picocolors": [ "1.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" + "@jest/fake-timers": [ + "29.7.0" ], - "supports-color": [ - "5.5.0" + "@sinonjs/fake-timers": [ + "10.3.0" ], - "has-flag": [ + "@sinonjs/commons": [ "3.0.0" ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__yallist__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yallist__4.0.0__links", - "package": "yallist", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yallist": [ - "4.0.0" + "type-detect": [ + "4.0.8" ] }, "lifecycle_build_target": false, @@ -28334,38 +26279,27 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webpack-cli__5.1.4__34022717__links": { + "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__webpack-cli__5.1.4__34022717__links", - "package": "webpack-cli", - "version": "5.1.4_34022717", + "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": { - "react-webpack": [ - "webpack-cli" - ] - }, + "link_packages": {}, "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" + "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" ], @@ -28375,9 +26309,6 @@ "@webpack-cli/configtest": [ "2.1.1_-360275163" ], - "@webpack-cli/info": [ - "2.0.2_-360275163" - ], "@webpack-cli/serve": [ "2.0.5_-1521883062" ], @@ -28406,9 +26337,6 @@ "rechoir": [ "0.8.0" ], - "webpack": [ - "5.89.0_-1501518582" - ], "webpack-dev-server": [ "4.15.1_-360275163" ], @@ -28681,7 +26609,7 @@ "4.4.1" ], "punycode": [ - "2.3.0" + "2.3.1" ], "glob": [ "7.2.3" @@ -28777,7 +26705,6 @@ "1.0.0" ], "@types/node": [ - "20.8.2", "18.11.9" ], "array-flatten": [ @@ -29002,6 +26929,57 @@ "@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" ], @@ -29215,57 +27193,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, @@ -29275,143 +27202,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__locate-path__5.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__locate-path__5.0.0", - "package": "locate-path", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "url": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__debug__4.3.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__debug__4.3.4", - "package": "debug", - "version": "4.3.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "url": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__pretty-format__24.9.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__24.9.0", - "package": "pretty-format", - "version": "24.9.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==", - "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__to-regex-range__5.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__to-regex-range__5.0.1", - "package": "to-regex-range", - "version": "5.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "url": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__destroy__1.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__destroy__1.2.0", - "package": "destroy", - "version": "1.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "url": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-runner__29.7.0": { + "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__jest-runner__29.7.0", - "package": "jest-runner", - "version": "29.7.0", + "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-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", - "url": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "url": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -29425,20 +27227,20 @@ "generate_bzl_library_targets": false } }, - "npm__gensync__1.0.0-beta.2__links": { + "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__gensync__1.0.0-beta.2__links", - "package": "gensync", - "version": "1.0.0-beta.2", - "dev": false, + "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": { - "gensync": [ - "1.0.0-beta.2" + "get-package-type": [ + "0.1.0" ] }, "lifecycle_build_target": false, @@ -29448,18 +27250,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__mdn-data__2.0.4": { + "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__mdn-data__2.0.4", - "package": "mdn-data", - "version": "2.0.4", + "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-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==", - "url": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "url": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -29473,20 +27275,190 @@ "generate_bzl_library_targets": false } }, - "npm__sourcemap-codec__1.4.8__links": { + "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__sourcemap-codec__1.4.8__links", - "package": "sourcemap-codec", - "version": "1.4.8", - "dev": false, + "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": {}, + "deps": { + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" + }, "transitive_closure": { - "sourcemap-codec": [ - "1.4.8" + "@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, @@ -29496,40 +27468,32 @@ "npm_translate_lock_repo": "npm" } }, - "npm__define-properties__1.2.1__links": { + "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__define-properties__1.2.1__links", - "package": "define-properties", - "version": "1.2.1", - "dev": false, + "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": { - "define-data-property": "1.1.0", - "has-property-descriptors": "1.0.0", - "object-keys": "1.1.1" + "call-bind": "1.0.2" }, "transitive_closure": { - "define-properties": [ - "1.2.1" - ], - "define-data-property": [ - "1.1.0" + "is-finalizationregistry": [ + "1.0.2" ], - "has-property-descriptors": [ - "1.0.0" + "call-bind": [ + "1.0.2" ], - "object-keys": [ + "function-bind": [ "1.1.1" ], "get-intrinsic": [ "1.2.1" ], - "function-bind": [ - "1.1.1" - ], "has": [ "1.0.3" ], @@ -29538,9 +27502,6 @@ ], "has-symbols": [ "1.0.3" - ], - "gopd": [ - "1.0.1" ] }, "lifecycle_build_target": false, @@ -29550,20 +27511,33 @@ "npm_translate_lock_repo": "npm" } }, - "npm__fs.realpath__1.0.0__links": { + "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__fs.realpath__1.0.0__links", - "package": "fs.realpath", - "version": "1.0.0", + "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": {}, + "deps": { + "nanoid": "3.3.6", + "picocolors": "1.0.0", + "source-map-js": "1.0.2" + }, "transitive_closure": { - "fs.realpath": [ + "postcss": [ + "8.4.14" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ "1.0.0" + ], + "source-map-js": [ + "1.0.2" ] }, "lifecycle_build_target": false, @@ -29573,18 +27547,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__has-bigints__1.0.2": { + "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__has-bigints__1.0.2", - "package": "has-bigints", - "version": "1.0.2", + "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-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", - "url": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "url": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -29598,91 +27572,43 @@ "generate_bzl_library_targets": false } }, - "npm__serve-index__1.9.1__links": { + "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__serve-index__1.9.1__links", - "package": "serve-index", - "version": "1.9.1", - "dev": false, + "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": { - "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" - }, + "deps": {}, "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" + "@swc/core-linux-arm64-gnu": [ + "1.3.100" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.0": { + "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__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-dynamic-import", - "version": "7.8.3_at_babel_core_7.23.0", + "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-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "url": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -29696,77 +27622,180 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-android-arm64__0.15.18__links": { + "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__esbuild-android-arm64__0.15.18__links", - "package": "esbuild-android-arm64", - "version": "0.15.18", + "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": {}, + "deps": { + "@types/istanbul-lib-coverage": "2.0.4" + }, "transitive_closure": { - "esbuild-android-arm64": [ - "0.15.18" + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" ] }, - "lifecycle_build_target": true, + "lifecycle_build_target": false, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], + "lifecycle_hooks_execution_requirements": [], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__globalthis__1.0.3__links": { + "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__globalthis__1.0.3__links", - "package": "globalthis", - "version": "1.0.3", - "dev": false, + "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": { - "define-properties": "1.2.1" + "debug": "3.2.7", + "is-core-module": "2.13.0", + "resolve": "1.22.6" }, "transitive_closure": { - "globalthis": [ - "1.0.3" - ], - "define-properties": [ - "1.2.1" + "eslint-import-resolver-node": [ + "0.3.9" ], - "define-data-property": [ - "1.1.0" + "debug": [ + "3.2.7" ], - "has-property-descriptors": [ - "1.0.0" + "is-core-module": [ + "2.13.0" ], - "object-keys": [ - "1.1.1" + "resolve": [ + "1.22.6" ], - "get-intrinsic": [ - "1.2.1" + "path-parse": [ + "1.0.7" ], - "function-bind": [ - "1.1.1" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], "has": [ "1.0.3" ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" + "function-bind": [ + "1.1.1" ], - "gopd": [ - "1.0.1" + "ms": [ + "2.1.3" ] }, "lifecycle_build_target": false, @@ -29776,38 +27805,59 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jridgewell_source-map__0.3.5__links": { + "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_jridgewell_source-map__0.3.5__links", - "package": "@jridgewell/source-map", - "version": "0.3.5", - "dev": false, + "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": { - "@jridgewell/gen-mapping": "0.3.3", - "@jridgewell/trace-mapping": "0.3.19" + "@babel/types": "7.23.5" }, "transitive_closure": { - "@jridgewell/source-map": [ - "0.3.5" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "@babel/types": [ + "7.23.5" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@jridgewell/set-array": [ - "1.1.2" + "to-fast-properties": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -29817,18 +27867,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-binary-path__2.1.0": { + "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__is-binary-path__2.1.0", - "package": "is-binary-path", - "version": "2.1.0", + "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-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "url": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "url": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -29842,18 +27892,18 @@ "generate_bzl_library_targets": false } }, - "npm__resolve.exports__1.1.1": { + "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__resolve.exports__1.1.1", - "package": "resolve.exports", - "version": "1.1.1", + "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-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", - "url": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", + "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", + "url": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -29867,18 +27917,18 @@ "generate_bzl_library_targets": false } }, - "npm__babel-plugin-named-asset-import__0.3.8__at_babel_core_7.23.0": { + "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__babel-plugin-named-asset-import__0.3.8__at_babel_core_7.23.0", - "package": "babel-plugin-named-asset-import", - "version": "0.3.8_at_babel_core_7.23.0", + "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-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", - "url": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", + "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": [], @@ -29892,31 +27942,77 @@ "generate_bzl_library_targets": false } }, - "npm__is-odd__0.1.2__links": { + "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__is-odd__0.1.2__links", - "package": "is-odd", - "version": "0.1.2", - "dev": false, + "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": { - "is-number": "3.0.0" + "@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": { - "is-odd": [ - "0.1.2" + "@webassemblyjs/wasm-edit": [ + "1.11.6" ], - "is-number": [ - "3.0.0" + "@webassemblyjs/ast": [ + "1.11.6" ], - "kind-of": [ - "3.2.2" + "@webassemblyjs/helper-buffer": [ + "1.11.6" ], - "is-buffer": [ - "1.1.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, @@ -29926,20 +28022,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__browser-process-hrtime__1.0.0__links": { + "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__browser-process-hrtime__1.0.0__links", - "package": "browser-process-hrtime", - "version": "1.0.0", - "dev": false, + "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": { - "browser-process-hrtime": [ - "1.0.0" + "statuses": [ + "2.0.1" ] }, "lifecycle_build_target": false, @@ -29949,18 +28045,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__entities__2.2.0": { + "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__entities__2.2.0", - "package": "entities", - "version": "2.2.0", + "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-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "url": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", + "url": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", "commit": "", "patch_args": [], "patches": [], @@ -29974,418 +28070,73 @@ "generate_bzl_library_targets": false } }, - "npm__array.prototype.findlastindex__1.2.3__links": { + "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__array.prototype.findlastindex__1.2.3__links", - "package": "array.prototype.findlastindex", - "version": "1.2.3", - "dev": false, + "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": { - "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" + "balanced-match": "1.0.2" }, "transitive_closure": { - "array.prototype.findlastindex": [ - "1.2.3" + "brace-expansion": [ + "2.0.1" ], - "call-bind": [ + "balanced-match": [ "1.0.2" - ], - "define-properties": [ - "1.2.1" - ], - "es-abstract": [ - "1.22.2" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "get-intrinsic": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "array-buffer-byte-length": [ - "1.0.0" - ], - "arraybuffer.prototype.slice": [ - "1.0.2" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "es-set-tostringtag": [ - "2.0.1" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function.prototype.name": [ - "1.1.6" - ], - "get-symbol-description": [ - "1.0.0" - ], - "globalthis": [ - "1.0.3" - ], - "gopd": [ - "1.0.1" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.5" - ], - "is-array-buffer": [ - "3.0.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-typed-array": [ - "1.1.12" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.3" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.5.1" - ], - "safe-array-concat": [ - "1.0.1" - ], - "safe-regex-test": [ - "1.0.0" - ], - "string.prototype.trim": [ - "1.2.8" - ], - "string.prototype.trimend": [ - "1.0.7" - ], - "string.prototype.trimstart": [ - "1.0.7" - ], - "typed-array-buffer": [ - "1.0.0" - ], - "typed-array-byte-length": [ - "1.0.0" - ], - "typed-array-byte-offset": [ - "1.0.0" - ], - "typed-array-length": [ - "1.0.4" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-typed-array": [ - "1.1.11" - ], - "for-each": [ - "0.3.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-bigints": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "isarray": [ - "2.0.5" - ], - "set-function-name": [ - "2.0.1" - ], - "define-data-property": [ - "1.1.0" - ], - "functions-have-names": [ - "1.2.3" - ], - "side-channel": [ - "1.0.4" - ], - "is-date-object": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-object-super__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-object-super__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-object-super", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__camelcase__6.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__camelcase__6.3.0", - "package": "camelcase", - "version": "6.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "url": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_globals__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_globals__27.5.1__links", - "package": "@jest/globals", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/environment": "27.5.1", - "@jest/types": "27.5.1", - "expect": "27.5.1" - }, - "transitive_closure": { - "@jest/globals": [ - "27.5.1" - ], - "@jest/environment": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "expect": [ - "27.5.1" - ], - "jest-get-type": [ - "27.5.1" - ], - "jest-matcher-utils": [ - "27.5.1" - ], - "jest-message-util": [ - "27.5.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "3.2.1", - "4.3.0", - "5.2.0" - ], - "react-is": [ - "17.0.2" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "jest-diff": [ - "27.5.1" - ], - "diff-sequences": [ - "27.5.1" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/node": [ - "18.11.9", - "20.8.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@jest/fake-timers": [ - "27.5.1" - ], - "jest-mock": [ - "27.5.1" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "jest-util": [ - "27.5.1" - ], - "ci-info": [ - "3.8.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" ] }, "lifecycle_build_target": false, @@ -30395,150 +28146,24 @@ "npm_translate_lock_repo": "npm" } }, - "npm__char-regex__1.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__char-regex__1.0.2", - "package": "char-regex", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "url": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__fb-watchman__2.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fb-watchman__2.0.2", - "package": "fb-watchman", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", - "url": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_globals__29.7.0__links": { + "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_globals__29.7.0__links", - "package": "@jest/globals", + "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": { - "@jest/environment": "29.7.0", - "@jest/expect": "29.7.0", - "@jest/types": "29.6.3", - "jest-mock": "29.7.0" + "expect": "29.7.0", + "jest-snapshot": "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" ], @@ -30546,19 +28171,19 @@ "29.7.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.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@jest/expect-utils": [ "29.7.0" @@ -30566,8 +28191,18 @@ "@jest/transform": [ "29.7.0" ], + "@jest/types": [ + "29.6.3" + ], "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "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" @@ -30581,6 +28216,9 @@ "jest-message-util": [ "29.7.0" ], + "jest-util": [ + "29.7.0" + ], "natural-compare": [ "1.4.0" ], @@ -30599,11 +28237,31 @@ "3.1.1", "4.0.0" ], + "@jest/schemas": [ + "29.6.3" + ], + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" + ], "react-is": [ "18.2.0" ], + "@sinclair/typebox": [ + "0.27.8" + ], + "@types/node": [ + "18.11.9" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@types/stack-utils": [ "2.0.1" @@ -30634,7 +28292,24 @@ "7.0.0" ], "@babel/highlight": [ - "7.22.20" + "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" @@ -30646,44 +28321,59 @@ "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" ], + "@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" ], @@ -30796,7 +28486,7 @@ "1.0.2" ], "@babel/parser": [ - "7.23.0" + "7.23.5" ], "istanbul-lib-coverage": [ "3.2.0" @@ -30847,7 +28537,7 @@ "1.4.15" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "to-fast-properties": [ "2.0.0" @@ -30868,16 +28558,16 @@ "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/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "debug": [ "4.3.4" @@ -30913,43 +28603,31 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "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, @@ -30959,921 +28637,164 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_webpack-cli_info__2.0.2__-360275163__links": { + "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_webpack-cli_info__2.0.2__-360275163__links", - "package": "@webpack-cli/info", - "version": "2.0.2_-360275163", + "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": { - "webpack": "5.89.0_-1501518582", - "webpack-cli": "5.1.4_34022717" + "load-json-file": "4.0.0", + "normalize-package-data": "2.5.0", + "path-type": "3.0.0" }, "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" + "read-pkg": [ + "3.0.0" ], - "rechoir": [ - "0.8.0" + "load-json-file": [ + "4.0.0" ], - "webpack-dev-server": [ - "4.15.1_-360275163" + "normalize-package-data": [ + "2.5.0" ], - "webpack-merge": [ - "5.10.0" + "path-type": [ + "3.0.0" ], - "clone-deep": [ - "4.0.1" + "pify": [ + "3.0.0" ], - "flat": [ - "5.0.2" + "hosted-git-info": [ + "2.8.9" ], - "wildcard": [ - "2.0.1" + "resolve": [ + "1.22.6" ], - "is-plain-object": [ - "2.0.4" + "semver": [ + "5.7.2" ], - "kind-of": [ - "6.0.3" + "validate-npm-package-license": [ + "3.0.4" ], - "shallow-clone": [ - "3.0.1" + "spdx-correct": [ + "3.2.0" ], - "isobject": [ + "spdx-expression-parse": [ "3.0.1" ], - "@types/bonjour": [ - "3.5.11" - ], - "@types/connect-history-api-fallback": [ - "1.5.1" - ], - "@types/express": [ - "4.17.18" + "spdx-exceptions": [ + "2.3.0" ], - "@types/serve-index": [ - "1.9.2" + "spdx-license-ids": [ + "3.0.15" ], - "@types/serve-static": [ - "1.15.3" + "is-core-module": [ + "2.13.0" ], - "@types/sockjs": [ - "0.3.34" + "path-parse": [ + "1.0.7" ], - "@types/ws": [ - "8.5.6" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "ansi-html-community": [ - "0.0.8" + "has": [ + "1.0.3" ], - "bonjour-service": [ + "function-bind": [ "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" + "parse-json": [ + "4.0.0" ], - "spdy-transport": [ + "strip-bom": [ "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" + "error-ex": [ + "1.3.2" ], - "util-deprecate": [ + "json-parse-better-errors": [ "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": [ + "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" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "glob": [ - "7.2.3" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "@types/retry": [ - "0.12.0" - ], - "retry": [ - "0.13.1" - ], - "define-lazy-prop": [ - "2.0.0" - ], - "is-docker": [ - "2.2.1" - ], - "is-wsl": [ - "2.2.0" - ], - "picocolors": [ - "1.0.0" - ], - "shell-quote": [ - "1.8.1" - ], - "@types/http-proxy": [ - "1.17.12" - ], - "http-proxy": [ - "1.18.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-plain-obj": [ - "3.0.0" - ], - "micromatch": [ - "4.0.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "is-extglob": [ - "2.1.1" - ], - "eventemitter3": [ - "4.0.7" - ], - "follow-redirects": [ - "1.15.3" - ], - "requires-port": [ - "1.0.0" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "array-flatten": [ - "2.1.2", - "1.1.1" - ], - "body-parser": [ - "1.20.1" - ], - "content-disposition": [ - "0.5.4" - ], - "content-type": [ - "1.0.5" - ], - "cookie": [ - "0.5.0" - ], - "cookie-signature": [ - "1.0.6" - ], - "encodeurl": [ - "1.0.2" - ], - "etag": [ - "1.8.1" - ], - "finalhandler": [ - "1.2.0" - ], - "fresh": [ - "0.5.2" - ], - "merge-descriptors": [ - "1.0.1" - ], - "methods": [ - "1.1.2" - ], - "on-finished": [ - "2.4.1" - ], - "path-to-regexp": [ - "0.1.7" - ], - "proxy-addr": [ - "2.0.7" - ], - "qs": [ - "6.11.0" - ], - "send": [ - "0.18.0" - ], - "serve-static": [ - "1.15.0" - ], - "type-is": [ - "1.6.18" - ], - "utils-merge": [ - "1.0.1" - ], - "vary": [ - "1.1.2" - ], - "media-typer": [ - "0.3.0" - ], - "destroy": [ - "1.2.0" - ], - "mime": [ - "1.6.0" - ], - "side-channel": [ - "1.0.4" - ], - "call-bind": [ - "1.0.2" - ], - "get-intrinsic": [ - "1.2.1" - ], - "object-inspect": [ - "1.12.3" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "forwarded": [ - "0.2.0" - ], - "ee-first": [ - "1.1.1" - ], - "toidentifier": [ - "1.0.1" - ], - "unpipe": [ - "1.0.0" - ], - "bytes": [ - "3.0.0", - "3.1.2" - ], - "iconv-lite": [ - "0.4.24" - ], - "raw-body": [ - "2.5.1" - ], - "safer-buffer": [ - "2.1.2" - ], - "execa": [ - "5.1.1" - ], - "get-stream": [ - "6.0.1" - ], - "human-signals": [ - "2.1.0" - ], - "is-stream": [ - "2.0.1" - ], - "merge-stream": [ - "2.0.0" - ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" - ], - "path-key": [ - "3.1.1" - ], - "compressible": [ - "2.0.18" - ], - "on-headers": [ - "1.0.2" - ], - "anymatch": [ - "3.1.3" - ], - "glob-parent": [ - "5.1.2" - ], - "is-binary-path": [ - "2.1.0" - ], - "normalize-path": [ - "3.0.0" - ], - "readdirp": [ - "3.6.0" - ], - "fsevents": [ - "2.3.3" - ], - "binary-extensions": [ - "2.2.0" - ], - "dns-equal": [ - "1.0.0" - ], - "multicast-dns": [ - "7.2.5" - ], - "dns-packet": [ - "5.6.1" - ], - "thunky": [ - "1.1.0" - ], - "@leichtgewicht/ip-codec": [ - "2.0.4" - ], - "@types/http-errors": [ - "2.0.2" - ], - "@types/mime": [ - "1.3.3", - "3.0.2" - ], - "@types/body-parser": [ - "1.19.3" - ], - "@types/express-serve-static-core": [ - "4.17.37" - ], - "@types/qs": [ - "6.9.8" - ], - "@types/range-parser": [ - "1.2.5" - ], - "@types/send": [ - "0.17.2" - ], - "@types/connect": [ - "3.4.36" - ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "pkg-dir": [ - "4.2.0" - ], - "resolve-cwd": [ - "3.0.0" - ], - "resolve-from": [ - "5.0.0" - ], - "find-up": [ - "4.1.0" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "neo-async": [ - "2.6.2" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_1251614587" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@swc/core": [ - "1.3.100" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@swc/counter": [ - "0.1.2" - ], - "@swc/types": [ - "0.1.5" - ], - "@swc/core-darwin-arm64": [ - "1.3.100" - ], - "@swc/core-darwin-x64": [ - "1.3.100" - ], - "@swc/core-linux-arm64-gnu": [ - "1.3.100" - ], - "@swc/core-linux-arm64-musl": [ - "1.3.100" - ], - "@swc/core-linux-x64-gnu": [ - "1.3.100" - ], - "@swc/core-linux-x64-musl": [ - "1.3.100" - ], - "@swc/core-win32-arm64-msvc": [ - "1.3.100" - ], - "@swc/core-win32-ia32-msvc": [ - "1.3.100" - ], - "@swc/core-win32-x64-msvc": [ - "1.3.100" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" ] }, "lifecycle_build_target": false, @@ -31883,18 +28804,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__spdx-correct__3.2.0": { + "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__spdx-correct__3.2.0", - "package": "spdx-correct", - "version": "3.2.0", + "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-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", - "url": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", + "url": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -31908,41 +28854,18 @@ "generate_bzl_library_targets": false } }, - "npm__get-package-type__0.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__get-package-type__0.1.0__links", - "package": "get-package-type", - "version": "0.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "get-package-type": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__kleur__3.0.3": { + "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__kleur__3.0.3", - "package": "kleur", - "version": "3.0.3", + "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-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "url": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "url": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -31956,185 +28879,25 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-optional-chaining", - "version": "7.8.3_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "isexe": "2.0.0" }, "transitive_closure": { - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "which": [ + "1.3.1" ], - "to-fast-properties": [ + "isexe": [ "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" ] }, "lifecycle_build_target": false, @@ -32144,40 +28907,50 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-finalizationregistry__1.0.2__links": { + "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__is-finalizationregistry__1.0.2__links", - "package": "is-finalizationregistry", - "version": "1.0.2", - "dev": false, + "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": { - "call-bind": "1.0.2" + "shebang-regex": "1.0.0" }, "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" + "shebang-command": [ + "1.2.0" ], - "has-symbols": [ - "1.0.3" + "shebang-regex": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -32187,33 +28960,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss__8.4.14__links": { + "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__postcss__8.4.14__links", - "package": "postcss", - "version": "8.4.14", - "dev": false, + "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": { - "nanoid": "3.3.6", - "picocolors": "1.0.0", - "source-map-js": "1.0.2" + "shebang-regex": "3.0.0" }, "transitive_closure": { - "postcss": [ - "8.4.14" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" + "shebang-command": [ + "2.0.0" ], - "source-map-js": [ - "1.0.2" + "shebang-regex": [ + "3.0.0" ] }, "lifecycle_build_target": false, @@ -32223,18 +28988,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__content-type__1.0.5": { + "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__content-type__1.0.5", - "package": "content-type", - "version": "1.0.5", + "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-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", - "url": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "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": [], @@ -32248,88 +29013,49 @@ "generate_bzl_library_targets": false } }, - "npm__at_swc_core-linux-arm64-gnu__1.3.100__links": { + "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__at_swc_core-linux-arm64-gnu__1.3.100__links", - "package": "@swc/core-linux-arm64-gnu", - "version": "1.3.100", + "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": {}, - "transitive_closure": { - "@swc/core-linux-arm64-gnu": [ - "1.3.100" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-mock__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-mock__27.5.1__links", - "package": "jest-mock", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, "deps": { - "@jest/types": "27.5.1", - "@types/node": "18.11.9" + "inherits": "2.0.4", + "source-map": "0.6.1", + "source-map-resolve": "0.5.3", + "urix": "0.1.0" }, "transitive_closure": { - "jest-mock": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/node": [ - "20.8.2", - "18.11.9" + "css": [ + "2.2.4" ], - "@types/istanbul-lib-coverage": [ + "inherits": [ "2.0.4" ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "chalk": [ - "4.1.2" - ], - "ansi-styles": [ - "4.3.0" + "source-map": [ + "0.6.1" ], - "supports-color": [ - "7.2.0" + "source-map-resolve": [ + "0.5.3" ], - "has-flag": [ - "4.0.0" + "urix": [ + "0.1.0" ], - "color-convert": [ - "2.0.1" + "atob": [ + "2.1.2" ], - "color-name": [ - "1.1.4" + "decode-uri-component": [ + "0.2.2" ], - "@types/yargs-parser": [ - "21.0.1" + "resolve-url": [ + "0.2.1" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "source-map-url": [ + "0.4.1" ] }, "lifecycle_build_target": false, @@ -32339,43 +29065,66 @@ "npm_translate_lock_repo": "npm" } }, - "npm__diff-sequences__27.5.1": { + "npm__at_esbuild_linux-mips64el__0.19.8__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__diff-sequences__27.5.1", - "package": "diff-sequences", - "version": "27.5.1", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", - "url": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__esrecurse__4.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esrecurse__4.3.0", - "package": "esrecurse", - "version": "4.3.0", - "root_package": "", + "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-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "url": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "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": [], @@ -32389,18 +29138,18 @@ "generate_bzl_library_targets": false } }, - "npm__css-tree__1.1.3": { + "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__css-tree__1.1.3", - "package": "css-tree", - "version": "1.1.3", + "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-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "url": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==", + "url": "https://registry.npmjs.org/mlly/-/mlly-1.4.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -32414,31 +29163,25 @@ "generate_bzl_library_targets": false } }, - "npm__html-encoding-sniffer__2.0.1__links": { + "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__html-encoding-sniffer__2.0.1__links", - "package": "html-encoding-sniffer", - "version": "2.0.1", - "dev": false, + "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": { - "whatwg-encoding": "1.0.5" + "type-detect": "4.0.8" }, "transitive_closure": { - "html-encoding-sniffer": [ - "2.0.1" - ], - "whatwg-encoding": [ - "1.0.5" - ], - "iconv-lite": [ - "0.4.24" + "deep-eql": [ + "4.1.3" ], - "safer-buffer": [ - "2.1.2" + "type-detect": [ + "4.0.8" ] }, "lifecycle_build_target": false, @@ -32448,29 +29191,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__workbox-window__6.6.0__links": { + "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__workbox-window__6.6.0__links", - "package": "workbox-window", - "version": "6.6.0", - "dev": false, + "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": { - "@types/trusted-types": "2.0.4", - "workbox-core": "6.6.0" - }, + "deps": {}, "transitive_closure": { - "workbox-window": [ - "6.6.0" - ], - "@types/trusted-types": [ - "2.0.4" - ], - "workbox-core": [ - "6.6.0" + "neo-async": [ + "2.6.2" ] }, "lifecycle_build_target": false, @@ -32480,46 +29214,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_istanbul-lib-report__3.0.1__links": { + "npm__at_types_send__0.17.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-lib-report__3.0.1__links", - "package": "@types/istanbul-lib-report", - "version": "3.0.1", - "dev": false, + "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": {}, - "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" + "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__argparse__1.0.10": { + "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__argparse__1.0.10", - "package": "argparse", - "version": "1.0.10", + "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-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "url": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "url": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -32533,172 +29264,150 @@ "generate_bzl_library_targets": false } }, - "npm__jest-watcher__28.1.3__links": { + "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__jest-watcher__28.1.3__links", - "package": "jest-watcher", - "version": "28.1.3", + "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": { - "@jest/test-result": "28.1.3", - "@jest/types": "28.1.3", - "@types/node": "18.11.9", - "ansi-escapes": "4.3.2", - "chalk": "4.1.2", - "emittery": "0.10.2", - "jest-util": "28.1.3", - "string-length": "4.0.2" + "@babel/parser": "7.23.5", + "@vue/shared": "3.2.45", + "estree-walker": "2.0.2", + "source-map": "0.6.1" }, "transitive_closure": { - "jest-watcher": [ - "28.1.3" - ], - "@jest/test-result": [ - "28.1.3" - ], - "@jest/types": [ - "28.1.3" - ], - "@types/node": [ - "18.11.9" - ], - "ansi-escapes": [ - "4.3.2" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "emittery": [ - "0.10.2" + "@vue/compiler-core": [ + "3.2.45" ], - "jest-util": [ - "28.1.3" + "@babel/parser": [ + "7.23.5" ], - "string-length": [ - "4.0.2" + "@vue/shared": [ + "3.2.45" ], - "char-regex": [ - "1.0.2" + "estree-walker": [ + "2.0.2" ], - "strip-ansi": [ - "6.0.1" + "source-map": [ + "0.6.1" ], - "ansi-regex": [ - "5.0.1" + "@babel/types": [ + "7.23.5" ], - "ci-info": [ - "3.8.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "graceful-fs": [ - "4.2.11" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "picomatch": [ - "2.3.1" + "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" ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" + "debug": [ + "4.3.4" ], - "supports-color": [ - "5.5.0", - "7.2.0" + "detect-node": [ + "2.1.0" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "hpack.js": [ + "2.1.6" ], - "color-convert": [ - "1.9.3", - "2.0.1" + "obuf": [ + "1.1.2" ], - "color-name": [ - "1.1.3", - "1.1.4" + "readable-stream": [ + "2.3.8", + "3.6.2" ], - "type-fest": [ - "0.21.3" + "wbuf": [ + "1.7.3" ], - "@jest/schemas": [ - "28.1.3" + "minimalistic-assert": [ + "1.0.1" ], - "@types/istanbul-lib-coverage": [ + "inherits": [ "2.0.4" ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinclair/typebox": [ - "0.24.51" - ], - "@jest/console": [ - "28.1.3" + "string_decoder": [ + "1.1.1", + "1.3.0" ], - "collect-v8-coverage": [ + "util-deprecate": [ "1.0.2" ], - "jest-message-util": [ - "28.1.3" + "safe-buffer": [ + "5.1.2", + "5.2.1" ], - "slash": [ - "3.0.0" + "core-util-is": [ + "1.0.3" ], - "@babel/code-frame": [ - "7.22.13" + "isarray": [ + "1.0.0" ], - "@types/stack-utils": [ + "process-nextick-args": [ "2.0.1" ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "28.1.3" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "react-is": [ - "18.2.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" + "ms": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -32708,43 +29417,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__picomatch__2.3.1": { + "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_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__picomatch__2.3.1", - "package": "picomatch", - "version": "2.3.1", + "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_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 + "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__minimatch__5.1.6": { + "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__minimatch__5.1.6", - "package": "minimatch", - "version": "5.1.6", + "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-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "url": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "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": [], @@ -32753,23 +29460,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__jest-cli__27.5.1": { + "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__jest-cli__27.5.1", - "package": "jest-cli", - "version": "27.5.1", + "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-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", - "url": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", + "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": [], @@ -32783,88 +29494,79 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-exponentiation-operator__7.22.5__at_babel_core_7.23.0": { + "npm__color-name__1.1.4__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-exponentiation-operator__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-exponentiation-operator", - "version": "7.22.5_at_babel_core_7.23.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_react-dom__18.0.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_react-dom__18.0.9", - "package": "@types/react-dom", - "version": "18.0.9", - "root_package": "", - "link_workspace": "", - "link_packages": { - "next.js": [ - "@types/react-dom" + "deps": {}, + "transitive_closure": { + "color-name": [ + "1.1.4" ] }, - "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 + "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__links": { + "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__eslint-import-resolver-node__0.3.9__links", - "package": "eslint-import-resolver-node", - "version": "0.3.9", - "dev": false, + "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": { - "debug": "3.2.7", - "is-core-module": "2.13.0", - "resolve": "1.22.6" + "@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": { - "eslint-import-resolver-node": [ - "0.3.9" + "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": [ - "3.2.7" + "4.3.4" ], - "is-core-module": [ - "2.13.0" + "lodash.debounce": [ + "4.0.8" ], "resolve": [ "1.22.6" ], + "is-core-module": [ + "2.13.0" + ], "path-parse": [ "1.0.7" ], @@ -32878,90 +29580,76 @@ "1.1.1" ], "ms": [ - "2.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-dynamic-import__7.8.3__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-dynamic-import", - "version": "7.8.3_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.0" + "2.1.2" ], - "@babel/core": [ - "7.23.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@babel/helper-plugin-utils": [ - "7.22.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.22.13" + "7.23.5" ], "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "7.23.5" ], "@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" ], "@babel/types": [ - "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" ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -32990,39 +29678,6 @@ "@babel/helper-simple-access": [ "7.22.5" ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -33042,7 +29697,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -33076,18 +29731,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vue_compiler-ssr__3.3.4": { + "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__at_vue_compiler-ssr__3.3.4", - "package": "@vue/compiler-ssr", - "version": "3.3.4", + "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-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==", - "url": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.4.tgz", + "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": [], @@ -33101,18 +29756,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-literals__7.22.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-literals__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-literals", - "version": "7.22.5_at_babel_core_7.23.0", + "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-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz", + "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": [], @@ -33121,62 +29776,72 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__loader-utils__3.2.1__links": { + "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__loader-utils__3.2.1__links", - "package": "loader-utils", - "version": "3.2.1", - "dev": false, + "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": { - "loader-utils": [ - "3.2.1" + "@esbuild/linux-riscv64": [ + "0.19.8" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-builder-binary-assignment-operator-visitor__7.22.15__links": { + "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__at_babel_helper-builder-binary-assignment-operator-visitor__7.22.15__links", - "package": "@babel/helper-builder-binary-assignment-operator-visitor", - "version": "7.22.15", + "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": {}, + "link_packages": { + "next.js": [ + "react" + ], + "react": [ + "react" + ], + "react-webpack": [ + "react" + ] + }, "deps": { - "@babel/types": "7.23.0" + "loose-envify": "1.4.0" }, "transitive_closure": { - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" + "react": [ + "18.2.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "loose-envify": [ + "1.4.0" ], - "to-fast-properties": [ - "2.0.0" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -33186,18 +29851,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-validate__27.5.1": { + "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__jest-validate__27.5.1", - "package": "jest-validate", - "version": "27.5.1", + "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-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", - "url": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "url": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -33211,18 +29876,18 @@ "generate_bzl_library_targets": false } }, - "npm__picocolors__1.0.0": { + "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__picocolors__1.0.0", - "package": "picocolors", - "version": "1.0.0", + "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-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "url": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", + "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -33236,18 +29901,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_environment__29.7.0": { + "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_jest_environment__29.7.0", - "package": "@jest/environment", - "version": "29.7.0", + "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-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", - "url": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", + "integrity": "sha512-H4vmI5PYqSvosPaTJuEppU9oz1dq2A7Mr2vyg5TF9Ga+3+MGgBdGzcyBP7qK9MrwFQZlvNyJrvz6GuCaj3OukQ==", + "url": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -33256,23 +29921,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_jest_fake-timers__29.7.0": { + "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__at_jest_fake-timers__29.7.0", - "package": "@jest/fake-timers", - "version": "29.7.0", + "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-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", - "url": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", + "integrity": "sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==", + "url": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.18.tgz", "commit": "", "patch_args": [], "patches": [], @@ -33281,82 +29950,29 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_webassemblyjs_wasm-edit__1.11.6__links": { + "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_webassemblyjs_wasm-edit__1.11.6__links", - "package": "@webassemblyjs/wasm-edit", - "version": "1.11.6", - "dev": false, + "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": { - "@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" - }, + "deps": {}, "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" + "@types/mime": [ + "3.0.2" ] }, "lifecycle_build_target": false, @@ -33366,20 +29982,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__statuses__2.0.1__links": { + "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__statuses__2.0.1__links", - "package": "statuses", - "version": "2.0.1", - "dev": false, + "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": { - "statuses": [ - "2.0.1" + "@types/parse-json": [ + "4.0.2" ] }, "lifecycle_build_target": false, @@ -33389,41 +30005,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__react-is__18.2.0__links": { + "npm__array.prototype.tosorted__1.1.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-is__18.2.0__links", - "package": "react-is", - "version": "18.2.0", - "dev": false, + "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": {}, - "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" + "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__postcss-custom-properties__12.1.11__postcss_8.4.31": { + "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__postcss-custom-properties__12.1.11__postcss_8.4.31", - "package": "postcss-custom-properties", - "version": "12.1.11_postcss_8.4.31", + "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-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", - "url": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz", + "integrity": "sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==", + "url": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -33437,54 +30055,51 @@ "generate_bzl_library_targets": false } }, - "npm__brace-expansion__2.0.1__links": { + "npm__at_babel_traverse__7.23.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__brace-expansion__2.0.1__links", - "package": "brace-expansion", - "version": "2.0.1", - "dev": false, + "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": {}, - "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" + "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-member-expression-literals__7.22.5__at_babel_core_7.23.0__links": { + "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-member-expression-literals__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-member-expression-literals", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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.0", + "@babel/core": "7.23.5", "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/plugin-transform-member-expression-literals": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/plugin-transform-duplicate-keys": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" @@ -33493,31 +30108,31 @@ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -33538,7 +30153,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -33568,13 +30183,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -33583,16 +30198,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -33619,7 +30234,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -33653,441 +30268,91 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_expect__29.7.0__links": { + "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_jest_expect__29.7.0__links", - "package": "@jest/expect", - "version": "29.7.0", + "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": { - "expect": "29.7.0", - "jest-snapshot": "29.7.0" + "@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": { - "@jest/expect": [ - "29.7.0" - ], - "expect": [ - "29.7.0" - ], - "jest-snapshot": [ - "29.7.0" + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" - ], - "@babel/generator": [ - "7.23.0" + "7.23.5" ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_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/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.5" ], - "@babel/types": [ - "7.23.0" + "@ampproject/remapping": [ + "2.2.1" ], - "@jest/expect-utils": [ - "29.7.0" + "@babel/code-frame": [ + "7.23.5" ], - "@jest/transform": [ - "29.7.0" + "@babel/generator": [ + "7.23.5" ], - "@jest/types": [ - "29.6.3" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "chalk": [ - "2.4.2", - "4.1.2" + "@babel/helpers": [ + "7.23.5" ], - "graceful-fs": [ - "4.2.11" + "@babel/parser": [ + "7.23.5" ], - "jest-diff": [ - "29.7.0" + "@babel/template": [ + "7.22.15" ], - "jest-get-type": [ - "29.6.3" + "@babel/traverse": [ + "7.23.5" ], - "jest-matcher-utils": [ - "29.7.0" + "@babel/types": [ + "7.23.5" ], - "jest-message-util": [ - "29.7.0" + "convert-source-map": [ + "2.0.0" ], - "jest-util": [ - "29.7.0" + "debug": [ + "4.3.4" ], - "natural-compare": [ - "1.4.0" + "gensync": [ + "1.0.0-beta.2" ], - "pretty-format": [ - "29.7.0" + "json5": [ + "2.2.3" ], "semver": [ - "6.3.1", - "7.5.4" + "6.3.1" ], - "lru-cache": [ - "5.1.1", - "6.0.0" + "ms": [ + "2.1.2" ], - "yallist": [ - "3.1.1", - "4.0.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@jest/schemas": [ - "29.6.3" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@types/node": [ - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "supports-color": [ - "8.1.1", - "7.2.0", - "5.5.0" - ], - "has-flag": [ - "4.0.0", - "3.0.0" - ], - "color-convert": [ - "2.0.1", - "1.9.3" - ], - "color-name": [ - "1.1.4", - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "diff-sequences": [ - "29.6.3" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "convert-source-map": [ - "2.0.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "jest-haste-map": [ - "29.7.0" - ], - "jest-regex-util": [ - "29.6.3" - ], - "pirates": [ - "4.0.6" - ], - "write-file-atomic": [ - "4.0.2" - ], - "imurmurhash": [ - "0.1.4" - ], - "signal-exit": [ - "3.0.7" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-worker": [ - "29.7.0" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "merge-stream": [ - "2.0.0" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "glob": [ - "7.2.3" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "camelcase": [ - "5.3.1" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@babel/helper-string-parser": [ - "7.22.5" + "@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/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], "@babel/helper-environment-visitor": [ "7.22.20" ], @@ -34110,31 +30375,82 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "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, @@ -34144,18 +30460,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-discard-overridden__5.1.0__postcss_8.4.31": { + "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__postcss-discard-overridden__5.1.0__postcss_8.4.31", - "package": "postcss-discard-overridden", - "version": "5.1.0_postcss_8.4.31", + "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-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", - "url": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "url": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -34169,116 +30485,97 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_node__20.8.2__links": { + "npm__http-proxy-agent__7.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__20.8.2__links", - "package": "@types/node", - "version": "20.8.2", - "dev": false, + "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": {}, - "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" + "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__read-pkg__3.0.0__links": { + "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__read-pkg__3.0.0__links", - "package": "read-pkg", - "version": "3.0.0", + "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": { - "load-json-file": "4.0.0", - "normalize-package-data": "2.5.0", - "path-type": "3.0.0" + "abab": "2.0.6", + "whatwg-mimetype": "3.0.0", + "whatwg-url": "11.0.0" }, "transitive_closure": { - "read-pkg": [ - "3.0.0" - ], - "load-json-file": [ - "4.0.0" - ], - "normalize-package-data": [ - "2.5.0" + "data-urls": [ + "3.0.2" ], - "path-type": [ - "3.0.0" + "abab": [ + "2.0.6" ], - "pify": [ + "whatwg-mimetype": [ "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" + "whatwg-url": [ + "11.0.0" ], - "strip-bom": [ + "tr46": [ "3.0.0" ], - "error-ex": [ - "1.3.2" + "webidl-conversions": [ + "7.0.0" ], - "json-parse-better-errors": [ - "1.0.2" + "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" ], - "is-arrayish": [ - "0.2.1" + "react": [ + "jest-transform-stub" + ] + }, + "deps": {}, + "transitive_closure": { + "jest-transform-stub": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -34288,18 +30585,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_webpack-cli_serve__2.0.5__-1521883062": { + "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__at_webpack-cli_serve__2.0.5__-1521883062", - "package": "@webpack-cli/serve", - "version": "2.0.5_-1521883062", + "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-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==", - "url": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-2.0.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "url": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -34313,20 +30610,54 @@ "generate_bzl_library_targets": false } }, - "npm__is-negative-zero__2.0.2__links": { + "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__is-negative-zero__2.0.2__links", - "package": "is-negative-zero", - "version": "2.0.2", - "dev": false, + "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": {}, + "deps": { + "kleur": "3.0.3", + "sisteransi": "1.0.5" + }, "transitive_closure": { - "is-negative-zero": [ - "2.0.2" + "prompts": [ + "2.4.2" + ], + "kleur": [ + "3.0.3" + ], + "sisteransi": [ + "1.0.5" ] }, "lifecycle_build_target": false, @@ -34336,43 +30667,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_swc_core-darwin-arm64__1.3.100__links": { + "npm__xml__1.0.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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__browserslist__4.22.1": { + "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__browserslist__4.22.1", - "package": "browserslist", - "version": "4.22.1", + "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-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", - "url": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", + "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==", + "url": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -34386,18 +30717,43 @@ "generate_bzl_library_targets": false } }, - "npm__dot-case__3.0.4": { + "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__dot-case__3.0.4", - "package": "dot-case", - "version": "3.0.4", + "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-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", - "url": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "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": [], @@ -34411,34 +30767,29 @@ "generate_bzl_library_targets": false } }, - "npm__recursive-readdir__2.2.3__links": { + "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__recursive-readdir__2.2.3__links", - "package": "recursive-readdir", - "version": "2.2.3", - "dev": false, + "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": { - "minimatch": "3.1.2" + "acorn": "8.10.0", + "acorn-walk": "8.2.0" }, "transitive_closure": { - "recursive-readdir": [ - "2.2.3" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" + "acorn-globals": [ + "7.0.1" ], - "balanced-match": [ - "1.0.2" + "acorn": [ + "8.10.0" ], - "concat-map": [ - "0.0.1" + "acorn-walk": [ + "8.2.0" ] }, "lifecycle_build_target": false, @@ -34448,249 +30799,247 @@ "npm_translate_lock_repo": "npm" } }, - "npm__cssnano-preset-default__5.2.14__postcss_8.4.31__links": { + "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__cssnano-preset-default__5.2.14__postcss_8.4.31__links", - "package": "cssnano-preset-default", - "version": "5.2.14_postcss_8.4.31", - "dev": false, + "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": { - "css-declaration-sorter": "6.4.1_postcss_8.4.31", - "cssnano-utils": "3.1.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-calc": "8.2.4_postcss_8.4.31", - "postcss-colormin": "5.3.1_postcss_8.4.31", - "postcss-convert-values": "5.1.3_postcss_8.4.31", - "postcss-discard-comments": "5.1.2_postcss_8.4.31", - "postcss-discard-duplicates": "5.1.0_postcss_8.4.31", - "postcss-discard-empty": "5.1.1_postcss_8.4.31", - "postcss-discard-overridden": "5.1.0_postcss_8.4.31", - "postcss-merge-longhand": "5.1.7_postcss_8.4.31", - "postcss-merge-rules": "5.1.4_postcss_8.4.31", - "postcss-minify-font-values": "5.1.0_postcss_8.4.31", - "postcss-minify-gradients": "5.1.1_postcss_8.4.31", - "postcss-minify-params": "5.1.4_postcss_8.4.31", - "postcss-minify-selectors": "5.2.1_postcss_8.4.31", - "postcss-normalize-charset": "5.1.0_postcss_8.4.31", - "postcss-normalize-display-values": "5.1.0_postcss_8.4.31", - "postcss-normalize-positions": "5.1.1_postcss_8.4.31", - "postcss-normalize-repeat-style": "5.1.1_postcss_8.4.31", - "postcss-normalize-string": "5.1.0_postcss_8.4.31", - "postcss-normalize-timing-functions": "5.1.0_postcss_8.4.31", - "postcss-normalize-unicode": "5.1.1_postcss_8.4.31", - "postcss-normalize-url": "5.1.0_postcss_8.4.31", - "postcss-normalize-whitespace": "5.1.1_postcss_8.4.31", - "postcss-ordered-values": "5.1.3_postcss_8.4.31", - "postcss-reduce-initial": "5.1.2_postcss_8.4.31", - "postcss-reduce-transforms": "5.1.0_postcss_8.4.31", - "postcss-svgo": "5.1.0_postcss_8.4.31", - "postcss-unique-selectors": "5.1.1_postcss_8.4.31" - }, - "transitive_closure": { - "cssnano-preset-default": [ - "5.2.14_postcss_8.4.31" - ], - "css-declaration-sorter": [ - "6.4.1_postcss_8.4.31" - ], - "cssnano-utils": [ - "3.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-calc": [ - "8.2.4_postcss_8.4.31" - ], - "postcss-colormin": [ - "5.3.1_postcss_8.4.31" - ], - "postcss-convert-values": [ - "5.1.3_postcss_8.4.31" - ], - "postcss-discard-comments": [ - "5.1.2_postcss_8.4.31" + "@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" ], - "postcss-discard-duplicates": [ - "5.1.0_postcss_8.4.31" + "@babel/core": [ + "7.23.0" ], - "postcss-discard-empty": [ - "5.1.1_postcss_8.4.31" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "postcss-discard-overridden": [ - "5.1.0_postcss_8.4.31" + "@ampproject/remapping": [ + "2.2.1" ], - "postcss-merge-longhand": [ - "5.1.7_postcss_8.4.31" + "@babel/code-frame": [ + "7.23.5", + "7.22.13" ], - "postcss-merge-rules": [ - "5.1.4_postcss_8.4.31" + "@babel/generator": [ + "7.23.5", + "7.23.0" ], - "postcss-minify-font-values": [ - "5.1.0_postcss_8.4.31" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "postcss-minify-gradients": [ - "5.1.1_postcss_8.4.31" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], - "postcss-minify-params": [ - "5.1.4_postcss_8.4.31" + "@babel/helpers": [ + "7.23.1" ], - "postcss-minify-selectors": [ - "5.2.1_postcss_8.4.31" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "postcss-normalize-charset": [ - "5.1.0_postcss_8.4.31" + "@babel/template": [ + "7.22.15" ], - "postcss-normalize-display-values": [ - "5.1.0_postcss_8.4.31" + "@babel/traverse": [ + "7.23.5", + "7.23.0" ], - "postcss-normalize-positions": [ - "5.1.1_postcss_8.4.31" + "@babel/types": [ + "7.23.5" ], - "postcss-normalize-repeat-style": [ - "5.1.1_postcss_8.4.31" + "convert-source-map": [ + "2.0.0" ], - "postcss-normalize-string": [ - "5.1.0_postcss_8.4.31" + "debug": [ + "4.3.4" ], - "postcss-normalize-timing-functions": [ - "5.1.0_postcss_8.4.31" + "gensync": [ + "1.0.0-beta.2" ], - "postcss-normalize-unicode": [ - "5.1.1_postcss_8.4.31" + "json5": [ + "2.2.3" ], - "postcss-normalize-url": [ - "5.1.0_postcss_8.4.31" + "semver": [ + "6.3.1" ], - "postcss-normalize-whitespace": [ - "5.1.1_postcss_8.4.31" + "ms": [ + "2.1.2" ], - "postcss-ordered-values": [ - "5.1.3_postcss_8.4.31" + "@babel/helper-string-parser": [ + "7.23.4" ], - "postcss-reduce-initial": [ - "5.1.2_postcss_8.4.31" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "postcss-reduce-transforms": [ - "5.1.0_postcss_8.4.31" + "to-fast-properties": [ + "2.0.0" ], - "postcss-svgo": [ - "5.1.0_postcss_8.4.31" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "postcss-unique-selectors": [ - "5.1.1_postcss_8.4.31" + "@babel/helper-function-name": [ + "7.23.0" ], - "postcss-selector-parser": [ - "6.0.13" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "cssesc": [ - "3.0.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "util-deprecate": [ - "1.0.2" + "globals": [ + "11.12.0" ], - "postcss-value-parser": [ - "4.2.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "svgo": [ - "2.8.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@trysound/sax": [ - "0.2.0" + "jsesc": [ + "2.5.2" ], - "commander": [ - "7.2.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "css-select": [ - "4.3.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "css-tree": [ - "1.1.3" + "@jridgewell/set-array": [ + "1.1.2" ], - "csso": [ - "4.2.0" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "picocolors": [ - "1.0.0" + "chalk": [ + "2.4.2" ], - "stable": [ - "0.1.8" + "ansi-styles": [ + "3.2.1" ], - "mdn-data": [ - "2.0.14" + "escape-string-regexp": [ + "1.0.5" ], - "source-map": [ - "0.6.1" + "supports-color": [ + "5.5.0" ], - "boolbase": [ - "1.0.0" + "has-flag": [ + "3.0.0" ], - "css-what": [ - "6.1.0" + "color-convert": [ + "1.9.3" ], - "domhandler": [ - "4.3.1" + "color-name": [ + "1.1.3" ], - "domutils": [ - "2.8.0" + "js-tokens": [ + "4.0.0" ], - "nth-check": [ - "2.1.1" + "@babel/helper-module-imports": [ + "7.22.15" ], - "dom-serializer": [ - "1.4.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "domelementtype": [ - "2.3.0" + "@babel/compat-data": [ + "7.23.5" ], - "entities": [ - "2.2.0" + "@babel/helper-validator-option": [ + "7.23.5" ], "browserslist": [ - "4.22.1" - ], - "caniuse-api": [ - "3.0.0" + "4.22.2" ], - "caniuse-lite": [ - "1.0.30001542" + "lru-cache": [ + "5.1.1" ], - "lodash.memoize": [ - "4.1.2" + "yallist": [ + "3.1.1" ], - "lodash.uniq": [ - "4.5.0" + "caniuse-lite": [ + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" ], - "normalize-url": [ - "6.1.0" - ], - "colord": [ - "2.9.3" - ], - "stylehacks": [ - "5.1.1_postcss_8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "source-map-js": [ - "1.0.2" + "picocolors": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -34700,81 +31049,190 @@ "npm_translate_lock_repo": "npm" } }, - "npm__which__1.3.1__links": { + "npm__at_rollup_rollup-darwin-arm64__4.6.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__which__1.3.1__links", - "package": "which", - "version": "1.3.1", - "dev": false, + "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": {}, - "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" + "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__shebang-command__1.2.0__links": { + "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__shebang-command__1.2.0__links", - "package": "shebang-command", - "version": "1.2.0", + "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": { - "shebang-regex": "1.0.0" + "call-bind": "1.0.2", + "for-each": "0.3.3", + "is-typed-array": "1.1.12" }, "transitive_closure": { - "shebang-command": [ - "1.2.0" + "typed-array-length": [ + "1.0.4" ], - "shebang-regex": [ + "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" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + ], + "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__shebang-command__2.0.0__links": { + "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__shebang-command__2.0.0__links", - "package": "shebang-command", - "version": "2.0.0", - "dev": false, + "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": { - "shebang-regex": "3.0.0" + "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": { - "shebang-command": [ - "2.0.0" + "html-minifier-terser": [ + "6.1.0" ], - "shebang-regex": [ - "3.0.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, @@ -34784,18 +31242,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__css-declaration-sorter__6.4.1__postcss_8.4.31": { + "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__css-declaration-sorter__6.4.1__postcss_8.4.31", - "package": "css-declaration-sorter", - "version": "6.4.1_postcss_8.4.31", + "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-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", - "url": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -34809,49 +31267,20 @@ "generate_bzl_library_targets": false } }, - "npm__css__2.2.4__links": { + "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__css__2.2.4__links", - "package": "css", - "version": "2.2.4", - "dev": false, + "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": { - "inherits": "2.0.4", - "source-map": "0.6.1", - "source-map-resolve": "0.5.3", - "urix": "0.1.0" - }, + "deps": {}, "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" + "@types/retry": [ + "0.12.0" ] }, "lifecycle_build_target": false, @@ -34861,20 +31290,38 @@ "npm_translate_lock_repo": "npm" } }, - "npm__bytes__3.0.0__links": { + "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__bytes__3.0.0__links", - "package": "bytes", - "version": "3.0.0", - "dev": false, + "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": {}, - "deps": {}, + "link_packages": { + "next.js": [ + "@types/react-dom" + ] + }, + "deps": { + "@types/react": "18.0.25" + }, "transitive_closure": { - "bytes": [ - "3.0.0" + "@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, @@ -34884,43 +31331,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__css-blank-pseudo__3.0.3__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-blank-pseudo__3.0.3__postcss_8.4.31", - "package": "css-blank-pseudo", - "version": "3.0.3_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", - "url": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-shorthand-properties__7.22.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-shorthand-properties__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-shorthand-properties", - "version": "7.22.5_at_babel_core_7.23.0", + "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-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz", + "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": [], @@ -34934,41 +31356,18 @@ "generate_bzl_library_targets": false } }, - "npm__neo-async__2.6.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__neo-async__2.6.2__links", - "package": "neo-async", - "version": "2.6.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "neo-async": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_send__0.17.2": { + "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__at_types_send__0.17.2", - "package": "@types/send", - "version": "0.17.2", + "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-aAG6yRf6r0wQ29bkS+x97BIs64ZLxeE/ARwyS6wrldMm3C1MdKwCcnnEwMC1slI8wuxJOpiUH9MioC0A0i+GJw==", - "url": "https://registry.npmjs.org/@types/send/-/send-0.17.2.tgz", + "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==", + "url": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz", "commit": "", "patch_args": [], "patches": [], @@ -34982,18 +31381,18 @@ "generate_bzl_library_targets": false } }, - "npm__parse-json__4.0.0": { + "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__parse-json__4.0.0", - "package": "parse-json", - "version": "4.0.0", + "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-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", - "url": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ==", + "url": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35007,49 +31406,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_compiler-core__3.2.45__links": { + "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_vue_compiler-core__3.2.45__links", - "package": "@vue/compiler-core", - "version": "3.2.45", + "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": { - "@babel/parser": "7.23.0", - "@vue/shared": "3.2.45", - "estree-walker": "2.0.2", - "source-map": "0.6.1" - }, + "deps": {}, "transitive_closure": { - "@vue/compiler-core": [ - "3.2.45" - ], - "@babel/parser": [ - "7.23.0" - ], - "@vue/shared": [ - "3.2.45" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map": [ - "0.6.1" - ], - "@babel/types": [ - "7.23.0" - ], "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" + "7.23.4" ] }, "lifecycle_build_target": false, @@ -35059,123 +31429,67 @@ "npm_translate_lock_repo": "npm" } }, - "npm__human-signals__2.1.0__links": { + "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__human-signals__2.1.0__links", - "package": "human-signals", - "version": "2.1.0", - "dev": false, + "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": { - "human-signals": [ - "2.1.0" + "esbuild-netbsd-64": [ + "0.15.18" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__jest-get-type__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-get-type__27.5.1", - "package": "jest-get-type", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", - "url": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__spdy-transport__3.0.0__links": { + "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__spdy-transport__3.0.0__links", - "package": "spdy-transport", - "version": "3.0.0", - "dev": false, + "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": { - "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" + "browserslist": "4.22.1", + "escalade": "3.1.1", + "picocolors": "1.0.0" }, "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" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.1" ], - "safe-buffer": [ - "5.1.2", - "5.2.1" + "browserslist": [ + "4.22.1" ], - "core-util-is": [ - "1.0.3" + "escalade": [ + "3.1.1" ], - "isarray": [ + "picocolors": [ "1.0.0" ], - "process-nextick-args": [ - "2.0.1" + "caniuse-lite": [ + "1.0.30001542" ], - "ms": [ - "2.1.2" + "electron-to-chromium": [ + "1.4.539" + ], + "node-releases": [ + "2.0.13" ] }, "lifecycle_build_target": false, @@ -35185,18 +31499,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_sinonjs_fake-timers__8.1.0": { + "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__at_sinonjs_fake-timers__8.1.0", - "package": "@sinonjs/fake-timers", - "version": "8.1.0", + "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-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", - "url": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", + "url": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35210,45 +31524,48 @@ "generate_bzl_library_targets": false } }, - "npm__fs-extra__9.1.0": { + "npm__at_types_connect__3.4.36__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fs-extra__9.1.0", - "package": "fs-extra", - "version": "9.1.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__babel-plugin-transform-react-remove-prop-types__0.4.24__links": { + "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__babel-plugin-transform-react-remove-prop-types__0.4.24__links", - "package": "babel-plugin-transform-react-remove-prop-types", - "version": "0.4.24", - "dev": false, + "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": { - "babel-plugin-transform-react-remove-prop-types": [ - "0.4.24" + "asynckit": [ + "0.4.0" ] }, "lifecycle_build_target": false, @@ -35258,18 +31575,49 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_swc_core-linux-arm64-musl__1.3.100": { + "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__at_swc_core-linux-arm64-musl__1.3.100", - "package": "@swc/core-linux-arm64-musl", - "version": "1.3.100", + "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-BWx/0EeY89WC4q3AaIaBSGfQxkYxIlS3mX19dwy2FWJs/O+fMvF9oLk/CyJPOZzbp+1DjGeeoGFuDYpiNO91JA==", - "url": "https://registry.npmjs.org/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.100.tgz", + "integrity": "sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==", + "url": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.18.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35287,18 +31635,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_mime__1.3.3": { + "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__at_types_mime__1.3.3", - "package": "@types/mime", - "version": "1.3.3", + "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-Ys+/St+2VF4+xuY6+kDIXGxbNRO0mesVg0bbxEfB97Od1Vjpjx9KD1qxs64Gcb3CWPirk9Xe+PT4YiiHQ9T+eg==", - "url": "https://registry.npmjs.org/@types/mime/-/mime-1.3.3.tgz", + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", + "url": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35312,38 +31660,186 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-normalize-positions__5.1.1__postcss_8.4.31__links": { + "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__postcss-normalize-positions__5.1.1__postcss_8.4.31__links", - "package": "postcss-normalize-positions", - "version": "5.1.1_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "@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": { - "postcss-normalize-positions": [ - "5.1.1_postcss_8.4.31" + "@babel/plugin-transform-modules-amd": [ + "7.23.3_at_babel_core_7.23.5" ], - "postcss": [ - "8.4.31" + "@babel/core": [ + "7.23.5" ], - "postcss-value-parser": [ - "4.2.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "nanoid": [ - "3.3.6" + "@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" ], - "source-map-js": [ - "1.0.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, @@ -35353,18 +31849,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__universalify__2.0.0": { + "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__universalify__2.0.0", - "package": "universalify", - "version": "2.0.0", + "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-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", - "url": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", + "url": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35378,43 +31874,98 @@ "generate_bzl_library_targets": false } }, - "npm__color-name__1.1.4__links": { + "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__color-name__1.1.4__links", - "package": "color-name", - "version": "1.1.4", - "dev": false, + "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": {}, - "transitive_closure": { - "color-name": [ - "1.1.4" - ] + "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" }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__crypto-random-string__2.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__crypto-random-string__2.0.0__links", - "package": "crypto-random-string", - "version": "2.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, "transitive_closure": { - "crypto-random-string": [ - "2.0.0" + "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, @@ -35424,18 +31975,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__validate-npm-package-license__3.0.4": { + "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__validate-npm-package-license__3.0.4", - "package": "validate-npm-package-license", - "version": "3.0.4", + "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-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "url": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==", + "url": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35449,18 +32000,18 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-linux-mips64le__0.15.18": { + "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__esbuild-linux-mips64le__0.15.18", - "package": "esbuild-linux-mips64le", - "version": "0.15.18", + "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-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==", - "url": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.18.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "url": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35469,47 +32020,56 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__react__18.2.0__links": { + "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__react__18.2.0__links", - "package": "react", - "version": "18.2.0", - "dev": false, + "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": { - "next.js": [ - "react" - ], - "react": [ - "react" - ], - "react-webpack": [ - "react" - ] - }, + "link_packages": {}, "deps": { - "loose-envify": "1.4.0" + "@babel/helper-validator-identifier": "7.22.20", + "chalk": "2.4.2", + "js-tokens": "4.0.0" }, "transitive_closure": { - "react": [ - "18.2.0" + "@babel/highlight": [ + "7.22.20" ], - "loose-envify": [ - "1.4.0" + "@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, @@ -35519,18 +32079,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_discoveryjs_json-ext__0.5.7": { + "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__at_discoveryjs_json-ext__0.5.7", - "package": "@discoveryjs/json-ext", - "version": "0.5.7", + "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-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", - "url": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "url": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35544,18 +32104,18 @@ "generate_bzl_library_targets": false } }, - "npm__regenerator-runtime__0.14.0": { + "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__regenerator-runtime__0.14.0", - "package": "regenerator-runtime", - "version": "0.14.0", + "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-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", - "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==", + "url": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35569,18 +32129,18 @@ "generate_bzl_library_targets": false } }, - "npm__whatwg-encoding__1.0.5": { + "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__whatwg-encoding__1.0.5", - "package": "whatwg-encoding", - "version": "1.0.5", + "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-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", - "url": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "url": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35594,93 +32154,18 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-freebsd-64__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-freebsd-64__0.15.18", - "package": "esbuild-freebsd-64", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==", - "url": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-regex-util__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-regex-util__27.5.1__links", - "package": "jest-regex-util", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "jest-regex-util": [ - "27.5.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_mime__3.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_mime__3.0.2__links", - "package": "@types/mime", - "version": "3.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/mime": [ - "3.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__array.prototype.tosorted__1.1.2": { + "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__array.prototype.tosorted__1.1.2", - "package": "array.prototype.tosorted", - "version": "1.1.2", + "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-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==", - "url": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.2.tgz", + "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": [], @@ -35694,18 +32179,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_traverse__7.23.0": { + "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_babel_traverse__7.23.0", - "package": "@babel/traverse", - "version": "7.23.0", + "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-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==", - "url": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz", + "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": [], @@ -35719,18 +32204,18 @@ "generate_bzl_library_targets": false } }, - "npm__xmlchars__2.2.0": { + "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__xmlchars__2.2.0", - "package": "xmlchars", - "version": "2.2.0", + "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-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", - "url": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "url": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35744,42 +32229,36 @@ "generate_bzl_library_targets": false } }, - "npm__data-urls__3.0.2__links": { + "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__data-urls__3.0.2__links", - "package": "data-urls", - "version": "3.0.2", + "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": { - "abab": "2.0.6", - "whatwg-mimetype": "3.0.0", - "whatwg-url": "11.0.0" + "loose-envify": "1.4.0", + "object-assign": "4.1.1", + "react-is": "16.13.1" }, "transitive_closure": { - "data-urls": [ - "3.0.2" - ], - "abab": [ - "2.0.6" - ], - "whatwg-mimetype": [ - "3.0.0" + "prop-types": [ + "15.8.1" ], - "whatwg-url": [ - "11.0.0" + "loose-envify": [ + "1.4.0" ], - "tr46": [ - "3.0.0" + "object-assign": [ + "4.1.1" ], - "webidl-conversions": [ - "7.0.0" + "react-is": [ + "16.13.1" ], - "punycode": [ - "2.3.0" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -35789,27 +32268,345 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-transform-stub__2.0.0__links": { + "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__jest-transform-stub__2.0.0__links", - "package": "jest-transform-stub", - "version": "2.0.0", - "dev": true, + "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": { - "next.js": [ - "jest-transform-stub" + "link_packages": {}, + "deps": { + "ms": "2.1.2" + }, + "transitive_closure": { + "debug": [ + "4.3.4" ], - "react": [ - "jest-transform-stub" + "ms": [ + "2.1.2" ] }, - "deps": {}, + "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": { - "jest-transform-stub": [ + "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, @@ -35819,18 +32616,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__object-is__1.1.5": { + "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__object-is__1.1.5", - "package": "object-is", - "version": "1.1.5", + "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-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", - "url": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "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": [], @@ -35844,29 +32641,20 @@ "generate_bzl_library_targets": false } }, - "npm__prompts__2.4.2__links": { + "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__prompts__2.4.2__links", - "package": "prompts", - "version": "2.4.2", - "dev": false, + "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": { - "kleur": "3.0.3", - "sisteransi": "1.0.5" - }, + "deps": {}, "transitive_closure": { - "prompts": [ - "2.4.2" - ], - "kleur": [ - "3.0.3" - ], - "sisteransi": [ - "1.0.5" + "tinybench": [ + "2.5.1" ] }, "lifecycle_build_target": false, @@ -35876,18 +32664,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__xml__1.0.1": { + "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__xml__1.0.1", - "package": "xml", - "version": "1.0.1", + "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-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==", - "url": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "url": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35901,18 +32689,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_sinclair_typebox__0.24.51": { + "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_sinclair_typebox__0.24.51", - "package": "@sinclair/typebox", - "version": "0.24.51", + "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-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", - "url": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", + "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": [], @@ -35926,18 +32714,18 @@ "generate_bzl_library_targets": false } }, - "npm__cjs-module-lexer__1.2.3": { + "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__cjs-module-lexer__1.2.3", - "package": "cjs-module-lexer", - "version": "1.2.3", + "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-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==", - "url": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "url": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -35951,18 +32739,43 @@ "generate_bzl_library_targets": false } }, - "npm__es-shim-unscopables__1.0.0": { + "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__es-shim-unscopables__1.0.0", - "package": "es-shim-unscopables", - "version": "1.0.0", + "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-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", - "url": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", + "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": [], @@ -35976,20 +32789,29 @@ "generate_bzl_library_targets": false } }, - "npm__jest-get-type__27.5.1__links": { + "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__jest-get-type__27.5.1__links", - "package": "jest-get-type", - "version": "27.5.1", - "dev": false, + "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": {}, + "deps": { + "buffer-from": "1.1.2", + "source-map": "0.6.1" + }, "transitive_closure": { - "jest-get-type": [ - "27.5.1" + "source-map-support": [ + "0.5.13" + ], + "buffer-from": [ + "1.1.2" + ], + "source-map": [ + "0.6.1" ] }, "lifecycle_build_target": false, @@ -35999,20 +32821,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__workbox-sw__6.6.0__links": { + "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__workbox-sw__6.6.0__links", - "package": "workbox-sw", - "version": "6.6.0", - "dev": false, + "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": {}, + "deps": { + "ansi-regex": "5.0.1" + }, "transitive_closure": { - "workbox-sw": [ - "6.6.0" + "strip-ansi": [ + "6.0.1" + ], + "ansi-regex": [ + "5.0.1" ] }, "lifecycle_build_target": false, @@ -36022,18 +32849,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__strip-ansi__6.0.1": { + "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__strip-ansi__6.0.1", - "package": "strip-ansi", - "version": "6.0.1", + "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-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Q/TKtsC5BPm0kGqgBIF9oXAs/xEf2vRKiIB4wCRQTJOQIByZ1d+NnUOotvJOvNpi5RNIgVOMC3pOuaP1ZTDlVg==", + "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -36047,29 +32874,34 @@ "generate_bzl_library_targets": false } }, - "npm__acorn-globals__7.0.1__links": { + "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__acorn-globals__7.0.1__links", - "package": "acorn-globals", - "version": "7.0.1", - "dev": true, + "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": { - "acorn": "8.10.0", - "acorn-walk": "8.2.0" + "@babel/types": "7.23.5" }, "transitive_closure": { - "acorn-globals": [ - "7.0.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "acorn": [ - "8.10.0" + "@babel/types": [ + "7.23.5" ], - "acorn-walk": [ - "8.2.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, @@ -36079,18 +32911,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__dom-converter__0.2.0": { + "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__dom-converter__0.2.0", - "package": "dom-converter", - "version": "0.2.0", + "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-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", - "url": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "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": [], @@ -36104,25 +32936,41 @@ "generate_bzl_library_targets": false } }, - "npm__jest-transform-stub__2.0.0": { + "npm__node-releases__2.0.13__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-transform-stub__2.0.0", - "package": "jest-transform-stub", - "version": "2.0.0", + "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_workspace": "", - "link_packages": { - "next.js": [ - "jest-transform-stub" - ], - "react": [ - "jest-transform-stub" + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-releases": [ + "2.0.13" ] }, - "integrity": "sha512-lspHaCRx/mBbnm3h4uMMS3R5aZzMwyNpNIJLXj4cEsV0mIUtS4IjYJLSoyjRCtnxb6RIGJ4NL2quZzfIeNhbkg==", - "url": "https://registry.npmjs.org/jest-transform-stub/-/jest-transform-stub-2.0.0.tgz", + "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": [], @@ -36136,59 +32984,121 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-object-rest-spread", - "version": "7.8.3_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "get-intrinsic": "1.2.1", + "gopd": "1.0.1", + "has-property-descriptors": "1.0.0" }, "transitive_closure": { - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "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.0" + "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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -36208,15 +33118,6 @@ "ms": [ "2.1.2" ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], "@babel/helper-environment-visitor": [ "7.22.20" ], @@ -36239,13 +33140,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -36254,16 +33155,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -36290,7 +33191,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -36324,18 +33225,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-module__1.0.0": { + "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__is-module__1.0.0", - "package": "is-module", - "version": "1.0.0", + "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-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", - "url": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", + "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": [], @@ -36349,63 +33250,20 @@ "generate_bzl_library_targets": false } }, - "npm__typed-array-length__1.0.4__links": { + "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__typed-array-length__1.0.4__links", - "package": "typed-array-length", - "version": "1.0.4", - "dev": false, + "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": { - "call-bind": "1.0.2", - "for-each": "0.3.3", - "is-typed-array": "1.1.12" - }, + "deps": {}, "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" + "lines-and-columns": [ + "1.2.4" ] }, "lifecycle_build_target": false, @@ -36415,95 +33273,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__html-minifier-terser__6.1.0__links": { + "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__html-minifier-terser__6.1.0__links", - "package": "html-minifier-terser", - "version": "6.1.0", - "dev": false, + "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": { - "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" - }, + "deps": {}, "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" + "svg-tags": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -36513,18 +33296,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-buffer__1.1.6": { + "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__is-buffer__1.1.6", - "package": "is-buffer", - "version": "1.1.6", + "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-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "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": [], @@ -36538,246 +33321,212 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_retry__0.12.0__links": { + "npm__at_vitest_snapshot__1.0.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_retry__0.12.0__links", - "package": "@types/retry", - "version": "0.12.0", - "dev": false, + "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": {}, - "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" + "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_types_react-dom__18.0.9__links": { + "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_types_react-dom__18.0.9__links", - "package": "@types/react-dom", - "version": "18.0.9", - "dev": false, + "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": { - "next.js": [ - "@types/react-dom" - ] - }, + "link_packages": {}, "deps": { - "@types/react": "18.0.25" + "@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": { - "@types/react-dom": [ - "18.0.9" + "@babel/plugin-transform-private-methods": [ + "7.23.3_at_babel_core_7.23.5" ], - "@types/react": [ - "18.0.25" + "@babel/core": [ + "7.23.5" ], - "@types/prop-types": [ - "15.7.8" + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.5" ], - "@types/scheduler": [ - "0.16.4" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-runtime__7.22.15__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-runtime__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-runtime", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-module-imports": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5", - "babel-plugin-polyfill-corejs2": "0.4.5_at_babel_core_7.23.0", - "babel-plugin-polyfill-corejs3": "0.8.4_at_babel_core_7.23.0", - "babel-plugin-polyfill-regenerator": "0.5.2_at_babel_core_7.23.0", - "semver": "6.3.1" - }, - "transitive_closure": { - "@babel/plugin-transform-runtime": [ - "7.22.15_at_babel_core_7.23.0" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "@babel/core": [ + "@babel/helper-environment-visitor": [ + "7.22.20" + ], + "@babel/helper-function-name": [ "7.23.0" ], - "@babel/helper-module-imports": [ - "7.22.15" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "@babel/helper-plugin-utils": [ + "@babel/helper-optimise-call-expression": [ "7.22.5" ], - "babel-plugin-polyfill-corejs2": [ - "0.4.5_at_babel_core_7.23.0" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.5" ], - "babel-plugin-polyfill-corejs3": [ - "0.8.4_at_babel_core_7.23.0" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "babel-plugin-polyfill-regenerator": [ - "0.5.2_at_babel_core_7.23.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], "semver": [ "6.3.1" ], - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" + "@babel/types": [ + "7.23.5" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "@babel/helper-string-parser": [ + "7.23.4" ], - "debug": [ - "4.3.4" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "lodash.debounce": [ - "4.0.8" + "to-fast-properties": [ + "2.0.0" ], - "resolve": [ - "1.22.6" + "@babel/template": [ + "7.22.15" ], - "is-core-module": [ - "2.13.0" + "@babel/code-frame": [ + "7.23.5" ], - "path-parse": [ - "1.0.7" + "@babel/parser": [ + "7.23.5" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "@babel/highlight": [ + "7.23.4" ], - "has": [ - "1.0.3" + "chalk": [ + "2.4.2" ], - "function-bind": [ - "1.1.1" + "ansi-styles": [ + "3.2.1" ], - "ms": [ - "2.1.2" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" + "escape-string-regexp": [ + "1.0.5" ], - "core-js-compat": [ - "3.33.0" + "supports-color": [ + "5.5.0" ], - "@babel/types": [ - "7.23.0" + "has-flag": [ + "3.0.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "color-convert": [ + "1.9.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "color-name": [ + "1.1.3" ], - "to-fast-properties": [ - "2.0.0" + "js-tokens": [ + "4.0.0" ], "@ampproject/remapping": [ "2.2.1" ], - "@babel/code-frame": [ - "7.22.13" - ], "@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" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" + "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" ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" + "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" ], @@ -36795,74 +33544,6 @@ ], "@jridgewell/set-array": [ "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-normalize-string__5.1.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-string__5.1.0__postcss_8.4.31__links", - "package": "postcss-normalize-string", - "version": "5.1.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-normalize-string": [ - "5.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" ] }, "lifecycle_build_target": false, @@ -36872,18 +33553,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__csstype__2.6.21": { + "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__csstype__2.6.21", - "package": "csstype", - "version": "2.6.21", + "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-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==", - "url": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz", + "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", + "url": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -36897,18 +33578,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_yargs-parser__21.0.1": { + "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_types_yargs-parser__21.0.1", - "package": "@types/yargs-parser", - "version": "21.0.1", + "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-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ==", - "url": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.1.tgz", + "integrity": "sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==", + "url": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.45.tgz", "commit": "", "patch_args": [], "patches": [], @@ -36922,67 +33603,88 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-netbsd-64__0.15.18__links": { + "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__esbuild-netbsd-64__0.15.18__links", - "package": "esbuild-netbsd-64", - "version": "0.15.18", + "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": {}, + "deps": { + "call-bind": "1.0.2", + "is-array-buffer": "3.0.2" + }, "transitive_closure": { - "esbuild-netbsd-64": [ - "0.15.18" + "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": true, + "lifecycle_build_target": false, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], + "lifecycle_hooks_execution_requirements": [], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__update-browserslist-db__1.0.13__browserslist_4.22.1__links": { + "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__update-browserslist-db__1.0.13__browserslist_4.22.1__links", - "package": "update-browserslist-db", - "version": "1.0.13_browserslist_4.22.1", - "dev": false, + "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": { - "browserslist": "4.22.1", - "escalade": "3.1.1", - "picocolors": "1.0.0" - }, + "deps": {}, "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" + "he": [ + "1.2.0" ] }, "lifecycle_build_target": false, @@ -36992,18 +33694,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__language-tags__1.0.5": { + "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__language-tags__1.0.5", - "package": "language-tags", - "version": "1.0.5", + "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-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", - "url": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "url": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -37017,25 +33719,185 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_connect__3.4.36__links": { + "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_types_connect__3.4.36__links", - "package": "@types/connect", - "version": "3.4.36", - "dev": false, + "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": { - "@types/node": "18.11.9" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@types/connect": [ - "3.4.36" + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.5" ], - "@types/node": [ - "18.11.9" + "@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, @@ -37045,20 +33907,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__asynckit__0.4.0__links": { + "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__asynckit__0.4.0__links", - "package": "asynckit", - "version": "0.4.0", - "dev": false, + "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": { - "asynckit": [ - "0.4.0" + "media-typer": [ + "0.3.0" ] }, "lifecycle_build_target": false, @@ -37068,28 +33930,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__minimatch__5.1.6__links": { + "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__minimatch__5.1.6__links", - "package": "minimatch", - "version": "5.1.6", - "dev": false, + "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": { - "brace-expansion": "2.0.1" - }, + "deps": {}, "transitive_closure": { - "minimatch": [ - "5.1.6" - ], - "brace-expansion": [ - "2.0.1" - ], - "balanced-match": [ - "1.0.2" + "cssom": [ + "0.5.0" ] }, "lifecycle_build_target": false, @@ -37099,18 +33953,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__type-check__0.3.2": { + "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__type-check__0.3.2", - "package": "type-check", - "version": "0.3.2", + "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-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", - "url": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", + "url": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -37124,41 +33978,18 @@ "generate_bzl_library_targets": false } }, - "npm__domelementtype__1.3.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__domelementtype__1.3.1__links", - "package": "domelementtype", - "version": "1.3.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "domelementtype": [ - "1.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__esbuild-netbsd-64__0.15.18": { + "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__esbuild-netbsd-64__0.15.18", - "package": "esbuild-netbsd-64", - "version": "0.15.18", + "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-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==", - "url": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.18.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -37167,27 +33998,23 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_jest_console__28.1.3": { + "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__at_jest_console__28.1.3", - "package": "@jest/console", - "version": "28.1.3", + "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-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", - "url": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", + "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": [], @@ -37201,18 +34028,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_generator__7.23.0": { + "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__at_babel_generator__7.23.0", - "package": "@babel/generator", - "version": "7.23.0", + "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-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", - "url": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -37226,100 +34053,161 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-place__7.0.5__postcss_8.4.31__links": { + "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__postcss-place__7.0.5__postcss_8.4.31__links", - "package": "postcss-place", - "version": "7.0.5_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "@babel/core": "7.23.5" }, "transitive_closure": { - "postcss-place": [ - "7.0.5_postcss_8.4.31" + "@svgr/babel-plugin-remove-jsx-empty-expression": [ + "8.0.0_at_babel_core_7.23.5" ], - "postcss": [ - "8.4.31" + "@babel/core": [ + "7.23.5" ], - "postcss-value-parser": [ - "4.2.0" + "@ampproject/remapping": [ + "2.2.1" ], - "nanoid": [ - "3.3.6" + "@babel/code-frame": [ + "7.23.5" ], - "picocolors": [ - "1.0.0" + "@babel/generator": [ + "7.23.5" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jsesc__0.5.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsesc__0.5.0", - "package": "jsesc", - "version": "0.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "url": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_highlight__7.22.20__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_highlight__7.22.20__links", - "package": "@babel/highlight", - "version": "7.22.20", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-validator-identifier": "7.22.20", - "chalk": "2.4.2", - "js-tokens": "4.0.0" - }, - "transitive_closure": { - "@babel/highlight": [ - "7.22.20" + "@babel/helper-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" ], - "js-tokens": [ - "4.0.0" - ], "ansi-styles": [ "3.2.1" ], @@ -37337,6 +34225,9 @@ ], "color-name": [ "1.1.3" + ], + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -37346,68 +34237,64 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_test-sequencer__27.5.1": { + "npm__tinypool__0.8.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-sequencer__27.5.1", - "package": "@jest/test-sequencer", - "version": "27.5.1", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", - "url": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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-extglob__2.1.1": { + "npm__is-fullwidth-code-point__3.0.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-extglob__2.1.1", - "package": "is-extglob", - "version": "2.1.1", + "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_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 + "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__w3c-hr-time__1.0.2": { + "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__w3c-hr-time__1.0.2", - "package": "w3c-hr-time", - "version": "1.0.2", + "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-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", - "url": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "url": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -37421,68 +34308,79 @@ "generate_bzl_library_targets": false } }, - "npm__bonjour-service__1.1.1": { + "npm__at_esbuild_linux-s390x__0.19.8__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__bonjour-service__1.1.1", - "package": "bonjour-service", - "version": "1.1.1", + "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_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 + "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__postcss-media-minmax__5.0.0__postcss_8.4.31": { + "npm__at_rollup_pluginutils__5.1.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-media-minmax__5.0.0__postcss_8.4.31", - "package": "postcss-media-minmax", - "version": "5.0.0_postcss_8.4.31", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", - "url": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__postcss-selector-parser__6.0.13": { + "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__postcss-selector-parser__6.0.13", - "package": "postcss-selector-parser", - "version": "6.0.13", + "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-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", - "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", + "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==", + "url": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -37496,18 +34394,18 @@ "generate_bzl_library_targets": false } }, - "npm__minimist__1.2.8": { + "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__minimist__1.2.8", - "package": "minimist", - "version": "1.2.8", + "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-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "url": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-oyl4jvAfTGX9Bt6Or4H9ni1Z447/tQuxnZsytsCaExKlmJiU8sFgnIBRzJUpKwB5eWn9HuBYlUlVA74q/yN0eQ==", + "url": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -37521,69 +34419,43 @@ "generate_bzl_library_targets": false } }, - "npm__normalize-package-data__2.5.0": { + "npm__deepmerge__4.3.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__normalize-package-data__2.5.0", - "package": "normalize-package-data", - "version": "2.5.0", + "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_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 + "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__postcss-pseudo-class-any-link__7.1.6__postcss_8.4.31__links": { + "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__postcss-pseudo-class-any-link__7.1.6__postcss_8.4.31__links", - "package": "postcss-pseudo-class-any-link", - "version": "7.1.6_postcss_8.4.31", + "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": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, + "deps": {}, "transitive_closure": { - "postcss-pseudo-class-any-link": [ - "7.1.6_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ + "has-flag": [ "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" ] }, "lifecycle_build_target": false, @@ -37593,139 +34465,77 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_leichtgewicht_ip-codec__2.0.4": { + "npm__once__1.4.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "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", + "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_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 + "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__postcss-initial__4.0.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-initial__4.0.1__postcss_8.4.31", - "package": "postcss-initial", - "version": "4.0.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", - "url": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__esquery__1.5.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esquery__1.5.0", - "package": "esquery", - "version": "1.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", - "url": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__prop-types__15.8.1__links": { + "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__prop-types__15.8.1__links", - "package": "prop-types", - "version": "15.8.1", - "dev": false, + "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": { - "loose-envify": "1.4.0", - "object-assign": "4.1.1", - "react-is": "16.13.1" + "@babel/parser": "7.23.0", + "@vue/shared": "3.2.37", + "estree-walker": "2.0.2", + "source-map": "0.6.1" }, "transitive_closure": { - "prop-types": [ - "15.8.1" + "@vue/compiler-core": [ + "3.2.37" ], - "loose-envify": [ - "1.4.0" + "@babel/parser": [ + "7.23.0" ], - "object-assign": [ - "4.1.1" + "@vue/shared": [ + "3.2.37" ], - "react-is": [ - "16.13.1" + "estree-walker": [ + "2.0.2" ], - "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" + "source-map": [ + "0.6.1" ], - "ms": [ - "2.1.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, @@ -37735,297 +34545,79 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-plugin-react-hooks__4.6.0__eslint_8.28.0__links": { + "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__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", + "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": { - "eslint": "8.28.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" }, "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" + "globby": [ + "11.1.0" ], - "glob-parent": [ - "6.0.2" + "array-union": [ + "2.1.0" ], - "globals": [ - "13.22.0" + "dir-glob": [ + "3.0.1" ], - "grapheme-splitter": [ - "1.0.4" + "fast-glob": [ + "3.3.1" ], "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" + "merge2": [ + "1.4.1" ], - "lodash.merge": [ - "4.6.2" + "slash": [ + "3.0.0" ], - "minimatch": [ - "3.1.2" + "@nodelib/fs.stat": [ + "2.0.5" ], - "natural-compare": [ - "1.4.0" + "@nodelib/fs.walk": [ + "1.2.8" ], - "optionator": [ - "0.9.3" + "glob-parent": [ + "5.1.2" ], - "regexpp": [ - "3.2.0" + "micromatch": [ + "4.0.5" ], - "strip-ansi": [ - "6.0.1" + "braces": [ + "3.0.2" ], - "strip-json-comments": [ - "3.1.1" + "picomatch": [ + "2.3.1" ], - "text-table": [ - "0.2.0" + "fill-range": [ + "7.0.1" ], - "ansi-regex": [ + "to-regex-range": [ "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" + "is-number": [ + "7.0.0" ], - "argparse": [ - "2.0.1" + "is-glob": [ + "4.0.3" ], "is-extglob": [ "2.1.1" ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "type-fest": [ - "0.20.2" - ], - "locate-path": [ - "6.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "5.0.0" - ], - "p-limit": [ - "3.1.0" - ], - "yocto-queue": [ - "0.1.0" - ], - "flat-cache": [ - "3.1.0" - ], - "flatted": [ - "3.2.9" - ], - "keyv": [ - "4.5.3" - ], - "rimraf": [ - "3.0.2" - ], - "glob": [ - "7.2.3" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "json-buffer": [ - "3.0.1" - ], - "estraverse": [ - "5.3.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "esrecurse": [ - "4.3.0" - ], - "ms": [ - "2.1.2" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "ansi-styles": [ - "4.3.0" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], "@nodelib/fs.scandir": [ "2.1.5" ], @@ -38035,17 +34627,14 @@ "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" + "path-type": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -38055,18 +34644,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-fullwidth-code-point__3.0.0": { + "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-fullwidth-code-point__3.0.0", - "package": "is-fullwidth-code-point", - "version": "3.0.0", + "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-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "url": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "url": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -38080,20 +34669,20 @@ "generate_bzl_library_targets": false } }, - "npm__css-select-base-adapter__0.1.1__links": { + "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__css-select-base-adapter__0.1.1__links", - "package": "css-select-base-adapter", - "version": "0.1.1", + "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": { - "css-select-base-adapter": [ - "0.1.1" + "ms": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -38103,18 +34692,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__compressible__2.0.18": { + "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__compressible__2.0.18", - "package": "compressible", - "version": "2.0.18", + "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-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "url": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", + "url": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -38128,18 +34740,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_html-minifier-terser__6.1.0": { + "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__at_types_html-minifier-terser__6.1.0", - "package": "@types/html-minifier-terser", - "version": "6.1.0", + "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-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", - "url": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "url": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -38153,18 +34765,18 @@ "generate_bzl_library_targets": false } }, - "npm__dequal__2.0.3": { + "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__dequal__2.0.3", - "package": "dequal", - "version": "2.0.3", + "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-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "url": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "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": [], @@ -38178,18 +34790,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_typescript-eslint_types__5.44.0": { + "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__at_typescript-eslint_types__5.44.0", - "package": "@typescript-eslint/types", - "version": "5.44.0", + "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-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==", - "url": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.44.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -38203,29 +34815,20 @@ "generate_bzl_library_targets": false } }, - "npm__source-map-support__0.5.13__links": { + "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__source-map-support__0.5.13__links", - "package": "source-map-support", - "version": "0.5.13", + "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": { - "buffer-from": "1.1.2", - "source-map": "0.6.1" - }, + "deps": {}, "transitive_closure": { - "source-map-support": [ - "0.5.13" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" + "@types/range-parser": [ + "1.2.5" ] }, "lifecycle_build_target": false, @@ -38235,25 +34838,38 @@ "npm_translate_lock_repo": "npm" } }, - "npm__strip-ansi__6.0.1__links": { + "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__strip-ansi__6.0.1__links", - "package": "strip-ansi", - "version": "6.0.1", - "dev": false, + "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": { - "ansi-regex": "5.0.1" + "whatwg-mimetype": "4.0.0", + "whatwg-url": "14.0.0" }, "transitive_closure": { - "strip-ansi": [ - "6.0.1" + "data-urls": [ + "5.0.0" ], - "ansi-regex": [ - "5.0.1" + "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, @@ -38263,18 +34879,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__magic-string__0.30.4": { + "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__magic-string__0.30.4", - "package": "magic-string", - "version": "0.30.4", + "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-Q/TKtsC5BPm0kGqgBIF9oXAs/xEf2vRKiIB4wCRQTJOQIByZ1d+NnUOotvJOvNpi5RNIgVOMC3pOuaP1ZTDlVg==", - "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.4.tgz", + "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": [], @@ -38288,34 +34904,48 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_helper-simple-access__7.22.5__links": { + "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_babel_helper-simple-access__7.22.5__links", - "package": "@babel/helper-simple-access", - "version": "7.22.5", - "dev": false, + "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": { - "@babel/types": "7.23.0" + "boolbase": "1.0.0" }, "transitive_closure": { - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "nth-check": [ + "2.1.1" ], - "to-fast-properties": [ - "2.0.0" + "boolbase": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -38325,18 +34955,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_typescript-eslint_visitor-keys__5.62.0": { + "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__at_typescript-eslint_visitor-keys__5.62.0", - "package": "@typescript-eslint/visitor-keys", - "version": "5.62.0", + "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-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", - "url": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "url": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -38350,41 +34980,18 @@ "generate_bzl_library_targets": false } }, - "npm__node-releases__2.0.13__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__node-releases__2.0.13__links", - "package": "node-releases", - "version": "2.0.13", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "node-releases": [ - "2.0.13" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_jsdom__20.0.1": { + "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__at_types_jsdom__20.0.1", - "package": "@types/jsdom", - "version": "20.0.1", + "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-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==", - "url": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz", + "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==", + "url": "https://registry.npmjs.org/keyv/-/keyv-4.5.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -38398,66 +35005,18 @@ "generate_bzl_library_targets": false } }, - "npm__define-data-property__1.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__define-data-property__1.1.0__links", - "package": "define-data-property", - "version": "1.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "get-intrinsic": "1.2.1", - "gopd": "1.0.1", - "has-property-descriptors": "1.0.0" - }, - "transitive_closure": { - "define-data-property": [ - "1.1.0" - ], - "get-intrinsic": [ - "1.2.1" - ], - "gopd": [ - "1.0.1" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_runtime-core__3.3.4": { + "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__at_vue_runtime-core__3.3.4", - "package": "@vue/runtime-core", - "version": "3.3.4", + "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-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==", - "url": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.3.4.tgz", + "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==", + "url": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -38471,141 +35030,50 @@ "generate_bzl_library_targets": false } }, - "npm__lines-and-columns__1.2.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__lines-and-columns__1.2.4__links", - "package": "lines-and-columns", - "version": "1.2.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "lines-and-columns": [ - "1.2.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-discard-overridden__5.1.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-overridden__5.1.0__postcss_8.4.31__links", - "package": "postcss-discard-overridden", - "version": "5.1.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "postcss-discard-overridden": [ - "5.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__svg-tags__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__svg-tags__1.0.0__links", - "package": "svg-tags", - "version": "1.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "svg-tags": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__global-modules__2.0.0__links": { + "npm__jest-junit__16.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__global-modules__2.0.0__links", - "package": "global-modules", - "version": "2.0.0", - "dev": false, + "name": "aspect_rules_js~1.32.6~npm~npm__jest-junit__16.0.0", + "package": "jest-junit", + "version": "16.0.0", "root_package": "", - "link_packages": {}, - "deps": { - "global-prefix": "3.0.0" - }, - "transitive_closure": { - "global-modules": [ - "2.0.0" - ], - "global-prefix": [ - "3.0.0" - ], - "ini": [ - "1.3.8" - ], - "kind-of": [ - "6.0.3" - ], - "which": [ - "1.3.1" + "link_workspace": "", + "link_packages": { + "next.js": [ + "jest-junit" ], - "isexe": [ - "2.0.0" + "react": [ + "jest-junit" ] }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__tough-cookie__4.1.3": { + "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__tough-cookie__4.1.3", - "package": "tough-cookie", - "version": "4.1.3", + "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-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", - "url": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "url": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -38619,18 +35087,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_test-result__29.7.0": { + "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_jest_test-result__29.7.0", - "package": "@jest/test-result", - "version": "29.7.0", + "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-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", - "url": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", + "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": [], @@ -38644,18 +35112,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_runtime-core__3.2.45": { + "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__at_vue_runtime-core__3.2.45", - "package": "@vue/runtime-core", - "version": "3.2.45", + "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-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==", - "url": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.45.tgz", + "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": [], @@ -38669,131 +35137,224 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.0__links", - "package": "@babel/plugin-proposal-private-property-in-object", - "version": "7.21.11_at_babel_core_7.23.0", - "dev": false, + "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": {}, + "link_packages": { + "react": [ + "vite-plugin-svgr" + ] + }, "deps": { - "@babel/core": "7.23.0", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.23.0" + "@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": { - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.11_at_babel_core_7.23.0" + "vite-plugin-svgr": [ + "4.2.0_typescript_4.9.3__vite_3.2.7" ], - "@babel/core": [ - "7.23.0" + "@rollup/pluginutils": [ + "5.1.0" ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "@svgr/core": [ + "8.1.0_typescript_4.9.3" ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "@svgr/plugin-jsx": [ + "8.1.0_at_svgr_core_8.1.0" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "vite": [ + "3.2.7" ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.0" + "esbuild": [ + "0.15.18" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "postcss": [ + "8.4.31" ], - "@babel/helper-function-name": [ - "7.23.0" + "resolve": [ + "1.22.6" ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" + "rollup": [ + "2.79.1" ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" + "fsevents": [ + "2.3.3" ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" + "is-core-module": [ + "2.13.0" ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" + "path-parse": [ + "1.0.7" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "semver": [ - "6.3.1" + "has": [ + "1.0.3" ], - "@babel/types": [ - "7.23.0" + "function-bind": [ + "1.1.1" ], - "@babel/helper-string-parser": [ - "7.22.5" + "nanoid": [ + "3.3.6" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "picocolors": [ + "1.0.0" ], - "to-fast-properties": [ - "2.0.0" + "source-map-js": [ + "1.0.2" ], - "@babel/template": [ - "7.22.15" + "@esbuild/android-arm": [ + "0.15.18" ], - "@babel/code-frame": [ - "7.22.13" + "@esbuild/linux-loong64": [ + "0.15.18" ], - "@babel/parser": [ - "7.23.0" + "esbuild-android-64": [ + "0.15.18" ], - "@babel/highlight": [ - "7.22.20" + "esbuild-android-arm64": [ + "0.15.18" ], - "chalk": [ - "2.4.2" + "esbuild-darwin-64": [ + "0.15.18" ], - "ansi-styles": [ - "3.2.1" + "esbuild-darwin-arm64": [ + "0.15.18" ], - "escape-string-regexp": [ - "1.0.5" + "esbuild-freebsd-64": [ + "0.15.18" ], - "supports-color": [ - "5.5.0" + "esbuild-freebsd-arm64": [ + "0.15.18" ], - "has-flag": [ - "3.0.0" + "esbuild-linux-32": [ + "0.15.18" ], - "color-convert": [ - "1.9.3" + "esbuild-linux-64": [ + "0.15.18" ], - "color-name": [ - "1.1.3" + "esbuild-linux-arm": [ + "0.15.18" ], - "js-tokens": [ - "4.0.0" + "esbuild-linux-arm64": [ + "0.15.18" ], - "@ampproject/remapping": [ - "2.2.1" + "esbuild-linux-mips64le": [ + "0.15.18" ], - "@babel/generator": [ - "7.23.0" + "esbuild-linux-ppc64le": [ + "0.15.18" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "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.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.5" + ], + "@babel/template": [ + "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -38807,12 +35368,24 @@ "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" ], @@ -38823,13 +35396,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -38838,23 +35411,20 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" ], - "picocolors": [ - "1.0.0" - ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -38872,74 +35442,102 @@ ], "@jridgewell/set-array": [ "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__array-buffer-byte-length__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array-buffer-byte-length__1.0.0__links", - "package": "array-buffer-byte-length", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "is-array-buffer": "3.0.2" - }, - "transitive_closure": { - "array-buffer-byte-length": [ - "1.0.0" ], - "call-bind": [ - "1.0.2" + "@babel/highlight": [ + "7.23.4" ], - "is-array-buffer": [ - "3.0.2" + "chalk": [ + "2.4.2" ], - "get-intrinsic": [ - "1.2.1" + "ansi-styles": [ + "3.2.1" ], - "is-typed-array": [ - "1.1.12" + "escape-string-regexp": [ + "1.0.5" ], - "which-typed-array": [ - "1.1.11" + "supports-color": [ + "5.5.0" ], - "available-typed-arrays": [ - "1.0.5" + "has-flag": [ + "3.0.0" ], - "for-each": [ - "0.3.3" + "color-convert": [ + "1.9.3" ], - "gopd": [ - "1.0.1" + "color-name": [ + "1.1.3" ], - "has-tostringtag": [ - "1.0.0" + "js-tokens": [ + "4.0.0" ], - "has-symbols": [ - "1.0.3" + "camelcase": [ + "6.3.0" ], - "is-callable": [ - "1.2.7" + "cosmiconfig": [ + "8.3.6_typescript_4.9.3" ], - "function-bind": [ - "1.1.1" + "snake-case": [ + "3.0.4" ], - "has": [ - "1.0.3" + "dot-case": [ + "3.0.4" ], - "has-proto": [ + "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, @@ -38949,64 +35547,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-regex-util__28.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-regex-util__28.0.2__links", - "package": "jest-regex-util", - "version": "28.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "jest-regex-util": [ - "28.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__he__1.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__he__1.2.0__links", - "package": "he", - "version": "1.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "he": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-import-assertions__7.22.5__at_babel_core_7.23.0": { + "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_babel_plugin-syntax-import-assertions__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-import-assertions", - "version": "7.22.5_at_babel_core_7.23.0", + "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-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz", + "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", + "url": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -39020,59 +35572,43 @@ "generate_bzl_library_targets": false } }, - "npm__at_csstools_postcss-normalize-display-values__1.0.1__postcss_8.4.31__links": { + "npm__electron-to-chromium__1.4.608": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-normalize-display-values__1.0.1__postcss_8.4.31__links", - "package": "@csstools/postcss-normalize-display-values", - "version": "1.0.1_postcss_8.4.31", - "dev": false, + "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": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "@csstools/postcss-normalize-display-values": [ - "1.0.1_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__locate-path__3.0.0": { + "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__locate-path__3.0.0", - "package": "locate-path", - "version": "3.0.0", + "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-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "url": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "url": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -39086,18 +35622,18 @@ "generate_bzl_library_targets": false } }, - "npm__regenerate-unicode-properties__10.1.1": { + "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__regenerate-unicode-properties__10.1.1", - "package": "regenerate-unicode-properties", - "version": "10.1.1", + "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-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", - "url": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", + "url": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -39111,20 +35647,20 @@ "generate_bzl_library_targets": false } }, - "npm__media-typer__0.3.0__links": { + "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__media-typer__0.3.0__links", - "package": "media-typer", - "version": "0.3.0", - "dev": false, + "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": { - "media-typer": [ - "0.3.0" + "regenerator-runtime": [ + "0.14.0" ] }, "lifecycle_build_target": false, @@ -39134,20 +35670,181 @@ "npm_translate_lock_repo": "npm" } }, - "npm__cssom__0.5.0__links": { + "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__cssom__0.5.0__links", - "package": "cssom", - "version": "0.5.0", + "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": {}, + "deps": { + "@babel/core": "7.23.5" + }, "transitive_closure": { - "cssom": [ - "0.5.0" + "@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, @@ -39157,43 +35854,18 @@ "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": { + "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__ansi-styles__5.2.0", - "package": "ansi-styles", - "version": "5.2.0", + "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-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "url": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -39207,18 +35879,18 @@ "generate_bzl_library_targets": false } }, - "npm__babel-preset-react-app__10.0.1": { + "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__babel-preset-react-app__10.0.1", - "package": "babel-preset-react-app", - "version": "10.0.1", + "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-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==", - "url": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz", + "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": [], @@ -39232,18 +35904,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-private-property-in-object__7.22.11__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-private-property-in-object__7.22.11__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-private-property-in-object", - "version": "7.22.11_at_babel_core_7.23.0", + "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-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.11.tgz", + "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": [], @@ -39257,18 +35929,18 @@ "generate_bzl_library_targets": false } }, - "npm__schema-utils__4.2.0": { + "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__schema-utils__4.2.0", - "package": "schema-utils", - "version": "4.2.0", + "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-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -39282,20 +35954,41 @@ "generate_bzl_library_targets": false } }, - "npm__is-fullwidth-code-point__3.0.0__links": { + "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__is-fullwidth-code-point__3.0.0__links", - "package": "is-fullwidth-code-point", - "version": "3.0.0", - "dev": false, + "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": {}, + "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": { - "is-fullwidth-code-point": [ - "3.0.0" + "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, @@ -39305,18 +35998,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__regexpu-core__5.3.2": { + "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__regexpu-core__5.3.2", - "package": "regexpu-core", - "version": "5.3.2", + "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-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "url": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "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": [], @@ -39330,18 +36023,18 @@ "generate_bzl_library_targets": false } }, - "npm__acorn__7.4.1": { + "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__acorn__7.4.1", - "package": "acorn", - "version": "7.4.1", + "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-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "url": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "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": [], @@ -39355,43 +36048,202 @@ "generate_bzl_library_targets": false } }, - "npm__at_sinonjs_commons__1.8.6": { + "npm__at_humanwhocodes_object-schema__1.2.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_commons__1.8.6", - "package": "@sinonjs/commons", - "version": "1.8.6", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", - "url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__string-natural-compare__3.0.1": { + "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__string-natural-compare__3.0.1", - "package": "string-natural-compare", - "version": "3.0.1", + "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-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==", - "url": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", + "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": [], @@ -39405,18 +36257,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-class-properties__7.22.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-class-properties__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-class-properties", - "version": "7.22.5_at_babel_core_7.23.0", + "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-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "url": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", "commit": "", "patch_args": [], "patches": [], @@ -39430,18 +36282,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_body-parser__1.19.3": { + "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__at_types_body-parser__1.19.3", - "package": "@types/body-parser", - "version": "1.19.3", + "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-oyl4jvAfTGX9Bt6Or4H9ni1Z447/tQuxnZsytsCaExKlmJiU8sFgnIBRzJUpKwB5eWn9HuBYlUlVA74q/yN0eQ==", - "url": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.3.tgz", + "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": [], @@ -39455,18 +36307,18 @@ "generate_bzl_library_targets": false } }, - "npm__webpack-sources__2.3.1": { + "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__webpack-sources__2.3.1", - "package": "webpack-sources", - "version": "2.3.1", + "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-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==", - "url": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "url": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -39480,43 +36332,29 @@ "generate_bzl_library_targets": false } }, - "npm__deepmerge__4.3.1__links": { + "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__deepmerge__4.3.1__links", - "package": "deepmerge", - "version": "4.3.1", - "dev": false, + "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": {}, - "transitive_closure": { - "deepmerge": [ - "4.3.1" - ] + "deps": { + "@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__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" + "@typescript-eslint/visitor-keys": [ + "5.62.0" + ], + "@typescript-eslint/types": [ + "5.62.0" + ], + "eslint-visitor-keys": [ + "3.4.3" ] }, "lifecycle_build_target": false, @@ -39526,319 +36364,395 @@ "npm_translate_lock_repo": "npm" } }, - "npm__once__1.4.0__links": { + "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_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__once__1.4.0__links", - "package": "once", - "version": "1.4.0", - "dev": false, + "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": {}, - "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" + "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_babel_preset-react__7.22.15__at_babel_core_7.23.0__links": { + "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_babel_preset-react__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/preset-react", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-validator-option": "7.22.15", - "@babel/plugin-transform-react-display-name": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-react-jsx": "7.22.15_at_babel_core_7.23.0", - "@babel/plugin-transform-react-jsx-development": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-react-pure-annotations": "7.22.5_at_babel_core_7.23.0" + "@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": { - "@babel/preset-react": [ - "7.22.15_at_babel_core_7.23.0" + "@typescript-eslint/utils": [ + "5.62.0_1767590274" ], - "@babel/core": [ - "7.23.0" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@types/json-schema": [ + "7.0.13" ], - "@babel/helper-validator-option": [ - "7.22.15" + "@types/semver": [ + "7.5.3" ], - "@babel/plugin-transform-react-display-name": [ - "7.22.5_at_babel_core_7.23.0" + "@typescript-eslint/scope-manager": [ + "5.62.0" ], - "@babel/plugin-transform-react-jsx": [ - "7.22.15_at_babel_core_7.23.0" + "@typescript-eslint/types": [ + "5.62.0" ], - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.23.0" + "@typescript-eslint/typescript-estree": [ + "5.62.0_typescript_4.9.3" ], - "@babel/plugin-transform-react-pure-annotations": [ - "7.22.5_at_babel_core_7.23.0" + "eslint": [ + "8.55.0" ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "eslint-scope": [ + "7.2.2", + "5.1.1" ], - "@babel/types": [ - "7.23.0" + "semver": [ + "7.5.4" ], - "@babel/helper-string-parser": [ - "7.22.5" + "lru-cache": [ + "6.0.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "yallist": [ + "4.0.0" ], - "to-fast-properties": [ - "2.0.0" + "esrecurse": [ + "4.3.0" ], - "@babel/helper-module-imports": [ - "7.22.15" + "estraverse": [ + "5.3.0", + "4.3.0" ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@ampproject/remapping": [ - "2.2.1" + "@eslint-community/regexpp": [ + "4.10.0" ], - "@babel/code-frame": [ - "7.22.13" + "@eslint/eslintrc": [ + "2.1.4" ], - "@babel/generator": [ - "7.23.0" + "@eslint/js": [ + "8.55.0" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "@humanwhocodes/config-array": [ + "0.11.13" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "@humanwhocodes/module-importer": [ + "1.0.1" ], - "@babel/helpers": [ - "7.23.1" + "@nodelib/fs.walk": [ + "1.2.8" ], - "@babel/parser": [ - "7.23.0" + "@ungap/structured-clone": [ + "1.2.0" ], - "@babel/template": [ - "7.22.15" + "ajv": [ + "6.12.6" ], - "@babel/traverse": [ - "7.23.0" + "chalk": [ + "4.1.2" ], - "convert-source-map": [ - "2.0.0" + "cross-spawn": [ + "7.0.3" ], "debug": [ "4.3.4" ], - "gensync": [ - "1.0.0-beta.2" + "doctrine": [ + "3.0.0" ], - "json5": [ - "2.2.3" + "escape-string-regexp": [ + "4.0.0" ], - "semver": [ - "6.3.1" + "eslint-visitor-keys": [ + "3.4.3" ], - "ms": [ - "2.1.2" + "espree": [ + "9.6.1" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "esquery": [ + "1.5.0" ], - "@babel/helper-function-name": [ - "7.23.0" + "esutils": [ + "2.0.3" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "fast-deep-equal": [ + "3.1.3" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" ], "globals": [ - "11.12.0" + "13.22.0" ], - "@babel/helper-simple-access": [ - "7.22.5" + "graphemer": [ + "1.4.0" ], - "@babel/compat-data": [ - "7.22.20" + "ignore": [ + "5.2.4" ], - "browserslist": [ - "4.22.1" + "imurmurhash": [ + "0.1.4" ], - "lru-cache": [ - "5.1.1" + "is-glob": [ + "4.0.3" ], - "yallist": [ - "3.1.1" + "is-path-inside": [ + "3.0.3" ], - "caniuse-lite": [ - "1.0.30001542" + "js-yaml": [ + "4.1.0" ], - "electron-to-chromium": [ - "1.4.539" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "node-releases": [ - "2.0.13" + "levn": [ + "0.4.1" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "lodash.merge": [ + "4.6.2" ], - "escalade": [ - "3.1.1" + "minimatch": [ + "3.1.2" ], - "picocolors": [ + "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" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "inflight": [ + "1.0.6" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "inherits": [ + "2.0.4" ], - "jsesc": [ - "2.5.2" + "once": [ + "1.4.0" ], - "@jridgewell/resolve-uri": [ + "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" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "shebang-command": [ + "2.0.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "which": [ + "2.0.2" ], - "@babel/highlight": [ - "7.22.20" + "isexe": [ + "2.0.0" ], - "chalk": [ - "2.4.2" + "shebang-regex": [ + "3.0.0" ], "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" + "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" ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_compiler-core__3.2.37__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-core__3.2.37__links", - "package": "@vue/compiler-core", - "version": "3.2.37", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/parser": "7.23.0", - "@vue/shared": "3.2.37", - "estree-walker": "2.0.2", - "source-map": "0.6.1" - }, - "transitive_closure": { - "@vue/compiler-core": [ - "3.2.37" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@babel/parser": [ - "7.23.0" + "json-schema-traverse": [ + "0.4.1" ], - "@vue/shared": [ - "3.2.37" + "uri-js": [ + "4.4.1" ], - "estree-walker": [ - "2.0.2" + "punycode": [ + "2.3.1" ], - "source-map": [ - "0.6.1" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "@babel/types": [ - "7.23.0" + "fastq": [ + "1.15.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "reusify": [ + "1.0.4" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "@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" ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__globby__11.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__globby__11.1.0__links", - "package": "globby", - "version": "11.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "array-union": "2.1.0", - "dir-glob": "3.0.1", - "fast-glob": "3.3.1", - "ignore": "5.2.4", - "merge2": "1.4.1", - "slash": "3.0.0" - }, - "transitive_closure": { "globby": [ "11.1.0" ], + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "typescript": [ + "4.9.3" + ], + "tslib": [ + "1.14.1" + ], "array-union": [ "2.1.0" ], @@ -39848,24 +36762,12 @@ "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" ], @@ -39884,27 +36786,6 @@ "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" ] @@ -39916,18 +36797,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-map__2.0.2": { + "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__is-map__2.0.2", - "package": "is-map", - "version": "2.0.2", + "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-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", - "url": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "url": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -39941,43 +36822,20 @@ "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": { + "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__natural-compare-lite__1.4.0__links", - "package": "natural-compare-lite", - "version": "1.4.0", - "dev": false, + "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": { - "natural-compare-lite": [ - "1.4.0" + "is-path-inside": [ + "3.0.3" ] }, "lifecycle_build_target": false, @@ -39987,93 +36845,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-finalizationregistry__1.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-finalizationregistry__1.0.2", - "package": "is-finalizationregistry", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", - "url": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__rimraf__3.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__rimraf__3.0.2", - "package": "rimraf", - "version": "3.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "url": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__react-error-overlay__6.0.11": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-error-overlay__6.0.11", - "package": "react-error-overlay", - "version": "6.0.11", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==", - "url": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__supports-color__7.2.0": { + "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__supports-color__7.2.0", - "package": "supports-color", - "version": "7.2.0", + "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-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "url": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -40087,211 +36870,397 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_range-parser__1.2.5__links": { + "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_types_range-parser__1.2.5__links", - "package": "@types/range-parser", - "version": "1.2.5", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "@types/range-parser": [ - "1.2.5" + "link_packages": { + "react": [ + "@typescript-eslint/parser" ] }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-react-pure-annotations__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-pure-annotations__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-react-pure-annotations", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, "deps": { - "@babel/core": "7.23.0", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-plugin-utils": "7.22.5" + "@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": { - "@babel/plugin-transform-react-pure-annotations": [ - "7.22.5_at_babel_core_7.23.0" + "@typescript-eslint/parser": [ + "5.44.0_1767590274" ], - "@babel/core": [ - "7.23.0" + "@typescript-eslint/scope-manager": [ + "5.44.0" ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "@typescript-eslint/types": [ + "5.44.0" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" ], - "@babel/types": [ - "7.23.0" + "debug": [ + "4.3.4" ], - "@babel/helper-string-parser": [ - "7.22.5" + "eslint": [ + "8.55.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "typescript": [ + "4.9.3" ], - "to-fast-properties": [ - "2.0.0" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], - "@ampproject/remapping": [ - "2.2.1" + "@eslint-community/regexpp": [ + "4.10.0" ], - "@babel/code-frame": [ - "7.22.13" + "@eslint/eslintrc": [ + "2.1.4" ], - "@babel/generator": [ - "7.23.0" + "@eslint/js": [ + "8.55.0" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "@humanwhocodes/config-array": [ + "0.11.13" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "@humanwhocodes/module-importer": [ + "1.0.1" ], - "@babel/helpers": [ - "7.23.1" + "@nodelib/fs.walk": [ + "1.2.8" ], - "@babel/parser": [ - "7.23.0" + "@ungap/structured-clone": [ + "1.2.0" ], - "@babel/template": [ - "7.22.15" + "ajv": [ + "6.12.6" ], - "@babel/traverse": [ - "7.23.0" + "chalk": [ + "4.1.2" ], - "convert-source-map": [ - "2.0.0" + "cross-spawn": [ + "7.0.3" ], - "debug": [ - "4.3.4" + "doctrine": [ + "3.0.0" ], - "gensync": [ - "1.0.0-beta.2" + "escape-string-regexp": [ + "4.0.0" ], - "json5": [ - "2.2.3" + "eslint-scope": [ + "7.2.2" ], - "semver": [ - "6.3.1" + "eslint-visitor-keys": [ + "3.4.3" ], - "ms": [ - "2.1.2" + "espree": [ + "9.6.1" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "esquery": [ + "1.5.0" ], - "@babel/helper-function-name": [ - "7.23.0" + "esutils": [ + "2.0.3" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "fast-deep-equal": [ + "3.1.3" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "file-entry-cache": [ + "6.0.1" + ], + "find-up": [ + "5.0.0" + ], + "glob-parent": [ + "5.1.2", + "6.0.2" ], "globals": [ - "11.12.0" + "13.22.0" ], - "@babel/helper-module-imports": [ - "7.22.15" + "graphemer": [ + "1.4.0" ], - "@babel/helper-simple-access": [ - "7.22.5" + "ignore": [ + "5.2.4" ], - "@babel/compat-data": [ - "7.22.20" + "imurmurhash": [ + "0.1.4" ], - "@babel/helper-validator-option": [ - "7.22.15" + "is-glob": [ + "4.0.3" ], - "browserslist": [ - "4.22.1" + "is-path-inside": [ + "3.0.3" ], - "lru-cache": [ - "5.1.1" + "js-yaml": [ + "4.1.0" ], - "yallist": [ - "3.1.1" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "caniuse-lite": [ - "1.0.30001542" + "levn": [ + "0.4.1" ], - "electron-to-chromium": [ - "1.4.539" + "lodash.merge": [ + "4.6.2" ], - "node-releases": [ - "2.0.13" + "minimatch": [ + "3.1.2" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "natural-compare": [ + "1.4.0" ], - "escalade": [ - "3.1.1" + "optionator": [ + "0.9.3" ], - "picocolors": [ + "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" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "inflight": [ + "1.0.6" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "inherits": [ + "2.0.4" ], - "jsesc": [ - "2.5.2" + "once": [ + "1.4.0" ], - "@jridgewell/resolve-uri": [ + "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" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "shebang-command": [ + "2.0.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "which": [ + "2.0.2" ], - "@babel/highlight": [ - "7.22.20" + "isexe": [ + "2.0.0" ], - "chalk": [ - "2.4.2" + "shebang-regex": [ + "3.0.0" ], "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" + "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" ], - "js-tokens": [ + "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" ] }, @@ -40302,48 +37271,46 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_eslint_js__8.55.0__links": { + "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__at_eslint_js__8.55.0__links", - "package": "@eslint/js", - "version": "8.55.0", + "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": {}, - "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": false, - "root_package": "", - "link_packages": {}, + "link_packages": { + "next.js": [ + "react-dom" + ], + "react": [ + "react-dom" + ], + "react-webpack": [ + "react-dom" + ] + }, "deps": { - "boolbase": "1.0.0" + "loose-envify": "1.4.0", + "react": "18.2.0", + "scheduler": "0.23.0" }, "transitive_closure": { - "nth-check": [ - "2.1.1" + "react-dom": [ + "18.2.0_react_18.2.0" ], - "boolbase": [ - "1.0.0" + "loose-envify": [ + "1.4.0" + ], + "react": [ + "18.2.0" + ], + "scheduler": [ + "0.23.0" + ], + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -40353,327 +37320,88 @@ "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": { + "npm__cssstyle__2.3.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__de-indent__1.0.2", - "package": "de-indent", - "version": "1.0.2", + "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_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" + "deps": { + "cssom": "0.3.8" + }, + "transitive_closure": { + "cssstyle": [ + "2.3.0" ], - "react": [ - "jest-junit" + "cssom": [ + "0.3.8" ] }, - "integrity": "sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==", - "url": "https://registry.npmjs.org/jest-junit/-/jest-junit-16.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__shebang-command__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__shebang-command__2.0.0", - "package": "shebang-command", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "url": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-optional-catch-binding__7.8.3__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-optional-catch-binding", - "version": "7.8.3_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__typed-array-byte-length__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__typed-array-byte-length__1.0.0", - "package": "typed-array-byte-length", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", - "url": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-optional-chaining__7.23.0__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-optional-chaining__7.23.0__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-optional-chaining", - "version": "7.23.0_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-for-of__7.22.15__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-for-of__7.22.15__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-for-of", - "version": "7.22.15_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_reporters__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_reporters__29.7.0", - "package": "@jest/reporters", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", - "url": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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 + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" } }, - "npm__follow-redirects__1.15.3": { + "npm__esbuild-linux-32__0.15.18__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__follow-redirects__1.15.3", - "package": "follow-redirects", - "version": "1.15.3", + "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_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 + "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__regenerator-runtime__0.14.0__links": { + "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__regenerator-runtime__0.14.0__links", - "package": "regenerator-runtime", - "version": "0.14.0", - "dev": false, + "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": {}, + "deps": { + "pascal-case": "3.1.2", + "tslib": "2.6.2" + }, "transitive_closure": { - "regenerator-runtime": [ - "0.14.0" + "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, @@ -40683,18 +37411,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ansi-regex__6.0.1": { + "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__ansi-regex__6.0.1", - "package": "ansi-regex", - "version": "6.0.1", + "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-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "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": [], @@ -40708,18 +37436,18 @@ "generate_bzl_library_targets": false } }, - "npm__shebang-command__1.2.0": { + "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__shebang-command__1.2.0", - "package": "shebang-command", - "version": "1.2.0", + "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-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", - "url": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw==", + "url": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -40733,38 +37461,65 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-normalize-timing-functions__5.1.0__postcss_8.4.31__links": { + "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__postcss-normalize-timing-functions__5.1.0__postcss_8.4.31__links", - "package": "postcss-normalize-timing-functions", - "version": "5.1.0_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "chalk": "4.1.2", + "jest-diff": "29.7.0", + "jest-get-type": "29.6.3", + "pretty-format": "29.7.0" }, "transitive_closure": { - "postcss-normalize-timing-functions": [ - "5.1.0_postcss_8.4.31" + "jest-matcher-utils": [ + "29.7.0" ], - "postcss": [ - "8.4.31" + "chalk": [ + "4.1.2" ], - "postcss-value-parser": [ - "4.2.0" + "jest-diff": [ + "29.7.0" ], - "nanoid": [ - "3.3.6" + "jest-get-type": [ + "29.6.3" ], - "picocolors": [ - "1.0.0" + "pretty-format": [ + "29.7.0" ], - "source-map-js": [ - "1.0.2" + "@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, @@ -40774,18 +37529,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__safe-array-concat__1.0.1": { + "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__safe-array-concat__1.0.1", - "package": "safe-array-concat", - "version": "1.0.1", + "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-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==", - "url": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz", + "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": [], @@ -40799,20 +37554,75 @@ "generate_bzl_library_targets": false } }, - "npm__source-map__0.7.4__links": { + "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__source-map__0.7.4__links", - "package": "source-map", - "version": "0.7.4", - "dev": false, + "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": {}, + "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": { - "source-map": [ - "0.7.4" + "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, @@ -40822,50 +37632,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__require-from-string__2.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__require-from-string__2.0.2", - "package": "require-from-string", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "url": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_schemas__28.1.3__links": { + "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__at_jest_schemas__28.1.3__links", - "package": "@jest/schemas", - "version": "28.1.3", - "dev": false, + "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": { - "@sinclair/typebox": "0.24.51" - }, + "deps": {}, "transitive_closure": { - "@jest/schemas": [ - "28.1.3" - ], - "@sinclair/typebox": [ - "0.24.51" + "istanbul-lib-coverage": [ + "3.2.0" ] }, "lifecycle_build_target": false, @@ -40875,18 +37655,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_prettier__2.7.3": { + "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__at_types_prettier__2.7.3", - "package": "@types/prettier", - "version": "2.7.3", + "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-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==", - "url": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "url": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -40900,18 +37680,18 @@ "generate_bzl_library_targets": false } }, - "npm__brace-expansion__2.0.1": { + "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__brace-expansion__2.0.1", - "package": "brace-expansion", - "version": "2.0.1", + "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-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "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": [], @@ -40925,41 +37705,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_helper-validator-option__7.22.15__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-validator-option__7.22.15__links", - "package": "@babel/helper-validator-option", - "version": "7.22.15", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/helper-validator-option": [ - "7.22.15" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helper-validator-option__7.22.15": { + "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__at_babel_helper-validator-option__7.22.15", - "package": "@babel/helper-validator-option", - "version": "7.22.15", + "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-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", - "url": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "url": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -40973,62 +37730,18 @@ "generate_bzl_library_targets": false } }, - "npm__source-map-resolve__0.5.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__source-map-resolve__0.5.3__links", - "package": "source-map-resolve", - "version": "0.5.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "atob": "2.1.2", - "decode-uri-component": "0.2.2", - "resolve-url": "0.2.1", - "source-map-url": "0.4.1", - "urix": "0.1.0" - }, - "transitive_closure": { - "source-map-resolve": [ - "0.5.3" - ], - "atob": [ - "2.1.2" - ], - "decode-uri-component": [ - "0.2.2" - ], - "resolve-url": [ - "0.2.1" - ], - "source-map-url": [ - "0.4.1" - ], - "urix": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__acorn-import-assertions__1.9.0__acorn_8.10.0": { + "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__acorn-import-assertions__1.9.0__acorn_8.10.0", - "package": "acorn-import-assertions", - "version": "1.9.0_acorn_8.10.0", + "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-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", - "url": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", + "url": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -41042,18 +37755,18 @@ "generate_bzl_library_targets": false } }, - "npm__acorn-globals__6.0.0": { + "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__acorn-globals__6.0.0", - "package": "acorn-globals", - "version": "6.0.0", + "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-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", - "url": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "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": [], @@ -41067,312 +37780,46 @@ "generate_bzl_library_targets": false } }, - "npm__at_csstools_postcss-nested-calc__1.0.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-nested-calc__1.0.0__postcss_8.4.31__links", - "package": "@csstools/postcss-nested-calc", - "version": "1.0.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "@csstools/postcss-nested-calc": [ - "1.0.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_humanwhocodes_object-schema__1.2.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_humanwhocodes_object-schema__1.2.1__links", - "package": "@humanwhocodes/object-schema", - "version": "1.2.1", - "dev": 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": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "flatted": [ - "3.2.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__get-caller-file__2.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__get-caller-file__2.0.5__links", - "package": "get-caller-file", - "version": "2.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "get-caller-file": [ - "2.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__saxes__5.0.1__links": { + "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__saxes__5.0.1__links", - "package": "saxes", - "version": "5.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "xmlchars": "2.2.0" - }, - "transitive_closure": { - "saxes": [ - "5.0.1" - ], - "xmlchars": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__dedent__1.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dedent__1.5.1__links", - "package": "dedent", - "version": "1.5.1", + "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": {}, - "transitive_closure": { - "dedent": [ - "1.5.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-date-object__1.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-date-object__1.0.5__links", - "package": "is-date-object", - "version": "1.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "is-date-object": [ - "1.0.5" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__terser__5.20.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__terser__5.20.0__links", - "package": "terser", - "version": "5.20.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jridgewell/source-map": "0.3.5", - "acorn": "8.10.0", - "commander": "2.20.3", - "source-map-support": "0.5.21" - }, - "transitive_closure": { - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "acorn": [ - "8.10.0" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-modules-systemjs__7.23.0__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-systemjs__7.23.0__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-modules-systemjs", - "version": "7.23.0_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, "deps": { - "@babel/core": "7.23.0", - "@babel/helper-hoist-variables": "7.22.5", - "@babel/helper-module-transforms": "7.23.0_at_babel_core_7.23.0", + "@babel/core": "7.23.5", "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-validator-identifier": "7.22.20" + "@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-modules-systemjs": [ - "7.23.0_at_babel_core_7.23.0" + "@babel/plugin-transform-optional-chaining": [ + "7.23.4_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "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": [ + "@babel/helper-skip-transparent-expression-wrappers": [ "7.22.5" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" ], "to-fast-properties": [ "2.0.0" @@ -41381,25 +37828,28 @@ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@babel/generator": [ - "7.23.0" + "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.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" @@ -41419,20 +37869,35 @@ "ms": [ "2.1.2" ], + "@babel/helper-environment-visitor": [ + "7.22.20" + ], "@babel/helper-function-name": [ "7.23.0" ], + "@babel/helper-hoist-variables": [ + "7.22.5" + ], + "@babel/helper-split-export-declaration": [ + "7.22.6" + ], "globals": [ "11.12.0" ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -41441,16 +37906,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -41477,7 +37942,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -41511,62 +37976,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-matcher-utils__27.5.1__links": { + "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__jest-matcher-utils__27.5.1__links", - "package": "jest-matcher-utils", - "version": "27.5.1", - "dev": false, + "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": { - "chalk": "4.1.2", - "jest-diff": "27.5.1", - "jest-get-type": "27.5.1", - "pretty-format": "27.5.1" - }, + "deps": {}, "transitive_closure": { - "jest-matcher-utils": [ - "27.5.1" - ], - "chalk": [ - "4.1.2" - ], - "jest-diff": [ - "27.5.1" - ], - "jest-get-type": [ - "27.5.1" - ], - "pretty-format": [ - "27.5.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0", - "5.2.0" - ], - "react-is": [ - "17.0.2" - ], - "diff-sequences": [ - "27.5.1" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" + "@webassemblyjs/helper-buffer": [ + "1.11.6" ] }, "lifecycle_build_target": false, @@ -41576,18 +37999,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-import-resolver-node__0.3.9": { + "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__eslint-import-resolver-node__0.3.9", - "package": "eslint-import-resolver-node", - "version": "0.3.9", + "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-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", - "url": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "url": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -41601,43 +38024,41 @@ "generate_bzl_library_targets": false } }, - "npm__node-releases__2.0.13": { + "npm__esutils__2.0.3__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__node-releases__2.0.13", - "package": "node-releases", - "version": "2.0.13", + "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_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 + "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__obuf__1.1.2": { + "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__obuf__1.1.2", - "package": "obuf", - "version": "1.1.2", + "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-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", - "url": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "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": [], @@ -41651,29 +38072,25 @@ "generate_bzl_library_targets": false } }, - "npm__at_typescript-eslint_visitor-keys__5.62.0__links": { + "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__at_typescript-eslint_visitor-keys__5.62.0__links", - "package": "@typescript-eslint/visitor-keys", - "version": "5.62.0", - "dev": false, + "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": { - "@typescript-eslint/types": "5.62.0", - "eslint-visitor-keys": "3.4.3" + "yocto-queue": "1.0.0" }, "transitive_closure": { - "@typescript-eslint/visitor-keys": [ - "5.62.0" - ], - "@typescript-eslint/types": [ - "5.62.0" + "p-limit": [ + "5.0.0" ], - "eslint-visitor-keys": [ - "3.4.3" + "yocto-queue": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -41683,18 +38100,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-create-class-features-plugin__7.22.15__at_babel_core_7.23.0": { + "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__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", + "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-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==", - "url": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "url": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -41708,405 +38125,271 @@ "generate_bzl_library_targets": false } }, - "npm__at_typescript-eslint_utils__5.62.0__1767590274__links": { + "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_typescript-eslint_utils__5.62.0__1767590274__links", - "package": "@typescript-eslint/utils", - "version": "5.62.0_1767590274", - "dev": false, + "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": {}, + "link_packages": { + "next.js": [ + "@testing-library/react" + ], + "react": [ + "@testing-library/react" + ] + }, "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" + "@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": { - "@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" + "@testing-library/react": [ + "13.4.0_react-dom_18.2.0__react_18.2.0" ], - "@typescript-eslint/scope-manager": [ - "5.62.0" + "@babel/runtime": [ + "7.23.1" ], - "@typescript-eslint/types": [ - "5.62.0" + "@testing-library/dom": [ + "8.20.1" ], - "@typescript-eslint/typescript-estree": [ - "5.62.0_typescript_4.9.3" + "@types/react-dom": [ + "18.0.9" ], - "eslint": [ - "8.55.0" + "react": [ + "18.2.0" ], - "eslint-scope": [ - "7.2.2", - "5.1.1" + "react-dom": [ + "18.2.0_react_18.2.0" ], - "semver": [ - "7.5.4" + "loose-envify": [ + "1.4.0" ], - "lru-cache": [ - "6.0.0" + "scheduler": [ + "0.23.0" ], - "yallist": [ + "js-tokens": [ "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" + "@types/react": [ + "18.0.25" ], - "@eslint/js": [ - "8.55.0" + "@types/prop-types": [ + "15.7.8" ], - "@humanwhocodes/config-array": [ - "0.11.13" + "@types/scheduler": [ + "0.16.4" ], - "@humanwhocodes/module-importer": [ - "1.0.1" + "csstype": [ + "3.1.2" ], - "@nodelib/fs.walk": [ - "1.2.8" + "@babel/code-frame": [ + "7.22.13" ], - "@ungap/structured-clone": [ - "1.2.0" + "@types/aria-query": [ + "5.0.2" ], - "ajv": [ - "6.12.6" + "aria-query": [ + "5.1.3" ], "chalk": [ + "2.4.2", "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" + "dom-accessibility-api": [ + "0.5.16" ], - "esquery": [ + "lz-string": [ "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" + "pretty-format": [ + "27.5.1" ], "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" + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" ], - "brace-expansion": [ - "1.1.11" + "react-is": [ + "17.0.2" ], - "balanced-match": [ - "1.0.2" + "supports-color": [ + "5.5.0", + "7.2.0" ], - "concat-map": [ - "0.0.1" + "has-flag": [ + "3.0.0", + "4.0.0" ], - "argparse": [ + "color-convert": [ + "1.9.3", "2.0.1" ], - "is-extglob": [ - "2.1.1" + "color-name": [ + "1.1.3", + "1.1.4" ], - "type-fest": [ - "0.20.2" + "deep-equal": [ + "2.2.2" ], - "locate-path": [ - "6.0.0" + "array-buffer-byte-length": [ + "1.0.0" ], - "path-exists": [ - "4.0.0" + "call-bind": [ + "1.0.2" ], - "p-locate": [ - "5.0.0" + "es-get-iterator": [ + "1.1.3" ], - "p-limit": [ - "3.1.0" + "get-intrinsic": [ + "1.2.1" ], - "yocto-queue": [ - "0.1.0" + "is-arguments": [ + "1.1.1" ], - "flat-cache": [ - "3.1.0" + "is-array-buffer": [ + "3.0.2" ], - "flatted": [ - "3.2.9" + "is-date-object": [ + "1.0.5" ], - "keyv": [ - "4.5.3" + "is-regex": [ + "1.1.4" ], - "rimraf": [ - "3.0.2" + "is-shared-array-buffer": [ + "1.0.2" ], - "glob": [ - "7.2.3" + "isarray": [ + "2.0.5" ], - "fs.realpath": [ - "1.0.0" + "object-is": [ + "1.1.5" ], - "inflight": [ - "1.0.6" + "object-keys": [ + "1.1.1" ], - "inherits": [ - "2.0.4" + "object.assign": [ + "4.1.4" ], - "once": [ - "1.4.0" + "regexp.prototype.flags": [ + "1.5.1" ], - "path-is-absolute": [ - "1.0.1" + "side-channel": [ + "1.0.4" ], - "wrappy": [ + "which-boxed-primitive": [ "1.0.2" ], - "json-buffer": [ - "3.0.1" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "which-collection": [ + "1.0.1" ], - "ms": [ - "2.1.2" + "which-typed-array": [ + "1.1.11" ], - "path-key": [ - "3.1.1" + "available-typed-arrays": [ + "1.0.5" ], - "shebang-command": [ - "2.0.0" + "for-each": [ + "0.3.3" ], - "which": [ - "2.0.2" + "gopd": [ + "1.0.1" ], - "isexe": [ - "2.0.0" + "has-tostringtag": [ + "1.0.0" ], - "shebang-regex": [ - "3.0.0" + "has-symbols": [ + "1.0.3" ], - "ansi-styles": [ - "4.3.0" + "is-callable": [ + "1.2.7" ], - "supports-color": [ - "7.2.0" + "is-map": [ + "2.0.2" ], - "has-flag": [ - "4.0.0" + "is-set": [ + "2.0.2" ], - "color-convert": [ + "is-weakmap": [ "2.0.1" ], - "color-name": [ - "1.1.4" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" + "is-weakset": [ + "2.0.2" ], - "uri-js": [ - "4.4.1" + "is-bigint": [ + "1.0.4" ], - "punycode": [ - "2.3.0" + "is-boolean-object": [ + "1.1.2" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "is-number-object": [ + "1.0.7" ], - "fastq": [ - "1.15.0" + "is-string": [ + "1.0.7" ], - "reusify": [ + "is-symbol": [ "1.0.4" ], - "@nodelib/fs.stat": [ - "2.0.5" + "has-bigints": [ + "1.0.2" ], - "run-parallel": [ - "1.2.0" + "object-inspect": [ + "1.12.3" ], - "queue-microtask": [ - "1.2.3" + "define-properties": [ + "1.2.1" ], - "@humanwhocodes/object-schema": [ + "set-function-name": [ "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" + "define-data-property": [ + "1.1.0" ], - "array-union": [ - "2.1.0" + "functions-have-names": [ + "1.2.3" ], - "dir-glob": [ - "3.0.1" + "has-property-descriptors": [ + "1.0.0" ], - "fast-glob": [ - "3.3.1" + "is-typed-array": [ + "1.1.12" ], - "merge2": [ - "1.4.1" + "function-bind": [ + "1.1.1" ], - "slash": [ - "3.0.0" + "has": [ + "1.0.3" ], - "micromatch": [ - "4.0.5" + "has-proto": [ + "1.0.1" ], - "braces": [ - "3.0.2" + "stop-iteration-iterator": [ + "1.0.0" ], - "picomatch": [ - "2.3.1" + "internal-slot": [ + "1.0.5" ], - "fill-range": [ - "7.0.1" + "@babel/highlight": [ + "7.22.20" ], - "to-regex-range": [ - "5.0.1" + "escape-string-regexp": [ + "1.0.5" ], - "is-number": [ - "7.0.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "path-type": [ - "4.0.0" + "regenerator-runtime": [ + "0.14.0" ] }, "lifecycle_build_target": false, @@ -42116,45 +38399,20 @@ "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": { + "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__is-path-inside__3.0.3__links", - "package": "is-path-inside", - "version": "3.0.3", - "dev": false, + "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": { - "is-path-inside": [ - "3.0.3" + "spdx-license-ids": [ + "3.0.15" ] }, "lifecycle_build_target": false, @@ -42164,59 +38422,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-custom-media__8.0.2__postcss_8.4.31__links": { + "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_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-custom-media__8.0.2__postcss_8.4.31__links", - "package": "postcss-custom-media", - "version": "8.0.2_postcss_8.4.31", - "dev": false, + "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": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-custom-media": [ - "8.0.2_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__jest-watch-typeahead__1.1.0__jest_27.5.1": { + "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__jest-watch-typeahead__1.1.0__jest_27.5.1", - "package": "jest-watch-typeahead", - "version": "1.1.0_jest_27.5.1", + "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-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", - "url": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "url": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -42230,18 +38472,18 @@ "generate_bzl_library_targets": false } }, - "npm__nice-try__1.0.5": { + "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__nice-try__1.0.5", - "package": "nice-try", - "version": "1.0.5", + "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-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", - "url": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "url": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -42255,398 +38497,479 @@ "generate_bzl_library_targets": false } }, - "npm__at_typescript-eslint_parser__5.44.0__1767590274__links": { + "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__at_typescript-eslint_parser__5.44.0__1767590274__links", - "package": "@typescript-eslint/parser", - "version": "5.44.0_1767590274", - "dev": false, + "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": { - "react": [ - "@typescript-eslint/parser" - ] - }, + "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.55.0", - "typescript": "4.9.3" + "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": { - "@typescript-eslint/parser": [ - "5.44.0_1767590274" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" + "express": [ + "4.18.2" ], - "@typescript-eslint/types": [ - "5.44.0" + "accepts": [ + "1.3.8" ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3" + "array-flatten": [ + "1.1.1" ], - "debug": [ - "4.3.4" + "body-parser": [ + "1.20.1" ], - "eslint": [ - "8.55.0" + "content-disposition": [ + "0.5.4" ], - "typescript": [ - "4.9.3" + "content-type": [ + "1.0.5" ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" + "cookie": [ + "0.5.0" ], - "@eslint-community/regexpp": [ - "4.10.0" + "cookie-signature": [ + "1.0.6" ], - "@eslint/eslintrc": [ - "2.1.4" + "debug": [ + "2.6.9" ], - "@eslint/js": [ - "8.55.0" + "depd": [ + "2.0.0" ], - "@humanwhocodes/config-array": [ - "0.11.13" + "encodeurl": [ + "1.0.2" ], - "@humanwhocodes/module-importer": [ - "1.0.1" + "escape-html": [ + "1.0.3" ], - "@nodelib/fs.walk": [ - "1.2.8" + "etag": [ + "1.8.1" ], - "@ungap/structured-clone": [ + "finalhandler": [ "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" + "fresh": [ + "0.5.2" ], - "eslint-visitor-keys": [ - "3.4.3" + "http-errors": [ + "2.0.0" ], - "espree": [ - "9.6.1" + "merge-descriptors": [ + "1.0.1" ], - "esquery": [ - "1.5.0" + "methods": [ + "1.1.2" ], - "esutils": [ - "2.0.3" + "on-finished": [ + "2.4.1" ], - "fast-deep-equal": [ - "3.1.3" + "parseurl": [ + "1.3.3" ], - "file-entry-cache": [ - "6.0.1" + "path-to-regexp": [ + "0.1.7" ], - "find-up": [ - "5.0.0" + "proxy-addr": [ + "2.0.7" ], - "glob-parent": [ - "5.1.2", - "6.0.2" + "qs": [ + "6.11.0" ], - "globals": [ - "13.22.0" + "range-parser": [ + "1.2.1" ], - "graphemer": [ - "1.4.0" + "safe-buffer": [ + "5.2.1" ], - "ignore": [ - "5.2.4" + "send": [ + "0.18.0" ], - "imurmurhash": [ - "0.1.4" + "serve-static": [ + "1.15.0" ], - "is-glob": [ - "4.0.3" + "setprototypeof": [ + "1.2.0" ], - "is-path-inside": [ - "3.0.3" + "statuses": [ + "2.0.1" ], - "js-yaml": [ - "4.1.0" + "type-is": [ + "1.6.18" ], - "json-stable-stringify-without-jsonify": [ + "utils-merge": [ "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" + "vary": [ + "1.1.2" ], - "ansi-regex": [ - "5.0.1" + "media-typer": [ + "0.3.0" ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "mime-types": [ + "2.1.35" ], - "deep-is": [ - "0.1.4" + "mime-db": [ + "1.52.0" ], - "fast-levenshtein": [ - "2.0.6" + "destroy": [ + "1.2.0" ], - "prelude-ls": [ - "1.2.1" + "mime": [ + "1.6.0" ], - "type-check": [ - "0.4.0" + "ms": [ + "2.0.0", + "2.1.3" ], - "brace-expansion": [ - "1.1.11" + "side-channel": [ + "1.0.4" ], - "balanced-match": [ + "call-bind": [ "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" + "get-intrinsic": [ + "1.2.1" ], - "yocto-queue": [ - "0.1.0" + "object-inspect": [ + "1.12.3" ], - "flat-cache": [ - "3.1.0" + "function-bind": [ + "1.1.1" ], - "flatted": [ - "3.2.9" + "has": [ + "1.0.3" ], - "keyv": [ - "4.5.3" + "has-proto": [ + "1.0.1" ], - "rimraf": [ - "3.0.2" + "has-symbols": [ + "1.0.3" ], - "glob": [ - "7.2.3" + "forwarded": [ + "0.2.0" ], - "fs.realpath": [ - "1.0.0" + "ipaddr.js": [ + "1.9.1" ], - "inflight": [ - "1.0.6" + "ee-first": [ + "1.1.1" ], "inherits": [ "2.0.4" ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ + "toidentifier": [ "1.0.1" ], - "wrappy": [ - "1.0.2" + "unpipe": [ + "1.0.0" ], - "json-buffer": [ - "3.0.1" + "bytes": [ + "3.1.2" ], - "estraverse": [ - "5.3.0" + "iconv-lite": [ + "0.4.24" ], - "acorn": [ - "8.10.0" + "raw-body": [ + "2.5.1" ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "safer-buffer": [ + "2.1.2" ], - "esrecurse": [ - "4.3.0" + "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" ], - "path-key": [ - "3.1.1" + "@babel/core": [ + "7.23.5" ], - "shebang-command": [ - "2.0.0" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "which": [ - "2.0.2" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "isexe": [ - "2.0.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "shebang-regex": [ - "3.0.0" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "ansi-styles": [ - "4.3.0" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "supports-color": [ - "7.2.0" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.5" ], - "has-flag": [ - "4.0.0" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "color-convert": [ - "2.0.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "color-name": [ - "1.1.4" + "semver": [ + "6.3.1" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@babel/types": [ + "7.23.5" ], - "json-schema-traverse": [ - "0.4.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "uri-js": [ - "4.4.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "punycode": [ - "2.3.0" + "to-fast-properties": [ + "2.0.0" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "@babel/template": [ + "7.22.15" ], - "fastq": [ - "1.15.0" + "@babel/code-frame": [ + "7.23.5" ], - "reusify": [ - "1.0.4" + "@babel/parser": [ + "7.23.5" ], - "@nodelib/fs.stat": [ - "2.0.5" + "@babel/highlight": [ + "7.23.4" ], - "run-parallel": [ - "1.2.0" + "chalk": [ + "2.4.2" ], - "queue-microtask": [ - "1.2.3" + "ansi-styles": [ + "3.2.1" ], - "@humanwhocodes/object-schema": [ - "2.0.1" + "escape-string-regexp": [ + "1.0.5" ], - "import-fresh": [ - "3.3.0" + "supports-color": [ + "5.5.0" ], - "strip-json-comments": [ - "3.1.1" + "has-flag": [ + "3.0.0" ], - "parent-module": [ - "1.0.1" + "color-convert": [ + "1.9.3" ], - "resolve-from": [ + "color-name": [ + "1.1.3" + ], + "js-tokens": [ "4.0.0" ], - "callsites": [ - "3.1.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" ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "globby": [ - "11.1.0" + "globals": [ + "11.12.0" ], - "semver": [ - "7.5.4" + "@babel/helper-module-imports": [ + "7.22.15" ], - "tsutils": [ - "3.21.0_typescript_4.9.3" + "@babel/helper-simple-access": [ + "7.22.5" ], - "tslib": [ - "1.14.1" + "@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" ], - "array-union": [ - "2.1.0" + "caniuse-lite": [ + "1.0.30001566" ], - "dir-glob": [ - "3.0.1" + "electron-to-chromium": [ + "1.4.608" ], - "fast-glob": [ - "3.3.1" + "node-releases": [ + "2.0.14" ], - "merge2": [ - "1.4.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "slash": [ - "3.0.0" + "escalade": [ + "3.1.1" ], - "micromatch": [ - "4.0.5" + "picocolors": [ + "1.0.0" ], - "braces": [ - "3.0.2" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "picomatch": [ - "2.3.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "fill-range": [ - "7.0.1" + "jsesc": [ + "2.5.2" ], - "to-regex-range": [ - "5.0.1" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "is-number": [ - "7.0.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "path-type": [ - "4.0.0" + "@jridgewell/set-array": [ + "1.1.2" ] }, "lifecycle_build_target": false, @@ -42656,33 +38979,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_source-map__27.5.1__links": { + "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__at_jest_source-map__27.5.1__links", - "package": "@jest/source-map", - "version": "27.5.1", - "dev": false, + "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": { - "callsites": "3.1.0", - "graceful-fs": "4.2.11", - "source-map": "0.6.1" + "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": { - "@jest/source-map": [ - "27.5.1" - ], - "callsites": [ - "3.1.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "source-map": [ - "0.6.1" + "glob-to-regexp": [ + "0.4.1" ] }, "lifecycle_build_target": false, @@ -42692,18 +39025,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-diff__27.5.1": { + "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__jest-diff__27.5.1", - "package": "jest-diff", - "version": "27.5.1", + "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-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", - "url": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "url": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -42717,74 +39050,86 @@ "generate_bzl_library_targets": false } }, - "npm__react-dom__18.2.0__react_18.2.0__links": { + "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__react-dom__18.2.0__react_18.2.0__links", - "package": "react-dom", - "version": "18.2.0_react_18.2.0", - "dev": false, + "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": { - "next.js": [ - "react-dom" - ], - "react": [ - "react-dom" - ], - "react-webpack": [ - "react-dom" - ] - }, + "link_packages": {}, "deps": { - "loose-envify": "1.4.0", - "react": "18.2.0", - "scheduler": "0.23.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.1.3", + "on-finished": "2.4.1", + "range-parser": "1.2.1", + "statuses": "2.0.1" }, "transitive_closure": { - "react-dom": [ - "18.2.0_react_18.2.0" + "send": [ + "0.18.0" ], - "loose-envify": [ - "1.4.0" + "debug": [ + "2.6.9" ], - "react": [ - "18.2.0" + "depd": [ + "2.0.0" ], - "scheduler": [ - "0.23.0" + "destroy": [ + "1.2.0" ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__cssstyle__2.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cssstyle__2.3.0__links", - "package": "cssstyle", - "version": "2.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "cssom": "0.3.8" - }, - "transitive_closure": { - "cssstyle": [ - "2.3.0" + "encodeurl": [ + "1.0.2" ], - "cssom": [ - "0.3.8" + "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, @@ -42794,43 +39139,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__esbuild-linux-32__0.15.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-32__0.15.18__links", - "package": "esbuild-linux-32", - "version": "0.15.18", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esbuild-linux-32": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-ordered-values__5.1.3__postcss_8.4.31": { + "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__postcss-ordered-values__5.1.3__postcss_8.4.31", - "package": "postcss-ordered-values", - "version": "5.1.3_postcss_8.4.31", + "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-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", - "url": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + "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": [], @@ -42844,35 +39164,32 @@ "generate_bzl_library_targets": false } }, - "npm__camel-case__4.1.2__links": { + "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__camel-case__4.1.2__links", - "package": "camel-case", - "version": "4.1.2", - "dev": false, + "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": { - "pascal-case": "3.1.2", - "tslib": "2.6.2" + "@typescript-eslint/types": "5.44.0", + "@typescript-eslint/visitor-keys": "5.44.0" }, "transitive_closure": { - "camel-case": [ - "4.1.2" - ], - "pascal-case": [ - "3.1.2" + "@typescript-eslint/scope-manager": [ + "5.44.0" ], - "tslib": [ - "2.6.2" + "@typescript-eslint/types": [ + "5.44.0" ], - "no-case": [ - "3.0.4" + "@typescript-eslint/visitor-keys": [ + "5.44.0" ], - "lower-case": [ - "2.0.2" + "eslint-visitor-keys": [ + "3.4.3" ] }, "lifecycle_build_target": false, @@ -42882,18 +39199,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__babel-loader__8.3.0__-2089762372": { + "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__babel-loader__8.3.0__-2089762372", - "package": "babel-loader", - "version": "8.3.0_-2089762372", + "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-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", - "url": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", + "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": [], @@ -42907,18 +39224,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_graceful-fs__4.1.7": { + "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__at_types_graceful-fs__4.1.7", - "package": "@types/graceful-fs", - "version": "4.1.7", + "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-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw==", - "url": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.7.tgz", + "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": [], @@ -42932,65 +39249,20 @@ "generate_bzl_library_targets": false } }, - "npm__jest-matcher-utils__29.7.0__links": { + "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__jest-matcher-utils__29.7.0__links", - "package": "jest-matcher-utils", - "version": "29.7.0", + "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": { - "chalk": "4.1.2", - "jest-diff": "29.7.0", - "jest-get-type": "29.6.3", - "pretty-format": "29.7.0" - }, + "deps": {}, "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" + "relateurl": [ + "0.2.7" ] }, "lifecycle_build_target": false, @@ -43000,117 +39272,68 @@ "npm_translate_lock_repo": "npm" } }, - "npm__yargs__16.2.0__links": { + "npm__flat__5.0.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yargs__16.2.0__links", - "package": "yargs", - "version": "16.2.0", - "dev": false, + "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": {}, - "deps": { - "cliui": "7.0.4", - "escalade": "3.1.1", - "get-caller-file": "2.0.5", - "require-directory": "2.1.1", - "string-width": "4.2.3", - "y18n": "5.0.8", - "yargs-parser": "20.2.9" - }, - "transitive_closure": { - "yargs": [ - "16.2.0" - ], - "cliui": [ - "7.0.4" - ], - "escalade": [ - "3.1.1" - ], - "get-caller-file": [ - "2.0.5" - ], - "require-directory": [ - "2.1.1" - ], - "string-width": [ - "4.2.3" - ], - "y18n": [ - "5.0.8" - ], - "yargs-parser": [ - "20.2.9" - ], - "emoji-regex": [ - "8.0.0" - ], - "is-fullwidth-code-point": [ - "3.0.0" - ], - "strip-ansi": [ - "6.0.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "wrap-ansi": [ - "7.0.0" - ], - "ansi-styles": [ - "4.3.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__cssesc__3.0.0__links": { + "npm__eslint-plugin-import__2.28.1__-730556401": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cssesc__3.0.0__links", - "package": "cssesc", - "version": "3.0.0", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "cssesc": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__require-directory__2.1.1": { + "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__require-directory__2.1.1", - "package": "require-directory", - "version": "2.1.1", + "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-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "url": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "url": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -43124,75 +39347,20 @@ "generate_bzl_library_targets": false } }, - "npm__execa__5.1.1__links": { + "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__execa__5.1.1__links", - "package": "execa", - "version": "5.1.1", - "dev": false, + "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": { - "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" - }, + "deps": {}, "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" + "2.0.1" ] }, "lifecycle_build_target": false, @@ -43202,513 +39370,290 @@ "npm_translate_lock_repo": "npm" } }, - "npm__istanbul-lib-coverage__3.2.0__links": { + "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__istanbul-lib-coverage__3.2.0__links", - "package": "istanbul-lib-coverage", - "version": "3.2.0", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "istanbul-lib-coverage": [ - "3.2.0" + "link_packages": { + "vue": [ + "@vitejs/plugin-vue-jsx" ] }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_preset-env__7.22.20__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-env__7.22.20__at_babel_core_7.23.0__links", - "package": "@babel/preset-env", - "version": "7.22.20_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, "deps": { - "@babel/compat-data": "7.22.20", "@babel/core": "7.23.0", - "@babel/helper-compilation-targets": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-validator-option": "7.22.15", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "7.22.15_at_babel_core_7.23.0", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.22.15_at_babel_core_7.23.0", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0", - "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.23.0", - "@babel/plugin-syntax-class-properties": "7.12.13_at_babel_core_7.23.0", - "@babel/plugin-syntax-class-static-block": "7.14.5_at_babel_core_7.23.0", - "@babel/plugin-syntax-dynamic-import": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-export-namespace-from": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-import-assertions": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-syntax-import-attributes": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-syntax-import-meta": "7.10.4_at_babel_core_7.23.0", - "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-logical-assignment-operators": "7.10.4_at_babel_core_7.23.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.0", - "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.23.0", - "@babel/plugin-syntax-top-level-await": "7.14.5_at_babel_core_7.23.0", - "@babel/plugin-syntax-unicode-sets-regex": "7.18.6_at_babel_core_7.23.0", - "@babel/plugin-transform-arrow-functions": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-async-generator-functions": "7.22.15_at_babel_core_7.23.0", - "@babel/plugin-transform-async-to-generator": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-block-scoped-functions": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-block-scoping": "7.23.0_at_babel_core_7.23.0", - "@babel/plugin-transform-class-properties": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-class-static-block": "7.22.11_at_babel_core_7.23.0", - "@babel/plugin-transform-classes": "7.22.15_at_babel_core_7.23.0", - "@babel/plugin-transform-computed-properties": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-destructuring": "7.23.0_at_babel_core_7.23.0", - "@babel/plugin-transform-dotall-regex": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-duplicate-keys": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-dynamic-import": "7.22.11_at_babel_core_7.23.0", - "@babel/plugin-transform-exponentiation-operator": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-export-namespace-from": "7.22.11_at_babel_core_7.23.0", - "@babel/plugin-transform-for-of": "7.22.15_at_babel_core_7.23.0", - "@babel/plugin-transform-function-name": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-json-strings": "7.22.11_at_babel_core_7.23.0", - "@babel/plugin-transform-literals": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-logical-assignment-operators": "7.22.11_at_babel_core_7.23.0", - "@babel/plugin-transform-member-expression-literals": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-modules-amd": "7.23.0_at_babel_core_7.23.0", - "@babel/plugin-transform-modules-commonjs": "7.23.0_at_babel_core_7.23.0", - "@babel/plugin-transform-modules-systemjs": "7.23.0_at_babel_core_7.23.0", - "@babel/plugin-transform-modules-umd": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-named-capturing-groups-regex": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-new-target": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-nullish-coalescing-operator": "7.22.11_at_babel_core_7.23.0", - "@babel/plugin-transform-numeric-separator": "7.22.11_at_babel_core_7.23.0", - "@babel/plugin-transform-object-rest-spread": "7.22.15_at_babel_core_7.23.0", - "@babel/plugin-transform-object-super": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-optional-catch-binding": "7.22.11_at_babel_core_7.23.0", - "@babel/plugin-transform-optional-chaining": "7.23.0_at_babel_core_7.23.0", - "@babel/plugin-transform-parameters": "7.22.15_at_babel_core_7.23.0", - "@babel/plugin-transform-private-methods": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-private-property-in-object": "7.22.11_at_babel_core_7.23.0", - "@babel/plugin-transform-property-literals": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-regenerator": "7.22.10_at_babel_core_7.23.0", - "@babel/plugin-transform-reserved-words": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-shorthand-properties": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-spread": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-sticky-regex": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-template-literals": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-typeof-symbol": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-unicode-escapes": "7.22.10_at_babel_core_7.23.0", - "@babel/plugin-transform-unicode-property-regex": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-unicode-regex": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-unicode-sets-regex": "7.22.5_at_babel_core_7.23.0", - "@babel/preset-modules": "0.1.6-no-external-plugins_at_babel_core_7.23.0", - "@babel/types": "7.23.0", - "babel-plugin-polyfill-corejs2": "0.4.5_at_babel_core_7.23.0", - "babel-plugin-polyfill-corejs3": "0.8.4_at_babel_core_7.23.0", - "babel-plugin-polyfill-regenerator": "0.5.2_at_babel_core_7.23.0", - "core-js-compat": "3.33.0", - "semver": "6.3.1" + "@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": { - "@babel/preset-env": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/compat-data": [ - "7.22.20" + "@vitejs/plugin-vue-jsx": [ + "2.1.1_vite_3.2.7__vue_3.2.45" ], "@babel/core": [ "7.23.0" ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "@babel/plugin-transform-typescript": [ "7.22.15_at_babel_core_7.23.0" ], - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.22.15_at_babel_core_7.23.0" + "@vue/babel-plugin-jsx": [ + "1.1.5_at_babel_core_7.23.0" ], - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" + "vite": [ + "3.2.7_at_types_node_18.11.9" ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" + "vue": [ + "3.2.45" ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" + "@vue/compiler-dom": [ + "3.2.45" ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.0" + "@vue/compiler-sfc": [ + "3.2.45" ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.0" + "@vue/runtime-dom": [ + "3.2.45" ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.0" + "@vue/server-renderer": [ + "3.2.45_vue_3.2.45" ], - "@babel/plugin-syntax-import-assertions": [ - "7.22.5_at_babel_core_7.23.0" + "@vue/shared": [ + "3.2.45" ], - "@babel/plugin-syntax-import-attributes": [ - "7.22.5_at_babel_core_7.23.0" + "@vue/compiler-ssr": [ + "3.2.45" ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" + "@vue/runtime-core": [ + "3.2.45" ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" + "csstype": [ + "2.6.21" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "@vue/reactivity": [ + "3.2.45" ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "@vue/compiler-core": [ + "3.2.45" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "@vue/reactivity-transform": [ + "3.2.45" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "estree-walker": [ + "2.0.2" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "magic-string": [ + "0.25.9" ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.0" + "postcss": [ + "8.4.31" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "source-map": [ + "0.6.1" ], - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.0" + "nanoid": [ + "3.3.6" ], - "@babel/plugin-transform-arrow-functions": [ - "7.22.5_at_babel_core_7.23.0" + "picocolors": [ + "1.0.0" ], - "@babel/plugin-transform-async-generator-functions": [ - "7.22.15_at_babel_core_7.23.0" + "source-map-js": [ + "1.0.2" ], - "@babel/plugin-transform-async-to-generator": [ - "7.22.5_at_babel_core_7.23.0" + "sourcemap-codec": [ + "1.4.8" ], - "@babel/plugin-transform-block-scoped-functions": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/types": [ + "7.23.5" ], - "@babel/plugin-transform-block-scoping": [ - "7.23.0_at_babel_core_7.23.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@babel/plugin-transform-class-properties": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@babel/plugin-transform-class-static-block": [ - "7.22.11_at_babel_core_7.23.0" + "to-fast-properties": [ + "2.0.0" ], - "@babel/plugin-transform-classes": [ - "7.22.15_at_babel_core_7.23.0" + "@types/node": [ + "18.11.9" ], - "@babel/plugin-transform-computed-properties": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild": [ + "0.15.18" ], - "@babel/plugin-transform-destructuring": [ - "7.23.0_at_babel_core_7.23.0" + "resolve": [ + "1.22.6" ], - "@babel/plugin-transform-dotall-regex": [ - "7.22.5_at_babel_core_7.23.0" + "rollup": [ + "2.79.1" ], - "@babel/plugin-transform-duplicate-keys": [ - "7.22.5_at_babel_core_7.23.0" + "fsevents": [ + "2.3.3" ], - "@babel/plugin-transform-dynamic-import": [ - "7.22.11_at_babel_core_7.23.0" + "is-core-module": [ + "2.13.0" ], - "@babel/plugin-transform-exponentiation-operator": [ - "7.22.5_at_babel_core_7.23.0" + "path-parse": [ + "1.0.7" ], - "@babel/plugin-transform-export-namespace-from": [ - "7.22.11_at_babel_core_7.23.0" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "@babel/plugin-transform-for-of": [ - "7.22.15_at_babel_core_7.23.0" + "has": [ + "1.0.3" ], - "@babel/plugin-transform-function-name": [ - "7.22.5_at_babel_core_7.23.0" + "function-bind": [ + "1.1.1" ], - "@babel/plugin-transform-json-strings": [ - "7.22.11_at_babel_core_7.23.0" + "@esbuild/android-arm": [ + "0.15.18" ], - "@babel/plugin-transform-literals": [ - "7.22.5_at_babel_core_7.23.0" + "@esbuild/linux-loong64": [ + "0.15.18" ], - "@babel/plugin-transform-logical-assignment-operators": [ - "7.22.11_at_babel_core_7.23.0" + "esbuild-android-64": [ + "0.15.18" ], - "@babel/plugin-transform-member-expression-literals": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-android-arm64": [ + "0.15.18" ], - "@babel/plugin-transform-modules-amd": [ - "7.23.0_at_babel_core_7.23.0" + "esbuild-darwin-64": [ + "0.15.18" ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.0_at_babel_core_7.23.0" + "esbuild-darwin-arm64": [ + "0.15.18" ], - "@babel/plugin-transform-modules-systemjs": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-modules-umd": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-new-target": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-numeric-separator": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-object-rest-spread": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-object-super": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-freebsd-64": [ + "0.15.18" ], - "@babel/plugin-transform-optional-catch-binding": [ - "7.22.11_at_babel_core_7.23.0" + "esbuild-freebsd-arm64": [ + "0.15.18" ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.0_at_babel_core_7.23.0" + "esbuild-linux-32": [ + "0.15.18" ], - "@babel/plugin-transform-parameters": [ - "7.22.15_at_babel_core_7.23.0" + "esbuild-linux-64": [ + "0.15.18" ], - "@babel/plugin-transform-private-methods": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-linux-arm": [ + "0.15.18" ], - "@babel/plugin-transform-private-property-in-object": [ - "7.22.11_at_babel_core_7.23.0" + "esbuild-linux-arm64": [ + "0.15.18" ], - "@babel/plugin-transform-property-literals": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-linux-mips64le": [ + "0.15.18" ], - "@babel/plugin-transform-regenerator": [ - "7.22.10_at_babel_core_7.23.0" + "esbuild-linux-ppc64le": [ + "0.15.18" ], - "@babel/plugin-transform-reserved-words": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-linux-riscv64": [ + "0.15.18" ], - "@babel/plugin-transform-shorthand-properties": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-linux-s390x": [ + "0.15.18" ], - "@babel/plugin-transform-spread": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-netbsd-64": [ + "0.15.18" ], - "@babel/plugin-transform-sticky-regex": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-openbsd-64": [ + "0.15.18" ], - "@babel/plugin-transform-template-literals": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-sunos-64": [ + "0.15.18" ], - "@babel/plugin-transform-typeof-symbol": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-windows-32": [ + "0.15.18" ], - "@babel/plugin-transform-unicode-escapes": [ - "7.22.10_at_babel_core_7.23.0" + "esbuild-windows-64": [ + "0.15.18" ], - "@babel/plugin-transform-unicode-property-regex": [ - "7.22.5_at_babel_core_7.23.0" + "esbuild-windows-arm64": [ + "0.15.18" ], - "@babel/plugin-transform-unicode-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@babel/plugin-transform-unicode-sets-regex": [ + "@babel/plugin-syntax-jsx": [ "7.22.5_at_babel_core_7.23.0" ], - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.0" + "@babel/template": [ + "7.22.15" ], - "@babel/types": [ + "@babel/traverse": [ + "7.23.5", "7.23.0" ], - "babel-plugin-polyfill-corejs2": [ - "0.4.5_at_babel_core_7.23.0" - ], - "babel-plugin-polyfill-corejs3": [ - "0.8.4_at_babel_core_7.23.0" - ], - "babel-plugin-polyfill-regenerator": [ - "0.5.2_at_babel_core_7.23.0" - ], - "core-js-compat": [ - "3.33.0" + "@vue/babel-helper-vue-transform-on": [ + "1.1.5" ], - "semver": [ - "6.3.1" + "camelcase": [ + "6.3.0" ], - "browserslist": [ - "4.22.1" + "html-tags": [ + "3.3.1" ], - "caniuse-lite": [ - "1.0.30001542" + "svg-tags": [ + "1.0.0" ], - "electron-to-chromium": [ - "1.4.539" + "@babel/code-frame": [ + "7.22.13", + "7.23.5" ], - "node-releases": [ - "2.0.13" + "@babel/generator": [ + "7.23.0", + "7.23.5" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "escalade": [ - "3.1.1" + "@babel/helper-function-name": [ + "7.23.0" ], - "picocolors": [ - "1.0.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], "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" + "globals": [ + "11.12.0" ], "ms": [ "2.1.2" ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "esutils": [ - "2.0.3" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "regexpu-core": [ - "5.3.2" - ], - "@babel/regjsgen": [ - "0.8.0" - ], - "regenerate": [ - "1.4.2" - ], - "regenerate-unicode-properties": [ - "10.1.1" - ], - "regjsparser": [ - "0.9.1" - ], - "unicode-match-property-ecmascript": [ - "2.0.0" - ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" - ], - "unicode-canonical-property-names-ecmascript": [ - "2.0.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "unicode-property-aliases-ecmascript": [ - "2.1.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], "jsesc": [ - "2.5.2", - "0.5.0" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "regenerator-transform": [ - "0.15.2" - ], - "@babel/runtime": [ - "7.23.1" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" - ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "2.5.2" ], - "@babel/template": [ - "7.22.15" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@babel/code-frame": [ - "7.22.13" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@babel/parser": [ - "7.23.0" + "@jridgewell/set-array": [ + "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.22.20", + "7.23.4" ], "chalk": [ "2.4.2" @@ -43734,48 +39679,45 @@ "js-tokens": [ "4.0.0" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ + "@babel/helper-plugin-utils": [ "7.22.5" ], - "@babel/helper-hoist-variables": [ + "@babel/helper-annotate-as-pure": [ "7.22.5" ], - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" ], - "globals": [ - "11.12.0" + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" ], - "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.0" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "@babel/helper-wrap-function": [ - "7.22.20" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "lru-cache": [ - "5.1.1" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.0" ], - "yallist": [ - "3.1.1" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" + ], + "semver": [ + "6.3.1" ], "@ampproject/remapping": [ "2.2.1" ], - "@babel/generator": [ - "7.23.0" + "@babel/helper-compilation-targets": [ + "7.22.15" + ], + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], "@babel/helpers": [ "7.23.1" ], - "@babel/traverse": [ - "7.23.0" - ], "convert-source-map": [ "2.0.0" ], @@ -43785,20 +39727,38 @@ "json5": [ "2.2.3" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@babel/helper-simple-access": [ + "7.22.5" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "@babel/compat-data": [ + "7.23.5" ], - "@jridgewell/resolve-uri": [ + "@babel/helper-validator-option": [ + "7.23.5" + ], + "browserslist": [ + "4.22.2" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ "3.1.1" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "caniuse-lite": [ + "1.0.30001566" ], - "@jridgewell/set-array": [ - "1.1.2" + "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, @@ -43808,68 +39768,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__functions-have-names__1.2.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__functions-have-names__1.2.3", - "package": "functions-have-names", - "version": "1.2.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "url": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__buffer-from__1.1.2": { + "npm__at_esbuild_android-x64__0.19.8__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__buffer-from__1.1.2", - "package": "buffer-from", - "version": "1.1.2", + "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_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 + "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__string.prototype.trimstart__1.0.7": { + "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__string.prototype.trimstart__1.0.7", - "package": "string.prototype.trimstart", - "version": "1.0.7", + "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-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", - "url": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", + "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==", + "url": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -43883,18 +39818,18 @@ "generate_bzl_library_targets": false } }, - "npm__typed-array-byte-offset__1.0.0": { + "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__typed-array-byte-offset__1.0.0", - "package": "typed-array-byte-offset", - "version": "1.0.0", + "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-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", - "url": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", + "url": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -43908,204 +39843,39 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.0__links", - "package": "@babel/plugin-proposal-class-properties", - "version": "7.18.6_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "is-callable": "1.2.7", + "is-date-object": "1.0.5", + "is-symbol": "1.0.4" }, "transitive_closure": { - "@babel/plugin-proposal-class-properties": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" - ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" + "es-to-primitive": [ + "1.2.1" ], - "ansi-styles": [ - "3.2.1" + "is-callable": [ + "1.2.7" ], - "escape-string-regexp": [ + "is-date-object": [ "1.0.5" ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "is-symbol": [ + "1.0.4" ], - "escalade": [ - "3.1.1" + "has-symbols": [ + "1.0.3" ], - "picocolors": [ + "has-tostringtag": [ "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, @@ -44115,20 +39885,33 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_webassemblyjs_helper-buffer__1.11.6__links": { + "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__at_webassemblyjs_helper-buffer__1.11.6__links", - "package": "@webassemblyjs/helper-buffer", - "version": "1.11.6", + "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": {}, + "deps": { + "nanoid": "3.3.6", + "picocolors": "1.0.0", + "source-map-js": "1.0.2" + }, "transitive_closure": { - "@webassemblyjs/helper-buffer": [ - "1.11.6" + "postcss": [ + "8.4.31" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "source-map-js": [ + "1.0.2" ] }, "lifecycle_build_target": false, @@ -44138,45 +39921,48 @@ "npm_translate_lock_repo": "npm" } }, - "npm__setprototypeof__1.1.0": { + "npm__string_decoder__1.1.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__setprototypeof__1.1.0", - "package": "setprototypeof", - "version": "1.1.0", + "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_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 + "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__esutils__2.0.3__links": { + "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__esutils__2.0.3__links", - "package": "esutils", - "version": "2.0.3", - "dev": false, + "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": { - "esutils": [ - "2.0.3" + "cac": [ + "6.7.14" ] }, "lifecycle_build_target": false, @@ -44186,328 +39972,1041 @@ "npm_translate_lock_repo": "npm" } }, - "npm__json-parse-even-better-errors__2.3.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__json-parse-even-better-errors__2.3.1", - "package": "json-parse-even-better-errors", - "version": "2.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "url": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-cli__27.5.1__links": { + "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__jest-cli__27.5.1__links", - "package": "jest-cli", - "version": "27.5.1", - "dev": false, + "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": { - "@jest/core": "27.5.1", - "@jest/test-result": "27.5.1", - "@jest/types": "27.5.1", - "chalk": "4.1.2", - "exit": "0.1.2", - "graceful-fs": "4.2.11", - "import-local": "3.1.0", - "jest-config": "27.5.1", - "jest-util": "27.5.1", - "jest-validate": "27.5.1", - "prompts": "2.4.2", - "yargs": "16.2.0" + "@typescript-eslint/utils": "5.62.0_1767590274", + "eslint": "8.55.0" }, "transitive_closure": { - "jest-cli": [ - "27.5.1" + "eslint-plugin-testing-library": [ + "5.11.1_1767590274" ], - "@jest/core": [ - "27.5.1" + "@typescript-eslint/utils": [ + "5.62.0_1767590274" ], - "@jest/test-result": [ - "27.5.1" + "eslint": [ + "8.55.0" ], - "@jest/types": [ - "27.5.1" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], - "chalk": [ - "2.4.2", - "4.1.2" + "@eslint-community/regexpp": [ + "4.10.0" ], - "exit": [ - "0.1.2" + "@eslint/eslintrc": [ + "2.1.4" ], - "graceful-fs": [ - "4.2.11" + "@eslint/js": [ + "8.55.0" ], - "import-local": [ - "3.1.0" + "@humanwhocodes/config-array": [ + "0.11.13" ], - "jest-config": [ - "27.5.1" + "@humanwhocodes/module-importer": [ + "1.0.1" ], - "jest-util": [ - "27.5.1" + "@nodelib/fs.walk": [ + "1.2.8" ], - "jest-validate": [ - "27.5.1" + "@ungap/structured-clone": [ + "1.2.0" ], - "prompts": [ - "2.4.2" + "ajv": [ + "6.12.6" ], - "yargs": [ - "16.2.0" + "chalk": [ + "4.1.2" ], - "cliui": [ - "7.0.4" + "cross-spawn": [ + "7.0.3" ], - "escalade": [ - "3.1.1" + "debug": [ + "4.3.4" ], - "get-caller-file": [ - "2.0.5" + "doctrine": [ + "3.0.0" ], - "require-directory": [ - "2.1.1" + "escape-string-regexp": [ + "4.0.0" ], - "string-width": [ - "4.2.3" + "eslint-scope": [ + "5.1.1", + "7.2.2" ], - "y18n": [ - "5.0.8" + "eslint-visitor-keys": [ + "3.4.3" ], - "yargs-parser": [ - "20.2.9" + "espree": [ + "9.6.1" ], - "emoji-regex": [ - "8.0.0" + "esquery": [ + "1.5.0" ], - "is-fullwidth-code-point": [ - "3.0.0" + "esutils": [ + "2.0.3" ], - "strip-ansi": [ + "fast-deep-equal": [ + "3.1.3" + ], + "file-entry-cache": [ "6.0.1" ], - "ansi-regex": [ - "5.0.1" + "find-up": [ + "5.0.0" ], - "wrap-ansi": [ - "7.0.0" + "glob-parent": [ + "5.1.2", + "6.0.2" ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" + "globals": [ + "13.22.0" ], - "color-convert": [ - "1.9.3", - "2.0.1" + "graphemer": [ + "1.4.0" ], - "color-name": [ - "1.1.3", - "1.1.4" + "ignore": [ + "5.2.4" ], - "kleur": [ - "3.0.3" + "imurmurhash": [ + "0.1.4" ], - "sisteransi": [ - "1.0.5" + "is-glob": [ + "4.0.3" ], - "camelcase": [ - "5.3.1", - "6.3.0" + "is-path-inside": [ + "3.0.3" ], - "jest-get-type": [ - "27.5.1" + "js-yaml": [ + "4.1.0" ], - "leven": [ - "3.1.0" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "pretty-format": [ - "27.5.1" + "levn": [ + "0.4.1" ], - "react-is": [ - "17.0.2" + "lodash.merge": [ + "4.6.2" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "minimatch": [ + "3.1.2" ], - "ci-info": [ - "3.8.0" + "natural-compare": [ + "1.4.0" ], - "picomatch": [ - "2.3.1" + "optionator": [ + "0.9.3" ], - "@babel/core": [ - "7.23.0" + "strip-ansi": [ + "6.0.1" ], - "@jest/test-sequencer": [ - "27.5.1" + "text-table": [ + "0.2.0" ], - "babel-jest": [ - "27.5.1_at_babel_core_7.23.0" + "ansi-regex": [ + "5.0.1" ], - "deepmerge": [ - "4.3.1" + "@aashutoshrathi/word-wrap": [ + "1.2.6" ], - "glob": [ - "7.2.3" + "deep-is": [ + "0.1.4" ], - "jest-circus": [ - "27.5.1" + "fast-levenshtein": [ + "2.0.6" ], - "jest-environment-jsdom": [ - "27.5.1" + "prelude-ls": [ + "1.2.1" ], - "jest-environment-node": [ - "27.5.1" + "type-check": [ + "0.4.0" ], - "jest-jasmine2": [ - "27.5.1" + "brace-expansion": [ + "1.1.11" ], - "jest-regex-util": [ - "27.5.1" + "balanced-match": [ + "1.0.2" ], - "jest-resolve": [ - "27.5.1" + "concat-map": [ + "0.0.1" ], - "jest-runner": [ - "27.5.1" + "argparse": [ + "2.0.1" ], - "micromatch": [ - "4.0.5" + "is-extglob": [ + "2.1.1" ], - "parse-json": [ - "5.2.0" + "type-fest": [ + "0.20.2" ], - "slash": [ - "3.0.0" + "locate-path": [ + "6.0.0" ], - "strip-json-comments": [ - "3.1.1" + "path-exists": [ + "4.0.0" ], - "@babel/code-frame": [ - "7.22.13" + "p-locate": [ + "5.0.0" ], - "error-ex": [ - "1.3.2" + "p-limit": [ + "3.1.0" ], - "json-parse-even-better-errors": [ - "2.3.1" + "yocto-queue": [ + "0.1.0" ], - "lines-and-columns": [ - "1.2.4" + "flat-cache": [ + "3.1.0" ], - "is-arrayish": [ - "0.2.1" + "flatted": [ + "3.2.9" ], - "@babel/highlight": [ - "7.22.20" + "keyv": [ + "4.5.3" ], - "escape-string-regexp": [ - "2.0.0", - "1.0.5" + "rimraf": [ + "3.0.2" ], - "supports-color": [ - "7.2.0", - "8.1.1", - "5.5.0" + "glob": [ + "7.2.3" ], - "has-flag": [ - "4.0.0", - "3.0.0" + "fs.realpath": [ + "1.0.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "inflight": [ + "1.0.6" ], - "js-tokens": [ - "4.0.0" + "inherits": [ + "2.0.4" ], - "braces": [ - "3.0.2" + "once": [ + "1.4.0" ], - "fill-range": [ - "7.0.1" + "path-is-absolute": [ + "1.0.1" ], - "to-regex-range": [ - "5.0.1" + "wrappy": [ + "1.0.2" ], - "is-number": [ - "7.0.0" + "json-buffer": [ + "3.0.1" ], - "@jest/console": [ - "27.5.1" + "estraverse": [ + "4.3.0", + "5.3.0" ], - "@jest/environment": [ - "27.5.1" + "acorn": [ + "8.10.0" ], - "@jest/transform": [ - "27.5.1" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "emittery": [ - "0.8.1" + "esrecurse": [ + "4.3.0" ], - "jest-docblock": [ - "27.5.1" + "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": [ - "27.5.1" + "29.7.0" ], "jest-leak-detector": [ - "27.5.1" + "29.7.0" ], "jest-message-util": [ - "27.5.1" + "29.7.0" ], "jest-runtime": [ - "27.5.1" + "29.7.0" + ], + "jest-watcher": [ + "29.7.0" ], "jest-worker": [ - "27.5.1" + "29.7.0" ], - "source-map-support": [ - "0.5.21" + "p-limit": [ + "2.3.0", + "3.1.0" ], - "throat": [ - "6.0.2" + "source-map-support": [ + "0.5.13" ], "buffer-from": [ "1.1.2" ], "source-map": [ - "0.7.4", "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": [ - "27.5.1" + "29.7.0" ], "@jest/globals": [ - "27.5.1" + "29.7.0" ], "@jest/source-map": [ - "27.5.1" + "29.6.3" ], "cjs-module-lexer": [ "1.2.3" @@ -44515,47 +41014,43 @@ "collect-v8-coverage": [ "1.0.2" ], - "execa": [ - "5.1.1" - ], "jest-mock": [ - "27.5.1" + "29.7.0" ], "jest-snapshot": [ - "27.5.1" + "29.7.0" ], "strip-bom": [ "4.0.0" ], "@babel/generator": [ - "7.23.0" + "7.23.0", + "7.23.5" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.5" ], - "@babel/traverse": [ - "7.23.0" + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@types/prettier": [ - "2.7.3" + "@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.0", + "1.0.1_at_babel_core_7.23.5" ], "expect": [ - "27.5.1" + "29.7.0" ], "jest-diff": [ - "27.5.1" + "29.7.0" ], "jest-matcher-utils": [ - "27.5.1" + "29.7.0" ], "natural-compare": [ "1.4.0" @@ -44573,80 +41068,65 @@ "4.0.0" ], "diff-sequences": [ - "27.5.1" + "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.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.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.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.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.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.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.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.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.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.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.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.0", + "7.14.5_at_babel_core_7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "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" - ], - "@babel/parser": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "globals": [ - "11.12.0" - ], - "ms": [ - "2.1.2" - ], - "@babel/template": [ - "7.22.15" - ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -44665,56 +41145,105 @@ "@jridgewell/set-array": [ "1.1.2" ], - "cross-spawn": [ - "7.0.3" + "@ampproject/remapping": [ + "2.2.1" ], - "get-stream": [ - "6.0.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "human-signals": [ - "2.1.0" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0", + "7.23.3_at_babel_core_7.23.5" ], - "is-stream": [ - "2.0.1" + "@babel/helpers": [ + "7.23.1", + "7.23.5" ], - "npm-run-path": [ - "4.0.1" + "@babel/parser": [ + "7.23.0", + "7.23.5" ], - "onetime": [ - "5.1.2" + "@babel/template": [ + "7.22.15" ], - "signal-exit": [ - "3.0.7" + "@babel/traverse": [ + "7.23.0", + "7.23.5" ], - "strip-final-newline": [ + "convert-source-map": [ "2.0.0" ], - "mimic-fn": [ - "2.1.0" + "debug": [ + "4.3.4" ], - "path-key": [ - "3.1.1" + "gensync": [ + "1.0.0-beta.2" ], - "shebang-command": [ - "2.0.0" + "json5": [ + "2.2.3" ], - "which": [ - "2.0.2" + "ms": [ + "2.1.2" ], - "isexe": [ - "2.0.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "shebang-regex": [ - "3.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" + ], + "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": [ - "8.1.0" + "10.3.0" ], "@sinonjs/commons": [ - "1.8.6" + "3.0.0" ], "type-detect": [ "4.0.8" @@ -44734,9 +41263,6 @@ "fb-watchman": [ "2.0.2" ], - "jest-serializer": [ - "27.5.1" - ], "walker": [ "1.0.8" ], @@ -44764,10 +41290,6 @@ "babel-plugin-istanbul": [ "6.1.1" ], - "convert-source-map": [ - "2.0.0", - "1.9.0" - ], "fast-json-stable-stringify": [ "2.1.0" ], @@ -44775,16 +41297,13 @@ "4.0.6" ], "write-file-atomic": [ - "3.0.3" + "4.0.2" ], "imurmurhash": [ "0.1.4" ], - "is-typedarray": [ - "1.0.0" - ], - "typedarray-to-buffer": [ - "3.1.5" + "signal-exit": [ + "3.0.7" ], "@istanbuljs/load-nyc-config": [ "1.1.0" @@ -44843,20 +41362,20 @@ "p-locate": [ "4.1.0" ], - "p-limit": [ - "2.3.0" - ], "p-try": [ "2.2.0" ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" + "1.2.3_jest-resolve_29.7.0" ], "resolve": [ "1.22.6" ], "resolve.exports": [ - "1.1.1" + "2.0.2" ], "is-core-module": [ "2.13.0" @@ -44876,323 +41395,65 @@ "co": [ "4.6.0" ], + "dedent": [ + "1.5.1" + ], "is-generator-fn": [ "2.1.0" ], "jest-each": [ - "27.5.1" - ], - "jsdom": [ - "16.7.0" - ], - "abab": [ - "2.0.6" - ], - "acorn": [ - "7.4.1", - "8.10.0" - ], - "acorn-globals": [ - "6.0.0" - ], - "cssom": [ - "0.3.8", - "0.4.4" - ], - "cssstyle": [ - "2.3.0" - ], - "data-urls": [ - "2.0.0" - ], - "decimal.js": [ - "10.4.3" - ], - "domexception": [ - "2.0.1" + "29.7.0" ], - "escodegen": [ - "2.1.0" + "pure-rand": [ + "6.0.4" ], - "form-data": [ - "3.0.1" + "fs.realpath": [ + "1.0.0" ], - "html-encoding-sniffer": [ - "2.0.1" + "inflight": [ + "1.0.6" ], - "http-proxy-agent": [ - "4.0.1" + "inherits": [ + "2.0.4" ], - "https-proxy-agent": [ - "5.0.1" + "once": [ + "1.4.0" ], - "is-potential-custom-element-name": [ + "path-is-absolute": [ "1.0.1" ], - "nwsapi": [ - "2.2.7" - ], - "parse5": [ - "6.0.1" - ], - "saxes": [ - "5.0.1" - ], - "symbol-tree": [ - "3.2.4" - ], - "tough-cookie": [ - "4.1.3" - ], - "w3c-hr-time": [ + "wrappy": [ "1.0.2" ], - "w3c-xmlserializer": [ - "2.0.0" + "@types/babel__core": [ + "7.20.2" ], - "webidl-conversions": [ - "5.0.0", - "6.1.0" + "babel-preset-jest": [ + "29.6.3_at_babel_core_7.23.0" ], - "whatwg-encoding": [ - "1.0.5" + "babel-plugin-jest-hoist": [ + "29.6.3" ], - "whatwg-mimetype": [ - "2.3.0" + "@types/babel__traverse": [ + "7.20.2" ], - "whatwg-url": [ - "8.7.0" + "@types/babel__generator": [ + "7.6.5" ], - "ws": [ - "7.5.9" + "@types/babel__template": [ + "7.4.2" ], - "xml-name-validator": [ - "3.0.0" + "@types/istanbul-reports": [ + "3.0.2" ], - "lodash": [ - "4.17.21" - ], - "tr46": [ - "2.1.0" - ], - "punycode": [ - "2.3.0" - ], - "iconv-lite": [ - "0.4.24" - ], - "safer-buffer": [ - "2.1.2" - ], - "browser-process-hrtime": [ - "1.0.0" - ], - "psl": [ - "1.9.0" - ], - "universalify": [ - "0.2.0" - ], - "url-parse": [ - "1.5.10" - ], - "querystringify": [ - "2.2.0" - ], - "requires-port": [ - "1.0.0" - ], - "xmlchars": [ - "2.2.0" - ], - "agent-base": [ - "6.0.2" - ], - "@tootallnate/once": [ - "1.1.2" - ], - "asynckit": [ - "0.4.0" - ], - "combined-stream": [ - "1.0.8" - ], - "mime-types": [ - "2.1.35" - ], - "mime-db": [ - "1.52.0" - ], - "delayed-stream": [ - "1.0.0" - ], - "estraverse": [ - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "acorn-walk": [ - "7.2.0" - ], - "dedent": [ - "0.7.0" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "@types/babel__core": [ - "7.20.2" - ], - "babel-preset-jest": [ - "27.5.1_at_babel_core_7.23.0" - ], - "babel-plugin-jest-hoist": [ - "27.5.1" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "picocolors": [ - "1.0.0" - ], - "pkg-dir": [ - "4.2.0" - ], - "resolve-cwd": [ - "3.0.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" + "@types/yargs": [ + "17.0.26" ], "@types/yargs-parser": [ "21.0.1" ], "@types/istanbul-lib-report": [ "3.0.1" - ], - "@jest/reporters": [ - "27.5.1" - ], - "ansi-escapes": [ - "4.3.2" - ], - "jest-changed-files": [ - "27.5.1" - ], - "jest-resolve-dependencies": [ - "27.5.1" - ], - "jest-watcher": [ - "27.5.1" - ], - "rimraf": [ - "3.0.2" - ], - "string-length": [ - "4.0.2" - ], - "char-regex": [ - "1.0.2" - ], - "type-fest": [ - "0.21.3" - ], - "@bcoe/v8-coverage": [ - "0.2.3" - ], - "istanbul-lib-report": [ - "3.0.1" - ], - "istanbul-lib-source-maps": [ - "4.0.1" - ], - "istanbul-reports": [ - "3.1.6" - ], - "terminal-link": [ - "2.1.1" - ], - "v8-to-istanbul": [ - "8.1.1" - ], - "supports-hyperlinks": [ - "2.3.0" - ], - "html-escaper": [ - "2.0.2" - ], - "make-dir": [ - "4.0.0" ] }, "lifecycle_build_target": false, @@ -45202,18 +41463,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-leak-detector__27.5.1": { + "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__jest-leak-detector__27.5.1", - "package": "jest-leak-detector", - "version": "27.5.1", + "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-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", - "url": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "url": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -45227,59 +41488,92 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-arrow-functions__7.22.5__at_babel_core_7.23.0__links": { + "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-arrow-functions__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-arrow-functions", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-plugin-utils": "7.22.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" }, "transitive_closure": { - "@babel/plugin-transform-arrow-functions": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/plugin-transform-flow-strip-types": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -45300,7 +41594,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -45330,13 +41624,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -45345,16 +41639,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -45381,7 +41675,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -45415,18 +41709,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__xml-name-validator__4.0.0": { + "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__xml-name-validator__4.0.0", - "package": "xml-name-validator", - "version": "4.0.0", + "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-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", - "url": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "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": [], @@ -45440,58 +41734,76 @@ "generate_bzl_library_targets": false } }, - "npm__at_testing-library_react__13.4.0__react-dom_18.2.0__react_18.2.0__links": { + "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_testing-library_react__13.4.0__react-dom_18.2.0__react_18.2.0__links", - "package": "@testing-library/react", - "version": "13.4.0_react-dom_18.2.0__react_18.2.0", - "dev": false, + "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": [ - "@testing-library/react" - ], - "react": [ - "@testing-library/react" + "@types/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" + "@types/prop-types": "15.7.8", + "@types/scheduler": "0.16.4", + "csstype": "3.1.2" }, "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" ], @@ -45503,208 +41815,6 @@ ], "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, @@ -45714,41 +41824,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__spdx-license-ids__3.0.15__links": { + "npm__delayed-stream__1.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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__thunky__1.1.0": { + "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__thunky__1.1.0", - "package": "thunky", - "version": "1.1.0", + "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-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", - "url": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "url": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -45762,18 +41874,41 @@ "generate_bzl_library_targets": false } }, - "npm__content-disposition__0.5.4": { + "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__content-disposition__0.5.4", - "package": "content-disposition", - "version": "0.5.4", + "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-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "url": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "url": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -45787,221 +41922,120 @@ "generate_bzl_library_targets": false } }, - "npm__express__4.18.2__links": { + "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__express__4.18.2__links", - "package": "express", - "version": "4.18.2", + "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": { - "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" + "@vue/compiler-ssr": "3.2.45", + "@vue/shared": "3.2.45", + "vue": "3.2.45" }, "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" + "@vue/server-renderer": [ + "3.2.45_vue_3.2.45" ], - "proxy-addr": [ - "2.0.7" + "@vue/compiler-ssr": [ + "3.2.45" ], - "qs": [ - "6.11.0" + "@vue/shared": [ + "3.2.45" ], - "range-parser": [ - "1.2.1" + "vue": [ + "3.2.45" ], - "safe-buffer": [ - "5.2.1" + "@vue/compiler-dom": [ + "3.2.45" ], - "send": [ - "0.18.0" + "@vue/compiler-sfc": [ + "3.2.45" ], - "serve-static": [ - "1.15.0" + "@vue/runtime-dom": [ + "3.2.45" ], - "setprototypeof": [ - "1.2.0" + "@vue/runtime-core": [ + "3.2.45" ], - "statuses": [ - "2.0.1" + "csstype": [ + "2.6.21" ], - "type-is": [ - "1.6.18" + "@vue/reactivity": [ + "3.2.45" ], - "utils-merge": [ - "1.0.1" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "vary": [ - "1.1.2" + "@vue/compiler-core": [ + "3.2.45" ], - "media-typer": [ - "0.3.0" + "@vue/reactivity-transform": [ + "3.2.45" ], - "mime-types": [ - "2.1.35" + "estree-walker": [ + "2.0.2" ], - "mime-db": [ - "1.52.0" + "magic-string": [ + "0.25.9" ], - "destroy": [ - "1.2.0" + "postcss": [ + "8.4.31" ], - "mime": [ - "1.6.0" + "source-map": [ + "0.6.1" ], - "ms": [ - "2.0.0", - "2.1.3" + "nanoid": [ + "3.3.6" ], - "side-channel": [ - "1.0.4" + "picocolors": [ + "1.0.0" ], - "call-bind": [ + "source-map-js": [ "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" + "sourcemap-codec": [ + "1.4.8" ], - "iconv-lite": [ - "0.4.24" + "@babel/types": [ + "7.23.5" ], - "raw-body": [ - "2.5.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "safer-buffer": [ - "2.1.2" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "negotiator": [ - "0.6.3" + "to-fast-properties": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -46011,18 +42045,89 @@ "npm_translate_lock_repo": "npm" } }, - "npm__fastq__1.15.0": { + "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__fastq__1.15.0", - "package": "fastq", - "version": "1.15.0", + "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-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", - "url": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "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": [], @@ -46036,18 +42141,18 @@ "generate_bzl_library_targets": false } }, - "npm__babel-jest__27.5.1__at_babel_core_7.23.0": { + "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__babel-jest__27.5.1__at_babel_core_7.23.0", - "package": "babel-jest", - "version": "27.5.1_at_babel_core_7.23.0", + "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-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", - "url": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "url": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -46061,18 +42166,18 @@ "generate_bzl_library_targets": false } }, - "npm__compression__1.7.4": { + "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__compression__1.7.4", - "package": "compression", - "version": "1.7.4", + "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-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "url": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "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": [], @@ -46086,20 +42191,25 @@ "generate_bzl_library_targets": false } }, - "npm__unicode-canonical-property-names-ecmascript__2.0.0__links": { + "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__unicode-canonical-property-names-ecmascript__2.0.0__links", - "package": "unicode-canonical-property-names-ecmascript", - "version": "2.0.0", - "dev": false, + "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": {}, + "deps": { + "xmlchars": "2.2.0" + }, "transitive_closure": { - "unicode-canonical-property-names-ecmascript": [ - "2.0.0" + "saxes": [ + "6.0.0" + ], + "xmlchars": [ + "2.2.0" ] }, "lifecycle_build_target": false, @@ -46109,43 +42219,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__dotenv__10.0.0__links": { + "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_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dotenv__10.0.0__links", - "package": "dotenv", - "version": "10.0.0", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "dotenv": [ - "10.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__glob-to-regexp__0.4.1__links": { + "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__glob-to-regexp__0.4.1__links", - "package": "glob-to-regexp", - "version": "0.4.1", - "dev": false, + "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": { - "glob-to-regexp": [ - "0.4.1" + "setprototypeof": [ + "1.1.0" ] }, "lifecycle_build_target": false, @@ -46155,18 +42267,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__entities__4.5.0": { + "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__entities__4.5.0", - "package": "entities", - "version": "4.5.0", + "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-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "url": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "url": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -46180,86 +42292,75 @@ "generate_bzl_library_targets": false } }, - "npm__send__0.18.0__links": { + "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__send__0.18.0__links", - "package": "send", - "version": "0.18.0", - "dev": false, + "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": { - "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" + "type-fest": "0.21.3" }, "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" + "ansi-escapes": [ + "4.3.2" ], - "toidentifier": [ - "1.0.1" + "type-fest": [ + "0.21.3" ] }, "lifecycle_build_target": false, @@ -46269,32 +42370,57 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_typescript-eslint_scope-manager__5.44.0__links": { + "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__at_typescript-eslint_scope-manager__5.44.0__links", - "package": "@typescript-eslint/scope-manager", - "version": "5.44.0", - "dev": false, + "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": { - "@typescript-eslint/types": "5.44.0", - "@typescript-eslint/visitor-keys": "5.44.0" + "imurmurhash": "0.1.4", + "signal-exit": "3.0.7" }, "transitive_closure": { - "@typescript-eslint/scope-manager": [ - "5.44.0" + "write-file-atomic": [ + "4.0.2" ], - "@typescript-eslint/types": [ - "5.44.0" + "imurmurhash": [ + "0.1.4" ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" + "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" ], - "eslint-visitor-keys": [ - "3.4.3" + "fsevents": [ + "2.3.3" ] }, "lifecycle_build_target": false, @@ -46304,18 +42430,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_typescript-eslint_typescript-estree__5.44.0__typescript_4.9.3": { + "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__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", + "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-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==", - "url": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.44.0.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "url": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -46329,18 +42455,18 @@ "generate_bzl_library_targets": false } }, - "npm__eslint-plugin-import__2.28.1__918111916": { + "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__eslint-plugin-import__2.28.1__918111916", - "package": "eslint-plugin-import", - "version": "2.28.1_918111916", + "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-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==", - "url": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", + "url": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -46354,18 +42480,18 @@ "generate_bzl_library_targets": false } }, - "npm__jest-circus__29.7.0": { + "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-circus__29.7.0", - "package": "jest-circus", + "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-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", - "url": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", + "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", + "url": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -46379,20 +42505,225 @@ "generate_bzl_library_targets": false } }, - "npm__relateurl__0.2.7__links": { + "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__relateurl__0.2.7__links", - "package": "relateurl", - "version": "0.2.7", - "dev": false, + "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": {}, + "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": { - "relateurl": [ - "0.2.7" + "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, @@ -46402,115 +42733,232 @@ "npm_translate_lock_repo": "npm" } }, - "npm__flat__5.0.2": { + "npm__object.assign__4.1.4__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__flat__5.0.2", - "package": "flat", - "version": "5.0.2", + "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_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 + "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__postcss-svgo__5.1.0__postcss_8.4.31__links": { + "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__postcss-svgo__5.1.0__postcss_8.4.31__links", - "package": "postcss-svgo", - "version": "5.1.0_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0", - "svgo": "2.8.0" + "@volar/vue-language-core": "1.0.9", + "@volar/vue-typescript": "1.0.9", + "typescript": "4.9.3" }, "transitive_closure": { - "postcss-svgo": [ - "5.1.0_postcss_8.4.31" + "vue-tsc": [ + "1.0.9_typescript_4.9.3" ], - "postcss": [ - "8.4.31" + "@volar/vue-language-core": [ + "1.0.9" ], - "postcss-value-parser": [ - "4.2.0" + "@volar/vue-typescript": [ + "1.0.9" ], - "svgo": [ - "2.8.0" + "typescript": [ + "4.9.3" ], - "@trysound/sax": [ - "0.2.0" + "@volar/typescript": [ + "1.0.9" ], - "commander": [ - "7.2.0" + "@volar/language-core": [ + "1.0.9" ], - "css-select": [ - "4.3.0" + "@volar/source-map": [ + "1.0.9" ], - "css-tree": [ - "1.1.3" + "@vue/reactivity": [ + "3.3.4" ], - "csso": [ - "4.2.0" + "muggle-string": [ + "0.1.0" ], - "picocolors": [ - "1.0.0" + "@vue/shared": [ + "3.3.4" ], - "stable": [ - "0.1.8" + "@vue/compiler-dom": [ + "3.3.4" ], - "mdn-data": [ - "2.0.14" + "@vue/compiler-sfc": [ + "3.3.4" ], - "source-map": [ - "0.6.1" + "minimatch": [ + "5.1.6" ], - "boolbase": [ - "1.0.0" + "vue-template-compiler": [ + "2.7.14" ], - "css-what": [ - "6.1.0" + "de-indent": [ + "1.0.2" ], - "domhandler": [ - "4.3.1" + "he": [ + "1.2.0" ], - "domutils": [ - "2.8.0" + "brace-expansion": [ + "2.0.1" ], - "nth-check": [ - "2.1.1" + "balanced-match": [ + "1.0.2" ], - "dom-serializer": [ - "1.4.1" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "domelementtype": [ - "2.3.0" + "@vue/compiler-core": [ + "3.3.4" ], - "entities": [ - "2.2.0" + "@vue/compiler-ssr": [ + "3.3.4" ], - "nanoid": [ - "3.3.6" + "@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, @@ -46520,18 +42968,46 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-plugin-import__2.28.1__-730556401": { + "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__eslint-plugin-import__2.28.1__-730556401", - "package": "eslint-plugin-import", - "version": "2.28.1_-730556401", + "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-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==", - "url": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz", + "integrity": "sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==", + "url": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -46545,18 +43021,18 @@ "generate_bzl_library_targets": false } }, - "npm__string-length__4.0.2": { + "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__string-length__4.0.2", - "package": "string-length", - "version": "4.0.2", + "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-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "url": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -46570,20 +43046,20 @@ "generate_bzl_library_targets": false } }, - "npm__ini__1.3.8__links": { + "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__ini__1.3.8__links", - "package": "ini", - "version": "1.3.8", - "dev": false, + "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": { - "ini": [ - "1.3.8" + "is-stream": [ + "3.0.0" ] }, "lifecycle_build_target": false, @@ -46593,20 +43069,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__path-key__2.0.1__links": { + "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__path-key__2.0.1__links", - "package": "path-key", - "version": "2.0.1", + "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": { - "path-key": [ - "2.0.1" + "has-bigints": [ + "1.0.2" ] }, "lifecycle_build_target": false, @@ -46616,25 +43117,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__read-cache__1.0.0__links": { + "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__read-cache__1.0.0__links", - "package": "read-cache", - "version": "1.0.0", - "dev": false, + "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": { - "pify": "2.3.0" - }, + "deps": {}, "transitive_closure": { - "read-cache": [ - "1.0.0" - ], - "pify": [ - "2.3.0" + "is-potential-custom-element-name": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -46644,18 +43140,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__workbox-background-sync__6.6.0": { + "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__workbox-background-sync__6.6.0", - "package": "workbox-background-sync", - "version": "6.6.0", + "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-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==", - "url": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "url": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -46669,111 +43165,76 @@ "generate_bzl_library_targets": false } }, - "npm__at_vitejs_plugin-vue-jsx__2.1.1__vite_3.2.7__vue_3.2.45__links": { + "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_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", + "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": { - "vue": [ - "@vitejs/plugin-vue-jsx" - ] - }, + "link_packages": {}, "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" + "@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": { - "@vitejs/plugin-vue-jsx": [ - "2.1.1_vite_3.2.7__vue_3.2.45" + "@babel/plugin-transform-named-capturing-groups-regex": [ + "7.22.5_at_babel_core_7.23.5" ], "@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" + "7.23.5" ], - "@vue/runtime-core": [ - "3.2.45" + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.5" ], - "csstype": [ - "2.6.21" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@vue/reactivity": [ - "3.2.45" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "@babel/parser": [ - "7.23.0" + "regexpu-core": [ + "5.3.2" ], - "@vue/compiler-core": [ - "3.2.45" + "semver": [ + "6.3.1" ], - "@vue/reactivity-transform": [ - "3.2.45" + "@babel/regjsgen": [ + "0.8.0" ], - "estree-walker": [ - "2.0.2" + "regenerate": [ + "1.4.2" ], - "magic-string": [ - "0.25.9" + "regenerate-unicode-properties": [ + "10.1.1" ], - "postcss": [ - "8.4.31" + "regjsparser": [ + "0.9.1" ], - "source-map": [ - "0.6.1" + "unicode-match-property-ecmascript": [ + "2.0.0" ], - "nanoid": [ - "3.3.6" + "unicode-match-property-value-ecmascript": [ + "2.1.0" ], - "picocolors": [ - "1.0.0" + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" ], - "source-map-js": [ - "1.0.2" + "unicode-property-aliases-ecmascript": [ + "2.1.0" ], - "sourcemap-codec": [ - "1.4.8" + "jsesc": [ + "2.5.2", + "0.5.0" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -46781,152 +43242,101 @@ "to-fast-properties": [ "2.0.0" ], - "@types/node": [ - "18.11.9" + "@ampproject/remapping": [ + "2.2.1" ], - "esbuild": [ - "0.15.18" + "@babel/code-frame": [ + "7.23.5" ], - "resolve": [ - "1.22.6" + "@babel/generator": [ + "7.23.5" ], - "rollup": [ - "2.79.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "fsevents": [ - "2.3.3" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "is-core-module": [ - "2.13.0" + "@babel/helpers": [ + "7.23.5" ], - "path-parse": [ - "1.0.7" + "@babel/parser": [ + "7.23.5" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "@babel/template": [ + "7.22.15" ], - "has": [ - "1.0.3" + "@babel/traverse": [ + "7.23.5" ], - "function-bind": [ - "1.1.1" + "convert-source-map": [ + "2.0.0" ], - "@esbuild/android-arm": [ - "0.15.18" + "debug": [ + "4.3.4" ], - "@esbuild/linux-loong64": [ - "0.15.18" + "gensync": [ + "1.0.0-beta.2" ], - "esbuild-android-64": [ - "0.15.18" + "json5": [ + "2.2.3" ], - "esbuild-android-arm64": [ - "0.15.18" + "ms": [ + "2.1.2" ], - "esbuild-darwin-64": [ - "0.15.18" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "esbuild-darwin-arm64": [ - "0.15.18" + "@babel/helper-function-name": [ + "7.23.0" ], - "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" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "esbuild-windows-64": [ - "0.15.18" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "esbuild-windows-arm64": [ - "0.15.18" + "globals": [ + "11.12.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" - ], - "@vue/babel-helper-vue-transform-on": [ - "1.1.5" - ], - "camelcase": [ - "6.3.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "html-tags": [ - "3.3.1" + "@babel/compat-data": [ + "7.23.5" ], - "svg-tags": [ - "1.0.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@babel/code-frame": [ - "7.22.13" + "browserslist": [ + "4.22.2" ], - "@babel/generator": [ - "7.23.0" + "lru-cache": [ + "5.1.1" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "yallist": [ + "3.1.1" ], - "@babel/helper-function-name": [ - "7.23.0" + "caniuse-lite": [ + "1.0.30001566" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "electron-to-chromium": [ + "1.4.608" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "node-releases": [ + "2.0.14" ], - "debug": [ - "4.3.4" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "globals": [ - "11.12.0" + "escalade": [ + "3.1.1" ], - "ms": [ - "2.1.2" + "picocolors": [ + "1.0.0" ], "@jridgewell/gen-mapping": [ "0.3.3" @@ -46934,9 +43344,6 @@ "@jridgewell/trace-mapping": [ "0.3.19" ], - "jsesc": [ - "2.5.2" - ], "@jridgewell/resolve-uri": [ "3.1.1" ], @@ -46947,7 +43354,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -46972,87 +43379,161 @@ ], "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" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@jest/types": [ + "29.6.3" ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "@sinonjs/fake-timers": [ + "10.3.0" ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "@types/node": [ + "18.11.9" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "jest-message-util": [ + "29.7.0" ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" + "jest-mock": [ + "29.7.0" ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" + "jest-util": [ + "29.7.0" ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" + "chalk": [ + "2.4.2", + "4.1.2" ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" + "ci-info": [ + "3.8.0" ], - "semver": [ - "6.3.1" + "graceful-fs": [ + "4.2.11" ], - "@ampproject/remapping": [ - "2.2.1" + "picomatch": [ + "2.3.1" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "supports-color": [ + "5.5.0", + "7.2.0" ], - "@babel/helpers": [ - "7.23.1" + "has-flag": [ + "3.0.0", + "4.0.0" ], - "convert-source-map": [ + "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" ], - "gensync": [ - "1.0.0-beta.2" + "@jest/schemas": [ + "29.6.3" ], - "json5": [ - "2.2.3" + "react-is": [ + "18.2.0" ], - "@babel/helper-simple-access": [ - "7.22.5" + "@sinclair/typebox": [ + "0.27.8" ], - "@babel/compat-data": [ - "7.22.20" + "braces": [ + "3.0.2" ], - "@babel/helper-validator-option": [ - "7.22.15" + "fill-range": [ + "7.0.1" ], - "browserslist": [ - "4.22.1" + "to-regex-range": [ + "5.0.1" ], - "lru-cache": [ - "5.1.1" + "is-number": [ + "7.0.0" ], - "yallist": [ - "3.1.1" + "@babel/highlight": [ + "7.23.4" ], - "caniuse-lite": [ - "1.0.30001542" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "electron-to-chromium": [ - "1.4.539" + "js-tokens": [ + "4.0.0" ], - "node-releases": [ - "2.0.13" + "@sinonjs/commons": [ + "3.0.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "type-detect": [ + "4.0.8" ], - "escalade": [ - "3.1.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" ] }, "lifecycle_build_target": false, @@ -47062,68 +43543,53 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ini__1.3.8": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ini__1.3.8", - "package": "ini", - "version": "1.3.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "url": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__acorn-globals__7.0.1": { + "npm__parse-json__4.0.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__acorn-globals__7.0.1", - "package": "acorn-globals", - "version": "7.0.1", + "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_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 + "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__dns-packet__5.6.1": { + "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__dns-packet__5.6.1", - "package": "dns-packet", - "version": "5.6.1", + "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-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", - "url": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "url": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -47137,39 +43603,189 @@ "generate_bzl_library_targets": false } }, - "npm__es-to-primitive__1.2.1__links": { + "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__es-to-primitive__1.2.1__links", - "package": "es-to-primitive", - "version": "1.2.1", - "dev": false, + "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": { - "is-callable": "1.2.7", - "is-date-object": "1.0.5", - "is-symbol": "1.0.4" + "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-date-object": [ - "1.0.5" + "is-negative-zero": [ + "2.0.2" ], - "is-symbol": [ + "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" ], - "has-symbols": [ - "1.0.3" + "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, @@ -47179,33 +43795,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss__8.4.31__links": { + "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__postcss__8.4.31__links", - "package": "postcss", - "version": "8.4.31", - "dev": false, + "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": { - "nanoid": "3.3.6", - "picocolors": "1.0.0", - "source-map-js": "1.0.2" - }, + "deps": {}, "transitive_closure": { - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "camelcase": [ + "5.3.1" ] }, "lifecycle_build_target": false, @@ -47215,25 +43843,183 @@ "npm_translate_lock_repo": "npm" } }, - "npm__string_decoder__1.1.1__links": { + "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__string_decoder__1.1.1__links", - "package": "string_decoder", - "version": "1.1.1", - "dev": false, + "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": { - "safe-buffer": "5.1.2" + "jest-resolve": "29.7.0" }, "transitive_closure": { - "string_decoder": [ + "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" ], - "safe-buffer": [ - "5.1.2" + "@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, @@ -47243,32 +44029,29 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-plugin-testing-library__5.11.1__1767590274__links": { + "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__eslint-plugin-testing-library__5.11.1__1767590274__links", - "package": "eslint-plugin-testing-library", - "version": "5.11.1_1767590274", - "dev": false, + "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": { - "@typescript-eslint/utils": "5.62.0_1767590274", - "eslint": "8.55.0" + "eslint": "8.55.0", + "eslint-visitor-keys": "3.4.3" }, "transitive_closure": { - "eslint-plugin-testing-library": [ - "5.11.1_1767590274" - ], - "@typescript-eslint/utils": [ - "5.62.0_1767590274" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], "eslint": [ "8.55.0" ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" + "eslint-visitor-keys": [ + "3.4.3" ], "@eslint-community/regexpp": [ "4.10.0" @@ -47310,12 +44093,8 @@ "4.0.0" ], "eslint-scope": [ - "5.1.1", "7.2.2" ], - "eslint-visitor-keys": [ - "3.4.3" - ], "espree": [ "9.6.1" ], @@ -47335,7 +44114,6 @@ "5.0.0" ], "glob-parent": [ - "5.1.2", "6.0.2" ], "globals": [ @@ -47471,7 +44249,6 @@ "3.0.1" ], "estraverse": [ - "4.3.0", "5.3.0" ], "acorn": [ @@ -47526,7 +44303,7 @@ "4.4.1" ], "punycode": [ - "2.3.0" + "2.3.1" ], "@nodelib/fs.scandir": [ "2.1.5" @@ -47563,104 +44340,6 @@ ], "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__object-assign__4.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__object-assign__4.1.1__links", - "package": "object-assign", - "version": "4.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "object-assign": [ - "4.1.1" ] }, "lifecycle_build_target": false, @@ -47670,18 +44349,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__argparse__2.0.1": { + "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__argparse__2.0.1", - "package": "argparse", - "version": "2.0.1", + "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-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "url": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "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": [], @@ -47695,685 +44374,376 @@ "generate_bzl_library_targets": false } }, - "npm__open__8.4.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__open__8.4.2__links", - "package": "open", - "version": "8.4.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "define-lazy-prop": "2.0.0", - "is-docker": "2.2.1", - "is-wsl": "2.2.0" - }, - "transitive_closure": { - "open": [ - "8.4.2" - ], - "define-lazy-prop": [ - "2.0.0" - ], - "is-docker": [ - "2.2.1" - ], - "is-wsl": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-config__29.7.0__at_types_node_18.11.9__links": { + "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__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", + "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.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" + "@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": { - "jest-config": [ - "29.7.0_at_types_node_18.11.9" + "@babel/eslint-parser": [ + "7.23.3_-38058428" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], - "@jest/test-sequencer": [ - "29.7.0" + "@nicolo-ribaudo/eslint-scope-5-internals": [ + "5.1.1-v1" ], - "@jest/types": [ - "29.6.3" + "eslint": [ + "8.55.0" ], - "@types/node": [ - "18.11.9" + "eslint-visitor-keys": [ + "3.4.3", + "2.1.0" ], - "babel-jest": [ - "29.7.0_at_babel_core_7.23.0" + "semver": [ + "6.3.1" ], - "chalk": [ - "2.4.2", - "4.1.2" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], - "ci-info": [ - "3.8.0" + "@eslint-community/regexpp": [ + "4.10.0" ], - "deepmerge": [ - "4.3.1" + "@eslint/eslintrc": [ + "2.1.4" ], - "glob": [ - "7.2.3" + "@eslint/js": [ + "8.55.0" ], - "graceful-fs": [ - "4.2.11" + "@humanwhocodes/config-array": [ + "0.11.13" ], - "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" + "@humanwhocodes/module-importer": [ + "1.0.1" ], - "jest-runner": [ - "29.7.0" + "@nodelib/fs.walk": [ + "1.2.8" ], - "jest-util": [ - "29.7.0" + "@ungap/structured-clone": [ + "1.2.0" ], - "jest-validate": [ - "29.7.0" + "ajv": [ + "6.12.6" ], - "micromatch": [ - "4.0.5" + "chalk": [ + "2.4.2", + "4.1.2" ], - "parse-json": [ - "5.2.0" + "cross-spawn": [ + "7.0.3" ], - "pretty-format": [ - "29.7.0" + "debug": [ + "4.3.4" ], - "slash": [ + "doctrine": [ "3.0.0" ], - "strip-json-comments": [ - "3.1.1" - ], - "@jest/schemas": [ - "29.6.3" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.22.20" - ], "escape-string-regexp": [ - "2.0.0", - "1.0.5" - ], - "supports-color": [ - "7.2.0", - "8.1.1", - "5.5.0" - ], - "has-flag": [ - "4.0.0", - "3.0.0" - ], - "color-convert": [ - "2.0.1", - "1.9.3" - ], - "color-name": [ - "1.1.4", - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ + "1.0.5", "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" + "eslint-scope": [ + "5.1.1", + "7.2.2" ], - "@jest/environment": [ - "29.7.0" + "espree": [ + "9.6.1" ], - "@jest/test-result": [ - "29.7.0" + "esquery": [ + "1.5.0" ], - "@jest/transform": [ - "29.7.0" + "esutils": [ + "2.0.3" ], - "emittery": [ - "0.13.1" + "fast-deep-equal": [ + "3.1.3" ], - "jest-docblock": [ - "29.7.0" + "file-entry-cache": [ + "6.0.1" ], - "jest-haste-map": [ - "29.7.0" + "find-up": [ + "5.0.0" ], - "jest-leak-detector": [ - "29.7.0" + "glob-parent": [ + "6.0.2" ], - "jest-message-util": [ - "29.7.0" + "globals": [ + "11.12.0", + "13.22.0" ], - "jest-runtime": [ - "29.7.0" + "graphemer": [ + "1.4.0" ], - "jest-watcher": [ - "29.7.0" + "ignore": [ + "5.2.4" ], - "jest-worker": [ - "29.7.0" + "imurmurhash": [ + "0.1.4" ], - "p-limit": [ - "2.3.0", - "3.1.0" + "is-glob": [ + "4.0.3" ], - "source-map-support": [ - "0.5.13" + "is-path-inside": [ + "3.0.3" ], - "buffer-from": [ - "1.1.2" + "js-yaml": [ + "4.1.0" ], - "source-map": [ - "0.6.1" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "yocto-queue": [ - "0.1.0" + "levn": [ + "0.4.1" ], - "merge-stream": [ - "2.0.0" + "lodash.merge": [ + "4.6.2" ], - "ansi-escapes": [ - "4.3.2" + "minimatch": [ + "3.1.2" ], - "string-length": [ - "4.0.2" + "natural-compare": [ + "1.4.0" ], - "char-regex": [ - "1.0.2" + "optionator": [ + "0.9.3" ], "strip-ansi": [ "6.0.1" ], + "text-table": [ + "0.2.0" + ], "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" + "@aashutoshrathi/word-wrap": [ + "1.2.6" ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" + "deep-is": [ + "0.1.4" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "fast-levenshtein": [ + "2.0.6" ], - "@babel/types": [ - "7.23.0" + "prelude-ls": [ + "1.2.1" ], - "@jest/expect-utils": [ - "29.7.0" + "type-check": [ + "0.4.0" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "brace-expansion": [ + "1.1.11" ], - "expect": [ - "29.7.0" + "balanced-match": [ + "1.0.2" ], - "jest-diff": [ - "29.7.0" + "concat-map": [ + "0.0.1" ], - "jest-matcher-utils": [ - "29.7.0" + "argparse": [ + "2.0.1" ], - "natural-compare": [ - "1.4.0" + "is-extglob": [ + "2.1.1" ], - "semver": [ - "6.3.1", - "7.5.4" + "type-fest": [ + "0.20.2" ], - "lru-cache": [ - "5.1.1", + "locate-path": [ "6.0.0" ], - "yallist": [ - "3.1.1", + "path-exists": [ "4.0.0" ], - "diff-sequences": [ - "29.6.3" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" + "p-locate": [ + "5.0.0" ], - "callsites": [ + "p-limit": [ "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" + "yocto-queue": [ + "0.1.0" ], - "detect-newline": [ + "flat-cache": [ "3.1.0" ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "convert-source-map": [ - "2.0.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "pirates": [ - "4.0.6" - ], - "write-file-atomic": [ - "4.0.2" + "flatted": [ + "3.2.9" ], - "imurmurhash": [ - "0.1.4" + "keyv": [ + "4.5.3" ], - "signal-exit": [ - "3.0.7" + "rimraf": [ + "3.0.2" ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" + "glob": [ + "7.2.3" ], - "@istanbuljs/schema": [ - "0.1.3" + "fs.realpath": [ + "1.0.0" ], - "istanbul-lib-instrument": [ - "5.2.1" + "inflight": [ + "1.0.6" ], - "test-exclude": [ - "6.0.0" + "inherits": [ + "2.0.4" ], - "minimatch": [ - "3.1.2" + "once": [ + "1.4.0" ], - "brace-expansion": [ - "1.1.11" + "path-is-absolute": [ + "1.0.1" ], - "balanced-match": [ + "wrappy": [ "1.0.2" ], - "concat-map": [ - "0.0.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" + "json-buffer": [ + "3.0.1" ], - "locate-path": [ - "5.0.0" + "estraverse": [ + "4.3.0", + "5.3.0" ], - "path-exists": [ - "4.0.0" + "acorn": [ + "8.10.0" ], - "p-locate": [ - "4.1.0" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "p-try": [ - "2.2.0" + "esrecurse": [ + "4.3.0" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "ms": [ + "2.1.2" ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_29.7.0" + "path-key": [ + "3.1.1" ], - "resolve": [ - "1.22.6" + "shebang-command": [ + "2.0.0" ], - "resolve.exports": [ + "which": [ "2.0.2" ], - "is-core-module": [ - "2.13.0" + "isexe": [ + "2.0.0" ], - "path-parse": [ - "1.0.7" + "shebang-regex": [ + "3.0.0" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "ansi-styles": [ + "3.2.1", + "4.3.0" ], - "has": [ - "1.0.3" + "supports-color": [ + "5.5.0", + "7.2.0" ], - "function-bind": [ - "1.1.1" + "has-flag": [ + "3.0.0", + "4.0.0" ], - "co": [ - "4.6.0" + "color-convert": [ + "1.9.3", + "2.0.1" ], - "dedent": [ - "1.5.1" + "color-name": [ + "1.1.3", + "1.1.4" ], - "is-generator-fn": [ + "fast-json-stable-stringify": [ "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" + "json-schema-traverse": [ + "0.4.1" ], - "once": [ - "1.4.0" + "uri-js": [ + "4.4.1" ], - "path-is-absolute": [ - "1.0.1" + "punycode": [ + "2.3.1" ], - "wrappy": [ - "1.0.2" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "@types/babel__core": [ - "7.20.2" + "fastq": [ + "1.15.0" ], - "babel-preset-jest": [ - "29.6.3_at_babel_core_7.23.0" + "reusify": [ + "1.0.4" ], - "babel-plugin-jest-hoist": [ - "29.6.3" + "@nodelib/fs.stat": [ + "2.0.5" ], - "@babel/template": [ - "7.22.15" + "run-parallel": [ + "1.2.0" ], - "@types/babel__traverse": [ - "7.20.2" + "queue-microtask": [ + "1.2.3" ], - "@types/babel__generator": [ - "7.6.5" + "@humanwhocodes/object-schema": [ + "2.0.1" ], - "@types/babel__template": [ - "7.4.2" + "import-fresh": [ + "3.3.0" ], - "@types/istanbul-reports": [ - "3.0.2" + "strip-json-comments": [ + "3.1.1" ], - "@types/yargs": [ - "17.0.26" + "parent-module": [ + "1.0.1" ], - "@types/yargs-parser": [ - "21.0.1" + "resolve-from": [ + "4.0.0" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "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.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.5" + ], + "@babel/template": [ + "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], - "debug": [ - "4.3.4" + "@babel/types": [ + "7.23.5" + ], + "convert-source-map": [ + "2.0.0" ], "gensync": [ "1.0.0-beta.2" @@ -48381,8 +44751,14 @@ "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" @@ -48396,9 +44772,6 @@ "@babel/helper-split-export-declaration": [ "7.22.6" ], - "globals": [ - "11.12.0" - ], "@babel/helper-module-imports": [ "7.22.15" ], @@ -48406,31 +44779,61 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "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, @@ -48440,18 +44843,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__toidentifier__1.0.1": { + "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__toidentifier__1.0.1", - "package": "toidentifier", - "version": "1.0.1", + "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-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "url": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "url": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -48465,47 +44868,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_next_swc-android-arm-eabi__13.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-android-arm-eabi__13.0.5", - "package": "@next/swc-android-arm-eabi", - "version": "13.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YO691dxHlviy6H0eghgwqn+5kU9J3iQnKERHTDSppqjjGDBl6ab4wz9XfI5AhljjkaTg3TknHoIEWFDoZ4Ve8g==", - "url": "https://registry.npmjs.org/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-13.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__punycode__2.3.0": { + "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__punycode__2.3.0", - "package": "punycode", - "version": "2.3.0", + "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-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", - "url": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", + "url": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -48519,184 +44893,36 @@ "generate_bzl_library_targets": false } }, - "npm__jest-pnp-resolver__1.2.3__jest-resolve_27.5.1__links": { + "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-pnp-resolver__1.2.3__jest-resolve_27.5.1__links", - "package": "jest-pnp-resolver", - "version": "1.2.3_jest-resolve_27.5.1", - "dev": false, + "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": { - "jest-resolve": "27.5.1" + "@types/node": "18.11.9", + "merge-stream": "2.0.0", + "supports-color": "8.1.1" }, "transitive_closure": { - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" - ], - "jest-resolve": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "chalk": [ - "4.1.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "jest-haste-map": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "jest-validate": [ - "27.5.1" - ], - "resolve": [ - "1.22.6" - ], - "resolve.exports": [ - "1.1.1" - ], - "slash": [ - "3.0.0" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "camelcase": [ - "6.3.0" - ], - "jest-get-type": [ - "27.5.1" - ], - "leven": [ - "3.1.0" - ], - "pretty-format": [ + "jest-worker": [ "27.5.1" ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0", - "5.2.0" - ], - "react-is": [ - "17.0.2" - ], "@types/node": [ - "20.8.2", "18.11.9" ], - "ci-info": [ - "3.8.0" - ], - "picomatch": [ - "2.3.1" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-regex-util": [ - "27.5.1" - ], - "jest-serializer": [ - "27.5.1" - ], - "jest-worker": [ - "27.5.1" - ], - "micromatch": [ - "4.0.5" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], "merge-stream": [ "2.0.0" ], "supports-color": [ - "7.2.0", "8.1.1" ], "has-flag": [ "4.0.0" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" ] }, "lifecycle_build_target": false, @@ -48706,18 +44932,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_express__4.17.18": { + "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__at_types_express__4.17.18", - "package": "@types/express", - "version": "4.17.18", + "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-Sxv8BSLLgsBYmcnGdGjjEjqET2U+AKAdCRODmMiq02FgjwuV75Ut85DRpvFjyw/Mk0vgUOliGRU0UUmuuZHByQ==", - "url": "https://registry.npmjs.org/@types/express/-/express-4.17.18.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "url": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -48731,18 +44957,18 @@ "generate_bzl_library_targets": false } }, - "npm__micromatch__4.0.5": { + "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__micromatch__4.0.5", - "package": "micromatch", - "version": "4.0.5", + "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-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "url": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "url": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -48756,18 +44982,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_svgr_hast-util-to-babel-ast__5.5.0": { + "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_svgr_hast-util-to-babel-ast__5.5.0", - "package": "@svgr/hast-util-to-babel-ast", - "version": "5.5.0", + "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-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", - "url": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", + "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": [], @@ -48776,63 +45002,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_types_react__18.0.25__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_react__18.0.25__links", - "package": "@types/react", - "version": "18.0.25", - "dev": false, - "root_package": "", - "link_packages": { - "next.js": [ - "@types/react" - ] - }, - "deps": { - "@types/prop-types": "15.7.8", - "@types/scheduler": "0.16.4", - "csstype": "3.1.2" - }, - "transitive_closure": { - "@types/react": [ - "18.0.25" - ], - "@types/prop-types": [ - "15.7.8" - ], - "@types/scheduler": [ - "0.16.4" - ], - "csstype": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__delayed-stream__1.0.0": { + "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__delayed-stream__1.0.0", - "package": "delayed-stream", - "version": "1.0.0", + "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-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "url": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "url": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -48846,18 +45036,18 @@ "generate_bzl_library_targets": false } }, - "npm__gopd__1.0.1": { + "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__gopd__1.0.1", - "package": "gopd", - "version": "1.0.1", + "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-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "url": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -48871,41 +45061,71 @@ "generate_bzl_library_targets": false } }, - "npm__at_svgr_babel-plugin-svg-dynamic-title__5.4.0__links": { + "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__at_svgr_babel-plugin-svg-dynamic-title__5.4.0__links", - "package": "@svgr/babel-plugin-svg-dynamic-title", - "version": "5.4.0", - "dev": false, + "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": {}, - "transitive_closure": { - "@svgr/babel-plugin-svg-dynamic-title": [ - "5.4.0" - ] + "deps": { + "boolbase": "1.0.0", + "css-what": "6.1.0", + "domhandler": "4.3.1", + "domutils": "2.8.0", + "nth-check": "2.1.1" }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__source-map__0.7.4": { + "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__source-map__0.7.4", - "package": "source-map", - "version": "0.7.4", + "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-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "url": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "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": [], @@ -48919,150 +45139,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_fake-timers__27.5.1__links": { + "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_jest_fake-timers__27.5.1__links", - "package": "@jest/fake-timers", - "version": "27.5.1", - "dev": false, + "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": { - "@jest/types": "27.5.1", - "@sinonjs/fake-timers": "8.1.0", - "@types/node": "18.11.9", - "jest-message-util": "27.5.1", - "jest-mock": "27.5.1", - "jest-util": "27.5.1" - }, + "deps": {}, "transitive_closure": { - "@jest/fake-timers": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "jest-message-util": [ - "27.5.1" - ], - "jest-mock": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "ansi-regex": [ - "5.0.1" - ], - "react-is": [ - "17.0.2" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@types/scheduler": [ + "0.16.4" ] }, "lifecycle_build_target": false, @@ -49072,18 +45162,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jsesc__2.5.2": { + "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__jsesc__2.5.2", - "package": "jsesc", - "version": "2.5.2", + "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-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "url": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==", + "url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -49097,18 +45187,18 @@ "generate_bzl_library_targets": false } }, - "npm__yaml__2.3.2": { + "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__yaml__2.3.2", - "package": "yaml", - "version": "2.3.2", + "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-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==", - "url": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz", + "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": [], @@ -49122,119 +45212,185 @@ "generate_bzl_library_targets": false } }, - "npm__core-util-is__1.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__core-util-is__1.0.3__links", - "package": "core-util-is", - "version": "1.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "core-util-is": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_server-renderer__3.2.45__vue_3.2.45__links": { + "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_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, + "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": { - "@vue/compiler-ssr": "3.2.45", - "@vue/shared": "3.2.45", - "vue": "3.2.45" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@vue/server-renderer": [ - "3.2.45_vue_3.2.45" - ], - "@vue/compiler-ssr": [ - "3.2.45" + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.5" ], - "@vue/shared": [ - "3.2.45" + "@babel/core": [ + "7.23.5" ], - "vue": [ - "3.2.45" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@vue/compiler-dom": [ - "3.2.45" + "@ampproject/remapping": [ + "2.2.1" ], - "@vue/compiler-sfc": [ - "3.2.45" + "@babel/code-frame": [ + "7.23.5" ], - "@vue/runtime-dom": [ - "3.2.45" + "@babel/generator": [ + "7.23.5" ], - "@vue/runtime-core": [ - "3.2.45" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "csstype": [ - "2.6.21" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@vue/reactivity": [ - "3.2.45" + "@babel/helpers": [ + "7.23.5" ], "@babel/parser": [ - "7.23.0" - ], - "@vue/compiler-core": [ - "3.2.45" - ], - "@vue/reactivity-transform": [ - "3.2.45" + "7.23.5" ], - "estree-walker": [ - "2.0.2" + "@babel/template": [ + "7.22.15" ], - "magic-string": [ - "0.25.9" + "@babel/traverse": [ + "7.23.5" ], - "postcss": [ - "8.4.31" + "@babel/types": [ + "7.23.5" ], - "source-map": [ - "0.6.1" + "convert-source-map": [ + "2.0.0" ], - "nanoid": [ - "3.3.6" + "debug": [ + "4.3.4" ], - "picocolors": [ - "1.0.0" + "gensync": [ + "1.0.0-beta.2" ], - "source-map-js": [ - "1.0.2" + "json5": [ + "2.2.3" ], - "sourcemap-codec": [ - "1.4.8" + "semver": [ + "6.3.1" ], - "@babel/types": [ - "7.23.0" + "ms": [ + "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "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, @@ -49244,45 +45400,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jsonfile__6.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsonfile__6.1.0", - "package": "jsonfile", - "version": "6.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "url": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__mimic-fn__2.1.0__links": { + "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__mimic-fn__2.1.0__links", - "package": "mimic-fn", - "version": "2.1.0", - "dev": false, + "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": { - "mimic-fn": [ - "2.1.0" + "@types/json5": [ + "0.0.29" ] }, "lifecycle_build_target": false, @@ -49292,75 +45423,429 @@ "npm_translate_lock_repo": "npm" } }, - "npm__pretty-error__4.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pretty-error__4.0.0", - "package": "pretty-error", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", - "url": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-optional-chaining__7.8.3__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-optional-chaining", - "version": "7.8.3_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__saxes__6.0.0__links": { + "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__saxes__6.0.0__links", - "package": "saxes", - "version": "6.0.0", + "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": { - "xmlchars": "2.2.0" + "@typescript-eslint/eslint-plugin": "5.44.0_-937717529", + "@typescript-eslint/experimental-utils": "5.62.0_1767590274", + "eslint": "8.55.0" }, "transitive_closure": { - "saxes": [ + "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" ], - "xmlchars": [ - "2.2.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, @@ -49370,68 +45855,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_compat-data__7.22.20": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_compat-data__7.22.20", - "package": "@babel/compat-data", - "version": "7.22.20", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==", - "url": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_helper-annotate-as-pure__7.22.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-annotate-as-pure__7.22.5", - "package": "@babel/helper-annotate-as-pure", - "version": "7.22.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", - "url": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-resolve-dependencies__27.5.1": { + "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__jest-resolve-dependencies__27.5.1", - "package": "jest-resolve-dependencies", - "version": "27.5.1", + "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-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", - "url": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "url": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -49445,20 +45880,55 @@ "generate_bzl_library_targets": false } }, - "npm__setprototypeof__1.1.0__links": { + "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__setprototypeof__1.1.0__links", - "package": "setprototypeof", - "version": "1.1.0", - "dev": false, + "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": {}, + "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": { - "setprototypeof": [ - "1.1.0" + "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, @@ -49468,18 +45938,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__unbox-primitive__1.0.2": { + "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__unbox-primitive__1.0.2", - "package": "unbox-primitive", - "version": "1.0.2", + "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-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", - "url": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==", + "url": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.5.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -49493,326 +45963,141 @@ "generate_bzl_library_targets": false } }, - "npm__neo-async__2.6.2": { + "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_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__neo-async__2.6.2", - "package": "neo-async", - "version": "2.6.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "url": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ansi-escapes__4.3.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ansi-escapes__4.3.2__links", - "package": "ansi-escapes", - "version": "4.3.2", - "dev": false, + "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": { - "type-fest": "0.21.3" + "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": { - "ansi-escapes": [ - "4.3.2" + "eslint-plugin-react": [ + "7.33.2_eslint_8.55.0" ], - "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" + "array-includes": [ + "3.1.7" ], - "imurmurhash": [ - "0.1.4" + "array.prototype.flatmap": [ + "1.3.2" ], - "signal-exit": [ - "3.0.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-function-name__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-function-name__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-function-name", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__rollup__2.79.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__rollup__2.79.1__links", - "package": "rollup", - "version": "2.79.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "fsevents": "2.3.3" - }, - "transitive_closure": { - "rollup": [ - "2.79.1" + "array.prototype.tosorted": [ + "1.1.2" ], - "fsevents": [ - "2.3.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__semver__5.7.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__semver__5.7.2", - "package": "semver", - "version": "5.7.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "url": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-environment-node__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-node__29.7.0", - "package": "jest-environment-node", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", - "url": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__which-builtin-type__1.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__which-builtin-type__1.1.3__links", - "package": "which-builtin-type", - "version": "1.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "function.prototype.name": "1.1.6", - "has-tostringtag": "1.0.0", - "is-async-function": "2.0.0", - "is-date-object": "1.0.5", - "is-finalizationregistry": "1.0.2", - "is-generator-function": "1.0.10", - "is-regex": "1.1.4", - "is-weakref": "1.0.2", - "isarray": "2.0.5", - "which-boxed-primitive": "1.0.2", - "which-collection": "1.0.1", - "which-typed-array": "1.1.11" - }, - "transitive_closure": { - "which-builtin-type": [ - "1.1.3" + "doctrine": [ + "3.0.0", + "2.1.0" ], - "function.prototype.name": [ - "1.1.6" + "es-iterator-helpers": [ + "1.0.15" ], - "has-tostringtag": [ - "1.0.0" + "eslint": [ + "8.55.0" ], - "is-async-function": [ - "2.0.0" + "estraverse": [ + "5.3.0" ], - "is-date-object": [ - "1.0.5" + "jsx-ast-utils": [ + "3.3.5" ], - "is-finalizationregistry": [ - "1.0.2" + "minimatch": [ + "3.1.2" ], - "is-generator-function": [ - "1.0.10" + "object.entries": [ + "1.1.7" ], - "is-regex": [ - "1.1.4" + "object.fromentries": [ + "2.0.7" ], - "is-weakref": [ - "1.0.2" + "object.hasown": [ + "1.1.3" ], - "isarray": [ - "2.0.5" + "object.values": [ + "1.1.7" ], - "which-boxed-primitive": [ - "1.0.2" + "prop-types": [ + "15.8.1" ], - "which-collection": [ - "1.0.1" + "resolve": [ + "2.0.0-next.4" ], - "which-typed-array": [ - "1.1.11" + "semver": [ + "6.3.1" ], - "available-typed-arrays": [ - "1.0.5" + "string.prototype.matchall": [ + "4.0.10" ], "call-bind": [ "1.0.2" ], - "for-each": [ - "0.3.3" + "define-properties": [ + "1.2.1" ], - "gopd": [ - "1.0.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" ], - "is-callable": [ - "1.2.7" - ], - "is-map": [ - "2.0.2" + "internal-slot": [ + "1.0.5" ], - "is-set": [ - "2.0.2" + "regexp.prototype.flags": [ + "1.5.1" ], - "is-weakmap": [ + "set-function-name": [ "2.0.1" ], - "is-weakset": [ - "2.0.2" - ], - "is-bigint": [ + "side-channel": [ "1.0.4" ], - "is-boolean-object": [ - "1.1.2" + "object-inspect": [ + "1.12.3" ], - "is-number-object": [ - "1.0.7" + "define-data-property": [ + "1.1.0" ], - "is-string": [ - "1.0.7" + "functions-have-names": [ + "1.2.3" ], - "is-symbol": [ - "1.0.4" + "has-property-descriptors": [ + "1.0.0" ], - "has-bigints": [ - "1.0.2" + "gopd": [ + "1.0.1" ], - "define-properties": [ - "1.2.1" + "has": [ + "1.0.3" ], - "es-abstract": [ - "1.22.2" + "function-bind": [ + "1.1.1" ], - "functions-have-names": [ - "1.2.3" + "has-proto": [ + "1.0.1" ], "array-buffer-byte-length": [ "1.0.0" @@ -49820,38 +46105,47 @@ "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" ], - "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" ], - "object-inspect": [ - "1.12.3" + "is-weakref": [ + "1.0.2" ], "object-keys": [ "1.1.1" @@ -49859,9 +46153,6 @@ "object.assign": [ "4.1.4" ], - "regexp.prototype.flags": [ - "1.5.1" - ], "safe-array-concat": [ "1.0.1" ], @@ -49892,75 +46183,386 @@ "unbox-primitive": [ "1.0.2" ], - "set-function-name": [ - "2.0.1" + "which-typed-array": [ + "1.1.11" ], - "define-data-property": [ - "1.1.0" + "for-each": [ + "0.3.3" ], - "side-channel": [ + "has-tostringtag": [ + "1.0.0" + ], + "has-bigints": [ + "1.0.2" + ], + "which-boxed-primitive": [ + "1.0.2" + ], + "is-bigint": [ "1.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__object.assign__4.1.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__object.assign__4.1.4__links", - "package": "object.assign", - "version": "4.1.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "has-symbols": "1.0.3", - "object-keys": "1.1.1" - }, - "transitive_closure": { - "object.assign": [ - "4.1.4" ], - "call-bind": [ + "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" ], - "define-properties": [ + "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" ], - "has-symbols": [ - "1.0.3" + "type-check": [ + "0.4.0" ], - "object-keys": [ - "1.1.1" + "argparse": [ + "2.0.1" ], - "define-data-property": [ - "1.1.0" + "is-extglob": [ + "2.1.1" ], - "has-property-descriptors": [ + "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" ], - "get-intrinsic": [ - "1.2.1" + "inflight": [ + "1.0.6" ], - "function-bind": [ - "1.1.1" + "inherits": [ + "2.0.4" ], - "has": [ - "1.0.3" + "once": [ + "1.4.0" ], - "has-proto": [ + "path-is-absolute": [ "1.0.1" ], - "gopd": [ + "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, @@ -49970,149 +46572,107 @@ "npm_translate_lock_repo": "npm" } }, - "npm__require-directory__2.1.1__links": { + "npm__strip-indent__3.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__require-directory__2.1.1__links", - "package": "require-directory", - "version": "2.1.1", - "dev": false, + "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": {}, - "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" + "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__select-hose__2.0.0__links": { + "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__select-hose__2.0.0__links", - "package": "select-hose", - "version": "2.0.0", + "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": {}, - "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" + "vue-router" ] }, "deps": { - "@volar/vue-language-core": "1.0.9", - "@volar/vue-typescript": "1.0.9", - "typescript": "4.9.3" + "@vue/devtools-api": "6.5.0", + "vue": "3.2.45" }, "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" + "vue-router": [ + "4.1.6_vue_3.2.45" ], - "muggle-string": [ - "0.1.0" + "@vue/devtools-api": [ + "6.5.0" ], - "@vue/shared": [ - "3.3.4" + "vue": [ + "3.2.45" ], "@vue/compiler-dom": [ - "3.3.4" + "3.2.45" ], "@vue/compiler-sfc": [ - "3.3.4" + "3.2.45" ], - "minimatch": [ - "5.1.6" + "@vue/runtime-dom": [ + "3.2.45" ], - "vue-template-compiler": [ - "2.7.14" + "@vue/server-renderer": [ + "3.2.45_vue_3.2.45" ], - "de-indent": [ - "1.0.2" + "@vue/shared": [ + "3.2.45" ], - "he": [ - "1.2.0" + "@vue/compiler-ssr": [ + "3.2.45" ], - "brace-expansion": [ - "2.0.1" + "@vue/runtime-core": [ + "3.2.45" ], - "balanced-match": [ - "1.0.2" + "csstype": [ + "2.6.21" + ], + "@vue/reactivity": [ + "3.2.45" ], "@babel/parser": [ + "7.23.5", "7.23.0" ], "@vue/compiler-core": [ - "3.3.4" - ], - "@vue/compiler-ssr": [ - "3.3.4" + "3.2.45" ], "@vue/reactivity-transform": [ - "3.3.4" + "3.2.45" ], "estree-walker": [ "2.0.2" ], "magic-string": [ - "0.30.4" + "0.25.9" ], "postcss": [ "8.4.31" ], - "source-map-js": [ - "1.0.2" + "source-map": [ + "0.6.1" ], "nanoid": [ "3.3.6" @@ -50120,14 +46680,17 @@ "picocolors": [ "1.0.0" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "source-map-js": [ + "1.0.2" + ], + "sourcemap-codec": [ + "1.4.8" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -50143,71 +46706,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_yargs__13.0.12__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs__13.0.12__links", - "package": "@types/yargs", - "version": "13.0.12", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/yargs-parser": "21.0.1" - }, - "transitive_closure": { - "@types/yargs": [ - "13.0.12" - ], - "@types/yargs-parser": [ - "21.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_testing-library_dom__8.20.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_testing-library_dom__8.20.1", - "package": "@testing-library/dom", - "version": "8.20.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==", - "url": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ansi-regex__5.0.1": { + "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__ansi-regex__5.0.1", - "package": "ansi-regex", - "version": "5.0.1", + "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-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "url": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -50221,18 +46731,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_rollup_plugin-babel__5.3.1__116925565": { + "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__at_rollup_plugin-babel__5.3.1__116925565", - "package": "@rollup/plugin-babel", - "version": "5.3.1_116925565", + "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-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", - "url": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "url": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -50246,20 +46756,107 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_tough-cookie__4.0.3": { + "npm__pretty-format__29.7.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "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", + "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_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": [], + "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": "", @@ -50271,26 +46868,128 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-react-display-name__7.22.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-react-display-name__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-react-display-name", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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/core": "7.23.0", + "@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-transform-react-display-name": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/plugin-syntax-jsx": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" @@ -50299,31 +46998,31 @@ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -50344,7 +47043,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -50374,13 +47073,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -50389,16 +47088,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -50425,7 +47124,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -50459,20 +47158,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__has-bigints__1.0.2__links": { + "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__has-bigints__1.0.2__links", - "package": "has-bigints", - "version": "1.0.2", - "dev": false, + "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": {}, + "deps": { + "pify": "3.0.0" + }, "transitive_closure": { - "has-bigints": [ - "1.0.2" + "path-type": [ + "3.0.0" + ], + "pify": [ + "3.0.0" ] }, "lifecycle_build_target": false, @@ -50482,18 +47186,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__commondir__1.0.1": { + "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__commondir__1.0.1", - "package": "commondir", - "version": "1.0.1", + "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-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "url": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==", + "url": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -50507,20 +47211,33 @@ "generate_bzl_library_targets": false } }, - "npm__is-potential-custom-element-name__1.0.1__links": { + "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__is-potential-custom-element-name__1.0.1__links", - "package": "is-potential-custom-element-name", - "version": "1.0.1", - "dev": false, + "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": {}, + "deps": { + "domelementtype": "2.3.0", + "domhandler": "4.3.1", + "entities": "2.2.0" + }, "transitive_closure": { - "is-potential-custom-element-name": [ - "1.0.1" + "dom-serializer": [ + "1.4.1" + ], + "domelementtype": [ + "2.3.0" + ], + "domhandler": [ + "4.3.1" + ], + "entities": [ + "2.2.0" ] }, "lifecycle_build_target": false, @@ -50530,18 +47247,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__lines-and-columns__1.2.4": { + "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__lines-and-columns__1.2.4", - "package": "lines-and-columns", - "version": "1.2.4", + "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-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "url": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -50555,18 +47272,85 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-normalize__10.0.1__-695478989": { + "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__postcss-normalize__10.0.1__-695478989", - "package": "postcss-normalize", - "version": "10.0.1_-695478989", + "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": {}, - "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", - "url": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", + "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": [], @@ -50580,152 +47364,148 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_fake-timers__29.7.0__links": { + "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_jest_fake-timers__29.7.0__links", - "package": "@jest/fake-timers", - "version": "29.7.0", + "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": {}, + "link_packages": { + "next.js": [ + "@testing-library/jest-dom" + ], + "react": [ + "@testing-library/jest-dom" + ] + }, "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" + "@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": { - "@jest/fake-timers": [ - "29.7.0" - ], - "@jest/types": [ - "29.6.3" - ], - "@sinonjs/fake-timers": [ - "10.3.0" - ], - "@types/node": [ - "18.11.9" + "@testing-library/jest-dom": [ + "4.2.4" ], - "jest-message-util": [ - "29.7.0" + "@babel/runtime": [ + "7.23.1" ], - "jest-mock": [ - "29.7.0" + "chalk": [ + "2.4.2" ], - "jest-util": [ - "29.7.0" + "css": [ + "2.2.4" ], - "chalk": [ - "2.4.2", - "4.1.2" + "css.escape": [ + "1.5.1" ], - "ci-info": [ - "3.8.0" + "jest-diff": [ + "24.9.0" ], - "graceful-fs": [ - "4.2.11" + "jest-matcher-utils": [ + "24.9.0" ], - "picomatch": [ - "2.3.1" + "lodash": [ + "4.17.21" ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" + "pretty-format": [ + "24.9.0" ], - "supports-color": [ - "5.5.0", - "7.2.0" + "redent": [ + "3.0.0" ], - "has-flag": [ - "3.0.0", + "indent-string": [ "4.0.0" ], - "color-convert": [ - "1.9.3", - "2.0.1" + "strip-indent": [ + "3.0.0" ], - "color-name": [ - "1.1.3", - "1.1.4" + "min-indent": [ + "1.0.1" ], - "@babel/code-frame": [ - "7.22.13" + "@jest/types": [ + "24.9.0" ], - "@types/stack-utils": [ - "2.0.1" + "ansi-regex": [ + "4.1.1" ], - "micromatch": [ - "4.0.5" + "ansi-styles": [ + "3.2.1" ], - "pretty-format": [ - "29.7.0" + "react-is": [ + "16.13.1" ], - "slash": [ - "3.0.0" + "color-convert": [ + "1.9.3" ], - "stack-utils": [ - "2.0.6" + "color-name": [ + "1.1.3" ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "@jest/schemas": [ - "29.6.3" + "@types/istanbul-reports": [ + "1.1.2" ], - "react-is": [ - "18.2.0" + "@types/yargs": [ + "13.0.12" ], - "@sinclair/typebox": [ - "0.27.8" + "@types/yargs-parser": [ + "21.0.1" ], - "braces": [ - "3.0.2" + "@types/istanbul-lib-report": [ + "3.0.1" ], - "fill-range": [ - "7.0.1" + "jest-get-type": [ + "24.9.0" ], - "to-regex-range": [ - "5.0.1" + "diff-sequences": [ + "24.9.0" ], - "is-number": [ - "7.0.0" + "inherits": [ + "2.0.4" ], - "@babel/highlight": [ - "7.22.20" + "source-map": [ + "0.6.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "source-map-resolve": [ + "0.5.3" ], - "js-tokens": [ - "4.0.0" + "urix": [ + "0.1.0" ], - "@sinonjs/commons": [ - "3.0.0" + "atob": [ + "2.1.2" ], - "type-detect": [ - "4.0.8" + "decode-uri-component": [ + "0.2.2" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "resolve-url": [ + "0.2.1" ], - "@types/istanbul-reports": [ - "3.0.2" + "source-map-url": [ + "0.4.1" ], - "@types/yargs": [ - "17.0.26" + "escape-string-regexp": [ + "1.0.5" ], - "@types/yargs-parser": [ - "21.0.1" + "supports-color": [ + "5.5.0" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "has-flag": [ + "3.0.0" + ], + "regenerator-runtime": [ + "0.14.0" ] }, "lifecycle_build_target": false, @@ -50735,69 +47515,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_types__28.1.3__links": { + "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_types__28.1.3__links", - "package": "@jest/types", - "version": "28.1.3", - "dev": false, + "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/schemas": "28.1.3", - "@types/istanbul-lib-coverage": "2.0.4", - "@types/istanbul-reports": "3.0.2", - "@types/node": "18.11.9", - "@types/yargs": "17.0.26", - "chalk": "4.1.2" + "jest-get-type": "29.6.3" }, "transitive_closure": { - "@jest/types": [ - "28.1.3" - ], - "@jest/schemas": [ - "28.1.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/node": [ - "18.11.9" - ], - "@types/yargs": [ - "17.0.26" - ], - "chalk": [ - "4.1.2" - ], - "ansi-styles": [ - "4.3.0" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@jest/expect-utils": [ + "29.7.0" ], - "@sinclair/typebox": [ - "0.24.51" + "jest-get-type": [ + "29.6.3" ] }, "lifecycle_build_target": false, @@ -50807,32 +47543,29 @@ "npm_translate_lock_repo": "npm" } }, - "npm__parse-json__4.0.0__links": { + "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__parse-json__4.0.0__links", - "package": "parse-json", - "version": "4.0.0", + "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": { - "error-ex": "1.3.2", - "json-parse-better-errors": "1.0.2" + "@types/estree": "1.0.2", + "@types/json-schema": "7.0.13" }, "transitive_closure": { - "parse-json": [ - "4.0.0" - ], - "error-ex": [ - "1.3.2" + "@types/eslint": [ + "8.44.3" ], - "json-parse-better-errors": [ + "@types/estree": [ "1.0.2" ], - "is-arrayish": [ - "0.2.1" + "@types/json-schema": [ + "7.0.13" ] }, "lifecycle_build_target": false, @@ -50842,18 +47575,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__bytes__3.1.2": { + "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__bytes__3.1.2", - "package": "bytes", - "version": "3.1.2", + "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-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "url": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==", + "url": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -50867,210 +47600,75 @@ "generate_bzl_library_targets": false } }, - "npm__string.prototype.trimend__1.0.7__links": { + "npm__cssstyle__3.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.trimend__1.0.7__links", - "package": "string.prototype.trimend", - "version": "1.0.7", - "dev": false, + "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": {}, - "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" + "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" ], - "is-date-object": [ - "1.0.5" + "vue/libraries/simple": [ + "vite" ] }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__ansi-styles__3.2.1": { + "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__ansi-styles__3.2.1", - "package": "ansi-styles", - "version": "3.2.1", + "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-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==", + "url": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -51084,206 +47682,150 @@ "generate_bzl_library_targets": false } }, - "npm__camelcase__5.3.1__links": { + "npm__at_types_estree__1.0.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__camelcase__5.3.1__links", - "package": "camelcase", - "version": "5.3.1", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "camelcase": [ - "5.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__jest-pnp-resolver__1.2.3__jest-resolve_29.7.0__links": { + "npm__safer-buffer__2.1.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "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__links", - "package": "jest-pnp-resolver", - "version": "1.2.3_jest-resolve_29.7.0", - "dev": true, + "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": {}, - "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" + "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" ], - "color-name": [ - "1.1.4" + "mime-db": [ + "1.52.0" ] }, "lifecycle_build_target": false, @@ -51293,317 +47835,499 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_eslint-community_eslint-utils__4.4.0__eslint_8.55.0__links": { + "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_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": false, + "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": { - "eslint": "8.55.0", - "eslint-visitor-keys": "3.4.3" + "@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": { - "@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" + "esbuild": [ + "0.15.18" ], - "eslint-scope": [ - "7.2.2" + "@esbuild/android-arm": [ + "0.15.18" ], - "espree": [ - "9.6.1" + "@esbuild/linux-loong64": [ + "0.15.18" ], - "esquery": [ - "1.5.0" + "esbuild-android-64": [ + "0.15.18" ], - "esutils": [ - "2.0.3" + "esbuild-android-arm64": [ + "0.15.18" ], - "fast-deep-equal": [ - "3.1.3" + "esbuild-darwin-64": [ + "0.15.18" ], - "file-entry-cache": [ - "6.0.1" + "esbuild-darwin-arm64": [ + "0.15.18" ], - "find-up": [ - "5.0.0" + "esbuild-freebsd-64": [ + "0.15.18" ], - "glob-parent": [ - "6.0.2" + "esbuild-freebsd-arm64": [ + "0.15.18" ], - "globals": [ - "13.22.0" + "esbuild-linux-32": [ + "0.15.18" ], - "graphemer": [ - "1.4.0" + "esbuild-linux-64": [ + "0.15.18" ], - "ignore": [ - "5.2.4" + "esbuild-linux-arm": [ + "0.15.18" ], - "imurmurhash": [ - "0.1.4" + "esbuild-linux-arm64": [ + "0.15.18" ], - "is-glob": [ - "4.0.3" + "esbuild-linux-mips64le": [ + "0.15.18" ], - "is-path-inside": [ - "3.0.3" + "esbuild-linux-ppc64le": [ + "0.15.18" ], - "js-yaml": [ - "4.1.0" + "esbuild-linux-riscv64": [ + "0.15.18" ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" + "esbuild-linux-s390x": [ + "0.15.18" ], - "levn": [ - "0.4.1" + "esbuild-netbsd-64": [ + "0.15.18" ], - "lodash.merge": [ - "4.6.2" + "esbuild-openbsd-64": [ + "0.15.18" ], - "minimatch": [ - "3.1.2" + "esbuild-sunos-64": [ + "0.15.18" ], - "natural-compare": [ - "1.4.0" + "esbuild-windows-32": [ + "0.15.18" ], - "optionator": [ - "0.9.3" + "esbuild-windows-64": [ + "0.15.18" ], - "strip-ansi": [ - "6.0.1" + "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" ], - "text-table": [ - "0.2.0" + "array-includes": [ + "3.1.7" ], - "ansi-regex": [ - "5.0.1" + "array.prototype.flat": [ + "1.3.2" ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "object.assign": [ + "4.1.4" ], - "deep-is": [ - "0.1.4" + "object.values": [ + "1.1.7" ], - "fast-levenshtein": [ - "2.0.6" + "call-bind": [ + "1.0.2" ], - "prelude-ls": [ + "define-properties": [ "1.2.1" ], - "type-check": [ - "0.4.0" + "es-abstract": [ + "1.22.2" ], - "brace-expansion": [ - "1.1.11" + "array-buffer-byte-length": [ + "1.0.0" ], - "balanced-match": [ + "arraybuffer.prototype.slice": [ "1.0.2" ], - "concat-map": [ - "0.0.1" + "available-typed-arrays": [ + "1.0.5" ], - "argparse": [ + "es-set-tostringtag": [ "2.0.1" ], - "is-extglob": [ - "2.1.1" + "es-to-primitive": [ + "1.2.1" ], - "type-fest": [ - "0.20.2" + "function.prototype.name": [ + "1.1.6" ], - "locate-path": [ - "6.0.0" + "get-intrinsic": [ + "1.2.1" ], - "path-exists": [ - "4.0.0" + "get-symbol-description": [ + "1.0.0" ], - "p-locate": [ - "5.0.0" + "globalthis": [ + "1.0.3" ], - "p-limit": [ - "3.1.0" + "gopd": [ + "1.0.1" ], - "yocto-queue": [ - "0.1.0" + "has": [ + "1.0.3" ], - "flat-cache": [ - "3.1.0" + "has-property-descriptors": [ + "1.0.0" ], - "flatted": [ - "3.2.9" + "has-proto": [ + "1.0.1" ], - "keyv": [ - "4.5.3" + "has-symbols": [ + "1.0.3" ], - "rimraf": [ + "internal-slot": [ + "1.0.5" + ], + "is-array-buffer": [ "3.0.2" ], - "glob": [ - "7.2.3" + "is-callable": [ + "1.2.7" ], - "fs.realpath": [ - "1.0.0" + "is-negative-zero": [ + "2.0.2" ], - "inflight": [ - "1.0.6" + "is-regex": [ + "1.1.4" ], - "inherits": [ - "2.0.4" + "is-shared-array-buffer": [ + "1.0.2" ], - "once": [ - "1.4.0" + "is-string": [ + "1.0.7" ], - "path-is-absolute": [ - "1.0.1" + "is-typed-array": [ + "1.1.12" ], - "wrappy": [ + "is-weakref": [ "1.0.2" ], - "json-buffer": [ - "3.0.1" - ], - "estraverse": [ - "5.3.0" + "object-inspect": [ + "1.12.3" ], - "acorn": [ - "8.10.0" + "object-keys": [ + "1.1.1" ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "regexp.prototype.flags": [ + "1.5.1" ], - "esrecurse": [ - "4.3.0" + "safe-array-concat": [ + "1.0.1" ], - "ms": [ - "2.1.2" + "safe-regex-test": [ + "1.0.0" ], - "path-key": [ - "3.1.1" + "string.prototype.trim": [ + "1.2.8" ], - "shebang-command": [ - "2.0.0" + "string.prototype.trimend": [ + "1.0.7" ], - "which": [ - "2.0.2" + "string.prototype.trimstart": [ + "1.0.7" ], - "isexe": [ - "2.0.0" + "typed-array-buffer": [ + "1.0.0" ], - "shebang-regex": [ - "3.0.0" + "typed-array-byte-length": [ + "1.0.0" ], - "ansi-styles": [ - "4.3.0" + "typed-array-byte-offset": [ + "1.0.0" ], - "supports-color": [ - "7.2.0" + "typed-array-length": [ + "1.0.4" ], - "has-flag": [ - "4.0.0" + "unbox-primitive": [ + "1.0.2" ], - "color-convert": [ - "2.0.1" + "which-typed-array": [ + "1.1.11" ], - "color-name": [ - "1.1.4" + "for-each": [ + "0.3.3" ], - "fast-json-stable-stringify": [ - "2.1.0" + "has-tostringtag": [ + "1.0.0" ], - "json-schema-traverse": [ - "0.4.1" + "has-bigints": [ + "1.0.2" ], - "uri-js": [ - "4.4.1" + "which-boxed-primitive": [ + "1.0.2" ], - "punycode": [ - "2.3.0" + "is-bigint": [ + "1.0.4" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "is-boolean-object": [ + "1.1.2" ], - "fastq": [ - "1.15.0" + "is-number-object": [ + "1.0.7" ], - "reusify": [ + "is-symbol": [ "1.0.4" ], - "@nodelib/fs.stat": [ + "isarray": [ "2.0.5" ], - "run-parallel": [ - "1.2.0" + "set-function-name": [ + "2.0.1" ], - "queue-microtask": [ - "1.2.3" + "define-data-property": [ + "1.1.0" ], - "@humanwhocodes/object-schema": [ - "2.0.1" + "functions-have-names": [ + "1.2.3" ], - "import-fresh": [ - "3.3.0" + "side-channel": [ + "1.0.4" ], - "strip-json-comments": [ - "3.1.1" + "function-bind": [ + "1.1.1" ], - "parent-module": [ - "1.0.1" + "is-date-object": [ + "1.0.5" ], - "resolve-from": [ - "4.0.0" + "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" ], - "callsites": [ - "3.1.0" + "p-try": [ + "2.2.0" ] }, "lifecycle_build_target": false, @@ -51613,18 +48337,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_csstools_postcss-font-format-keywords__1.0.1__postcss_8.4.31": { + "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__at_csstools_postcss-font-format-keywords__1.0.1__postcss_8.4.31", - "package": "@csstools/postcss-font-format-keywords", - "version": "1.0.1_postcss_8.4.31", + "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-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", - "url": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "url": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -51638,41 +48362,43 @@ "generate_bzl_library_targets": false } }, - "npm__webidl-conversions__5.0.0__links": { + "npm__at_types_yargs__13.0.12": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__5.0.0__links", - "package": "webidl-conversions", - "version": "5.0.0", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "webidl-conversions": [ - "5.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__eslint-plugin-react-hooks__4.6.0__eslint_8.55.0": { + "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__eslint-plugin-react-hooks__4.6.0__eslint_8.55.0", - "package": "eslint-plugin-react-hooks", - "version": "4.6.0_eslint_8.55.0", + "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-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", - "url": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "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": [], @@ -51686,29 +48412,20 @@ "generate_bzl_library_targets": false } }, - "npm__workbox-expiration__6.6.0__links": { + "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__workbox-expiration__6.6.0__links", - "package": "workbox-expiration", - "version": "6.6.0", - "dev": false, + "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": { - "idb": "7.1.1", - "workbox-core": "6.6.0" - }, + "deps": {}, "transitive_closure": { - "workbox-expiration": [ - "6.6.0" - ], - "idb": [ - "7.1.1" - ], - "workbox-core": [ - "6.6.0" + "y18n": [ + "5.0.8" ] }, "lifecycle_build_target": false, @@ -51718,827 +48435,565 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-private-methods__7.22.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-private-methods__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-private-methods", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "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": { - "@babel/plugin-transform-private-methods": [ - "7.22.5_at_babel_core_7.23.0" + "eslint-plugin-import": [ + "2.28.1_eslint_8.28.0" ], - "@babel/core": [ - "7.23.0" + "array-includes": [ + "3.1.7" ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "array.prototype.findlastindex": [ + "1.2.3" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "array.prototype.flat": [ + "1.3.2" ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "array.prototype.flatmap": [ + "1.3.2" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "debug": [ + "4.3.4", + "3.2.7" ], - "@babel/helper-function-name": [ - "7.23.0" + "doctrine": [ + "3.0.0", + "2.1.0" ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" + "eslint": [ + "8.28.0" ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" + "eslint-import-resolver-node": [ + "0.3.9" ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" + "eslint-module-utils": [ + "2.8.0_-993259024" ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" + "has": [ + "1.0.3" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "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" ], - "@babel/types": [ - "7.23.0" + "tsconfig-paths": [ + "3.14.2" ], - "@babel/helper-string-parser": [ - "7.22.5" + "@types/json5": [ + "0.0.29" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "json5": [ + "1.0.2" ], - "to-fast-properties": [ - "2.0.0" + "minimist": [ + "1.2.8" ], - "@babel/template": [ - "7.22.15" + "strip-bom": [ + "3.0.0" ], - "@babel/code-frame": [ - "7.22.13" + "call-bind": [ + "1.0.2" ], - "@babel/parser": [ - "7.23.0" + "define-properties": [ + "1.2.1" ], - "@babel/highlight": [ - "7.22.20" + "es-abstract": [ + "1.22.2" ], - "chalk": [ - "2.4.2" + "array-buffer-byte-length": [ + "1.0.0" ], - "ansi-styles": [ - "3.2.1" + "arraybuffer.prototype.slice": [ + "1.0.2" ], - "escape-string-regexp": [ + "available-typed-arrays": [ "1.0.5" ], - "supports-color": [ - "5.5.0" + "es-set-tostringtag": [ + "2.0.1" ], - "has-flag": [ - "3.0.0" + "es-to-primitive": [ + "1.2.1" ], - "color-convert": [ - "1.9.3" + "function.prototype.name": [ + "1.1.6" ], - "color-name": [ - "1.1.3" + "get-intrinsic": [ + "1.2.1" ], - "js-tokens": [ - "4.0.0" + "get-symbol-description": [ + "1.0.0" ], - "@ampproject/remapping": [ - "2.2.1" + "globalthis": [ + "1.0.3" ], - "@babel/generator": [ - "7.23.0" + "gopd": [ + "1.0.1" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "has-property-descriptors": [ + "1.0.0" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "has-proto": [ + "1.0.1" ], - "@babel/helpers": [ - "7.23.1" + "has-symbols": [ + "1.0.3" ], - "@babel/traverse": [ - "7.23.0" + "internal-slot": [ + "1.0.5" ], - "convert-source-map": [ - "2.0.0" + "is-array-buffer": [ + "3.0.2" ], - "debug": [ - "4.3.4" + "is-callable": [ + "1.2.7" ], - "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" + "is-negative-zero": [ + "2.0.2" ], - "@babel/compat-data": [ - "7.22.20" + "is-regex": [ + "1.1.4" ], - "@babel/helper-validator-option": [ - "7.22.15" + "is-shared-array-buffer": [ + "1.0.2" ], - "browserslist": [ - "4.22.1" + "is-string": [ + "1.0.7" ], - "lru-cache": [ - "5.1.1" + "is-typed-array": [ + "1.1.12" ], - "yallist": [ - "3.1.1" + "is-weakref": [ + "1.0.2" ], - "caniuse-lite": [ - "1.0.30001542" + "object-inspect": [ + "1.12.3" ], - "electron-to-chromium": [ - "1.4.539" + "object-keys": [ + "1.1.1" ], - "node-releases": [ - "2.0.13" + "object.assign": [ + "4.1.4" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "regexp.prototype.flags": [ + "1.5.1" ], - "escalade": [ - "3.1.1" + "safe-array-concat": [ + "1.0.1" ], - "picocolors": [ + "safe-regex-test": [ "1.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "string.prototype.trim": [ + "1.2.8" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "string.prototype.trimend": [ + "1.0.7" ], - "jsesc": [ - "2.5.2" + "string.prototype.trimstart": [ + "1.0.7" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "typed-array-buffer": [ + "1.0.0" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "typed-array-byte-length": [ + "1.0.0" ], - "@jridgewell/set-array": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__reusify__1.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__reusify__1.0.4", - "package": "reusify", - "version": "1.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "url": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-reserved-words__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-reserved-words__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-reserved-words", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-reserved-words": [ - "7.22.5_at_babel_core_7.23.0" + "typed-array-byte-offset": [ + "1.0.0" ], - "@babel/core": [ - "7.23.0" + "typed-array-length": [ + "1.0.4" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "unbox-primitive": [ + "1.0.2" ], - "@ampproject/remapping": [ - "2.2.1" + "which-typed-array": [ + "1.1.11" ], - "@babel/code-frame": [ - "7.22.13" + "for-each": [ + "0.3.3" ], - "@babel/generator": [ - "7.23.0" + "has-tostringtag": [ + "1.0.0" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "has-bigints": [ + "1.0.2" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "which-boxed-primitive": [ + "1.0.2" ], - "@babel/helpers": [ - "7.23.1" + "is-bigint": [ + "1.0.4" ], - "@babel/parser": [ - "7.23.0" + "is-boolean-object": [ + "1.1.2" ], - "@babel/template": [ - "7.22.15" + "is-number-object": [ + "1.0.7" ], - "@babel/traverse": [ - "7.23.0" + "is-symbol": [ + "1.0.4" ], - "@babel/types": [ - "7.23.0" + "isarray": [ + "2.0.5" ], - "convert-source-map": [ - "2.0.0" + "set-function-name": [ + "2.0.1" ], - "debug": [ - "4.3.4" + "define-data-property": [ + "1.1.0" ], - "gensync": [ - "1.0.0-beta.2" + "functions-have-names": [ + "1.2.3" ], - "json5": [ - "2.2.3" + "side-channel": [ + "1.0.4" ], - "semver": [ - "6.3.1" + "function-bind": [ + "1.1.1" ], - "ms": [ - "2.1.2" + "is-date-object": [ + "1.0.5" ], - "@babel/helper-string-parser": [ - "7.22.5" + "brace-expansion": [ + "1.1.11" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "balanced-match": [ + "1.0.2" ], - "to-fast-properties": [ - "2.0.0" + "concat-map": [ + "0.0.1" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "is-extglob": [ + "2.1.1" ], - "@babel/helper-function-name": [ - "7.23.0" + "resolve": [ + "1.22.6" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "path-parse": [ + "1.0.7" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "globals": [ - "11.12.0" + "@eslint/eslintrc": [ + "1.4.1" ], - "@babel/helper-module-imports": [ - "7.22.15" + "@humanwhocodes/config-array": [ + "0.11.11" ], - "@babel/helper-simple-access": [ - "7.22.5" + "@humanwhocodes/module-importer": [ + "1.0.1" ], - "@babel/compat-data": [ - "7.22.20" + "@nodelib/fs.walk": [ + "1.2.8" ], - "@babel/helper-validator-option": [ - "7.22.15" + "ajv": [ + "6.12.6" ], - "browserslist": [ - "4.22.1" + "chalk": [ + "4.1.2" ], - "lru-cache": [ - "5.1.1" + "cross-spawn": [ + "7.0.3" ], - "yallist": [ - "3.1.1" + "escape-string-regexp": [ + "4.0.0" ], - "caniuse-lite": [ - "1.0.30001542" + "eslint-scope": [ + "7.2.2" ], - "electron-to-chromium": [ - "1.4.539" + "eslint-utils": [ + "3.0.0_eslint_8.28.0" ], - "node-releases": [ - "2.0.13" + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "espree": [ + "9.6.1" ], - "escalade": [ - "3.1.1" + "esquery": [ + "1.5.0" ], - "picocolors": [ - "1.0.0" + "esutils": [ + "2.0.3" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "fast-deep-equal": [ + "3.1.3" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "file-entry-cache": [ + "6.0.1" ], - "jsesc": [ - "2.5.2" + "find-up": [ + "5.0.0" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "glob-parent": [ + "6.0.2" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "globals": [ + "13.22.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "grapheme-splitter": [ + "1.0.4" ], - "@babel/highlight": [ - "7.22.20" + "ignore": [ + "5.2.4" ], - "chalk": [ - "2.4.2" + "import-fresh": [ + "3.3.0" ], - "ansi-styles": [ - "3.2.1" + "imurmurhash": [ + "0.1.4" ], - "escape-string-regexp": [ - "1.0.5" + "is-path-inside": [ + "3.0.3" ], - "supports-color": [ - "5.5.0" + "js-sdsl": [ + "4.4.2" ], - "has-flag": [ - "3.0.0" + "js-yaml": [ + "4.1.0" ], - "color-convert": [ - "1.9.3" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "color-name": [ - "1.1.3" + "levn": [ + "0.4.1" ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__ast-types-flow__0.0.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ast-types-flow__0.0.7", - "package": "ast-types-flow", - "version": "0.0.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==", - "url": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-worker__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__27.5.1__links", - "package": "jest-worker", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/node": "20.8.2", - "merge-stream": "2.0.0", - "supports-color": "8.1.1" - }, - "transitive_closure": { - "jest-worker": [ - "27.5.1" + "lodash.merge": [ + "4.6.2" ], - "@types/node": [ - "20.8.2" + "natural-compare": [ + "1.4.0" ], - "merge-stream": [ - "2.0.0" + "optionator": [ + "0.9.3" ], - "supports-color": [ - "8.1.1" + "regexpp": [ + "3.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__workbox-core__6.6.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-core__6.6.0__links", - "package": "workbox-core", - "version": "6.6.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "workbox-core": [ - "6.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__isarray__2.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__isarray__2.0.5", - "package": "isarray", - "version": "2.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", - "url": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__workbox-cacheable-response__6.6.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-cacheable-response__6.6.0__links", - "package": "workbox-cacheable-response", - "version": "6.6.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "workbox-core": "6.6.0" - }, - "transitive_closure": { - "workbox-cacheable-response": [ - "6.6.0" + "strip-ansi": [ + "6.0.1" ], - "workbox-core": [ - "6.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_sinonjs_commons__1.8.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_commons__1.8.6__links", - "package": "@sinonjs/commons", - "version": "1.8.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "type-detect": "4.0.8" - }, - "transitive_closure": { - "@sinonjs/commons": [ - "1.8.6" + "strip-json-comments": [ + "3.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__is-number__7.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-number__7.0.0", - "package": "is-number", - "version": "7.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "url": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__kind-of__6.0.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__kind-of__6.0.3", - "package": "kind-of", - "version": "6.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "url": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-json-strings__7.22.11__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-json-strings__7.22.11__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-json-strings", - "version": "7.22.11_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.23.0" - }, - "transitive_closure": { - "@babel/plugin-transform-json-strings": [ - "7.22.11_at_babel_core_7.23.0" + "text-table": [ + "0.2.0" ], - "@babel/core": [ - "7.23.0" + "ansi-regex": [ + "5.0.1" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@aashutoshrathi/word-wrap": [ + "1.2.6" ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" + "deep-is": [ + "0.1.4" ], - "@ampproject/remapping": [ - "2.2.1" + "fast-levenshtein": [ + "2.0.6" ], - "@babel/code-frame": [ - "7.22.13" + "prelude-ls": [ + "1.2.1" ], - "@babel/generator": [ - "7.23.0" + "type-check": [ + "0.4.0" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "argparse": [ + "2.0.1" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "parent-module": [ + "1.0.1" ], - "@babel/helpers": [ - "7.23.1" + "resolve-from": [ + "4.0.0" ], - "@babel/parser": [ - "7.23.0" + "callsites": [ + "3.1.0" ], - "@babel/template": [ - "7.22.15" + "type-fest": [ + "0.20.2" ], - "@babel/traverse": [ - "7.23.0" + "locate-path": [ + "6.0.0" ], - "@babel/types": [ - "7.23.0" + "path-exists": [ + "4.0.0" ], - "convert-source-map": [ - "2.0.0" + "p-locate": [ + "5.0.0" ], - "debug": [ - "4.3.4" + "p-limit": [ + "3.1.0" ], - "gensync": [ - "1.0.0-beta.2" + "yocto-queue": [ + "0.1.0" ], - "json5": [ - "2.2.3" + "flat-cache": [ + "3.1.0" ], - "semver": [ - "6.3.1" + "flatted": [ + "3.2.9" ], - "ms": [ - "2.1.2" + "keyv": [ + "4.5.3" ], - "@babel/helper-string-parser": [ - "7.22.5" + "rimraf": [ + "3.0.2" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "glob": [ + "7.2.3" ], - "to-fast-properties": [ - "2.0.0" + "fs.realpath": [ + "1.0.0" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "inflight": [ + "1.0.6" ], - "@babel/helper-function-name": [ - "7.23.0" + "inherits": [ + "2.0.4" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "once": [ + "1.4.0" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "path-is-absolute": [ + "1.0.1" ], - "globals": [ - "11.12.0" + "wrappy": [ + "1.0.2" ], - "@babel/helper-module-imports": [ - "7.22.15" + "json-buffer": [ + "3.0.1" ], - "@babel/helper-simple-access": [ - "7.22.5" + "estraverse": [ + "5.3.0" ], - "@babel/compat-data": [ - "7.22.20" + "acorn": [ + "8.10.0" ], - "@babel/helper-validator-option": [ - "7.22.15" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "browserslist": [ - "4.22.1" + "esrecurse": [ + "4.3.0" ], - "lru-cache": [ - "5.1.1" + "ms": [ + "2.1.3", + "2.1.2" ], - "yallist": [ + "path-key": [ "3.1.1" ], - "caniuse-lite": [ - "1.0.30001542" + "shebang-command": [ + "2.0.0" ], - "electron-to-chromium": [ - "1.4.539" + "which": [ + "2.0.2" ], - "node-releases": [ - "2.0.13" + "isexe": [ + "2.0.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "shebang-regex": [ + "3.0.0" ], - "escalade": [ - "3.1.1" + "ansi-styles": [ + "4.3.0" ], - "picocolors": [ - "1.0.0" + "supports-color": [ + "7.2.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "has-flag": [ + "4.0.0" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "color-convert": [ + "2.0.1" ], - "jsesc": [ - "2.5.2" + "color-name": [ + "1.1.4" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "json-schema-traverse": [ + "0.4.1" ], - "@jridgewell/set-array": [ - "1.1.2" + "uri-js": [ + "4.4.1" ], - "@babel/highlight": [ - "7.22.20" + "punycode": [ + "2.3.1" ], - "chalk": [ - "2.4.2" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "ansi-styles": [ - "3.2.1" + "fastq": [ + "1.15.0" ], - "escape-string-regexp": [ - "1.0.5" + "reusify": [ + "1.0.4" ], - "supports-color": [ - "5.5.0" + "@nodelib/fs.stat": [ + "2.0.5" ], - "has-flag": [ - "3.0.0" + "run-parallel": [ + "1.2.0" ], - "color-convert": [ - "1.9.3" + "queue-microtask": [ + "1.2.3" ], - "color-name": [ - "1.1.3" + "@humanwhocodes/object-schema": [ + "1.2.1" ], - "js-tokens": [ - "4.0.0" + "es-shim-unscopables": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -52548,75 +49003,32 @@ "npm_translate_lock_repo": "npm" } }, - "npm__lru-cache__5.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__lru-cache__5.1.1", - "package": "lru-cache", - "version": "5.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__css-select__4.3.0__links": { + "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__css-select__4.3.0__links", - "package": "css-select", - "version": "4.3.0", - "dev": false, + "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": { - "boolbase": "1.0.0", - "css-what": "6.1.0", - "domhandler": "4.3.1", - "domutils": "2.8.0", - "nth-check": "2.1.1" + "char-regex": "1.0.2", + "strip-ansi": "6.0.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" + "string-length": [ + "4.0.2" ], - "dom-serializer": [ - "1.4.1" + "char-regex": [ + "1.0.2" ], - "domelementtype": [ - "2.3.0" + "strip-ansi": [ + "6.0.1" ], - "entities": [ - "2.2.0" + "ansi-regex": [ + "5.0.1" ] }, "lifecycle_build_target": false, @@ -52626,44 +49038,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-dir-pseudo-class__6.0.5__postcss_8.4.31__links": { + "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__postcss-dir-pseudo-class__6.0.5__postcss_8.4.31__links", - "package": "postcss-dir-pseudo-class", - "version": "6.0.5_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, + "deps": {}, "transitive_closure": { - "postcss-dir-pseudo-class": [ - "6.0.5_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ + "pify": [ "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" ] }, "lifecycle_build_target": false, @@ -52673,185 +49061,327 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-block-scoping__7.23.0__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-block-scoping__7.23.0__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-block-scoping", - "version": "7.23.0_at_babel_core_7.23.0", - "dev": false, + "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": {}, + "link_packages": { + "next.js": [ + "jest-environment-jsdom" + ] + }, "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "@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": { - "@babel/plugin-transform-block-scoping": [ - "7.23.0_at_babel_core_7.23.0" + "jest-environment-jsdom": [ + "29.5.0" ], - "@babel/core": [ - "7.23.0" + "@jest/environment": [ + "29.7.0" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@jest/fake-timers": [ + "29.7.0" ], - "@ampproject/remapping": [ - "2.2.1" + "@jest/types": [ + "29.6.3" ], - "@babel/code-frame": [ - "7.22.13" + "@types/jsdom": [ + "20.0.1" ], - "@babel/generator": [ - "7.23.0" + "@types/node": [ + "18.11.9" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "jest-mock": [ + "29.7.0" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "jest-util": [ + "29.7.0" ], - "@babel/helpers": [ - "7.23.1" + "jsdom": [ + "20.0.3" ], - "@babel/parser": [ - "7.23.0" + "abab": [ + "2.0.6" ], - "@babel/template": [ - "7.22.15" + "acorn": [ + "8.10.0" ], - "@babel/traverse": [ - "7.23.0" + "acorn-globals": [ + "7.0.1" ], - "@babel/types": [ - "7.23.0" + "cssom": [ + "0.3.8", + "0.5.0" ], - "convert-source-map": [ - "2.0.0" + "cssstyle": [ + "2.3.0" ], - "debug": [ - "4.3.4" + "data-urls": [ + "3.0.2" ], - "gensync": [ - "1.0.0-beta.2" + "decimal.js": [ + "10.4.3" ], - "json5": [ - "2.2.3" + "domexception": [ + "4.0.0" ], - "semver": [ - "6.3.1" + "escodegen": [ + "2.1.0" ], - "ms": [ - "2.1.2" + "form-data": [ + "4.0.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "html-encoding-sniffer": [ + "3.0.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "http-proxy-agent": [ + "5.0.0" ], - "to-fast-properties": [ - "2.0.0" + "https-proxy-agent": [ + "5.0.1" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "is-potential-custom-element-name": [ + "1.0.1" ], - "@babel/helper-function-name": [ - "7.23.0" + "nwsapi": [ + "2.2.7" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "parse5": [ + "7.1.2" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "saxes": [ + "6.0.0" ], - "globals": [ - "11.12.0" + "symbol-tree": [ + "3.2.4" ], - "@babel/helper-module-imports": [ - "7.22.15" + "tough-cookie": [ + "4.1.3" ], - "@babel/helper-simple-access": [ - "7.22.5" + "w3c-xmlserializer": [ + "4.0.0" ], - "@babel/compat-data": [ - "7.22.20" + "webidl-conversions": [ + "7.0.0" ], - "@babel/helper-validator-option": [ - "7.22.15" + "whatwg-encoding": [ + "2.0.0" ], - "browserslist": [ - "4.22.1" + "whatwg-mimetype": [ + "3.0.0" ], - "lru-cache": [ - "5.1.1" + "whatwg-url": [ + "11.0.0" ], - "yallist": [ - "3.1.1" + "ws": [ + "8.14.2" ], - "caniuse-lite": [ - "1.0.30001542" + "xml-name-validator": [ + "4.0.0" ], - "electron-to-chromium": [ - "1.4.539" + "tr46": [ + "3.0.0" ], - "node-releases": [ - "2.0.13" + "punycode": [ + "2.3.1" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "iconv-lite": [ + "0.6.3" ], - "escalade": [ - "3.1.1" + "safer-buffer": [ + "2.1.2" ], - "picocolors": [ + "psl": [ + "1.9.0" + ], + "universalify": [ + "0.2.0" + ], + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ "1.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "xmlchars": [ + "2.2.0" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "entities": [ + "4.5.0" ], - "jsesc": [ - "2.5.2" + "agent-base": [ + "6.0.2" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "debug": [ + "4.3.4" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "ms": [ + "2.1.2" ], - "@jridgewell/set-array": [ - "1.1.2" + "@tootallnate/once": [ + "2.0.0" ], - "@babel/highlight": [ - "7.22.20" + "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" + "2.4.2", + "4.1.2" ], - "ansi-styles": [ - "3.2.1" + "ci-info": [ + "3.8.0" ], - "escape-string-regexp": [ - "1.0.5" + "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" + "5.5.0", + "7.2.0" ], "has-flag": [ - "3.0.0" + "3.0.0", + "4.0.0" ], "color-convert": [ - "1.9.3" + "1.9.3", + "2.0.1" ], "color-name": [ - "1.1.3" + "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, @@ -52861,18 +49391,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-member-expression-to-functions__7.23.0": { + "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__at_babel_helper-member-expression-to-functions__7.23.0", - "package": "@babel/helper-member-expression-to-functions", - "version": "7.23.0", + "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-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", - "url": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "url": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -52886,81 +49416,503 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-object-super__7.22.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-object-super__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-object-super", - "version": "7.22.5_at_babel_core_7.23.0", + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-replace-supers": "7.22.20_at_babel_core_7.23.0" + "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": { - "@babel/plugin-transform-object-super": [ - "7.22.5_at_babel_core_7.23.0" + "array-includes": [ + "3.1.7" ], - "@babel/core": [ - "7.23.0" + "call-bind": [ + "1.0.2" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "define-properties": [ + "1.2.1" ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" + "es-abstract": [ + "1.22.2" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "get-intrinsic": [ + "1.2.1" ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" + "is-string": [ + "1.0.7" ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" + "has-tostringtag": [ + "1.0.0" ], - "@babel/types": [ - "7.23.0" + "has-symbols": [ + "1.0.3" ], - "@babel/helper-string-parser": [ - "7.22.5" + "function-bind": [ + "1.1.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "has": [ + "1.0.3" ], - "to-fast-properties": [ - "2.0.0" + "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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -52980,6 +49932,18 @@ "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" ], @@ -52999,13 +49963,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -53014,16 +49978,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -53050,7 +50014,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -53084,20 +50048,32 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_scheduler__0.16.4__links": { + "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__at_types_scheduler__0.16.4__links", - "package": "@types/scheduler", - "version": "0.16.4", - "dev": false, + "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": {}, + "deps": { + "spdx-expression-parse": "3.0.1", + "spdx-license-ids": "3.0.15" + }, "transitive_closure": { - "@types/scheduler": [ - "0.16.4" + "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, @@ -53107,18 +50083,47 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-load-config__4.0.1__postcss_8.4.31": { + "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__postcss-load-config__4.0.1__postcss_8.4.31", - "package": "postcss-load-config", - "version": "4.0.1_postcss_8.4.31", + "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-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", - "url": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", + "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": [], @@ -53132,18 +50137,18 @@ "generate_bzl_library_targets": false } }, - "npm__es-abstract__1.22.2": { + "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__es-abstract__1.22.2", - "package": "es-abstract", - "version": "1.22.2", + "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-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==", - "url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.2.tgz", + "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": [], @@ -53157,73 +50162,68 @@ "generate_bzl_library_targets": false } }, - "npm__webpack-sources__1.4.3__links": { + "npm__uri-js__4.4.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack-sources__1.4.3__links", - "package": "webpack-sources", - "version": "1.4.3", - "dev": false, + "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": {}, - "deps": { - "source-list-map": "2.0.1", - "source-map": "0.6.1" - }, - "transitive_closure": { - "webpack-sources": [ - "1.4.3" - ], - "source-list-map": [ - "2.0.1" - ], - "source-map": [ - "0.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__at_types_json5__0.0.29__links": { + "npm__istanbul-lib-report__3.0.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_json5__0.0.29__links", - "package": "@types/json5", - "version": "0.0.29", - "dev": false, + "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": {}, - "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" + "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__estraverse__5.3.0": { + "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__estraverse__5.3.0", - "package": "estraverse", - "version": "5.3.0", + "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-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "url": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "url": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -53237,55 +50237,37 @@ "generate_bzl_library_targets": false } }, - "npm__finalhandler__1.2.0__links": { + "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__finalhandler__1.2.0__links", - "package": "finalhandler", - "version": "1.2.0", - "dev": false, + "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": { - "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" + "@volar/language-core": "1.0.9" }, "transitive_closure": { - "finalhandler": [ - "1.2.0" - ], - "debug": [ - "2.6.9" - ], - "encodeurl": [ - "1.0.2" - ], - "escape-html": [ - "1.0.3" - ], - "on-finished": [ - "2.4.1" + "@volar/typescript": [ + "1.0.9" ], - "parseurl": [ - "1.3.3" + "@volar/language-core": [ + "1.0.9" ], - "statuses": [ - "2.0.1" + "@volar/source-map": [ + "1.0.9" ], - "unpipe": [ - "1.0.0" + "@vue/reactivity": [ + "3.3.4" ], - "ee-first": [ - "1.1.1" + "muggle-string": [ + "0.1.0" ], - "ms": [ - "2.0.0" + "@vue/shared": [ + "3.3.4" ] }, "lifecycle_build_target": false, @@ -53295,18 +50277,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_rushstack_eslint-patch__1.5.1": { + "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__at_rushstack_eslint-patch__1.5.1", - "package": "@rushstack/eslint-patch", - "version": "1.5.1", + "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-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==", - "url": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.5.1.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -53320,91 +50302,52 @@ "generate_bzl_library_targets": false } }, - "npm__eslint-plugin-react__7.33.2__eslint_8.55.0__links": { + "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__eslint-plugin-react__7.33.2__eslint_8.55.0__links", - "package": "eslint-plugin-react", - "version": "7.33.2_eslint_8.55.0", - "dev": false, + "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": { - "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" + "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": { - "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" ], @@ -53414,48 +50357,24 @@ "es-abstract": [ "1.22.2" ], + "es-shim-unscopables": [ + "1.0.0" + ], "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" + "function-bind": [ + "1.1.1" ], "has": [ "1.0.3" ], - "function-bind": [ - "1.1.1" - ], "has-proto": [ "1.0.1" ], + "has-symbols": [ + "1.0.3" + ], "array-buffer-byte-length": [ "1.0.0" ], @@ -53480,6 +50399,15 @@ "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" ], @@ -53504,12 +50432,18 @@ "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" ], @@ -53570,206 +50504,391 @@ "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" ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" + "colorette": [ + "2.0.20" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "memfs": [ + "3.5.3" ], - "loose-envify": [ - "1.4.0" + "mime-types": [ + "2.1.35" ], - "object-assign": [ - "4.1.1" + "range-parser": [ + "1.2.1" ], - "react-is": [ - "16.13.1" + "schema-utils": [ + "3.3.0", + "4.2.0" ], - "js-tokens": [ - "4.0.0" + "webpack": [ + "5.89.0_-1501518582" ], - "brace-expansion": [ - "1.1.11" + "@types/eslint-scope": [ + "3.7.5" ], - "balanced-match": [ + "@types/estree": [ "1.0.2" ], - "concat-map": [ - "0.0.1" + "@webassemblyjs/ast": [ + "1.11.6" ], - "array.prototype.flat": [ - "1.3.2" + "@webassemblyjs/wasm-edit": [ + "1.11.6" ], - "es-shim-unscopables": [ - "1.0.0" + "@webassemblyjs/wasm-parser": [ + "1.11.6" ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" + "acorn": [ + "8.10.0" ], - "@eslint-community/regexpp": [ - "4.10.0" + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" ], - "@eslint/eslintrc": [ - "2.1.4" + "browserslist": [ + "4.22.1" ], - "@eslint/js": [ - "8.55.0" + "chrome-trace-event": [ + "1.0.3" ], - "@humanwhocodes/config-array": [ - "0.11.13" + "enhanced-resolve": [ + "5.15.0" ], - "@humanwhocodes/module-importer": [ - "1.0.1" + "es-module-lexer": [ + "1.3.1" ], - "@nodelib/fs.walk": [ - "1.2.8" + "eslint-scope": [ + "5.1.1" ], - "@ungap/structured-clone": [ - "1.2.0" + "events": [ + "3.3.0" ], - "ajv": [ - "6.12.6" + "glob-to-regexp": [ + "0.4.1" ], - "chalk": [ - "4.1.2" + "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" ], - "debug": [ - "4.3.4" + "envinfo": [ + "7.11.0" ], - "escape-string-regexp": [ - "4.0.0" + "fastest-levenshtein": [ + "1.0.16" ], - "eslint-scope": [ - "7.2.2" + "import-local": [ + "3.1.0" ], - "eslint-visitor-keys": [ - "3.4.3" + "interpret": [ + "3.1.1" ], - "espree": [ - "9.6.1" + "rechoir": [ + "0.8.0" ], - "esquery": [ - "1.5.0" + "webpack-dev-server": [ + "4.15.1_-360275163" ], - "esutils": [ - "2.0.3" + "webpack-merge": [ + "5.10.0" ], - "fast-deep-equal": [ - "3.1.3" + "clone-deep": [ + "4.0.1" ], - "file-entry-cache": [ - "6.0.1" + "flat": [ + "5.0.2" ], - "find-up": [ - "5.0.0" + "wildcard": [ + "2.0.1" ], - "glob-parent": [ - "6.0.2" + "is-plain-object": [ + "2.0.4" ], - "globals": [ - "13.22.0" + "kind-of": [ + "6.0.3" ], - "graphemer": [ - "1.4.0" + "shallow-clone": [ + "3.0.1" ], - "ignore": [ - "5.2.4" + "isobject": [ + "3.0.1" ], - "imurmurhash": [ - "0.1.4" + "@types/bonjour": [ + "3.5.11" ], - "is-glob": [ - "4.0.3" + "@types/connect-history-api-fallback": [ + "1.5.1" ], - "is-path-inside": [ - "3.0.3" + "@types/express": [ + "4.17.18" ], - "js-yaml": [ - "4.1.0" + "@types/serve-index": [ + "1.9.2" ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" + "@types/serve-static": [ + "1.15.3" ], - "levn": [ - "0.4.1" + "@types/sockjs": [ + "0.3.34" ], - "lodash.merge": [ + "@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" ], - "natural-compare": [ - "1.4.0" + "rimraf": [ + "3.0.2" ], - "optionator": [ - "0.9.3" + "selfsigned": [ + "2.1.1" ], - "strip-ansi": [ - "6.0.1" + "serve-index": [ + "1.9.1" ], - "text-table": [ - "0.2.0" + "sockjs": [ + "0.3.24" ], - "ansi-regex": [ - "5.0.1" + "spdy": [ + "4.0.2" ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "ws": [ + "8.14.2" ], - "deep-is": [ - "0.1.4" + "debug": [ + "2.6.9", + "4.3.4" ], - "fast-levenshtein": [ - "2.0.6" + "handle-thing": [ + "2.0.1" ], - "prelude-ls": [ - "1.2.1" + "http-deceiver": [ + "1.2.7" ], - "type-check": [ - "0.4.0" + "select-hose": [ + "2.0.0" ], - "argparse": [ + "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" ], - "is-extglob": [ - "2.1.1" + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" ], - "type-fest": [ - "0.20.2" + "faye-websocket": [ + "0.11.4" ], - "locate-path": [ - "6.0.0" + "uuid": [ + "8.3.2" ], - "path-exists": [ - "4.0.0" + "websocket-driver": [ + "0.7.4" ], - "p-locate": [ - "5.0.0" + "http-parser-js": [ + "0.5.8" ], - "p-limit": [ - "3.1.0" + "websocket-extensions": [ + "0.1.4" ], - "yocto-queue": [ - "0.1.0" + "accepts": [ + "1.3.8" ], - "flat-cache": [ - "3.1.0" + "batch": [ + "0.6.1" ], - "flatted": [ - "3.2.9" + "escape-html": [ + "1.0.3" ], - "keyv": [ - "4.5.3" + "http-errors": [ + "2.0.0", + "1.6.3" ], - "rimraf": [ - "3.0.2" + "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" @@ -53780,8 +50899,8 @@ "inflight": [ "1.0.6" ], - "inherits": [ - "2.0.4" + "minimatch": [ + "3.1.2" ], "once": [ "1.4.0" @@ -53792,379 +50911,540 @@ "wrappy": [ "1.0.2" ], - "json-buffer": [ - "3.0.1" - ], - "acorn": [ - "8.10.0" + "brace-expansion": [ + "1.1.11" ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "balanced-match": [ + "1.0.2" ], - "esrecurse": [ - "4.3.0" + "concat-map": [ + "0.0.1" ], - "ms": [ - "2.1.2" + "@types/retry": [ + "0.12.0" ], - "path-key": [ - "3.1.1" + "retry": [ + "0.13.1" ], - "shebang-command": [ + "define-lazy-prop": [ "2.0.0" ], - "which": [ - "2.0.2" + "is-docker": [ + "2.2.1" ], - "isexe": [ - "2.0.0" + "is-wsl": [ + "2.2.0" ], - "shebang-regex": [ + "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" ], - "ansi-styles": [ - "4.3.0" + "micromatch": [ + "4.0.5" ], - "supports-color": [ - "7.2.0" + "braces": [ + "3.0.2" ], - "has-flag": [ - "4.0.0" + "picomatch": [ + "2.3.1" ], - "color-convert": [ - "2.0.1" + "fill-range": [ + "7.0.1" ], - "color-name": [ - "1.1.4" + "to-regex-range": [ + "5.0.1" ], - "fast-json-stable-stringify": [ - "2.1.0" + "is-number": [ + "7.0.0" ], - "json-schema-traverse": [ - "0.4.1" + "is-extglob": [ + "2.1.1" ], - "uri-js": [ - "4.4.1" + "eventemitter3": [ + "4.0.7" ], - "punycode": [ - "2.3.0" + "follow-redirects": [ + "1.15.3" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "requires-port": [ + "1.0.0" ], - "fastq": [ - "1.15.0" + "@types/node": [ + "18.11.9" ], - "reusify": [ - "1.0.4" + "array-flatten": [ + "2.1.2", + "1.1.1" ], - "@nodelib/fs.stat": [ - "2.0.5" + "body-parser": [ + "1.20.1" ], - "run-parallel": [ - "1.2.0" + "content-disposition": [ + "0.5.4" ], - "queue-microtask": [ - "1.2.3" + "content-type": [ + "1.0.5" ], - "@humanwhocodes/object-schema": [ - "2.0.1" + "cookie": [ + "0.5.0" ], - "import-fresh": [ - "3.3.0" + "cookie-signature": [ + "1.0.6" ], - "strip-json-comments": [ - "3.1.1" + "encodeurl": [ + "1.0.2" ], - "parent-module": [ + "etag": [ + "1.8.1" + ], + "finalhandler": [ + "1.2.0" + ], + "fresh": [ + "0.5.2" + ], + "merge-descriptors": [ "1.0.1" ], - "resolve-from": [ - "4.0.0" + "methods": [ + "1.1.2" ], - "callsites": [ - "3.1.0" + "on-finished": [ + "2.4.1" ], - "asynciterator.prototype": [ - "1.0.0" + "path-to-regexp": [ + "0.1.7" ], - "iterator.prototype": [ + "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" ], - "reflect.getprototypeof": [ - "1.0.4" + "media-typer": [ + "0.3.0" ], - "which-builtin-type": [ - "1.1.3" + "destroy": [ + "1.2.0" ], - "is-async-function": [ - "2.0.0" + "mime": [ + "1.6.0" ], - "is-finalizationregistry": [ + "side-channel": [ + "1.0.4" + ], + "call-bind": [ "1.0.2" ], - "is-generator-function": [ - "1.0.10" + "get-intrinsic": [ + "1.2.1" ], - "which-collection": [ - "1.0.1" + "object-inspect": [ + "1.12.3" ], - "is-map": [ - "2.0.2" + "function-bind": [ + "1.1.1" ], - "is-set": [ - "2.0.2" + "has": [ + "1.0.3" ], - "is-weakmap": [ - "2.0.1" + "has-proto": [ + "1.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" + "has-symbols": [ + "1.0.3" ], - "@vue/devtools-api": [ - "6.5.0" + "forwarded": [ + "0.2.0" ], - "vue": [ - "3.2.45" + "ee-first": [ + "1.1.1" ], - "@vue/compiler-dom": [ - "3.2.45" + "toidentifier": [ + "1.0.1" ], - "@vue/compiler-sfc": [ - "3.2.45" + "unpipe": [ + "1.0.0" ], - "@vue/runtime-dom": [ - "3.2.45" + "bytes": [ + "3.0.0", + "3.1.2" ], - "@vue/server-renderer": [ - "3.2.45_vue_3.2.45" + "iconv-lite": [ + "0.4.24" ], - "@vue/shared": [ - "3.2.45" + "raw-body": [ + "2.5.1" ], - "@vue/compiler-ssr": [ - "3.2.45" + "safer-buffer": [ + "2.1.2" ], - "@vue/runtime-core": [ - "3.2.45" + "execa": [ + "5.1.1" ], - "csstype": [ - "2.6.21" + "get-stream": [ + "6.0.1" ], - "@vue/reactivity": [ - "3.2.45" + "human-signals": [ + "2.1.0" ], - "@babel/parser": [ - "7.23.0" + "is-stream": [ + "2.0.1" ], - "@vue/compiler-core": [ - "3.2.45" + "merge-stream": [ + "2.0.0" ], - "@vue/reactivity-transform": [ - "3.2.45" + "npm-run-path": [ + "4.0.1" ], - "estree-walker": [ - "2.0.2" + "onetime": [ + "5.1.2" ], - "magic-string": [ - "0.25.9" + "signal-exit": [ + "3.0.7" ], - "postcss": [ - "8.4.31" + "strip-final-newline": [ + "2.0.0" ], - "source-map": [ - "0.6.1" + "mimic-fn": [ + "2.1.0" ], - "nanoid": [ - "3.3.6" + "path-key": [ + "3.1.1" ], - "picocolors": [ - "1.0.0" + "compressible": [ + "2.0.18" ], - "source-map-js": [ + "on-headers": [ "1.0.2" ], - "sourcemap-codec": [ - "1.4.8" + "mime-db": [ + "1.52.0" ], - "@babel/types": [ - "7.23.0" + "anymatch": [ + "3.1.3" ], - "@babel/helper-string-parser": [ - "7.22.5" + "glob-parent": [ + "5.1.2" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "is-binary-path": [ + "2.1.0" ], - "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" + "normalize-path": [ + "3.0.0" ], - "@jest/schemas": [ - "29.6.3" + "readdirp": [ + "3.6.0" ], - "ansi-styles": [ - "5.2.0" + "fsevents": [ + "2.3.3" ], - "react-is": [ - "18.2.0" + "binary-extensions": [ + "2.2.0" ], - "@sinclair/typebox": [ - "0.27.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__retry__0.13.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__retry__0.13.1__links", - "package": "retry", - "version": "0.13.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "retry": [ - "0.13.1" + "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, @@ -54174,68 +51454,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jsonpointer__5.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsonpointer__5.0.1", - "package": "jsonpointer", - "version": "5.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", - "url": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_ampproject_remapping__2.2.1": { + "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_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_ampproject_remapping__2.2.1", - "package": "@ampproject/remapping", - "version": "2.2.1", + "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_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 + "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_xtuc_ieee754__1.2.0": { + "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_xtuc_ieee754__1.2.0", - "package": "@xtuc/ieee754", - "version": "1.2.0", + "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-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "url": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-dVziu+ShQUWuMukM6bvK2v2O446/gG6l1XkTh2vfkccw1IzjfbiP1TWQoNo1ipTfZOtu5YJGYAx+o5HNrGXWfQ==", + "url": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.0.9.tgz", "commit": "", "patch_args": [], "patches": [], @@ -54249,28 +51504,25 @@ "generate_bzl_library_targets": false } }, - "npm__regenerator-transform__0.15.2__links": { + "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__regenerator-transform__0.15.2__links", - "package": "regenerator-transform", - "version": "0.15.2", - "dev": false, + "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": { - "@babel/runtime": "7.23.1" + "tmpl": "1.0.5" }, "transitive_closure": { - "regenerator-transform": [ - "0.15.2" - ], - "@babel/runtime": [ - "7.23.1" + "makeerror": [ + "1.0.12" ], - "regenerator-runtime": [ - "0.14.0" + "tmpl": [ + "1.0.5" ] }, "lifecycle_build_target": false, @@ -54280,18 +51532,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__tr46__3.0.0": { + "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__tr46__3.0.0", - "package": "tr46", - "version": "3.0.0", + "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-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", - "url": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", + "url": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -54305,20 +51557,25 @@ "generate_bzl_library_targets": false } }, - "npm__at_sinclair_typebox__0.27.8__links": { + "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_sinclair_typebox__0.27.8__links", - "package": "@sinclair/typebox", - "version": "0.27.8", + "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": {}, + "deps": { + "type-detect": "4.0.8" + }, "transitive_closure": { - "@sinclair/typebox": [ - "0.27.8" + "@sinonjs/commons": [ + "3.0.0" + ], + "type-detect": [ + "4.0.8" ] }, "lifecycle_build_target": false, @@ -54328,18 +51585,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__cssom__0.4.4": { + "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__cssom__0.4.4", - "package": "cssom", - "version": "0.4.4", + "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-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", - "url": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", + "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": [], @@ -54348,53 +51605,219 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__domelementtype__2.3.0__links": { + "npm__reflect.getprototypeof__1.0.4": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__domelementtype__2.3.0__links", - "package": "domelementtype", - "version": "2.3.0", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "domelementtype": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__path-type__3.0.0__links": { + "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__path-type__3.0.0__links", - "package": "path-type", - "version": "3.0.0", + "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": { - "pify": "3.0.0" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "path-type": [ - "3.0.0" + "@babel/plugin-transform-member-expression-literals": [ + "7.23.3_at_babel_core_7.23.5" ], - "pify": [ + "@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, @@ -54404,18 +51827,47 @@ "npm_translate_lock_repo": "npm" } }, - "npm__fs-monkey__1.0.5": { + "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__fs-monkey__1.0.5", - "package": "fs-monkey", - "version": "1.0.5", + "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-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==", - "url": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz", + "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": [], @@ -54429,74 +51881,194 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-js__4.0.1__postcss_8.4.31__links": { + "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__postcss-js__4.0.1__postcss_8.4.31__links", - "package": "postcss-js", - "version": "4.0.1_postcss_8.4.31", - "dev": false, + "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": { - "camelcase-css": "2.0.1", - "postcss": "8.4.31" + "@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": { - "postcss-js": [ - "4.0.1_postcss_8.4.31" + "istanbul-lib-instrument": [ + "6.0.0" ], - "camelcase-css": [ - "2.0.1" + "@babel/core": [ + "7.23.5" ], - "postcss": [ - "8.4.31" + "@babel/parser": [ + "7.23.5" ], - "nanoid": [ - "3.3.6" + "@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" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__dom-serializer__1.4.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dom-serializer__1.4.1__links", - "package": "dom-serializer", - "version": "1.4.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "domelementtype": "2.3.0", - "domhandler": "4.3.1", - "entities": "2.2.0" - }, - "transitive_closure": { - "dom-serializer": [ - "1.4.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "domelementtype": [ - "2.3.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "domhandler": [ - "4.3.1" + "jsesc": [ + "2.5.2" ], - "entities": [ - "2.2.0" + "@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, @@ -54506,18 +52078,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__mkdirp__1.0.4": { + "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__mkdirp__1.0.4", - "package": "mkdirp", - "version": "1.0.4", + "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-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-5Fty3slLet6svXiJw2YxhYeo6c7wFdtILrql5bZymYLM+HbiZtJbryW1YnUEKAP7MO9Mbeh+TNH4Z0HFxHgIqw==", + "url": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.0.9.tgz", "commit": "", "patch_args": [], "patches": [], @@ -54531,33 +52103,70 @@ "generate_bzl_library_targets": false } }, - "npm__pretty-format__27.5.1__links": { + "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__pretty-format__27.5.1__links", - "package": "pretty-format", - "version": "27.5.1", - "dev": false, + "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": { - "ansi-regex": "5.0.1", - "ansi-styles": "5.2.0", - "react-is": "17.0.2" + "flat-cache": "3.1.0" }, "transitive_closure": { - "pretty-format": [ - "27.5.1" + "file-entry-cache": [ + "6.0.1" ], - "ansi-regex": [ - "5.0.1" + "flat-cache": [ + "3.1.0" ], - "ansi-styles": [ - "5.2.0" + "flatted": [ + "3.2.9" ], - "react-is": [ - "17.0.2" + "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, @@ -54567,18 +52176,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_types__27.5.1": { + "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__at_jest_types__27.5.1", - "package": "@jest/types", - "version": "27.5.1", + "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-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "url": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "url": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -54592,24 +52201,32 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_is-odd__3.0.2__links": { + "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__at_types_is-odd__3.0.2__links", - "package": "@types/is-odd", - "version": "3.0.2", + "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": { - "packages/one": [ - "@types/is-odd" - ] + "link_packages": {}, + "deps": { + "indent-string": "4.0.0", + "strip-indent": "3.0.0" }, - "deps": {}, "transitive_closure": { - "@types/is-odd": [ - "3.0.2" + "redent": [ + "3.0.0" + ], + "indent-string": [ + "4.0.0" + ], + "strip-indent": [ + "3.0.0" + ], + "min-indent": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -54619,20 +52236,59 @@ "npm_translate_lock_repo": "npm" } }, - "npm__filesize__8.0.7__links": { + "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__filesize__8.0.7__links", - "package": "filesize", - "version": "8.0.7", - "dev": false, + "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": {}, + "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": { - "filesize": [ - "8.0.7" + "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, @@ -54642,47 +52298,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_is-odd__3.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_is-odd__3.0.2", - "package": "@types/is-odd", - "version": "3.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": { - "packages/one": [ - "@types/is-odd" - ] - }, - "integrity": "sha512-a/mE50FokBkPY86oocj/oorgDaYjT+l2EGSVLwbAUFwjOpFFDlbqHW5I9FS0cISLxmuDRr1J26znAy88UkHUbg==", - "url": "https://registry.npmjs.org/@types/is-odd/-/is-odd-3.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__colord__2.9.3": { + "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__colord__2.9.3", - "package": "colord", - "version": "2.9.3", + "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-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", - "url": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", + "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": [], @@ -54696,148 +52323,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_testing-library_jest-dom__4.2.4__links": { + "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__at_testing-library_jest-dom__4.2.4__links", - "package": "@testing-library/jest-dom", - "version": "4.2.4", - "dev": false, - "root_package": "", - "link_packages": { - "next.js": [ - "@testing-library/jest-dom" - ], - "react": [ - "@testing-library/jest-dom" - ] - }, - "deps": { - "@babel/runtime": "7.23.1", - "chalk": "2.4.2", - "css": "2.2.4", - "css.escape": "1.5.1", - "jest-diff": "24.9.0", - "jest-matcher-utils": "24.9.0", - "lodash": "4.17.21", - "pretty-format": "24.9.0", - "redent": "3.0.0" - }, + "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": { - "@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": [ + "yocto-queue": [ "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, @@ -54847,25 +52346,78 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_expect-utils__29.7.0__links": { + "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__at_jest_expect-utils__29.7.0__links", - "package": "@jest/expect-utils", - "version": "29.7.0", + "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": { - "jest-get-type": "29.6.3" - }, + "deps": {}, "transitive_closure": { - "@jest/expect-utils": [ - "29.7.0" - ], - "jest-get-type": [ - "29.6.3" + "path-parse": [ + "1.0.7" ] }, "lifecycle_build_target": false, @@ -54875,28 +52427,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_sinonjs_fake-timers__8.1.0__links": { + "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__at_sinonjs_fake-timers__8.1.0__links", - "package": "@sinonjs/fake-timers", - "version": "8.1.0", - "dev": false, + "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": { - "@sinonjs/commons": "1.8.6" + "istanbul-lib-coverage": "3.2.0", + "make-dir": "4.0.0", + "supports-color": "7.2.0" }, "transitive_closure": { - "@sinonjs/fake-timers": [ - "8.1.0" + "istanbul-lib-report": [ + "3.0.1" ], - "@sinonjs/commons": [ - "1.8.6" + "istanbul-lib-coverage": [ + "3.2.0" ], - "type-detect": [ - "4.0.8" + "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, @@ -54906,29 +52475,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_eslint__8.44.3__links": { + "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__at_types_eslint__8.44.3__links", - "package": "@types/eslint", - "version": "8.44.3", - "dev": false, + "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": { - "@types/estree": "1.0.2", - "@types/json-schema": "7.0.13" - }, + "deps": {}, "transitive_closure": { - "@types/eslint": [ - "8.44.3" - ], - "@types/estree": [ - "1.0.2" - ], - "@types/json-schema": [ - "7.0.13" + "resolve-pkg-maps": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -54938,18 +52498,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helpers__7.23.1": { + "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_helpers__7.23.1", - "package": "@babel/helpers", - "version": "7.23.1", + "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-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==", - "url": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz", + "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": [], @@ -54963,18 +52523,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-normalize-charset__5.1.0__postcss_8.4.31": { + "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__postcss-normalize-charset__5.1.0__postcss_8.4.31", - "package": "postcss-normalize-charset", - "version": "5.1.0_postcss_8.4.31", + "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-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", - "url": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "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": [], @@ -54988,47 +52548,53 @@ "generate_bzl_library_targets": false } }, - "npm__vite__3.2.7__at_types_node_18.18.3": { + "npm__whatwg-url__11.0.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "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", + "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_workspace": "", - "link_packages": { - "vue/libraries/simple": [ - "vite" + "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" ] }, - "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 + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" } }, - "npm__at_types_estree__1.0.2": { + "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_types_estree__1.0.2", - "package": "@types/estree", - "version": "1.0.2", + "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-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==", - "url": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz", + "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": [], @@ -55042,415 +52608,78 @@ "generate_bzl_library_targets": false } }, - "npm__babel-loader__8.3.0__-2089762372__links": { + "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__babel-loader__8.3.0__-2089762372__links", - "package": "babel-loader", - "version": "8.3.0_-2089762372", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "find-cache-dir": "3.3.2", - "loader-utils": "2.0.4", - "make-dir": "3.1.0", - "schema-utils": "2.7.1", - "webpack": "5.88.2" + "regenerate": "1.4.2" }, "transitive_closure": { - "babel-loader": [ - "8.3.0_-2089762372" - ], - "@babel/core": [ - "7.23.0" - ], - "find-cache-dir": [ - "3.3.2" - ], - "loader-utils": [ - "2.0.4" - ], - "make-dir": [ - "3.1.0" - ], - "schema-utils": [ - "3.3.0", - "2.7.1" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ], - "@types/node": [ - "20.8.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "5.5.0", - "8.1.1" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ], - "semver": [ - "6.3.1" - ], - "big.js": [ - "5.2.2" - ], - "emojis-list": [ - "3.0.0" - ], - "json5": [ - "2.2.3" - ], - "commondir": [ - "1.0.1" - ], - "pkg-dir": [ - "4.2.0" - ], - "find-up": [ - "4.1.0" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" + "regenerate-unicode-properties": [ + "10.1.1" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "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" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "@vue/compiler-core": [ + "3.2.37" ], - "@babel/helpers": [ - "7.23.1" + "@vue/shared": [ + "3.2.37" ], "@babel/parser": [ "7.23.0" ], - "@babel/template": [ - "7.22.15" + "estree-walker": [ + "2.0.2" ], - "@babel/traverse": [ - "7.23.0" + "source-map": [ + "0.6.1" ], "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "ms": [ - "2.1.2" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "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.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "jsesc": [ - "2.5.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" ] }, "lifecycle_build_target": false, @@ -55460,43 +52689,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__safer-buffer__2.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__safer-buffer__2.1.2", - "package": "safer-buffer", - "version": "2.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "url": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_typescript-eslint_utils__5.44.0__1767590274": { + "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__at_typescript-eslint_utils__5.44.0__1767590274", - "package": "@typescript-eslint/utils", - "version": "5.44.0_1767590274", + "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-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==", - "url": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.44.0.tgz", + "integrity": "sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==", + "url": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.18.tgz", "commit": "", "patch_args": [], "patches": [], @@ -55505,23 +52709,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__eslint-import-resolver-typescript__3.6.1__237066510": { + "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__eslint-import-resolver-typescript__3.6.1__237066510", - "package": "eslint-import-resolver-typescript", - "version": "3.6.1_237066510", + "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-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==", - "url": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -55535,25 +52743,25 @@ "generate_bzl_library_targets": false } }, - "npm__mime-types__2.1.35__links": { + "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__mime-types__2.1.35__links", - "package": "mime-types", - "version": "2.1.35", - "dev": false, + "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": { - "mime-db": "1.52.0" + "kind-of": "6.0.3" }, "transitive_closure": { - "mime-types": [ - "2.1.35" + "shallow-clone": [ + "3.0.1" ], - "mime-db": [ - "1.52.0" + "kind-of": [ + "6.0.3" ] }, "lifecycle_build_target": false, @@ -55563,47 +52771,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.2.45": { + "npm__esbuild-linux-64__0.15.18__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "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", - "package": "@vitejs/plugin-vue", - "version": "3.2.0_vite_3.2.7__vue_3.2.45", + "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_workspace": "", - "link_packages": { - "vue": [ - "@vitejs/plugin-vue" + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "esbuild-linux-64": [ + "0.15.18" ] }, - "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 + "lifecycle_build_target": true, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], + "bins": {}, + "npm_translate_lock_repo": "npm" } }, - "npm__path-key__2.0.1": { + "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__path-key__2.0.1", - "package": "path-key", - "version": "2.0.1", + "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-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", - "url": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "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": [], @@ -55617,132 +52821,18 @@ "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": { + "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__utila__0.4.0", - "package": "utila", - "version": "0.4.0", + "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-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", - "url": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", + "url": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -55756,20 +52846,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_semver__7.5.3__links": { + "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__at_types_semver__7.5.3__links", - "package": "@types/semver", - "version": "7.5.3", - "dev": false, + "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": { - "@types/semver": [ - "7.5.3" + "fast-levenshtein": [ + "2.0.6" ] }, "lifecycle_build_target": false, @@ -55779,18 +52869,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__unquote__1.1.1": { + "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__unquote__1.1.1", - "package": "unquote", - "version": "1.1.1", + "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-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==", - "url": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "url": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -55804,237 +52894,86 @@ "generate_bzl_library_targets": false } }, - "npm__webpack-sources__2.3.1__links": { + "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__webpack-sources__2.3.1__links", - "package": "webpack-sources", - "version": "2.3.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "source-list-map": "2.0.1", - "source-map": "0.6.1" - }, - "transitive_closure": { - "webpack-sources": [ - "2.3.1" - ], - "source-list-map": [ - "2.0.1" - ], - "source-map": [ - "0.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jsx-ast-utils__3.3.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsx-ast-utils__3.3.5__links", - "package": "jsx-ast-utils", - "version": "3.3.5", - "dev": false, + "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": { - "array-includes": "3.1.7", - "array.prototype.flat": "1.3.2", - "object.assign": "4.1.4", - "object.values": "1.1.7" + "@types/node": "18.11.9", + "jest-util": "29.7.0", + "merge-stream": "2.0.0", + "supports-color": "8.1.1" }, "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" + "jest-worker": [ + "29.7.0" ], - "get-intrinsic": [ - "1.2.1" + "@types/node": [ + "18.11.9" ], - "get-symbol-description": [ - "1.0.0" + "jest-util": [ + "29.7.0" ], - "globalthis": [ - "1.0.3" + "merge-stream": [ + "2.0.0" ], - "gopd": [ - "1.0.1" + "supports-color": [ + "7.2.0", + "8.1.1" ], - "has": [ - "1.0.3" + "has-flag": [ + "4.0.0" ], - "has-property-descriptors": [ - "1.0.0" + "@jest/types": [ + "29.6.3" ], - "has-proto": [ - "1.0.1" + "chalk": [ + "4.1.2" ], - "has-symbols": [ - "1.0.3" + "ci-info": [ + "3.8.0" ], - "internal-slot": [ - "1.0.5" + "graceful-fs": [ + "4.2.11" ], - "is-array-buffer": [ - "3.0.2" + "picomatch": [ + "2.3.1" ], - "is-callable": [ - "1.2.7" + "ansi-styles": [ + "4.3.0" ], - "is-negative-zero": [ - "2.0.2" + "color-convert": [ + "2.0.1" ], - "is-regex": [ + "color-name": [ "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" + "@jest/schemas": [ + "29.6.3" ], - "define-data-property": [ - "1.1.0" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "functions-have-names": [ - "1.2.3" + "@types/istanbul-reports": [ + "3.0.2" ], - "side-channel": [ - "1.0.4" + "@types/yargs": [ + "17.0.26" ], - "function-bind": [ - "1.1.1" + "@types/yargs-parser": [ + "21.0.1" ], - "is-date-object": [ - "1.0.5" + "@types/istanbul-lib-report": [ + "3.0.1" ], - "es-shim-unscopables": [ - "1.0.0" + "@sinclair/typebox": [ + "0.27.8" ] }, "lifecycle_build_target": false, @@ -56044,46 +52983,57 @@ "npm_translate_lock_repo": "npm" } }, - "npm__p-limit__2.3.0__links": { + "npm__next__13.0.5__-1955910335": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__p-limit__2.3.0__links", - "package": "p-limit", - "version": "2.3.0", - "dev": false, + "name": "aspect_rules_js~1.32.6~npm~npm__next__13.0.5__-1955910335", + "package": "next", + "version": "13.0.5_-1955910335", "root_package": "", - "link_packages": {}, - "deps": { - "p-try": "2.2.0" - }, - "transitive_closure": { - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" + "link_workspace": "", + "link_packages": { + "next.js": [ + "next" ] }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__doctrine__2.1.0": { + "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__doctrine__2.1.0", - "package": "doctrine", - "version": "2.1.0", + "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": {}, - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "url": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "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": [], @@ -56097,18 +53047,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_yargs__13.0.12": { + "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_types_yargs__13.0.12", - "package": "@types/yargs", - "version": "13.0.12", + "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-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==", - "url": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.12.tgz", + "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": [], @@ -56122,57 +53072,57 @@ "generate_bzl_library_targets": false } }, - "npm__y18n__5.0.8__links": { + "npm__vite__5.0.6": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__y18n__5.0.8__links", - "package": "y18n", - "version": "5.0.8", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "y18n": [ - "5.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__postcss-initial__4.0.1__postcss_8.4.31__links": { + "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__postcss-initial__4.0.1__postcss_8.4.31__links", - "package": "postcss-initial", - "version": "4.0.1_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31" + "no-case": "3.0.4", + "tslib": "2.6.2" }, "transitive_closure": { - "postcss-initial": [ - "4.0.1_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" + "dot-case": [ + "3.0.4" ], - "nanoid": [ - "3.3.6" + "no-case": [ + "3.0.4" ], - "picocolors": [ - "1.0.0" + "tslib": [ + "2.6.2" ], - "source-map-js": [ - "1.0.2" + "lower-case": [ + "2.0.2" ] }, "lifecycle_build_target": false, @@ -56182,32 +53132,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__string-length__4.0.2__links": { + "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__string-length__4.0.2__links", - "package": "string-length", - "version": "4.0.2", - "dev": false, + "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": { - "char-regex": "1.0.2", - "strip-ansi": "6.0.1" + "tinyspy": "2.2.0" }, "transitive_closure": { - "string-length": [ - "4.0.2" - ], - "char-regex": [ + "@vitest/spy": [ "1.0.2" ], - "strip-ansi": [ - "6.0.1" - ], - "ansi-regex": [ - "5.0.1" + "tinyspy": [ + "2.2.0" ] }, "lifecycle_build_target": false, @@ -56217,18 +53160,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-message-util__28.1.3": { + "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__jest-message-util__28.1.3", - "package": "jest-message-util", - "version": "28.1.3", + "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-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", - "url": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", + "url": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -56242,20 +53185,20 @@ "generate_bzl_library_targets": false } }, - "npm__pify__3.0.0__links": { + "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__pify__3.0.0__links", - "package": "pify", - "version": "3.0.0", + "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": { - "pify": [ - "3.0.0" + "jest-get-type": [ + "29.6.3" ] }, "lifecycle_build_target": false, @@ -56265,177 +53208,88 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_csstools_postcss-is-pseudo-class__2.0.7__postcss_8.4.31__links": { + "npm__at_esbuild_linux-loong64__0.15.18": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-is-pseudo-class__2.0.7__postcss_8.4.31__links", - "package": "@csstools/postcss-is-pseudo-class", - "version": "2.0.7_postcss_8.4.31", - "dev": false, + "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": {}, - "deps": { - "@csstools/selector-specificity": "2.2.0_postcss-selector-parser_6.0.13", - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "@csstools/postcss-is-pseudo-class": [ - "2.0.7_postcss_8.4.31" - ], - "@csstools/selector-specificity": [ - "2.2.0_postcss-selector-parser_6.0.13" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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-class-properties__7.22.5__at_babel_core_7.23.0__links": { + "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-class-properties__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-class-properties", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/core": "7.23.5", "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/plugin-transform-class-properties": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/plugin-transform-block-scoped-functions": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "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.0" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], "@ampproject/remapping": [ "2.2.1" ], + "@babel/code-frame": [ + "7.23.5" + ], "@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/parser": [ + "7.23.5" + ], + "@babel/template": [ + "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -56449,12 +53303,33 @@ "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" ], @@ -56465,13 +53340,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -56480,16 +53355,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -56514,336 +53389,33 @@ ], "@jridgewell/set-array": [ "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-environment-jsdom__29.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__29.5.0__links", - "package": "jest-environment-jsdom", - "version": "29.5.0", - "dev": true, - "root_package": "", - "link_packages": { - "next.js": [ - "jest-environment-jsdom" - ] - }, - "deps": { - "@jest/environment": "29.7.0", - "@jest/fake-timers": "29.7.0", - "@jest/types": "29.6.3", - "@types/jsdom": "20.0.1", - "@types/node": "18.11.9", - "jest-mock": "29.7.0", - "jest-util": "29.7.0", - "jsdom": "20.0.3" - }, - "transitive_closure": { - "jest-environment-jsdom": [ - "29.5.0" - ], - "@jest/environment": [ - "29.7.0" - ], - "@jest/fake-timers": [ - "29.7.0" - ], - "@jest/types": [ - "29.6.3" - ], - "@types/jsdom": [ - "20.0.1" - ], - "@types/node": [ - "18.11.9" - ], - "jest-mock": [ - "29.7.0" - ], - "jest-util": [ - "29.7.0" - ], - "jsdom": [ - "20.0.3" - ], - "abab": [ - "2.0.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-globals": [ - "7.0.1" - ], - "cssom": [ - "0.3.8", - "0.5.0" - ], - "cssstyle": [ - "2.3.0" - ], - "data-urls": [ - "3.0.2" - ], - "decimal.js": [ - "10.4.3" - ], - "domexception": [ - "4.0.0" - ], - "escodegen": [ - "2.1.0" - ], - "form-data": [ - "4.0.0" - ], - "html-encoding-sniffer": [ - "3.0.0" - ], - "http-proxy-agent": [ - "5.0.0" - ], - "https-proxy-agent": [ - "5.0.1" - ], - "is-potential-custom-element-name": [ - "1.0.1" - ], - "nwsapi": [ - "2.2.7" - ], - "parse5": [ - "7.1.2" - ], - "saxes": [ - "6.0.0" - ], - "symbol-tree": [ - "3.2.4" - ], - "tough-cookie": [ - "4.1.3" - ], - "w3c-xmlserializer": [ - "4.0.0" - ], - "webidl-conversions": [ - "7.0.0" - ], - "whatwg-encoding": [ - "2.0.0" - ], - "whatwg-mimetype": [ - "3.0.0" - ], - "whatwg-url": [ - "11.0.0" - ], - "ws": [ - "8.14.2" - ], - "xml-name-validator": [ - "4.0.0" - ], - "tr46": [ - "3.0.0" - ], - "punycode": [ - "2.3.0" - ], - "iconv-lite": [ - "0.6.3" - ], - "safer-buffer": [ - "2.1.2" - ], - "psl": [ - "1.9.0" - ], - "universalify": [ - "0.2.0" - ], - "url-parse": [ - "1.5.10" - ], - "querystringify": [ - "2.2.0" - ], - "requires-port": [ - "1.0.0" - ], - "xmlchars": [ - "2.2.0" - ], - "entities": [ - "4.5.0" - ], - "agent-base": [ - "6.0.2" - ], - "debug": [ - "4.3.4" - ], - "ms": [ - "2.1.2" - ], - "@tootallnate/once": [ - "2.0.0" - ], - "asynckit": [ - "0.4.0" - ], - "combined-stream": [ - "1.0.8" - ], - "mime-types": [ - "2.1.35" - ], - "mime-db": [ - "1.52.0" - ], - "delayed-stream": [ - "1.0.0" - ], - "esprima": [ - "4.0.1" ], - "estraverse": [ - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "source-map": [ - "0.6.1" - ], - "acorn-walk": [ - "8.2.0" + "@babel/highlight": [ + "7.23.4" ], "chalk": [ - "2.4.2", - "4.1.2" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" + "2.4.2" ], "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" ], "supports-color": [ - "5.5.0", - "7.2.0" + "5.5.0" ], "has-flag": [ - "3.0.0", - "4.0.0" + "3.0.0" ], "color-convert": [ - "1.9.3", - "2.0.1" + "1.9.3" ], "color-name": [ - "1.1.3", - "1.1.4" - ], - "@types/tough-cookie": [ - "4.0.3" - ], - "@jest/schemas": [ - "29.6.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@sinonjs/fake-timers": [ - "10.3.0" - ], - "jest-message-util": [ - "29.7.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "29.7.0" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "react-is": [ - "18.2.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "1.1.3" ], "js-tokens": [ "4.0.0" - ], - "@sinonjs/commons": [ - "3.0.0" - ], - "type-detect": [ - "4.0.8" ] }, "lifecycle_build_target": false, @@ -56853,18 +53425,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jsonc-parser__3.2.0": { + "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__jsonc-parser__3.2.0", - "package": "jsonc-parser", - "version": "3.2.0", + "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-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "url": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "url": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -56878,41 +53450,43 @@ "generate_bzl_library_targets": false } }, - "npm__require-from-string__2.0.2__links": { + "npm__iconv-lite__0.6.3": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__require-from-string__2.0.2__links", - "package": "require-from-string", - "version": "2.0.2", - "dev": false, + "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": {}, - "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" + "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__at_rollup_plugin-replace__2.4.2__rollup_2.79.1": { + "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__at_rollup_plugin-replace__2.4.2__rollup_2.79.1", - "package": "@rollup/plugin-replace", - "version": "2.4.2_rollup_2.79.1", + "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-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", - "url": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", + "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": [], @@ -56926,20 +53500,43 @@ "generate_bzl_library_targets": false } }, - "npm__globals__11.12.0__links": { + "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__globals__11.12.0__links", - "package": "globals", - "version": "11.12.0", - "dev": false, + "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": {}, + "deps": { + "browserslist": "4.22.2" + }, "transitive_closure": { - "globals": [ - "11.12.0" + "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, @@ -56949,26 +53546,646 @@ "npm_translate_lock_repo": "npm" } }, - "npm__array-includes__3.1.7__links": { + "npm__spdx-exceptions__2.3.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array-includes__3.1.7__links", - "package": "array-includes", - "version": "3.1.7", - "dev": false, + "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": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "es-abstract": "1.22.2", + "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", - "is-string": "1.0.7" + "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": { - "array-includes": [ - "3.1.7" + "string.prototype.matchall": [ + "4.0.10" ], "call-bind": [ "1.0.2" @@ -56982,21 +54199,42 @@ "get-intrinsic": [ "1.2.1" ], - "is-string": [ - "1.0.7" + "has-symbols": [ + "1.0.3" ], - "has-tostringtag": [ + "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" ], - "has-symbols": [ + "gopd": [ + "1.0.1" + ], + "has": [ "1.0.3" ], "function-bind": [ "1.1.1" ], - "has": [ - "1.0.3" - ], "has-proto": [ "1.0.1" ], @@ -57024,15 +54262,6 @@ "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" ], @@ -57048,24 +54277,21 @@ "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" ], @@ -57102,6 +54328,9 @@ "for-each": [ "0.3.3" ], + "has-tostringtag": [ + "1.0.0" + ], "has-bigints": [ "1.0.2" ], @@ -57123,18 +54352,6 @@ "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" ] @@ -57146,18 +54363,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__string_decoder__1.1.1": { + "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__string_decoder__1.1.1", - "package": "string_decoder", - "version": "1.1.1", + "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-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "url": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -57171,18 +54388,18 @@ "generate_bzl_library_targets": false } }, - "npm__minimalistic-assert__1.0.1": { + "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__minimalistic-assert__1.0.1", - "package": "minimalistic-assert", - "version": "1.0.1", + "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-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", - "url": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", + "url": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -57196,18 +54413,18 @@ "generate_bzl_library_targets": false } }, - "npm__whatwg-mimetype__2.3.0": { + "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__whatwg-mimetype__2.3.0", - "package": "whatwg-mimetype", - "version": "2.3.0", + "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-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", - "url": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", + "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": [], @@ -57221,52 +54438,62 @@ "generate_bzl_library_targets": false } }, - "npm__yargs-parser__21.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yargs-parser__21.1.1__links", - "package": "yargs-parser", - "version": "21.1.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yargs-parser": [ - "21.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-font-format-keywords__1.0.1__postcss_8.4.31__links": { + "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_csstools_postcss-font-format-keywords__1.0.1__postcss_8.4.31__links", - "package": "@csstools/postcss-font-format-keywords", - "version": "1.0.1_postcss_8.4.31", + "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", - "postcss-value-parser": "4.2.0" + "source-map": "0.6.1" }, "transitive_closure": { - "@csstools/postcss-font-format-keywords": [ - "1.0.1_postcss_8.4.31" + "@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" ], - "postcss-value-parser": [ - "4.2.0" + "source-map": [ + "0.6.1" ], "nanoid": [ "3.3.6" @@ -57276,6 +54503,21 @@ ], "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, @@ -57285,20 +54527,38 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_compat-data__7.22.20__links": { + "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_babel_compat-data__7.22.20__links", - "package": "@babel/compat-data", - "version": "7.22.20", - "dev": false, + "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": {}, + "deps": { + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + }, "transitive_closure": { - "@babel/compat-data": [ - "7.22.20" + "@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, @@ -57308,141 +54568,109 @@ "npm_translate_lock_repo": "npm" } }, - "npm__next__13.0.5__1506564262__links": { + "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__next__13.0.5__1506564262__links", - "package": "next", - "version": "13.0.5_1506564262", - "dev": false, + "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": { - "next.js": [ - "next" - ] - }, + "link_packages": {}, "deps": { - "@next/swc-android-arm-eabi": "13.0.5", - "@next/swc-android-arm64": "13.0.5", - "@next/swc-darwin-arm64": "13.0.5", - "@next/swc-darwin-x64": "13.0.5", - "@next/swc-freebsd-x64": "13.0.5", - "@next/swc-linux-arm-gnueabihf": "13.0.5", - "@next/swc-linux-arm64-gnu": "13.0.5", - "@next/swc-linux-arm64-musl": "13.0.5", - "@next/swc-linux-x64-gnu": "13.0.5", - "@next/swc-linux-x64-musl": "13.0.5", - "@next/swc-win32-arm64-msvc": "13.0.5", - "@next/swc-win32-ia32-msvc": "13.0.5", - "@next/swc-win32-x64-msvc": "13.0.5", - "@next/env": "13.0.5", - "@swc/helpers": "0.4.14", - "caniuse-lite": "1.0.30001542", - "postcss": "8.4.14", - "react": "18.2.0", - "react-dom": "18.2.0_react_18.2.0", - "styled-jsx": "5.1.0_-756074946" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "next": [ - "13.0.5_1506564262" - ], - "@next/env": [ - "13.0.5" - ], - "@swc/helpers": [ - "0.4.14" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "postcss": [ - "8.4.14" - ], - "react": [ - "18.2.0" - ], - "react-dom": [ - "18.2.0_react_18.2.0" - ], - "styled-jsx": [ - "5.1.0_-756074946" - ], - "@next/swc-android-arm-eabi": [ - "13.0.5" - ], - "@next/swc-android-arm64": [ - "13.0.5" - ], - "@next/swc-darwin-arm64": [ - "13.0.5" - ], - "@next/swc-darwin-x64": [ - "13.0.5" - ], - "@next/swc-freebsd-x64": [ - "13.0.5" - ], - "@next/swc-linux-arm-gnueabihf": [ - "13.0.5" - ], - "@next/swc-linux-arm64-gnu": [ - "13.0.5" - ], - "@next/swc-linux-arm64-musl": [ - "13.0.5" - ], - "@next/swc-linux-x64-gnu": [ - "13.0.5" - ], - "@next/swc-linux-x64-musl": [ - "13.0.5" - ], - "@next/swc-win32-arm64-msvc": [ - "13.0.5" - ], - "@next/swc-win32-ia32-msvc": [ - "13.0.5" - ], - "@next/swc-win32-x64-msvc": [ - "13.0.5" + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], - "client-only": [ - "0.0.1" + "@babel/helper-plugin-utils": [ + "7.22.5" ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -57463,7 +54691,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -57493,13 +54721,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -57507,14 +54735,17 @@ "yallist": [ "3.1.1" ], + "caniuse-lite": [ + "1.0.30001566" + ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -57541,7 +54772,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -57566,21 +54797,6 @@ ], "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, @@ -57590,20 +54806,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__underscore__1.12.1__links": { + "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__underscore__1.12.1__links", - "package": "underscore", - "version": "1.12.1", + "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": { - "underscore": [ - "1.12.1" + "@babel/compat-data": [ + "7.23.5" ] }, "lifecycle_build_target": false, @@ -57613,131 +54854,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__chokidar__3.5.3__links": { + "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__chokidar__3.5.3__links", - "package": "chokidar", - "version": "3.5.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "fsevents": "2.3.3", - "anymatch": "3.1.3", - "braces": "3.0.2", - "glob-parent": "5.1.2", - "is-binary-path": "2.1.0", - "is-glob": "4.0.3", - "normalize-path": "3.0.0", - "readdirp": "3.6.0" - }, - "transitive_closure": { - "chokidar": [ - "3.5.3" - ], - "anymatch": [ - "3.1.3" - ], - "braces": [ - "3.0.2" - ], - "glob-parent": [ - "5.1.2" - ], - "is-binary-path": [ - "2.1.0" - ], - "is-glob": [ - "4.0.3" - ], - "normalize-path": [ - "3.0.0" - ], - "readdirp": [ - "3.6.0" - ], - "fsevents": [ - "2.3.3" - ], - "picomatch": [ - "2.3.1" - ], - "is-extglob": [ - "2.1.1" - ], - "binary-extensions": [ - "2.2.0" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_swc_core-darwin-x64__1.3.100__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-darwin-x64__1.3.100__links", - "package": "@swc/core-darwin-x64", - "version": "1.3.100", + "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": { - "@swc/core-darwin-x64": [ - "1.3.100" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__spdx-correct__3.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__spdx-correct__3.2.0__links", - "package": "spdx-correct", - "version": "3.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "spdx-expression-parse": "3.0.1", - "spdx-license-ids": "3.0.15" - }, - "transitive_closure": { - "spdx-correct": [ - "3.2.0" - ], - "spdx-expression-parse": [ - "3.0.1" - ], - "spdx-license-ids": [ - "3.0.15" - ], - "spdx-exceptions": [ - "2.3.0" + "get-stream": [ + "6.0.1" ] }, "lifecycle_build_target": false, @@ -57747,72 +54877,18 @@ "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": { + "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__array.prototype.flat__1.3.2", - "package": "array.prototype.flat", - "version": "1.3.2", + "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-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", - "url": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "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": [], @@ -57826,18 +54902,18 @@ "generate_bzl_library_targets": false } }, - "npm__uri-js__4.4.1": { + "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__uri-js__4.4.1", - "package": "uri-js", - "version": "4.4.1", + "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-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "url": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "url": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -57851,43 +54927,41 @@ "generate_bzl_library_targets": false } }, - "npm__istanbul-lib-report__3.0.1": { + "npm__lodash.merge__4.6.2__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-report__3.0.1", - "package": "istanbul-lib-report", - "version": "3.0.1", + "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_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 + "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__isexe__2.0.0": { + "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__isexe__2.0.0", - "package": "isexe", - "version": "2.0.0", + "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-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "url": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==", + "url": "https://registry.npmjs.org/@svgr/core/-/core-8.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -57901,292 +54975,427 @@ "generate_bzl_library_targets": false } }, - "npm__workbox-webpack-plugin__6.6.0__webpack_5.88.2__links": { + "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__workbox-webpack-plugin__6.6.0__webpack_5.88.2__links", - "package": "workbox-webpack-plugin", - "version": "6.6.0_webpack_5.88.2", - "dev": false, + "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": {}, + "link_packages": { + "react-webpack": [ + "webpack" + ] + }, "deps": { - "fast-json-stable-stringify": "2.1.0", - "pretty-bytes": "5.6.0", - "upath": "1.2.0", - "webpack": "5.88.2", - "webpack-sources": "1.4.3", - "workbox-build": "6.6.0" + "@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": { - "workbox-webpack-plugin": [ - "6.6.0_webpack_5.88.2" + "webpack": [ + "5.89.0_-1501518582" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@types/eslint-scope": [ + "3.7.5" ], - "pretty-bytes": [ - "5.6.0" + "@types/estree": [ + "1.0.2" ], - "upath": [ - "1.2.0" + "@webassemblyjs/ast": [ + "1.11.6" ], - "webpack": [ - "5.88.2" + "@webassemblyjs/wasm-edit": [ + "1.11.6" ], - "webpack-sources": [ - "3.2.3", - "1.4.3" + "@webassemblyjs/wasm-parser": [ + "1.11.6" ], - "workbox-build": [ - "6.6.0" + "acorn": [ + "8.10.0" ], - "@apideck/better-ajv-errors": [ - "0.3.6_ajv_8.12.0" + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" ], - "@babel/core": [ - "7.23.0" + "browserslist": [ + "4.22.1" ], - "@babel/preset-env": [ - "7.22.20_at_babel_core_7.23.0" + "chrome-trace-event": [ + "1.0.3" ], - "@babel/runtime": [ - "7.23.1" + "enhanced-resolve": [ + "5.15.0" ], - "@rollup/plugin-babel": [ - "5.3.1_116925565" + "es-module-lexer": [ + "1.3.1" ], - "@rollup/plugin-node-resolve": [ - "11.2.1_rollup_2.79.1" + "eslint-scope": [ + "5.1.1" ], - "@rollup/plugin-replace": [ - "2.4.2_rollup_2.79.1" + "events": [ + "3.3.0" ], - "@surma/rollup-plugin-off-main-thread": [ - "2.2.3" + "glob-to-regexp": [ + "0.4.1" ], - "ajv": [ - "6.12.6", - "8.12.0" + "graceful-fs": [ + "4.2.11" ], - "common-tags": [ - "1.8.2" + "json-parse-even-better-errors": [ + "2.3.1" ], - "fs-extra": [ - "9.1.0" + "loader-runner": [ + "4.3.0" ], - "glob": [ - "7.2.3" + "mime-types": [ + "2.1.35" ], - "lodash": [ - "4.17.21" + "neo-async": [ + "2.6.2" ], - "rollup": [ - "2.79.1" + "schema-utils": [ + "4.2.0", + "3.3.0" ], - "rollup-plugin-terser": [ - "7.0.2_rollup_2.79.1" + "tapable": [ + "2.2.1" ], - "source-map": [ - "0.6.1", - "0.8.0-beta.0" + "terser-webpack-plugin": [ + "5.3.9_1251614587" ], - "stringify-object": [ - "3.3.0" + "watchpack": [ + "2.4.0" ], - "strip-comments": [ - "2.0.1" + "webpack-cli": [ + "5.1.4_34022717" ], - "tempy": [ - "0.6.0" + "webpack-sources": [ + "3.2.3" + ], + "@discoveryjs/json-ext": [ + "0.5.7" ], - "workbox-background-sync": [ - "6.6.0" + "@webpack-cli/configtest": [ + "2.1.1_-360275163" + ], + "@webpack-cli/info": [ + "2.0.2_-360275163" ], - "workbox-broadcast-update": [ - "6.6.0" + "@webpack-cli/serve": [ + "2.0.5_-1521883062" ], - "workbox-cacheable-response": [ - "6.6.0" + "colorette": [ + "2.0.20" ], - "workbox-core": [ - "6.6.0" + "commander": [ + "2.20.3", + "10.0.1" ], - "workbox-expiration": [ - "6.6.0" + "cross-spawn": [ + "7.0.3" ], - "workbox-google-analytics": [ - "6.6.0" + "envinfo": [ + "7.11.0" ], - "workbox-navigation-preload": [ - "6.6.0" + "fastest-levenshtein": [ + "1.0.16" ], - "workbox-precaching": [ - "6.6.0" + "import-local": [ + "3.1.0" ], - "workbox-range-requests": [ - "6.6.0" + "interpret": [ + "3.1.1" ], - "workbox-recipes": [ - "6.6.0" + "rechoir": [ + "0.8.0" ], - "workbox-routing": [ - "6.6.0" + "webpack-dev-server": [ + "4.15.1_-360275163" ], - "workbox-strategies": [ - "6.6.0" + "webpack-merge": [ + "5.10.0" ], - "workbox-streams": [ - "6.6.0" + "clone-deep": [ + "4.0.1" ], - "workbox-sw": [ - "6.6.0" + "flat": [ + "5.0.2" ], - "workbox-window": [ - "6.6.0" + "wildcard": [ + "2.0.1" ], - "@types/trusted-types": [ + "is-plain-object": [ "2.0.4" ], - "idb": [ - "7.1.1" + "kind-of": [ + "6.0.3" ], - "is-stream": [ - "2.0.1" + "shallow-clone": [ + "3.0.1" ], - "temp-dir": [ - "2.0.0" + "isobject": [ + "3.0.1" ], - "type-fest": [ - "0.16.0" + "@types/bonjour": [ + "3.5.11" ], - "unique-string": [ - "2.0.0" + "@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" ], - "crypto-random-string": [ + "connect-history-api-fallback": [ "2.0.0" ], - "get-own-enumerable-property-symbols": [ - "3.0.2" + "default-gateway": [ + "6.0.3" ], - "is-obj": [ - "1.0.1" + "express": [ + "4.18.2" ], - "is-regexp": [ - "1.0.0" + "html-entities": [ + "2.4.0" ], - "whatwg-url": [ - "7.1.0" + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" + ], + "ipaddr.js": [ + "1.9.1", + "2.1.0" ], - "lodash.sortby": [ - "4.7.0" + "launch-editor": [ + "2.6.0" ], - "tr46": [ - "1.0.1" + "open": [ + "8.4.2" ], - "webidl-conversions": [ + "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" ], - "punycode": [ - "2.3.0" + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" ], - "@babel/code-frame": [ - "7.22.13" + "ws": [ + "8.14.2" ], - "jest-worker": [ - "27.5.1", - "26.6.2" + "memfs": [ + "3.5.3" ], - "serialize-javascript": [ - "6.0.1", - "4.0.0" + "range-parser": [ + "1.2.1" ], - "terser": [ - "5.20.0" + "fs-monkey": [ + "1.0.5" ], - "@jridgewell/source-map": [ - "0.3.5" + "debug": [ + "2.6.9", + "4.3.4" ], - "acorn": [ - "8.10.0" + "handle-thing": [ + "2.0.1" ], - "commander": [ - "2.20.3" + "http-deceiver": [ + "1.2.7" ], - "source-map-support": [ - "0.5.21" + "select-hose": [ + "2.0.0" ], - "buffer-from": [ + "spdy-transport": [ + "3.0.0" + ], + "detect-node": [ + "2.1.0" + ], + "hpack.js": [ + "2.1.6" + ], + "obuf": [ "1.1.2" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "readable-stream": [ + "2.3.8", + "3.6.2" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "wbuf": [ + "1.7.3" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "minimalistic-assert": [ + "1.0.1" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "inherits": [ + "2.0.3", + "2.0.4" ], - "@jridgewell/set-array": [ - "1.1.2" + "string_decoder": [ + "1.1.1", + "1.3.0" ], - "randombytes": [ - "2.1.0" + "util-deprecate": [ + "1.0.2" ], "safe-buffer": [ + "5.1.2", "5.2.1" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "core-util-is": [ + "1.0.3" ], - "merge-stream": [ - "2.0.0" + "isarray": [ + "1.0.0" ], - "supports-color": [ - "8.1.1", - "5.5.0", - "7.2.0" + "process-nextick-args": [ + "2.0.1" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" ], - "@babel/highlight": [ - "7.22.20" + "faye-websocket": [ + "0.11.4" ], - "chalk": [ - "4.1.2", - "2.4.2" + "uuid": [ + "8.3.2" ], - "ansi-styles": [ - "4.3.0", - "3.2.1" + "websocket-driver": [ + "0.7.4" ], - "escape-string-regexp": [ - "1.0.5" + "http-parser-js": [ + "0.5.8" ], - "color-convert": [ + "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.9.3" + "1.5.0" ], - "color-name": [ - "1.1.4", - "1.1.3" + "negotiator": [ + "0.6.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "node-forge": [ + "1.3.1" ], - "js-tokens": [ - "4.0.0" + "@types/json-schema": [ + "7.0.13" ], - "fsevents": [ - "2.3.3" + "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" @@ -58194,11 +55403,7 @@ "inflight": [ "1.0.6" ], - "inherits": [ - "2.0.4" - ], "minimatch": [ - "5.1.6", "3.1.2" ], "once": [ @@ -58211,7 +55416,6 @@ "1.0.2" ], "brace-expansion": [ - "2.0.1", "1.1.11" ], "balanced-match": [ @@ -58220,247 +55424,296 @@ "concat-map": [ "0.0.1" ], - "at-least-node": [ - "1.0.0" - ], - "graceful-fs": [ - "4.2.11" + "@types/retry": [ + "0.12.0" ], - "jsonfile": [ - "6.1.0" + "retry": [ + "0.13.1" ], - "universalify": [ + "define-lazy-prop": [ "2.0.0" ], - "fast-deep-equal": [ - "3.1.3" + "is-docker": [ + "2.2.1" ], - "json-schema-traverse": [ - "0.4.1", + "is-wsl": [ + "2.2.0" + ], + "picocolors": [ "1.0.0" ], - "require-from-string": [ - "2.0.2" + "shell-quote": [ + "1.8.1" ], - "uri-js": [ - "4.4.1" + "@types/http-proxy": [ + "1.17.12" ], - "ejs": [ - "3.1.9" + "http-proxy": [ + "1.18.1" ], - "json5": [ - "2.2.3" + "is-glob": [ + "4.0.3" ], - "magic-string": [ - "0.25.9" + "is-plain-obj": [ + "3.0.0" ], - "string.prototype.matchall": [ - "4.0.10" + "micromatch": [ + "4.0.5" ], - "call-bind": [ - "1.0.2" + "braces": [ + "3.0.2" ], - "define-properties": [ - "1.2.1" + "picomatch": [ + "2.3.1" ], - "es-abstract": [ - "1.22.2" + "fill-range": [ + "7.0.1" ], - "get-intrinsic": [ - "1.2.1" + "to-regex-range": [ + "5.0.1" ], - "has-symbols": [ - "1.0.3" + "is-number": [ + "7.0.0" ], - "internal-slot": [ - "1.0.5" + "is-extglob": [ + "2.1.1" ], - "regexp.prototype.flags": [ - "1.5.1" + "eventemitter3": [ + "4.0.7" ], - "set-function-name": [ - "2.0.1" + "follow-redirects": [ + "1.15.3" ], - "side-channel": [ - "1.0.4" + "requires-port": [ + "1.0.0" ], - "object-inspect": [ - "1.12.3" + "@types/node": [ + "18.11.9" ], - "define-data-property": [ - "1.1.0" + "array-flatten": [ + "2.1.2", + "1.1.1" ], - "functions-have-names": [ - "1.2.3" + "body-parser": [ + "1.20.1" ], - "has-property-descriptors": [ - "1.0.0" + "content-disposition": [ + "0.5.4" ], - "gopd": [ - "1.0.1" + "content-type": [ + "1.0.5" ], - "has": [ - "1.0.3" + "cookie": [ + "0.5.0" ], - "function-bind": [ - "1.1.1" + "cookie-signature": [ + "1.0.6" ], - "has-proto": [ - "1.0.1" + "encodeurl": [ + "1.0.2" ], - "array-buffer-byte-length": [ - "1.0.0" + "etag": [ + "1.8.1" ], - "arraybuffer.prototype.slice": [ - "1.0.2" + "finalhandler": [ + "1.2.0" ], - "available-typed-arrays": [ - "1.0.5" + "fresh": [ + "0.5.2" ], - "es-set-tostringtag": [ - "2.0.1" + "merge-descriptors": [ + "1.0.1" ], - "es-to-primitive": [ - "1.2.1" + "methods": [ + "1.1.2" ], - "function.prototype.name": [ - "1.1.6" + "on-finished": [ + "2.4.1" ], - "get-symbol-description": [ - "1.0.0" + "path-to-regexp": [ + "0.1.7" ], - "globalthis": [ - "1.0.3" + "proxy-addr": [ + "2.0.7" ], - "is-array-buffer": [ - "3.0.2" + "qs": [ + "6.11.0" ], - "is-callable": [ - "1.2.7" + "send": [ + "0.18.0" ], - "is-negative-zero": [ - "2.0.2" + "serve-static": [ + "1.15.0" ], - "is-regex": [ - "1.1.4" + "type-is": [ + "1.6.18" ], - "is-shared-array-buffer": [ - "1.0.2" + "utils-merge": [ + "1.0.1" ], - "is-string": [ - "1.0.7" + "vary": [ + "1.1.2" ], - "is-typed-array": [ - "1.1.12" + "media-typer": [ + "0.3.0" ], - "is-weakref": [ + "destroy": [ + "1.2.0" + ], + "mime": [ + "1.6.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ "1.0.2" ], - "object-keys": [ + "get-intrinsic": [ + "1.2.1" + ], + "object-inspect": [ + "1.12.3" + ], + "function-bind": [ "1.1.1" ], - "object.assign": [ - "4.1.4" + "has": [ + "1.0.3" ], - "safe-array-concat": [ + "has-proto": [ "1.0.1" ], - "safe-regex-test": [ - "1.0.0" + "has-symbols": [ + "1.0.3" ], - "string.prototype.trim": [ - "1.2.8" + "forwarded": [ + "0.2.0" ], - "string.prototype.trimend": [ - "1.0.7" + "ee-first": [ + "1.1.1" ], - "string.prototype.trimstart": [ - "1.0.7" + "toidentifier": [ + "1.0.1" ], - "typed-array-buffer": [ + "unpipe": [ "1.0.0" ], - "typed-array-byte-length": [ - "1.0.0" + "bytes": [ + "3.0.0", + "3.1.2" ], - "typed-array-byte-offset": [ - "1.0.0" + "iconv-lite": [ + "0.4.24" ], - "typed-array-length": [ - "1.0.4" + "raw-body": [ + "2.5.1" ], - "unbox-primitive": [ - "1.0.2" + "safer-buffer": [ + "2.1.2" ], - "which-typed-array": [ - "1.1.11" + "execa": [ + "5.1.1" ], - "for-each": [ - "0.3.3" + "get-stream": [ + "6.0.1" ], - "has-tostringtag": [ - "1.0.0" + "human-signals": [ + "2.1.0" ], - "has-bigints": [ - "1.0.2" + "is-stream": [ + "2.0.1" ], - "which-boxed-primitive": [ + "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" ], - "is-bigint": [ - "1.0.4" + "mime-db": [ + "1.52.0" ], - "is-boolean-object": [ - "1.1.2" + "anymatch": [ + "3.1.3" ], - "is-number-object": [ - "1.0.7" + "glob-parent": [ + "5.1.2" ], - "is-symbol": [ - "1.0.4" + "is-binary-path": [ + "2.1.0" ], - "isarray": [ - "2.0.5" + "normalize-path": [ + "3.0.0" ], - "is-date-object": [ - "1.0.5" + "readdirp": [ + "3.6.0" ], - "sourcemap-codec": [ - "1.4.8" + "fsevents": [ + "2.3.3" ], - "jake": [ - "10.8.7" + "binary-extensions": [ + "2.2.0" ], - "async": [ - "3.2.4" + "dns-equal": [ + "1.0.0" ], - "filelist": [ - "1.0.4" + "multicast-dns": [ + "7.2.5" ], - "@rollup/pluginutils": [ - "3.1.0_rollup_2.79.1" + "dns-packet": [ + "5.6.1" ], - "@types/estree": [ - "1.0.2", - "0.0.39" + "thunky": [ + "1.1.0" ], - "estree-walker": [ - "1.0.1" + "@leichtgewicht/ip-codec": [ + "2.0.4" ], - "picomatch": [ - "2.3.1" + "@types/http-errors": [ + "2.0.2" ], - "@types/resolve": [ - "1.17.1" + "@types/mime": [ + "1.3.3", + "3.0.2" ], - "builtin-modules": [ - "3.3.0" + "@types/body-parser": [ + "1.19.3" ], - "deepmerge": [ - "4.3.1" + "@types/express-serve-static-core": [ + "4.17.37" ], - "is-module": [ - "1.0.0" + "@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" @@ -58474,260 +55727,135 @@ "supports-preserve-symlinks-flag": [ "1.0.0" ], - "@babel/helper-module-imports": [ - "7.22.15" + "pkg-dir": [ + "4.2.0" ], - "@babel/types": [ - "7.23.0" + "resolve-cwd": [ + "3.0.0" ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "to-fast-properties": [ - "2.0.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-assertions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-attributes": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-arrow-functions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-async-generator-functions": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-async-to-generator": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-block-scoped-functions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-block-scoping": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-class-properties": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-class-static-block": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-classes": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-computed-properties": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-destructuring": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-dotall-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-duplicate-keys": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-dynamic-import": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-exponentiation-operator": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-export-namespace-from": [ - "7.22.11_at_babel_core_7.23.0" + "resolve-from": [ + "5.0.0" ], - "@babel/plugin-transform-for-of": [ - "7.22.15_at_babel_core_7.23.0" + "find-up": [ + "4.1.0" ], - "@babel/plugin-transform-function-name": [ - "7.22.5_at_babel_core_7.23.0" + "locate-path": [ + "5.0.0" ], - "@babel/plugin-transform-json-strings": [ - "7.22.11_at_babel_core_7.23.0" + "path-exists": [ + "4.0.0" ], - "@babel/plugin-transform-literals": [ - "7.22.5_at_babel_core_7.23.0" + "p-locate": [ + "4.1.0" ], - "@babel/plugin-transform-logical-assignment-operators": [ - "7.22.11_at_babel_core_7.23.0" + "p-limit": [ + "2.3.0" ], - "@babel/plugin-transform-member-expression-literals": [ - "7.22.5_at_babel_core_7.23.0" + "p-try": [ + "2.2.0" ], - "@babel/plugin-transform-modules-amd": [ - "7.23.0_at_babel_core_7.23.0" + "shebang-command": [ + "2.0.0" ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.0_at_babel_core_7.23.0" + "which": [ + "2.0.2" ], - "@babel/plugin-transform-modules-systemjs": [ - "7.23.0_at_babel_core_7.23.0" + "isexe": [ + "2.0.0" ], - "@babel/plugin-transform-modules-umd": [ - "7.22.5_at_babel_core_7.23.0" + "shebang-regex": [ + "3.0.0" ], - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@babel/plugin-transform-new-target": [ - "7.22.5_at_babel_core_7.23.0" + "@swc/core": [ + "1.3.100" ], - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.22.11_at_babel_core_7.23.0" + "jest-worker": [ + "27.5.1" ], - "@babel/plugin-transform-numeric-separator": [ - "7.22.11_at_babel_core_7.23.0" + "serialize-javascript": [ + "6.0.1" ], - "@babel/plugin-transform-object-rest-spread": [ - "7.22.15_at_babel_core_7.23.0" + "terser": [ + "5.20.0" ], - "@babel/plugin-transform-object-super": [ - "7.22.5_at_babel_core_7.23.0" + "@jridgewell/source-map": [ + "0.3.5" ], - "@babel/plugin-transform-optional-catch-binding": [ - "7.22.11_at_babel_core_7.23.0" + "source-map-support": [ + "0.5.21" ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.0_at_babel_core_7.23.0" + "buffer-from": [ + "1.1.2" ], - "@babel/plugin-transform-parameters": [ - "7.22.15_at_babel_core_7.23.0" + "source-map": [ + "0.6.1" ], - "@babel/plugin-transform-private-methods": [ - "7.22.5_at_babel_core_7.23.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@babel/plugin-transform-private-property-in-object": [ - "7.22.11_at_babel_core_7.23.0" + "@jridgewell/set-array": [ + "1.1.2" ], - "@babel/plugin-transform-property-literals": [ - "7.22.5_at_babel_core_7.23.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@babel/plugin-transform-regenerator": [ - "7.22.10_at_babel_core_7.23.0" + "randombytes": [ + "2.1.0" ], - "@babel/plugin-transform-reserved-words": [ - "7.22.5_at_babel_core_7.23.0" + "supports-color": [ + "8.1.1" ], - "@babel/plugin-transform-shorthand-properties": [ - "7.22.5_at_babel_core_7.23.0" + "has-flag": [ + "4.0.0" ], - "@babel/plugin-transform-spread": [ - "7.22.5_at_babel_core_7.23.0" + "@swc/counter": [ + "0.1.2" ], - "@babel/plugin-transform-sticky-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@swc/types": [ + "0.1.5" ], - "@babel/plugin-transform-template-literals": [ - "7.22.5_at_babel_core_7.23.0" + "@swc/core-darwin-arm64": [ + "1.3.100" ], - "@babel/plugin-transform-typeof-symbol": [ - "7.22.5_at_babel_core_7.23.0" + "@swc/core-darwin-x64": [ + "1.3.100" ], - "@babel/plugin-transform-unicode-escapes": [ - "7.22.10_at_babel_core_7.23.0" + "@swc/core-linux-arm64-gnu": [ + "1.3.100" ], - "@babel/plugin-transform-unicode-property-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@swc/core-linux-arm64-musl": [ + "1.3.100" ], - "@babel/plugin-transform-unicode-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@swc/core-linux-x64-gnu": [ + "1.3.100" ], - "@babel/plugin-transform-unicode-sets-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@swc/core-linux-x64-musl": [ + "1.3.100" ], - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.0" + "@swc/core-win32-arm64-msvc": [ + "1.3.100" ], - "babel-plugin-polyfill-corejs2": [ - "0.4.5_at_babel_core_7.23.0" + "@swc/core-win32-ia32-msvc": [ + "1.3.100" ], - "babel-plugin-polyfill-corejs3": [ - "0.8.4_at_babel_core_7.23.0" + "@swc/core-win32-x64-msvc": [ + "1.3.100" ], - "babel-plugin-polyfill-regenerator": [ - "0.5.2_at_babel_core_7.23.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "core-js-compat": [ - "3.33.0" + "fast-json-stable-stringify": [ + "2.1.0" ], - "semver": [ - "6.3.1" + "esrecurse": [ + "4.3.0" ], - "browserslist": [ - "4.22.1" + "estraverse": [ + "5.3.0", + "4.3.0" ], "caniuse-lite": [ "1.0.30001542" @@ -58744,224 +55872,6 @@ "escalade": [ "3.1.1" ], - "picocolors": [ - "1.0.0" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" - ], - "debug": [ - "4.3.4" - ], - "lodash.debounce": [ - "4.0.8" - ], - "ms": [ - "2.1.2" - ], - "esutils": [ - "2.0.3" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "regexpu-core": [ - "5.3.2" - ], - "@babel/regjsgen": [ - "0.8.0" - ], - "regenerate": [ - "1.4.2" - ], - "regenerate-unicode-properties": [ - "10.1.1" - ], - "regjsparser": [ - "0.9.1" - ], - "unicode-match-property-ecmascript": [ - "2.0.0" - ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" - ], - "unicode-canonical-property-names-ecmascript": [ - "2.0.0" - ], - "unicode-property-aliases-ecmascript": [ - "2.1.0" - ], - "jsesc": [ - "2.5.2", - "0.5.0" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "regenerator-transform": [ - "0.15.2" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" - ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-wrap-function": [ - "7.22.20" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json-schema": [ - "0.4.0" - ], - "jsonpointer": [ - "5.0.1" - ], - "leven": [ - "3.1.0" - ], - "source-list-map": [ - "2.0.1" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "schema-utils": [ - "3.3.0" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], "@webassemblyjs/helper-api-error": [ "1.11.6" ], @@ -59015,327 +55925,1083 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-config-react-app__7.0.1__-1437144143__links": { + "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__eslint-config-react-app__7.0.1__-1437144143__links", - "package": "eslint-config-react-app", - "version": "7.0.1_-1437144143", - "dev": false, + "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": { - "react": [ - "eslint-config-react-app" - ] - }, + "link_packages": {}, "deps": { - "@babel/core": "7.23.0", - "@babel/eslint-parser": "7.22.15_1785327679", - "@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_-1926989819", - "eslint-plugin-import": "2.28.1_-730556401", - "eslint-plugin-jest": "25.7.0_-754197893", - "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" + "http-parser-js": "0.5.8", + "safe-buffer": "5.2.1", + "websocket-extensions": "0.1.4" }, "transitive_closure": { - "eslint-config-react-app": [ - "7.0.1_-1437144143" + "websocket-driver": [ + "0.7.4" ], - "@babel/core": [ - "7.23.0" + "http-parser-js": [ + "0.5.8" ], - "@babel/eslint-parser": [ - "7.22.15_1785327679" + "safe-buffer": [ + "5.2.1" ], - "@rushstack/eslint-patch": [ - "1.5.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" ], - "@typescript-eslint/eslint-plugin": [ - "5.44.0_-937717529" + "available-typed-arrays": [ + "1.0.5" ], - "@typescript-eslint/parser": [ - "5.44.0_1767590274" + "call-bind": [ + "1.0.2" ], - "babel-preset-react-app": [ - "10.0.1" + "for-each": [ + "0.3.3" ], - "confusing-browser-globals": [ - "1.0.11" + "has-proto": [ + "1.0.1" ], - "eslint": [ - "8.55.0" + "is-typed-array": [ + "1.1.12" ], - "eslint-plugin-flowtype": [ - "8.0.3_-1926989819" + "which-typed-array": [ + "1.1.11" ], - "eslint-plugin-import": [ - "2.28.1_-730556401" + "gopd": [ + "1.0.1" ], - "eslint-plugin-jest": [ - "25.7.0_-754197893" + "has-tostringtag": [ + "1.0.0" ], - "eslint-plugin-jsx-a11y": [ - "6.7.1_eslint_8.55.0" + "has-symbols": [ + "1.0.3" ], - "eslint-plugin-react": [ - "7.33.2_eslint_8.55.0" + "get-intrinsic": [ + "1.2.1" ], - "eslint-plugin-react-hooks": [ - "4.6.0_eslint_8.55.0" + "function-bind": [ + "1.1.1" ], - "eslint-plugin-testing-library": [ - "5.11.1_1767590274" + "has": [ + "1.0.3" ], - "typescript": [ - "4.9.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" ], - "@typescript-eslint/utils": [ - "5.44.0_1767590274", - "5.62.0_1767590274" + "@babel/core": [ + "7.23.0" ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "@types/json-schema": [ - "7.0.13" + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.0" ], - "@types/semver": [ - "7.5.3" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@typescript-eslint/scope-manager": [ - "5.44.0", - "5.62.0" + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" ], - "@typescript-eslint/types": [ - "5.44.0", - "5.62.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3", - "5.62.0_typescript_4.9.3" + "@babel/helper-function-name": [ + "7.23.0" ], - "eslint-scope": [ - "7.2.2", - "5.1.1" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "semver": [ - "6.3.1", - "7.5.4" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "lru-cache": [ - "5.1.1", - "6.0.0" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.0" ], - "yallist": [ - "3.1.1", - "4.0.0" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "esrecurse": [ - "4.3.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "semver": [ + "6.3.1" ], - "@typescript-eslint/visitor-keys": [ - "5.44.0", - "5.62.0" + "@babel/types": [ + "7.23.5" ], - "debug": [ - "3.2.7", - "4.3.4" + "@babel/helper-string-parser": [ + "7.23.4" ], - "globby": [ - "11.1.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "is-glob": [ - "4.0.3" + "to-fast-properties": [ + "2.0.0" ], - "tsutils": [ - "3.21.0_typescript_4.9.3" + "@babel/template": [ + "7.22.15" ], - "tslib": [ - "1.14.1" + "@babel/code-frame": [ + "7.22.13", + "7.23.5" ], - "is-extglob": [ - "2.1.1" + "@babel/parser": [ + "7.23.0", + "7.23.5" ], - "array-union": [ - "2.1.0" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "dir-glob": [ - "3.0.1" + "chalk": [ + "2.4.2" ], - "fast-glob": [ - "3.3.1" + "ansi-styles": [ + "3.2.1" ], - "ignore": [ - "5.2.4" + "escape-string-regexp": [ + "1.0.5" ], - "merge2": [ - "1.4.1" + "supports-color": [ + "5.5.0" ], - "slash": [ + "has-flag": [ "3.0.0" ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "glob-parent": [ - "6.0.2", - "5.1.2" + "color-convert": [ + "1.9.3" ], - "micromatch": [ - "4.0.5" + "color-name": [ + "1.1.3" ], - "braces": [ - "3.0.2" + "js-tokens": [ + "4.0.0" ], - "picomatch": [ - "2.3.1" + "@ampproject/remapping": [ + "2.2.1" ], - "fill-range": [ - "7.0.1" + "@babel/generator": [ + "7.23.5", + "7.23.0" ], - "to-regex-range": [ - "5.0.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "is-number": [ - "7.0.0" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "@babel/helpers": [ + "7.23.1" ], - "fastq": [ - "1.15.0" + "@babel/traverse": [ + "7.23.5", + "7.23.0" ], - "reusify": [ - "1.0.4" + "convert-source-map": [ + "2.0.0" ], - "run-parallel": [ - "1.2.0" + "debug": [ + "4.3.4" ], - "queue-microtask": [ - "1.2.3" + "gensync": [ + "1.0.0-beta.2" ], - "path-type": [ - "4.0.0" + "json5": [ + "2.2.3" ], "ms": [ - "2.1.3", "2.1.2" ], - "eslint-visitor-keys": [ - "2.1.0", - "3.4.3" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "array-includes": [ - "3.1.7" + "globals": [ + "11.12.0" ], - "array.prototype.flatmap": [ - "1.3.2" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "array.prototype.tosorted": [ - "1.1.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "doctrine": [ - "3.0.0", - "2.1.0" + "jsesc": [ + "2.5.2" ], - "es-iterator-helpers": [ - "1.0.15" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "jsx-ast-utils": [ - "3.3.5" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "minimatch": [ - "3.1.2" + "@jridgewell/set-array": [ + "1.1.2" ], - "object.entries": [ - "1.1.7" + "@babel/helper-module-imports": [ + "7.22.15" ], - "object.fromentries": [ - "2.0.7" + "@babel/helper-simple-access": [ + "7.22.5" ], - "object.hasown": [ - "1.1.3" + "@babel/compat-data": [ + "7.23.5" ], - "object.values": [ - "1.1.7" + "@babel/helper-validator-option": [ + "7.23.5" ], - "prop-types": [ - "15.8.1" + "browserslist": [ + "4.22.2" ], - "resolve": [ - "1.22.6", - "2.0.0-next.4" + "lru-cache": [ + "5.1.1" ], - "string.prototype.matchall": [ - "4.0.10" + "yallist": [ + "3.1.1" ], - "call-bind": [ - "1.0.2" + "caniuse-lite": [ + "1.0.30001566" ], - "define-properties": [ - "1.2.1" + "electron-to-chromium": [ + "1.4.608" ], - "es-abstract": [ - "1.22.2" + "node-releases": [ + "2.0.14" ], - "get-intrinsic": [ - "1.2.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "has-symbols": [ - "1.0.3" + "escalade": [ + "3.1.1" ], - "internal-slot": [ - "1.0.5" + "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" ], - "regexp.prototype.flags": [ - "1.5.1" + "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" ], - "set-function-name": [ - "2.0.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" ], - "side-channel": [ - "1.0.4" + "cross-spawn": [ + "7.0.3" ], - "object-inspect": [ - "1.12.3" + "get-stream": [ + "8.0.1" ], - "define-data-property": [ - "1.1.0" + "human-signals": [ + "5.0.0" ], - "functions-have-names": [ - "1.2.3" + "is-stream": [ + "3.0.0" ], - "has-property-descriptors": [ - "1.0.0" + "merge-stream": [ + "2.0.0" ], - "gopd": [ - "1.0.1" + "npm-run-path": [ + "5.1.0" ], - "has": [ - "1.0.3" + "onetime": [ + "6.0.0" ], - "function-bind": [ - "1.1.1" + "signal-exit": [ + "4.1.0" ], - "has-proto": [ - "1.0.1" + "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" @@ -59355,12 +57021,33 @@ "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" ], @@ -59385,21 +57072,24 @@ "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" ], @@ -59451,462 +57141,633 @@ "isarray": [ "2.0.5" ], - "is-date-object": [ - "1.0.5" + "set-function-name": [ + "2.0.1" ], - "is-core-module": [ - "2.13.0" + "define-data-property": [ + "1.1.0" ], - "path-parse": [ - "1.0.7" + "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" ], - "loose-envify": [ - "1.4.0" + "lower-case": [ + "2.0.2" ], - "object-assign": [ - "4.1.1" + "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" ], - "react-is": [ - "17.0.2", - "16.13.1" + "@babel/core": [ + "7.23.5" ], - "js-tokens": [ - "4.0.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "brace-expansion": [ - "1.1.11" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "balanced-match": [ - "1.0.2" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "concat-map": [ - "0.0.1" + "@babel/types": [ + "7.23.5" ], - "array.prototype.flat": [ - "1.3.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "es-shim-unscopables": [ - "1.0.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "asynciterator.prototype": [ - "1.0.0" + "to-fast-properties": [ + "2.0.0" ], - "iterator.prototype": [ - "1.1.2" + "@ampproject/remapping": [ + "2.2.1" ], - "reflect.getprototypeof": [ - "1.0.4" + "@babel/code-frame": [ + "7.23.5" ], - "which-builtin-type": [ - "1.1.3" + "@babel/generator": [ + "7.23.5" ], - "is-async-function": [ - "2.0.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "is-finalizationregistry": [ - "1.0.2" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "is-generator-function": [ - "1.0.10" + "@babel/helpers": [ + "7.23.5" ], - "which-collection": [ - "1.0.1" + "@babel/parser": [ + "7.23.5" ], - "is-map": [ - "2.0.2" + "@babel/template": [ + "7.22.15" ], - "is-set": [ - "2.0.2" + "@babel/traverse": [ + "7.23.5" ], - "is-weakmap": [ - "2.0.1" + "convert-source-map": [ + "2.0.0" ], - "is-weakset": [ - "2.0.2" + "debug": [ + "4.3.4" ], - "esutils": [ - "2.0.3" + "gensync": [ + "1.0.0-beta.2" ], - "@babel/runtime": [ - "7.23.1" + "json5": [ + "2.2.3" ], - "aria-query": [ - "5.3.0" + "semver": [ + "6.3.1" ], - "ast-types-flow": [ - "0.0.7" + "ms": [ + "2.1.2" ], - "axe-core": [ - "4.8.2" + "@babel/helper-function-name": [ + "7.23.0" ], - "axobject-query": [ - "3.2.1" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "damerau-levenshtein": [ - "1.0.8" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "emoji-regex": [ - "8.0.0", - "9.2.2" + "globals": [ + "11.12.0" ], - "language-tags": [ - "1.0.5" + "@babel/helper-module-imports": [ + "7.22.15" ], - "language-subtag-registry": [ - "0.3.22" + "@babel/helper-simple-access": [ + "7.22.5" ], - "dequal": [ - "2.0.3" + "@babel/compat-data": [ + "7.23.5" ], - "regenerator-runtime": [ - "0.14.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@typescript-eslint/experimental-utils": [ - "5.62.0_1767590274" + "browserslist": [ + "4.22.2" ], - "jest": [ - "27.5.1" + "lru-cache": [ + "5.1.1" ], - "@jest/core": [ - "27.5.1" + "yallist": [ + "3.1.1" ], - "import-local": [ - "3.1.0" + "caniuse-lite": [ + "1.0.30001566" ], - "jest-cli": [ - "27.5.1" + "electron-to-chromium": [ + "1.4.608" ], - "@jest/test-result": [ - "27.5.1" + "node-releases": [ + "2.0.14" ], - "@jest/types": [ - "27.5.1" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "exit": [ - "0.1.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "jest-config": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "jest-validate": [ - "27.5.1" - ], - "prompts": [ - "2.4.2" - ], - "yargs": [ - "16.2.0" - ], - "cliui": [ - "7.0.4" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" ], - "get-caller-file": [ - "2.0.5" - ], - "require-directory": [ - "2.1.1" - ], - "string-width": [ - "4.2.3" - ], - "y18n": [ - "5.0.8" - ], - "yargs-parser": [ - "20.2.9" - ], - "is-fullwidth-code-point": [ - "3.0.0" - ], - "strip-ansi": [ - "6.0.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "wrap-ansi": [ - "7.0.0" - ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "kleur": [ - "3.0.3" - ], - "sisteransi": [ - "1.0.5" - ], - "camelcase": [ - "5.3.1", - "6.3.0" - ], - "jest-get-type": [ - "27.5.1" - ], - "leven": [ - "3.1.0" - ], - "pretty-format": [ - "27.5.1" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "@jest/test-sequencer": [ - "27.5.1" - ], - "babel-jest": [ - "27.5.1_at_babel_core_7.23.0" - ], - "deepmerge": [ - "4.3.1" - ], - "glob": [ - "7.2.3" - ], - "jest-circus": [ - "27.5.1" - ], - "jest-environment-jsdom": [ - "27.5.1" - ], - "jest-environment-node": [ - "27.5.1" - ], - "jest-jasmine2": [ - "27.5.1" - ], - "jest-regex-util": [ - "27.5.1" + "picocolors": [ + "1.0.0" ], - "jest-resolve": [ - "27.5.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "jest-runner": [ - "27.5.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "parse-json": [ - "5.2.0" + "jsesc": [ + "2.5.2" ], - "strip-json-comments": [ + "@jridgewell/resolve-uri": [ "3.1.1" ], - "@babel/code-frame": [ - "7.22.13" - ], - "error-ex": [ - "1.3.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "json-parse-even-better-errors": [ - "2.3.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "lines-and-columns": [ - "1.2.4" + "@babel/highlight": [ + "7.23.4" ], - "is-arrayish": [ - "0.2.1" + "chalk": [ + "2.4.2" ], - "@babel/highlight": [ - "7.22.20" + "ansi-styles": [ + "3.2.1" ], "escape-string-regexp": [ - "4.0.0", - "2.0.0", "1.0.5" ], "supports-color": [ - "7.2.0", - "8.1.1", "5.5.0" ], "has-flag": [ - "4.0.0", "3.0.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@jest/console": [ - "27.5.1" - ], - "@jest/environment": [ - "27.5.1" - ], - "@jest/transform": [ - "27.5.1" - ], - "emittery": [ - "0.8.1" - ], - "jest-docblock": [ - "27.5.1" + "color-convert": [ + "1.9.3" ], - "jest-haste-map": [ - "27.5.1" + "color-name": [ + "1.1.3" ], - "jest-leak-detector": [ - "27.5.1" + "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" ], - "jest-message-util": [ - "27.5.1" + "@types/body-parser": [ + "1.19.3" ], - "jest-runtime": [ - "27.5.1" + "@types/express-serve-static-core": [ + "4.17.37" ], - "jest-worker": [ - "27.5.1" + "@types/qs": [ + "6.9.8" ], - "source-map-support": [ - "0.5.21" + "@types/serve-static": [ + "1.15.3" ], - "throat": [ - "6.0.2" + "@types/http-errors": [ + "2.0.2" ], - "buffer-from": [ - "1.1.2" + "@types/mime": [ + "1.3.3", + "3.0.2" ], - "source-map": [ - "0.7.4", - "0.6.1" + "@types/node": [ + "18.11.9" ], - "merge-stream": [ - "2.0.0" + "@types/range-parser": [ + "1.2.5" ], - "@jest/fake-timers": [ - "27.5.1" + "@types/send": [ + "0.17.2" ], - "@jest/globals": [ - "27.5.1" + "@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" ], - "@jest/source-map": [ - "27.5.1" + "@babel/core": [ + "7.23.5" ], - "cjs-module-lexer": [ - "1.2.3" + "@ampproject/remapping": [ + "2.2.1" ], - "collect-v8-coverage": [ - "1.0.2" + "@babel/code-frame": [ + "7.23.5" ], - "execa": [ - "5.1.1" + "@babel/generator": [ + "7.23.5" ], - "jest-mock": [ - "27.5.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "jest-snapshot": [ - "27.5.1" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "strip-bom": [ - "3.0.0", - "4.0.0" + "@babel/helpers": [ + "7.23.5" ], - "@babel/generator": [ - "7.23.0" + "@babel/parser": [ + "7.23.5" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/template": [ + "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@types/prettier": [ - "2.7.3" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "expect": [ - "27.5.1" - ], - "jest-diff": [ - "27.5.1" - ], - "jest-matcher-utils": [ - "27.5.1" - ], - "natural-compare": [ - "1.4.0" - ], - "diff-sequences": [ - "27.5.1" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" + "7.23.5" ], - "@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" + "convert-source-map": [ + "2.0.0" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "debug": [ + "4.3.4" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "gensync": [ + "1.0.0-beta.2" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "json5": [ + "2.2.3" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "semver": [ + "6.3.1" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "ms": [ + "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" + ], + "@babel/helper-validator-identifier": [ + "7.22.20" ], "to-fast-properties": [ "2.0.0" @@ -59923,16 +57784,48 @@ "@babel/helper-split-export-declaration": [ "7.22.6" ], - "@babel/parser": [ - "7.23.0" - ], "globals": [ - "13.22.0", "11.12.0" ], - "@babel/template": [ + "@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" ], @@ -59940,7 +57833,6 @@ "0.3.19" ], "jsesc": [ - "0.5.0", "2.5.2" ], "@jridgewell/resolve-uri": [ @@ -59952,1264 +57844,1432 @@ "@jridgewell/set-array": [ "1.1.2" ], - "cross-spawn": [ - "7.0.3" - ], - "get-stream": [ - "6.0.1" - ], - "human-signals": [ - "2.1.0" - ], - "is-stream": [ - "2.0.1" - ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" + "@babel/highlight": [ + "7.23.4" ], - "path-key": [ - "3.1.1" + "chalk": [ + "2.4.2" ], - "shebang-command": [ - "2.0.0" + "ansi-styles": [ + "3.2.1" ], - "which": [ - "2.0.2" + "escape-string-regexp": [ + "1.0.5" ], - "isexe": [ - "2.0.0" + "supports-color": [ + "5.5.0" ], - "shebang-regex": [ + "has-flag": [ "3.0.0" ], - "callsites": [ - "3.1.0" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "@sinonjs/commons": [ - "1.8.6" + "color-convert": [ + "1.9.3" ], - "type-detect": [ - "4.0.8" + "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" - ], - "stack-utils": [ - "2.0.6" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-serializer": [ - "27.5.1" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ + ] + }, + "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" ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "detect-newline": [ - "3.1.0" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "convert-source-map": [ - "2.0.0", - "1.9.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "pirates": [ - "4.0.6" - ], - "write-file-atomic": [ - "3.0.3" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-typedarray": [ - "1.0.0" - ], - "typedarray-to-buffer": [ - "3.1.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" + "get-intrinsic": [ + "1.2.1" ], - "find-up": [ - "5.0.0", - "4.1.0" + "has": [ + "1.0.3" ], - "get-package-type": [ - "0.1.0" + "side-channel": [ + "1.0.4" ], - "js-yaml": [ - "4.1.0", - "3.14.1" + "call-bind": [ + "1.0.2" ], - "resolve-from": [ - "4.0.0", - "5.0.0" + "object-inspect": [ + "1.12.3" ], - "argparse": [ - "2.0.1", - "1.0.10" + "function-bind": [ + "1.1.1" ], - "esprima": [ - "4.0.1" + "has-proto": [ + "1.0.1" ], - "sprintf-js": [ + "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" ], - "locate-path": [ - "6.0.0", - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "5.0.0", - "4.1.0" + "no-case": [ + "3.0.4" ], - "p-limit": [ - "3.1.0", - "2.3.0" + "tslib": [ + "2.6.2" ], - "p-try": [ - "2.2.0" + "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" ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" + "call-bind": [ + "1.0.2" ], - "resolve.exports": [ + "function-bind": [ "1.1.1" ], - "co": [ - "4.6.0" - ], - "is-generator-fn": [ - "2.1.0" - ], - "jest-each": [ - "27.5.1" + "get-intrinsic": [ + "1.2.1" ], - "jsdom": [ - "16.7.0" + "has": [ + "1.0.3" ], - "abab": [ - "2.0.6" + "has-proto": [ + "1.0.1" ], - "acorn": [ - "7.4.1", - "8.10.0" - ], - "acorn-globals": [ - "6.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__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" ], - "cssom": [ - "0.3.8", - "0.4.4" + "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" ], - "cssstyle": [ - "2.3.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" ], - "data-urls": [ - "2.0.0" + "@babel/types": [ + "7.23.5" ], - "decimal.js": [ - "10.4.3" + "@babel/helper-string-parser": [ + "7.23.4" ], - "domexception": [ - "2.0.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "escodegen": [ - "2.1.0" + "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" ], - "form-data": [ - "3.0.1" + "ajv": [ + "6.12.6" ], - "html-encoding-sniffer": [ - "2.0.1" + "debug": [ + "4.3.4" ], - "http-proxy-agent": [ - "4.0.1" + "espree": [ + "9.6.1" ], - "https-proxy-agent": [ - "5.0.1" + "globals": [ + "13.22.0" ], - "is-potential-custom-element-name": [ - "1.0.1" + "ignore": [ + "5.2.4" ], - "nwsapi": [ - "2.2.7" + "import-fresh": [ + "3.3.0" ], - "parse5": [ - "6.0.1" + "js-yaml": [ + "4.1.0" ], - "saxes": [ - "5.0.1" + "minimatch": [ + "3.1.2" ], - "symbol-tree": [ - "3.2.4" + "strip-json-comments": [ + "3.1.1" ], - "tough-cookie": [ - "4.1.3" + "brace-expansion": [ + "1.1.11" ], - "w3c-hr-time": [ + "balanced-match": [ "1.0.2" ], - "w3c-xmlserializer": [ - "2.0.0" - ], - "webidl-conversions": [ - "5.0.0", - "6.1.0" - ], - "whatwg-encoding": [ - "1.0.5" + "concat-map": [ + "0.0.1" ], - "whatwg-mimetype": [ - "2.3.0" + "argparse": [ + "2.0.1" ], - "whatwg-url": [ - "8.7.0" + "parent-module": [ + "1.0.1" ], - "ws": [ - "7.5.9" + "resolve-from": [ + "4.0.0" ], - "xml-name-validator": [ - "3.0.0" + "callsites": [ + "3.1.0" ], - "lodash": [ - "4.17.21" + "type-fest": [ + "0.20.2" ], - "tr46": [ - "2.1.0" + "acorn": [ + "8.10.0" ], - "punycode": [ - "2.3.0" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "iconv-lite": [ - "0.4.24" + "eslint-visitor-keys": [ + "3.4.3" ], - "safer-buffer": [ + "ms": [ "2.1.2" ], - "browser-process-hrtime": [ - "1.0.0" - ], - "psl": [ - "1.9.0" - ], - "universalify": [ - "0.2.0" - ], - "url-parse": [ - "1.5.10" - ], - "querystringify": [ - "2.2.0" - ], - "requires-port": [ - "1.0.0" - ], - "xmlchars": [ - "2.2.0" - ], - "agent-base": [ - "6.0.2" - ], - "@tootallnate/once": [ - "1.1.2" - ], - "asynckit": [ - "0.4.0" + "fast-deep-equal": [ + "3.1.3" ], - "combined-stream": [ - "1.0.8" + "fast-json-stable-stringify": [ + "2.1.0" ], - "mime-types": [ - "2.1.35" + "json-schema-traverse": [ + "0.4.1" ], - "mime-db": [ - "1.52.0" + "uri-js": [ + "4.4.1" ], - "delayed-stream": [ - "1.0.0" + "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-walk": [ - "7.2.0" + "acorn": [ + "8.10.0" ], - "dedent": [ - "0.7.0" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "fs.realpath": [ - "1.0.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" ], - "inflight": [ - "1.0.6" + "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" ], - "inherits": [ - "2.0.4" + "jest-get-type": [ + "29.6.3" ], - "once": [ - "1.4.0" + "pretty-format": [ + "29.7.0" ], - "path-is-absolute": [ - "1.0.1" + "@jest/schemas": [ + "29.6.3" ], - "wrappy": [ - "1.0.2" + "ansi-styles": [ + "5.2.0" ], - "@types/babel__core": [ - "7.20.2" + "react-is": [ + "18.2.0" ], - "babel-preset-jest": [ - "27.5.1_at_babel_core_7.23.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-plugin-jest-hoist": [ - "27.5.1" + "@babel/core": [ + "7.23.5" ], - "@types/babel__generator": [ - "7.6.5" + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.5" ], - "@types/babel__template": [ - "7.4.2" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "@types/istanbul-reports": [ - "3.0.2" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@types/yargs": [ - "16.0.6" + "@babel/helper-function-name": [ + "7.23.0" ], - "@types/yargs-parser": [ - "21.0.1" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "pkg-dir": [ - "4.2.0" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.5" ], - "resolve-cwd": [ - "3.0.0" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "@jest/reporters": [ - "27.5.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "ansi-escapes": [ - "4.3.2" + "semver": [ + "6.3.1" ], - "jest-changed-files": [ - "27.5.1" + "@babel/types": [ + "7.23.5" ], - "jest-resolve-dependencies": [ - "27.5.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "jest-watcher": [ - "27.5.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "rimraf": [ - "3.0.2" + "to-fast-properties": [ + "2.0.0" ], - "string-length": [ - "4.0.2" + "@babel/template": [ + "7.22.15" ], - "char-regex": [ - "1.0.2" + "@babel/code-frame": [ + "7.23.5" ], - "type-fest": [ - "0.20.2", - "0.21.3" + "@babel/parser": [ + "7.23.5" ], - "@bcoe/v8-coverage": [ - "0.2.3" + "@babel/highlight": [ + "7.23.4" ], - "istanbul-lib-report": [ - "3.0.1" + "chalk": [ + "2.4.2" ], - "istanbul-lib-source-maps": [ - "4.0.1" + "ansi-styles": [ + "3.2.1" ], - "istanbul-reports": [ - "3.1.6" + "escape-string-regexp": [ + "1.0.5" ], - "terminal-link": [ - "2.1.1" + "supports-color": [ + "5.5.0" ], - "v8-to-istanbul": [ - "8.1.1" + "has-flag": [ + "3.0.0" ], - "supports-hyperlinks": [ - "2.3.0" + "color-convert": [ + "1.9.3" ], - "html-escaper": [ - "2.0.2" + "color-name": [ + "1.1.3" ], - "make-dir": [ + "js-tokens": [ "4.0.0" ], - "array.prototype.findlastindex": [ - "1.2.3" + "@ampproject/remapping": [ + "2.2.1" ], - "eslint-import-resolver-node": [ - "0.3.9" + "@babel/generator": [ + "7.23.5" ], - "eslint-module-utils": [ - "2.8.0_-1048982895" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "object.groupby": [ - "1.0.1" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "tsconfig-paths": [ - "3.14.2" + "@babel/helpers": [ + "7.23.5" ], - "@types/json5": [ - "0.0.29" + "@babel/traverse": [ + "7.23.5" ], - "json5": [ - "2.2.3", - "1.0.2" + "convert-source-map": [ + "2.0.0" ], - "minimist": [ - "1.2.8" + "debug": [ + "4.3.4" ], - "@babel/plugin-syntax-flow": [ - "7.22.5_at_babel_core_7.23.0" + "gensync": [ + "1.0.0-beta.2" ], - "@babel/plugin-transform-react-jsx": [ - "7.22.15_at_babel_core_7.23.0" + "json5": [ + "2.2.3" ], - "string-natural-compare": [ - "3.0.1" + "ms": [ + "2.1.2" ], - "@babel/helper-annotate-as-pure": [ + "@babel/helper-hoist-variables": [ "7.22.5" ], + "globals": [ + "11.12.0" + ], "@babel/helper-module-imports": [ "7.22.15" ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@eslint-community/regexpp": [ - "4.10.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "@eslint/eslintrc": [ - "2.1.4" + "@babel/compat-data": [ + "7.23.5" ], - "@eslint/js": [ - "8.55.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@humanwhocodes/config-array": [ - "0.11.13" + "browserslist": [ + "4.22.2" ], - "@humanwhocodes/module-importer": [ - "1.0.1" + "lru-cache": [ + "5.1.1" ], - "@ungap/structured-clone": [ - "1.2.0" + "yallist": [ + "3.1.1" ], - "ajv": [ - "6.12.6" + "caniuse-lite": [ + "1.0.30001566" ], - "espree": [ - "9.6.1" + "electron-to-chromium": [ + "1.4.608" ], - "esquery": [ - "1.5.0" + "node-releases": [ + "2.0.14" ], - "fast-deep-equal": [ - "3.1.3" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "file-entry-cache": [ - "6.0.1" + "escalade": [ + "3.1.1" ], - "graphemer": [ - "1.4.0" + "picocolors": [ + "1.0.0" ], - "is-path-inside": [ - "3.0.3" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "levn": [ - "0.4.1" + "jsesc": [ + "2.5.2" ], - "lodash.merge": [ - "4.6.2" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "optionator": [ - "0.9.3" - ], - "text-table": [ - "0.2.0" - ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "deep-is": [ - "0.1.4" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "prelude-ls": [ - "1.2.1" - ], - "type-check": [ - "0.4.0" - ], - "yocto-queue": [ - "0.1.0" - ], - "flat-cache": [ - "3.1.0" - ], - "flatted": [ - "3.2.9" - ], - "keyv": [ - "4.5.3" - ], - "json-buffer": [ - "3.0.1" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "parent-module": [ - "1.0.1" - ], - "@babel/plugin-proposal-class-properties": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-decorators": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-nullish-coalescing-operator": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-numeric-separator": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-optional-chaining": [ - "7.21.0_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-private-methods": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0", - "7.21.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-flow-strip-types": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-react-display-name": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-runtime": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/preset-env": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/preset-react": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/preset-typescript": [ - "7.23.0_at_babel_core_7.23.0" - ], - "babel-plugin-macros": [ - "3.1.0" - ], - "babel-plugin-transform-react-remove-prop-types": [ - "0.4.24" - ], - "cosmiconfig": [ - "7.1.0" - ], - "@types/parse-json": [ - "4.0.0" - ], - "yaml": [ - "1.10.2" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-typescript": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" - ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-react-pure-annotations": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-assertions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-attributes": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-arrow-functions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-async-generator-functions": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-async-to-generator": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-block-scoped-functions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-block-scoping": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-class-properties": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-class-static-block": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-classes": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-computed-properties": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-destructuring": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-dotall-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-duplicate-keys": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-dynamic-import": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-exponentiation-operator": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-export-namespace-from": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-for-of": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-function-name": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-json-strings": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-literals": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-logical-assignment-operators": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-member-expression-literals": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-modules-amd": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-modules-systemjs": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-modules-umd": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-new-target": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-numeric-separator": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-object-rest-spread": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-object-super": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-optional-catch-binding": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-parameters": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-private-methods": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-private-property-in-object": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-property-literals": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-regenerator": [ - "7.22.10_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-reserved-words": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-shorthand-properties": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-spread": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-sticky-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-template-literals": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-typeof-symbol": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-unicode-escapes": [ - "7.22.10_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-unicode-property-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-unicode-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-unicode-sets-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.0" - ], - "babel-plugin-polyfill-corejs2": [ - "0.4.5_at_babel_core_7.23.0" - ], - "babel-plugin-polyfill-corejs3": [ - "0.8.4_at_babel_core_7.23.0" - ], - "babel-plugin-polyfill-regenerator": [ - "0.5.2_at_babel_core_7.23.0" - ], - "core-js-compat": [ - "3.33.0" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "picocolors": [ - "1.0.0" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" - ], - "lodash.debounce": [ - "4.0.8" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "regexpu-core": [ - "5.3.2" - ], - "@babel/regjsgen": [ - "0.8.0" - ], - "regenerate": [ - "1.4.2" - ], - "regenerate-unicode-properties": [ - "10.1.1" - ], - "regjsparser": [ - "0.9.1" - ], - "unicode-match-property-ecmascript": [ - "2.0.0" - ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" - ], - "unicode-canonical-property-names-ecmascript": [ - "2.0.0" - ], - "unicode-property-aliases-ecmascript": [ - "2.1.0" - ], - "regenerator-transform": [ - "0.15.2" - ], - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" - ], - "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-wrap-function": [ - "7.22.20" - ], - "@babel/plugin-syntax-decorators": [ - "7.22.10_at_babel_core_7.23.0" - ], - "@typescript-eslint/type-utils": [ - "5.44.0_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/helpers": [ - "7.23.1" - ], - "gensync": [ - "1.0.0-beta.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_volar_typescript__1.0.9__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_typescript__1.0.9__links", - "package": "@volar/typescript", - "version": "1.0.9", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@volar/language-core": "1.0.9" - }, - "transitive_closure": { - "@volar/typescript": [ - "1.0.9" - ], - "@volar/language-core": [ - "1.0.9" - ], - "@volar/source-map": [ - "1.0.9" - ], - "@vue/reactivity": [ - "3.3.4" - ], - "muggle-string": [ - "0.1.0" - ], - "@vue/shared": [ - "3.3.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__chalk__4.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__chalk__4.1.2", - "package": "chalk", - "version": "4.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-dotall-regex__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-dotall-regex__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-dotall-regex", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-dotall-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "regexpu-core": [ - "5.3.2" - ], - "semver": [ - "6.3.1" - ], - "@babel/regjsgen": [ - "0.8.0" - ], - "regenerate": [ - "1.4.2" - ], - "regenerate-unicode-properties": [ - "10.1.1" - ], - "regjsparser": [ - "0.9.1" - ], - "unicode-match-property-ecmascript": [ - "2.0.0" - ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" - ], - "unicode-canonical-property-names-ecmascript": [ - "2.0.0" - ], - "unicode-property-aliases-ecmascript": [ - "2.1.0" - ], - "jsesc": [ - "2.5.2", - "0.5.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], "@jridgewell/set-array": [ "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" ] }, "lifecycle_build_target": false, @@ -61219,51 +59279,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_express-serve-static-core__4.17.37": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_express-serve-static-core__4.17.37", - "package": "@types/express-serve-static-core", - "version": "4.17.37", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZohaCYTgGFcOP7u6aJOhY9uIZQgZ2vxC2yWoArY+FeDXlqeH66ZVBjgvg+RLVAS/DWNq4Ap9ZXu1+SUQiiWYMg==", - "url": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.37.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__array.prototype.tosorted__1.1.2__links": { + "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__array.prototype.tosorted__1.1.2__links", - "package": "array.prototype.tosorted", - "version": "1.1.2", - "dev": false, + "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", - "es-shim-unscopables": "1.0.0", - "get-intrinsic": "1.2.1" + "functions-have-names": "1.2.3" }, "transitive_closure": { - "array.prototype.tosorted": [ - "1.1.2" + "function.prototype.name": [ + "1.1.6" ], "call-bind": [ "1.0.2" @@ -61274,23 +59308,8 @@ "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" + "functions-have-names": [ + "1.2.3" ], "array-buffer-byte-length": [ "1.0.0" @@ -61307,8 +59326,8 @@ "es-to-primitive": [ "1.2.1" ], - "function.prototype.name": [ - "1.1.6" + "get-intrinsic": [ + "1.2.1" ], "get-symbol-description": [ "1.0.0" @@ -61319,9 +59338,18 @@ "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" ], @@ -61427,12 +59455,12 @@ "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" ] @@ -61444,390 +59472,902 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webpack-dev-middleware__5.3.3__webpack_5.89.0__links": { + "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__webpack-dev-middleware__5.3.3__webpack_5.89.0__links", - "package": "webpack-dev-middleware", - "version": "5.3.3_webpack_5.89.0", + "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": { - "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" + "is-buffer": "1.1.6" }, "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" + "kind-of": [ + "3.2.2" ], - "webpack-cli": [ - "5.1.4_34022717" + "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" ], - "webpack-sources": [ - "3.2.3" + "asynckit": [ + "0.4.0" ], - "@discoveryjs/json-ext": [ - "0.5.7" + "combined-stream": [ + "1.0.8" ], - "@webpack-cli/configtest": [ - "2.1.1_-360275163" + "mime-types": [ + "2.1.35" ], - "@webpack-cli/info": [ - "2.0.2_-360275163" + "mime-db": [ + "1.52.0" ], - "@webpack-cli/serve": [ - "2.0.5_-1521883062" + "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" ], - "commander": [ - "2.20.3", - "10.0.1" + "dom-serializer": [ + "1.4.1" ], - "cross-spawn": [ - "7.0.3" + "domelementtype": [ + "2.3.0" ], - "envinfo": [ - "7.11.0" + "domhandler": [ + "4.3.1" ], - "fastest-levenshtein": [ - "1.0.16" + "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" ], - "import-local": [ - "3.1.0" + "@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" ], - "interpret": [ - "3.1.1" + "accepts": [ + "1.3.8" ], - "rechoir": [ - "0.8.0" + "bytes": [ + "3.0.0" ], - "webpack-dev-server": [ - "4.15.1_-360275163" + "compressible": [ + "2.0.18" ], - "webpack-merge": [ - "5.10.0" + "debug": [ + "2.6.9" ], - "clone-deep": [ - "4.0.1" + "on-headers": [ + "1.0.2" ], - "flat": [ - "5.0.2" + "safe-buffer": [ + "5.1.2" ], - "wildcard": [ - "2.0.1" + "vary": [ + "1.1.2" ], - "is-plain-object": [ - "2.0.4" + "ms": [ + "2.0.0" ], - "kind-of": [ - "6.0.3" + "mime-db": [ + "1.52.0" ], - "shallow-clone": [ - "3.0.1" + "mime-types": [ + "2.1.35" ], - "isobject": [ + "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" ], - "@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" + "@babel/core": [ + "7.23.5" ], - "@types/sockjs": [ - "0.3.34" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@types/ws": [ - "8.5.6" + "@ampproject/remapping": [ + "2.2.1" ], - "ansi-html-community": [ - "0.0.8" + "@babel/code-frame": [ + "7.23.5" ], - "bonjour-service": [ - "1.1.1" + "@babel/generator": [ + "7.23.5" ], - "chokidar": [ - "3.5.3" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "compression": [ - "1.7.4" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "connect-history-api-fallback": [ - "2.0.0" + "@babel/helpers": [ + "7.23.5" ], - "default-gateway": [ - "6.0.3" + "@babel/parser": [ + "7.23.5" ], - "express": [ - "4.18.2" + "@babel/template": [ + "7.22.15" ], - "html-entities": [ - "2.4.0" + "@babel/traverse": [ + "7.23.5" ], - "http-proxy-middleware": [ - "2.0.6_at_types_express_4.17.18" + "@babel/types": [ + "7.23.5" ], - "ipaddr.js": [ - "1.9.1", - "2.1.0" + "convert-source-map": [ + "2.0.0" ], - "launch-editor": [ - "2.6.0" + "debug": [ + "4.3.4" ], - "open": [ - "8.4.2" + "gensync": [ + "1.0.0-beta.2" ], - "p-retry": [ - "4.6.2" + "json5": [ + "2.2.3" ], - "rimraf": [ - "3.0.2" + "semver": [ + "6.3.1" ], - "selfsigned": [ - "2.1.1" + "ms": [ + "2.1.2" ], - "serve-index": [ - "1.9.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "sockjs": [ - "0.3.24" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "spdy": [ - "4.0.2" + "to-fast-properties": [ + "2.0.0" ], - "ws": [ - "8.14.2" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "debug": [ - "2.6.9", - "4.3.4" + "@babel/helper-function-name": [ + "7.23.0" ], - "handle-thing": [ - "2.0.1" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "http-deceiver": [ - "1.2.7" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "select-hose": [ - "2.0.0" + "globals": [ + "11.12.0" ], - "spdy-transport": [ - "3.0.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "detect-node": [ - "2.1.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "hpack.js": [ - "2.1.6" + "@babel/compat-data": [ + "7.23.5" ], - "obuf": [ - "1.1.2" + "@babel/helper-validator-option": [ + "7.23.5" ], - "readable-stream": [ - "2.3.8", - "3.6.2" + "browserslist": [ + "4.22.2" ], - "wbuf": [ - "1.7.3" + "lru-cache": [ + "5.1.1" ], - "minimalistic-assert": [ - "1.0.1" + "yallist": [ + "3.1.1" ], - "inherits": [ - "2.0.3", - "2.0.4" + "caniuse-lite": [ + "1.0.30001566" ], - "string_decoder": [ - "1.1.1", - "1.3.0" + "electron-to-chromium": [ + "1.4.608" ], - "util-deprecate": [ - "1.0.2" + "node-releases": [ + "2.0.14" ], - "safe-buffer": [ - "5.1.2", - "5.2.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "core-util-is": [ - "1.0.3" + "escalade": [ + "3.1.1" ], - "isarray": [ + "picocolors": [ "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" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "http-parser-js": [ - "0.5.8" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "websocket-extensions": [ - "0.1.4" + "jsesc": [ + "2.5.2" ], - "accepts": [ - "1.3.8" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "batch": [ - "0.6.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "escape-html": [ - "1.0.3" + "@jridgewell/set-array": [ + "1.1.2" ], - "http-errors": [ - "2.0.0", - "1.6.3" + "@babel/highlight": [ + "7.23.4" ], - "parseurl": [ - "1.3.3" + "chalk": [ + "2.4.2" ], - "depd": [ - "2.0.0", - "1.1.2" + "ansi-styles": [ + "3.2.1" ], - "setprototypeof": [ - "1.2.0", - "1.1.0" + "escape-string-regexp": [ + "1.0.5" ], - "statuses": [ - "2.0.1", - "1.5.0" + "supports-color": [ + "5.5.0" ], - "negotiator": [ - "0.6.3" + "has-flag": [ + "3.0.0" ], - "node-forge": [ - "1.3.1" + "color-convert": [ + "1.9.3" ], - "glob": [ - "7.2.3" + "color-name": [ + "1.1.3" ], - "fs.realpath": [ - "1.0.0" + "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" ], - "inflight": [ - "1.0.6" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "minimatch": [ - "3.1.2" + "fastq": [ + "1.15.0" ], - "once": [ - "1.4.0" + "reusify": [ + "1.0.4" ], - "path-is-absolute": [ - "1.0.1" + "@nodelib/fs.stat": [ + "2.0.5" ], - "wrappy": [ - "1.0.2" + "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" ], @@ -61836,533 +60376,343 @@ ], "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" ], - "@types/retry": [ - "0.12.0" + "@babel/core": [ + "7.23.5" ], - "retry": [ - "0.13.1" + "@svgr/babel-preset": [ + "8.1.0_at_babel_core_7.23.5" ], - "define-lazy-prop": [ - "2.0.0" + "@svgr/core": [ + "8.1.0_typescript_4.9.3" ], - "is-docker": [ - "2.2.1" + "@svgr/hast-util-to-babel-ast": [ + "8.0.0" ], - "is-wsl": [ - "2.2.0" + "svg-parser": [ + "2.0.4" ], - "picocolors": [ - "1.0.0" + "@babel/types": [ + "7.23.5" ], - "shell-quote": [ - "1.8.1" + "entities": [ + "4.5.0" ], - "@types/http-proxy": [ - "1.17.12" + "@babel/helper-string-parser": [ + "7.23.4" ], - "http-proxy": [ - "1.18.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "is-glob": [ - "4.0.3" + "to-fast-properties": [ + "2.0.0" ], - "is-plain-obj": [ - "3.0.0" + "camelcase": [ + "6.3.0" ], - "micromatch": [ - "4.0.5" + "cosmiconfig": [ + "8.3.6_typescript_4.9.3" ], - "braces": [ - "3.0.2" + "snake-case": [ + "3.0.4" ], - "picomatch": [ - "2.3.1" + "dot-case": [ + "3.0.4" ], - "fill-range": [ - "7.0.1" + "tslib": [ + "2.6.2" ], - "to-regex-range": [ - "5.0.1" + "no-case": [ + "3.0.4" ], - "is-number": [ - "7.0.0" + "lower-case": [ + "2.0.2" ], - "is-extglob": [ - "2.1.1" + "import-fresh": [ + "3.3.0" ], - "eventemitter3": [ - "4.0.7" + "js-yaml": [ + "4.1.0" ], - "follow-redirects": [ - "1.15.3" + "parse-json": [ + "5.2.0" ], - "requires-port": [ - "1.0.0" + "path-type": [ + "4.0.0" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "typescript": [ + "4.9.3" ], - "array-flatten": [ - "2.1.2", - "1.1.1" + "@babel/code-frame": [ + "7.23.5" ], - "body-parser": [ - "1.20.1" + "error-ex": [ + "1.3.2" ], - "content-disposition": [ - "0.5.4" + "json-parse-even-better-errors": [ + "2.3.1" ], - "content-type": [ - "1.0.5" + "lines-and-columns": [ + "1.2.4" ], - "cookie": [ - "0.5.0" + "is-arrayish": [ + "0.2.1" ], - "cookie-signature": [ - "1.0.6" + "@babel/highlight": [ + "7.23.4" ], - "encodeurl": [ - "1.0.2" + "chalk": [ + "2.4.2" ], - "etag": [ - "1.8.1" + "ansi-styles": [ + "3.2.1" ], - "finalhandler": [ - "1.2.0" + "escape-string-regexp": [ + "1.0.5" ], - "fresh": [ - "0.5.2" + "supports-color": [ + "5.5.0" ], - "merge-descriptors": [ - "1.0.1" + "has-flag": [ + "3.0.0" ], - "methods": [ - "1.1.2" + "color-convert": [ + "1.9.3" ], - "on-finished": [ - "2.4.1" + "color-name": [ + "1.1.3" ], - "path-to-regexp": [ - "0.1.7" + "js-tokens": [ + "4.0.0" ], - "proxy-addr": [ - "2.0.7" + "argparse": [ + "2.0.1" ], - "qs": [ - "6.11.0" + "parent-module": [ + "1.0.1" ], - "send": [ - "0.18.0" + "resolve-from": [ + "4.0.0" ], - "serve-static": [ - "1.15.0" + "callsites": [ + "3.1.0" ], - "type-is": [ - "1.6.18" + "@svgr/babel-plugin-add-jsx-attribute": [ + "8.0.0_at_babel_core_7.23.5" ], - "utils-merge": [ - "1.0.1" + "@svgr/babel-plugin-remove-jsx-attribute": [ + "8.0.0_at_babel_core_7.23.5" ], - "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" + "@svgr/babel-plugin-remove-jsx-empty-expression": [ + "8.0.0_at_babel_core_7.23.5" ], - "path-parse": [ - "1.0.7" + "@svgr/babel-plugin-replace-jsx-attribute-value": [ + "8.0.0_at_babel_core_7.23.5" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "@svgr/babel-plugin-svg-dynamic-title": [ + "8.0.0_at_babel_core_7.23.5" ], - "pkg-dir": [ - "4.2.0" + "@svgr/babel-plugin-svg-em-dimensions": [ + "8.0.0_at_babel_core_7.23.5" ], - "resolve-cwd": [ - "3.0.0" + "@svgr/babel-plugin-transform-react-native-svg": [ + "8.1.0_at_babel_core_7.23.5" ], - "resolve-from": [ - "5.0.0" + "@svgr/babel-plugin-transform-svg-component": [ + "8.0.0_at_babel_core_7.23.5" ], - "find-up": [ - "4.1.0" + "@ampproject/remapping": [ + "2.2.1" ], - "locate-path": [ - "5.0.0" + "@babel/generator": [ + "7.23.5" ], - "path-exists": [ - "4.0.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "p-locate": [ - "4.1.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "p-limit": [ - "2.3.0" + "@babel/helpers": [ + "7.23.5" ], - "p-try": [ - "2.2.0" + "@babel/parser": [ + "7.23.5" ], - "shebang-command": [ - "2.0.0" + "@babel/template": [ + "7.22.15" ], - "which": [ - "2.0.2" + "@babel/traverse": [ + "7.23.5" ], - "isexe": [ + "convert-source-map": [ "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" + "debug": [ + "4.3.4" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "gensync": [ + "1.0.0-beta.2" ], - "randombytes": [ - "2.1.0" + "json5": [ + "2.2.3" ], - "supports-color": [ - "8.1.1" + "semver": [ + "6.3.1" ], - "has-flag": [ - "4.0.0" + "ms": [ + "2.1.2" ], - "@swc/counter": [ - "0.1.2" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@swc/types": [ - "0.1.5" + "@babel/helper-function-name": [ + "7.23.0" ], - "@swc/core-darwin-arm64": [ - "1.3.100" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "@swc/core-darwin-x64": [ - "1.3.100" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "@swc/core-linux-arm64-gnu": [ - "1.3.100" + "globals": [ + "11.12.0" ], - "@swc/core-linux-arm64-musl": [ - "1.3.100" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@swc/core-linux-x64-gnu": [ - "1.3.100" + "@babel/helper-simple-access": [ + "7.22.5" ], - "@swc/core-linux-x64-musl": [ - "1.3.100" + "@babel/compat-data": [ + "7.23.5" ], - "@swc/core-win32-arm64-msvc": [ - "1.3.100" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@swc/core-win32-ia32-msvc": [ - "1.3.100" + "browserslist": [ + "4.22.2" ], - "@swc/core-win32-x64-msvc": [ - "1.3.100" + "lru-cache": [ + "5.1.1" ], - "@jridgewell/resolve-uri": [ + "yallist": [ "3.1.1" ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "8.12.0", - "6.12.6" - ], - "ajv-keywords": [ - "5.1.0_ajv_8.12.0", - "3.5.2_ajv_6.12.6" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "1.0.0", - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "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" + "picocolors": [ + "1.0.0" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@types/eslint": [ - "8.44.3" + "jsesc": [ + "2.5.2" ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "require-from-string": [ - "2.0.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "fs-monkey": [ - "1.0.5" + "@jridgewell/set-array": [ + "1.1.2" ] }, "lifecycle_build_target": false, @@ -62372,257 +60722,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_volar_typescript__1.0.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_typescript__1.0.9", - "package": "@volar/typescript", - "version": "1.0.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dVziu+ShQUWuMukM6bvK2v2O446/gG6l1XkTh2vfkccw1IzjfbiP1TWQoNo1ipTfZOtu5YJGYAx+o5HNrGXWfQ==", - "url": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.0.9.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__cssnano__5.1.15__postcss_8.4.31__links": { + "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__cssnano__5.1.15__postcss_8.4.31__links", - "package": "cssnano", - "version": "5.1.15_postcss_8.4.31", - "dev": false, + "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": { - "cssnano-preset-default": "5.2.14_postcss_8.4.31", - "lilconfig": "2.1.0", - "postcss": "8.4.31", - "yaml": "1.10.2" - }, + "deps": {}, "transitive_closure": { - "cssnano": [ - "5.1.15_postcss_8.4.31" - ], - "cssnano-preset-default": [ - "5.2.14_postcss_8.4.31" - ], - "lilconfig": [ - "2.1.0" - ], - "postcss": [ - "8.4.31" - ], - "yaml": [ - "1.10.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "css-declaration-sorter": [ - "6.4.1_postcss_8.4.31" - ], - "cssnano-utils": [ - "3.1.0_postcss_8.4.31" - ], - "postcss-calc": [ - "8.2.4_postcss_8.4.31" - ], - "postcss-colormin": [ - "5.3.1_postcss_8.4.31" - ], - "postcss-convert-values": [ - "5.1.3_postcss_8.4.31" - ], - "postcss-discard-comments": [ - "5.1.2_postcss_8.4.31" - ], - "postcss-discard-duplicates": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-discard-empty": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-discard-overridden": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-merge-longhand": [ - "5.1.7_postcss_8.4.31" - ], - "postcss-merge-rules": [ - "5.1.4_postcss_8.4.31" - ], - "postcss-minify-font-values": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-minify-gradients": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-minify-params": [ - "5.1.4_postcss_8.4.31" - ], - "postcss-minify-selectors": [ - "5.2.1_postcss_8.4.31" - ], - "postcss-normalize-charset": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-display-values": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-positions": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-normalize-repeat-style": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-normalize-string": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-timing-functions": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-unicode": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-normalize-url": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-whitespace": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-ordered-values": [ - "5.1.3_postcss_8.4.31" - ], - "postcss-reduce-initial": [ - "5.1.2_postcss_8.4.31" - ], - "postcss-reduce-transforms": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-svgo": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-unique-selectors": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "svgo": [ - "2.8.0" - ], - "@trysound/sax": [ - "0.2.0" - ], - "commander": [ - "7.2.0" - ], - "css-select": [ - "4.3.0" - ], - "css-tree": [ - "1.1.3" - ], - "csso": [ - "4.2.0" - ], - "stable": [ - "0.1.8" - ], - "mdn-data": [ - "2.0.14" - ], - "source-map": [ - "0.6.1" - ], - "boolbase": [ - "1.0.0" - ], - "css-what": [ - "6.1.0" - ], - "domhandler": [ - "4.3.1" - ], - "domutils": [ - "2.8.0" - ], - "nth-check": [ - "2.1.1" - ], - "dom-serializer": [ - "1.4.1" - ], - "domelementtype": [ - "2.3.0" - ], - "entities": [ - "2.2.0" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-api": [ - "3.0.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "lodash.memoize": [ - "4.1.2" - ], - "lodash.uniq": [ - "4.5.0" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "normalize-url": [ - "6.1.0" - ], - "colord": [ - "2.9.3" - ], - "stylehacks": [ - "5.1.1_postcss_8.4.31" + "http-parser-js": [ + "0.5.8" ] }, "lifecycle_build_target": false, @@ -62632,25 +60745,29 @@ "npm_translate_lock_repo": "npm" } }, - "npm__makeerror__1.0.12__links": { + "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__makeerror__1.0.12__links", - "package": "makeerror", - "version": "1.0.12", - "dev": false, + "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": { - "tmpl": "1.0.5" + "glob-to-regexp": "0.4.1", + "graceful-fs": "4.2.11" }, "transitive_closure": { - "makeerror": [ - "1.0.12" + "watchpack": [ + "2.4.0" ], - "tmpl": [ - "1.0.5" + "glob-to-regexp": [ + "0.4.1" + ], + "graceful-fs": [ + "4.2.11" ] }, "lifecycle_build_target": false, @@ -62660,218 +60777,134 @@ "npm_translate_lock_repo": "npm" } }, - "npm__html-webpack-plugin__5.5.3__webpack_5.88.2__links": { + "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__html-webpack-plugin__5.5.3__webpack_5.88.2__links", - "package": "html-webpack-plugin", - "version": "5.5.3_webpack_5.88.2", - "dev": false, + "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": { - "@types/html-minifier-terser": "6.1.0", - "html-minifier-terser": "6.1.0", - "lodash": "4.17.21", - "pretty-error": "4.0.0", - "tapable": "2.2.1", - "webpack": "5.88.2" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "html-webpack-plugin": [ - "5.5.3_webpack_5.88.2" - ], - "@types/html-minifier-terser": [ - "6.1.0" - ], - "html-minifier-terser": [ - "6.1.0" + "@babel/plugin-transform-unicode-escapes": [ + "7.23.3_at_babel_core_7.23.5" ], - "lodash": [ - "4.17.21" + "@babel/core": [ + "7.23.5" ], - "pretty-error": [ - "4.0.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "tapable": [ + "@ampproject/remapping": [ "2.2.1" ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "schema-utils": [ - "3.3.0" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" + "@babel/code-frame": [ + "7.23.5" ], - "webpack-sources": [ - "3.2.3" + "@babel/generator": [ + "7.23.5" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "jest-worker": [ - "27.5.1" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "serialize-javascript": [ - "6.0.1" + "@babel/helpers": [ + "7.23.5" ], - "terser": [ - "5.20.0" + "@babel/parser": [ + "7.23.5" ], - "@jridgewell/source-map": [ - "0.3.5" + "@babel/template": [ + "7.22.15" ], - "commander": [ - "8.3.0", - "2.20.3" + "@babel/traverse": [ + "7.23.5" ], - "source-map-support": [ - "0.5.21" + "@babel/types": [ + "7.23.5" ], - "buffer-from": [ - "1.1.2" + "convert-source-map": [ + "2.0.0" ], - "source-map": [ - "0.6.1" + "debug": [ + "4.3.4" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "gensync": [ + "1.0.0-beta.2" ], - "@jridgewell/set-array": [ - "1.1.2" + "json5": [ + "2.2.3" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "semver": [ + "6.3.1" ], - "randombytes": [ - "2.1.0" + "ms": [ + "2.1.2" ], - "safe-buffer": [ - "5.2.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@types/node": [ - "20.8.2" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "merge-stream": [ + "to-fast-properties": [ "2.0.0" ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@types/json-schema": [ - "7.0.13" + "@babel/helper-function-name": [ + "7.23.0" ], - "ajv": [ - "6.12.6" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "fast-deep-equal": [ - "3.1.3" + "globals": [ + "11.12.0" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "json-schema-traverse": [ - "0.4.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "uri-js": [ - "4.4.1" + "@babel/compat-data": [ + "7.23.5" ], - "punycode": [ - "2.3.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "mime-db": [ - "1.52.0" + "browserslist": [ + "4.22.2" ], - "esrecurse": [ - "4.3.0" + "lru-cache": [ + "5.1.1" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "yallist": [ + "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -62879,125 +60912,50 @@ "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" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@xtuc/long": [ - "4.2.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@xtuc/ieee754": [ - "1.2.0" + "jsesc": [ + "2.5.2" ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" + "@jridgewell/set-array": [ + "1.1.2" ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" + "@babel/highlight": [ + "7.23.4" ], - "@webassemblyjs/wast-printer": [ - "1.11.6" + "chalk": [ + "2.4.2" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "ansi-styles": [ + "3.2.1" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "escape-string-regexp": [ + "1.0.5" ], - "@types/eslint": [ - "8.44.3" + "supports-color": [ + "5.5.0" ], - "renderkid": [ + "has-flag": [ "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" + "color-convert": [ + "1.9.3" ], - "lower-case": [ - "2.0.2" + "color-name": [ + "1.1.3" ], - "pascal-case": [ - "3.1.2" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -63007,18 +60965,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_apideck_better-ajv-errors__0.3.6__ajv_8.12.0": { + "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__at_apideck_better-ajv-errors__0.3.6__ajv_8.12.0", - "package": "@apideck/better-ajv-errors", - "version": "0.3.6_ajv_8.12.0", + "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-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==", - "url": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "url": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -63032,18 +60990,18 @@ "generate_bzl_library_targets": false } }, - "npm__fraction.js__4.3.6": { + "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__fraction.js__4.3.6", - "package": "fraction.js", - "version": "4.3.6", + "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-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==", - "url": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.6.tgz", + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", + "url": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -63057,77 +61015,43 @@ "generate_bzl_library_targets": false } }, - "npm__supports-hyperlinks__2.3.0": { + "npm__at_bcoe_v8-coverage__0.2.3__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__supports-hyperlinks__2.3.0", - "package": "supports-hyperlinks", - "version": "2.3.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", - "url": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__postcss-modules-local-by-default__4.0.3__postcss_8.4.31__links": { + "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__postcss-modules-local-by-default__4.0.3__postcss_8.4.31__links", - "package": "postcss-modules-local-by-default", - "version": "4.0.3_postcss_8.4.31", - "dev": false, + "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": { - "icss-utils": "5.1.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13", - "postcss-value-parser": "4.2.0" - }, + "deps": {}, "transitive_closure": { - "postcss-modules-local-by-default": [ - "4.0.3_postcss_8.4.31" - ], - "icss-utils": [ - "5.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "ufo": [ + "1.3.2" ] }, "lifecycle_build_target": false, @@ -63137,19 +61061,23 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_test-sequencer__29.7.0": { + "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_jest_test-sequencer__29.7.0", - "package": "@jest/test-sequencer", - "version": "29.7.0", + "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": {}, - "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", - "url": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", - "commit": "", + "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": "", @@ -63162,20 +61090,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_svgr_babel-plugin-transform-react-native-svg__5.4.0__links": { + "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__at_svgr_babel-plugin-transform-react-native-svg__5.4.0__links", - "package": "@svgr/babel-plugin-transform-react-native-svg", - "version": "5.4.0", - "dev": false, + "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": { - "@svgr/babel-plugin-transform-react-native-svg": [ - "5.4.0" + "negotiator": [ + "0.6.3" ] }, "lifecycle_build_target": false, @@ -63185,25 +61113,28 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_sinonjs_commons__3.0.0__links": { + "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__at_sinonjs_commons__3.0.0__links", - "package": "@sinonjs/commons", - "version": "3.0.0", + "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": { - "type-detect": "4.0.8" + "p-limit": "3.1.0" }, "transitive_closure": { - "@sinonjs/commons": [ - "3.0.0" + "p-locate": [ + "5.0.0" ], - "type-detect": [ - "4.0.8" + "p-limit": [ + "3.1.0" + ], + "yocto-queue": [ + "0.1.0" ] }, "lifecycle_build_target": false, @@ -63213,18 +61144,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-react-display-name__7.22.5__at_babel_core_7.23.0": { + "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_babel_plugin-transform-react-display-name__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-react-display-name", - "version": "7.22.5_at_babel_core_7.23.0", + "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-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "url": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -63238,189 +61194,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-optional-catch-binding__7.22.11__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-optional-catch-binding__7.22.11__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-optional-catch-binding", - "version": "7.22.11_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.23.0" - }, + "deps": {}, "transitive_closure": { - "@babel/plugin-transform-optional-catch-binding": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" + "estraverse": [ + "4.3.0" ] }, "lifecycle_build_target": false, @@ -63430,18 +61217,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__reflect.getprototypeof__1.0.4": { + "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__reflect.getprototypeof__1.0.4", - "package": "reflect.getprototypeof", - "version": "1.0.4", + "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-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==", - "url": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz", + "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": [], @@ -63455,18 +61242,276 @@ "generate_bzl_library_targets": false } }, - "npm__regenerate__1.4.2": { + "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__regenerate__1.4.2", - "package": "regenerate", - "version": "1.4.2", + "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-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "url": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "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": [], @@ -63480,76 +61525,78 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.0__links", - "package": "@babel/plugin-proposal-optional-chaining", - "version": "7.21.0_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", - "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.23.0" + "@babel/core": "7.23.5" }, "transitive_closure": { - "@babel/plugin-proposal-optional-chaining": [ - "7.21.0_at_babel_core_7.23.0" + "@svgr/babel-plugin-add-jsx-attribute": [ + "8.0.0_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" + "7.23.5" ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -63569,6 +61616,15 @@ "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" ], @@ -63591,13 +61647,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -63606,16 +61662,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -63642,7 +61698,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -63676,194 +61732,303 @@ "npm_translate_lock_repo": "npm" } }, - "npm__istanbul-lib-instrument__6.0.0__links": { + "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__istanbul-lib-instrument__6.0.0__links", - "package": "istanbul-lib-instrument", - "version": "6.0.0", + "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": { - "@babel/core": "7.23.0", - "@babel/parser": "7.23.0", - "@istanbuljs/schema": "0.1.3", - "istanbul-lib-coverage": "3.2.0", - "semver": "7.5.4" + "reusify": "1.0.4" }, "transitive_closure": { - "istanbul-lib-instrument": [ - "6.0.0" + "fastq": [ + "1.15.0" ], - "@babel/core": [ - "7.23.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" ], - "@istanbuljs/schema": [ - "0.1.3" + "@vue/compiler-core": [ + "3.3.4" ], - "istanbul-lib-coverage": [ - "3.2.0" + "@vue/reactivity-transform": [ + "3.3.4" ], - "semver": [ - "6.3.1", - "7.5.4" + "estree-walker": [ + "2.0.2" ], - "lru-cache": [ - "5.1.1", - "6.0.0" + "magic-string": [ + "0.30.4" ], - "yallist": [ - "3.1.1", - "4.0.0" + "postcss": [ + "8.4.31" + ], + "source-map-js": [ + "1.0.2" + ], + "nanoid": [ + "3.3.6" + ], + "picocolors": [ + "1.0.0" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "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" ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" + "dns-packet": [ + "5.6.1" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "thunky": [ + "1.1.0" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.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" ], - "@babel/helpers": [ - "7.23.1" + "@volar/typescript": [ + "1.0.9" ], - "@babel/template": [ - "7.22.15" + "@volar/vue-language-core": [ + "1.0.9" ], - "@babel/traverse": [ - "7.23.0" + "@volar/language-core": [ + "1.0.9" ], - "convert-source-map": [ - "2.0.0" + "@volar/source-map": [ + "1.0.9" ], - "debug": [ - "4.3.4" + "@vue/compiler-dom": [ + "3.3.4" ], - "gensync": [ - "1.0.0-beta.2" + "@vue/compiler-sfc": [ + "3.3.4" ], - "json5": [ - "2.2.3" + "@vue/reactivity": [ + "3.3.4" ], - "ms": [ - "2.1.2" + "@vue/shared": [ + "3.3.4" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "minimatch": [ + "5.1.6" ], - "@babel/helper-function-name": [ - "7.23.0" + "vue-template-compiler": [ + "2.7.14" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "de-indent": [ + "1.0.2" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "he": [ + "1.2.0" ], - "globals": [ - "11.12.0" + "brace-expansion": [ + "2.0.1" ], - "@babel/helper-module-imports": [ - "7.22.15" + "balanced-match": [ + "1.0.2" ], - "@babel/helper-simple-access": [ - "7.22.5" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "@babel/compat-data": [ - "7.22.20" + "@vue/compiler-core": [ + "3.3.4" ], - "@babel/helper-validator-option": [ - "7.22.15" + "@vue/compiler-ssr": [ + "3.3.4" ], - "browserslist": [ - "4.22.1" + "@vue/reactivity-transform": [ + "3.3.4" ], - "caniuse-lite": [ - "1.0.30001542" + "estree-walker": [ + "2.0.2" ], - "electron-to-chromium": [ - "1.4.539" + "magic-string": [ + "0.30.4" ], - "node-releases": [ - "2.0.13" + "postcss": [ + "8.4.31" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "source-map-js": [ + "1.0.2" ], - "escalade": [ - "3.1.1" + "nanoid": [ + "3.3.6" ], "picocolors": [ "1.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], "@jridgewell/sourcemap-codec": [ "1.4.15" ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" + "@babel/types": [ + "7.23.5" ], - "has-flag": [ - "3.0.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "color-convert": [ - "1.9.3" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "color-name": [ - "1.1.3" + "to-fast-properties": [ + "2.0.0" ], - "js-tokens": [ - "4.0.0" + "muggle-string": [ + "0.1.0" ] }, "lifecycle_build_target": false, @@ -63873,18 +62038,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__csso__4.2.0": { + "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__csso__4.2.0", - "package": "csso", - "version": "4.2.0", + "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-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", - "url": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "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": [], @@ -63898,18 +62063,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-import__15.1.0__postcss_8.4.31": { + "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__postcss-import__15.1.0__postcss_8.4.31", - "package": "postcss-import", - "version": "15.1.0_postcss_8.4.31", + "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-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", - "url": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", + "url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -63923,18 +62088,53 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-svgo__5.1.0__postcss_8.4.31": { + "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__postcss-svgo__5.1.0__postcss_8.4.31", - "package": "postcss-svgo", - "version": "5.1.0_postcss_8.4.31", + "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": {}, - "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", - "url": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "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": [], @@ -63948,18 +62148,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_volar_language-core__1.0.9": { + "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_volar_language-core__1.0.9", - "package": "@volar/language-core", - "version": "1.0.9", + "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-5Fty3slLet6svXiJw2YxhYeo6c7wFdtILrql5bZymYLM+HbiZtJbryW1YnUEKAP7MO9Mbeh+TNH4Z0HFxHgIqw==", - "url": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.0.9.tgz", + "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": [], @@ -63973,105 +62173,123 @@ "generate_bzl_library_targets": false } }, - "npm__file-entry-cache__6.0.1__links": { + "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__file-entry-cache__6.0.1__links", - "package": "file-entry-cache", - "version": "6.0.1", - "dev": false, + "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": { - "flat-cache": "3.1.0" - }, - "transitive_closure": { - "file-entry-cache": [ - "6.0.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" + }, + "transitive_closure": { + "body-parser": [ + "1.20.1" ], - "flat-cache": [ - "3.1.0" + "bytes": [ + "3.1.2" ], - "flatted": [ - "3.2.9" + "content-type": [ + "1.0.5" ], - "keyv": [ - "4.5.3" + "debug": [ + "2.6.9" ], - "rimraf": [ - "3.0.2" + "depd": [ + "2.0.0" ], - "glob": [ - "7.2.3" + "destroy": [ + "1.2.0" ], - "fs.realpath": [ - "1.0.0" + "http-errors": [ + "2.0.0" ], - "inflight": [ - "1.0.6" + "iconv-lite": [ + "0.4.24" ], - "inherits": [ - "2.0.4" + "on-finished": [ + "2.4.1" ], - "minimatch": [ - "3.1.2" + "qs": [ + "6.11.0" ], - "once": [ - "1.4.0" + "raw-body": [ + "2.5.1" ], - "path-is-absolute": [ - "1.0.1" + "type-is": [ + "1.6.18" ], - "wrappy": [ - "1.0.2" + "unpipe": [ + "1.0.0" ], - "brace-expansion": [ - "1.1.11" + "media-typer": [ + "0.3.0" ], - "balanced-match": [ + "mime-types": [ + "2.1.35" + ], + "mime-db": [ + "1.52.0" + ], + "side-channel": [ + "1.0.4" + ], + "call-bind": [ "1.0.2" ], - "concat-map": [ - "0.0.1" + "get-intrinsic": [ + "1.2.1" ], - "json-buffer": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__redent__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__redent__3.0.0__links", - "package": "redent", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "indent-string": "4.0.0", - "strip-indent": "3.0.0" - }, - "transitive_closure": { - "redent": [ - "3.0.0" + "object-inspect": [ + "1.12.3" ], - "indent-string": [ - "4.0.0" + "function-bind": [ + "1.1.1" ], - "strip-indent": [ - "3.0.0" + "has": [ + "1.0.3" ], - "min-indent": [ + "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, @@ -64081,82 +62299,232 @@ "npm_translate_lock_repo": "npm" } }, - "npm__which-typed-array__1.1.11__links": { + "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__which-typed-array__1.1.11__links", - "package": "which-typed-array", - "version": "1.1.11", - "dev": false, + "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": { - "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" + "@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": { - "which-typed-array": [ - "1.1.11" + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.5" ], - "available-typed-arrays": [ - "1.0.5" + "@babel/core": [ + "7.23.5" ], - "call-bind": [ - "1.0.2" + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.5" ], - "for-each": [ - "0.3.3" + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.5" ], - "gopd": [ - "1.0.1" + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.5" ], - "has-tostringtag": [ + "@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" ], - "has-symbols": [ - "1.0.3" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "get-intrinsic": [ - "1.2.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "function-bind": [ - "1.1.1" + "jsesc": [ + "2.5.2" ], - "has": [ - "1.0.3" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "has-proto": [ - "1.0.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "is-callable": [ - "1.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__yocto-queue__0.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yocto-queue__0.1.0__links", - "package": "yocto-queue", - "version": "0.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yocto-queue": [ - "0.1.0" + "@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, @@ -64166,72 +62534,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__http-proxy-agent__4.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__http-proxy-agent__4.0.1", - "package": "http-proxy-agent", - "version": "4.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "url": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_esbuild_android-arm__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_esbuild_android-arm__0.15.18", - "package": "@esbuild/android-arm", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==", - "url": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__make-dir__3.1.0": { + "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__make-dir__3.1.0", - "package": "make-dir", - "version": "3.1.0", + "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-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "url": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "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": [], @@ -64245,68 +62559,52 @@ "generate_bzl_library_targets": false } }, - "npm__path-parse__1.0.7__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__path-parse__1.0.7__links", - "package": "path-parse", - "version": "1.0.7", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-parse": [ - "1.0.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__istanbul-lib-report__3.0.1__links": { + "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__istanbul-lib-report__3.0.1__links", - "package": "istanbul-lib-report", - "version": "3.0.1", - "dev": false, + "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": { - "istanbul-lib-coverage": "3.2.0", - "make-dir": "4.0.0", - "supports-color": "7.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" }, "transitive_closure": { - "istanbul-lib-report": [ - "3.0.1" + "schema-utils": [ + "4.2.0" ], - "istanbul-lib-coverage": [ - "3.2.0" + "@types/json-schema": [ + "7.0.13" ], - "make-dir": [ - "4.0.0" + "ajv": [ + "8.12.0" ], - "supports-color": [ - "7.2.0" + "ajv-formats": [ + "2.1.1_ajv_8.12.0" ], - "has-flag": [ - "4.0.0" + "ajv-keywords": [ + "5.1.0_ajv_8.12.0" ], - "semver": [ - "7.5.4" + "fast-deep-equal": [ + "3.1.3" ], - "lru-cache": [ - "6.0.0" + "json-schema-traverse": [ + "1.0.0" ], - "yallist": [ - "4.0.0" + "require-from-string": [ + "2.0.2" + ], + "uri-js": [ + "4.4.1" + ], + "punycode": [ + "2.3.1" ] }, "lifecycle_build_target": false, @@ -64316,19 +62614,28 @@ "npm_translate_lock_repo": "npm" } }, - "npm__resolve-pkg-maps__1.0.0__links": { + "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__resolve-pkg-maps__1.0.0__links", - "package": "resolve-pkg-maps", - "version": "1.0.0", + "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": {}, + "deps": { + "querystringify": "2.2.0", + "requires-port": "1.0.0" + }, "transitive_closure": { - "resolve-pkg-maps": [ + "url-parse": [ + "1.5.10" + ], + "querystringify": [ + "2.2.0" + ], + "requires-port": [ "1.0.0" ] }, @@ -64339,18 +62646,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__function.prototype.name__1.1.6": { + "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__function.prototype.name__1.1.6", - "package": "function.prototype.name", - "version": "1.1.6", + "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-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", - "url": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "url": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -64364,32 +62671,209 @@ "generate_bzl_library_targets": false } }, - "npm__whatwg-url__11.0.0__links": { + "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__whatwg-url__11.0.0__links", - "package": "whatwg-url", - "version": "11.0.0", + "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": { - "tr46": "3.0.0", - "webidl-conversions": "7.0.0" + "@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": { - "whatwg-url": [ - "11.0.0" + "@babel/plugin-transform-private-property-in-object": [ + "7.23.4_at_babel_core_7.23.5" ], - "tr46": [ + "@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" ], - "webidl-conversions": [ - "7.0.0" + "color-convert": [ + "1.9.3" ], - "punycode": [ - "2.3.0" + "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, @@ -64399,18 +62883,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-jsx__7.22.5__at_babel_core_7.23.0": { + "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__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", + "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-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", + "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": [], @@ -64424,18 +62931,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-nullish-coalescing-operator__7.22.11__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-nullish-coalescing-operator__7.22.11__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-nullish-coalescing-operator", - "version": "7.22.11_at_babel_core_7.23.0", + "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-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.11.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "url": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -64449,72 +62956,28 @@ "generate_bzl_library_targets": false } }, - "npm__regenerate-unicode-properties__10.1.1__links": { + "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__regenerate-unicode-properties__10.1.1__links", - "package": "regenerate-unicode-properties", - "version": "10.1.1", + "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": { - "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" + "@babel/types": "7.23.5" }, "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/helper-module-imports": [ + "7.22.15" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -64530,70 +62993,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__esbuild-windows-arm64__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-windows-arm64__0.15.18", - "package": "esbuild-windows-arm64", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==", - "url": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__json-schema__0.4.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__json-schema__0.4.0__links", - "package": "json-schema", - "version": "0.4.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "json-schema": [ - "0.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__safe-buffer__5.2.1": { + "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__safe-buffer__5.2.1", - "package": "safe-buffer", - "version": "5.2.1", + "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-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "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": [], @@ -64607,71 +63018,18 @@ "generate_bzl_library_targets": false } }, - "npm__shallow-clone__3.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__shallow-clone__3.0.1__links", - "package": "shallow-clone", - "version": "3.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "kind-of": "6.0.3" - }, - "transitive_closure": { - "shallow-clone": [ - "3.0.1" - ], - "kind-of": [ - "6.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__esbuild-linux-64__0.15.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-64__0.15.18__links", - "package": "esbuild-linux-64", - "version": "0.15.18", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esbuild-linux-64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_svgr_babel-preset__5.5.0": { + "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_svgr_babel-preset__5.5.0", - "package": "@svgr/babel-preset", - "version": "5.5.0", + "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-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", - "url": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", + "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", + "url": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -64685,41 +63043,18 @@ "generate_bzl_library_targets": false } }, - "npm__fast-levenshtein__2.0.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fast-levenshtein__2.0.6__links", - "package": "fast-levenshtein", - "version": "2.0.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fast-levenshtein": [ - "2.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jsx-ast-utils__3.3.5": { + "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__jsx-ast-utils__3.3.5", - "package": "jsx-ast-utils", - "version": "3.3.5", + "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-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", - "url": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "url": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -64733,18 +63068,18 @@ "generate_bzl_library_targets": false } }, - "npm__jest-config__27.5.1": { + "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__jest-config__27.5.1", - "package": "jest-config", - "version": "27.5.1", + "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-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", - "url": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "url": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -64758,86 +63093,75 @@ "generate_bzl_library_targets": false } }, - "npm__jest-worker__29.7.0__links": { + "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__jest-worker__29.7.0__links", - "package": "jest-worker", - "version": "29.7.0", + "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": { - "@types/node": "18.11.9", - "jest-util": "29.7.0", - "merge-stream": "2.0.0", - "supports-color": "8.1.1" + "@babel/helper-function-name": "7.23.0", + "@babel/template": "7.22.15", + "@babel/types": "7.23.5" }, "transitive_closure": { - "jest-worker": [ - "29.7.0" + "@babel/helper-wrap-function": [ + "7.22.20" ], - "@types/node": [ - "18.11.9" + "@babel/helper-function-name": [ + "7.23.0" ], - "jest-util": [ - "29.7.0" + "@babel/template": [ + "7.22.15" ], - "merge-stream": [ + "@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" ], - "supports-color": [ - "7.2.0", - "8.1.1" + "@babel/code-frame": [ + "7.23.5" ], - "has-flag": [ - "4.0.0" + "@babel/parser": [ + "7.23.5" ], - "@jest/types": [ - "29.6.3" + "@babel/highlight": [ + "7.23.4" ], "chalk": [ - "4.1.2" + "2.4.2" ], - "ci-info": [ - "3.8.0" + "ansi-styles": [ + "3.2.1" ], - "graceful-fs": [ - "4.2.11" + "escape-string-regexp": [ + "1.0.5" ], - "picomatch": [ - "2.3.1" + "supports-color": [ + "5.5.0" ], - "ansi-styles": [ - "4.3.0" + "has-flag": [ + "3.0.0" ], "color-convert": [ - "2.0.1" + "1.9.3" ], "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" + "1.1.3" ], - "@sinclair/typebox": [ - "0.27.8" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -64847,70 +63171,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__react-dom__18.2.0__react_18.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-dom__18.2.0__react_18.2.0", - "package": "react-dom", - "version": "18.2.0_react_18.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "next.js": [ - "react-dom" - ], - "react": [ - "react-dom" - ], - "react-webpack": [ - "react-dom" - ] - }, - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "url": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__locate-path__3.0.0__links": { + "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__locate-path__3.0.0__links", - "package": "locate-path", - "version": "3.0.0", + "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": { - "p-locate": "3.0.0", - "path-exists": "3.0.0" - }, + "deps": {}, "transitive_closure": { - "locate-path": [ - "3.0.0" - ], - "p-locate": [ - "3.0.0" - ], - "path-exists": [ - "3.0.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" + "semver": [ + "6.3.1" ] }, "lifecycle_build_target": false, @@ -64920,57 +63194,214 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_webassemblyjs_wasm-gen__1.11.6": { + "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_rule", + "ruleClassName": "npm_import_links", "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", + "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_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 + "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__dot-case__3.0.4__links": { + "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__dot-case__3.0.4__links", - "package": "dot-case", - "version": "3.0.4", - "dev": false, + "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": { - "no-case": "3.0.4", - "tslib": "2.6.2" + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2" }, "transitive_closure": { - "dot-case": [ - "3.0.4" + "string.prototype.trimstart": [ + "1.0.7" ], - "no-case": [ - "3.0.4" + "call-bind": [ + "1.0.2" ], - "tslib": [ - "2.6.2" + "define-properties": [ + "1.2.1" ], - "lower-case": [ + "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, @@ -64980,260 +63411,209 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_svgr_babel-plugin-svg-em-dimensions__5.4.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-svg-em-dimensions__5.4.0", - "package": "@svgr/babel-plugin-svg-em-dimensions", - "version": "5.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__aria-query__5.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__aria-query__5.3.0", - "package": "aria-query", - "version": "5.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", - "url": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jsdom__16.7.0__links": { + "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__jsdom__16.7.0__links", - "package": "jsdom", - "version": "16.7.0", - "dev": false, + "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": { - "abab": "2.0.6", - "acorn": "8.10.0", - "acorn-globals": "6.0.0", - "cssom": "0.4.4", - "cssstyle": "2.3.0", - "data-urls": "2.0.0", - "decimal.js": "10.4.3", - "domexception": "2.0.1", - "escodegen": "2.1.0", - "form-data": "3.0.1", - "html-encoding-sniffer": "2.0.1", - "http-proxy-agent": "4.0.1", - "https-proxy-agent": "5.0.1", - "is-potential-custom-element-name": "1.0.1", - "nwsapi": "2.2.7", - "parse5": "6.0.1", - "saxes": "5.0.1", - "symbol-tree": "3.2.4", - "tough-cookie": "4.1.3", - "w3c-hr-time": "1.0.2", - "w3c-xmlserializer": "2.0.0", - "webidl-conversions": "6.1.0", - "whatwg-encoding": "1.0.5", - "whatwg-mimetype": "2.3.0", - "whatwg-url": "8.7.0", - "ws": "7.5.9", - "xml-name-validator": "3.0.0" + "@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": { - "jsdom": [ - "16.7.0" - ], - "abab": [ - "2.0.6" - ], - "acorn": [ - "7.4.1", - "8.10.0" - ], - "acorn-globals": [ - "6.0.0" - ], - "cssom": [ - "0.3.8", - "0.4.4" + "@babel/plugin-transform-typescript": [ + "7.23.5_at_babel_core_7.23.5" ], - "cssstyle": [ - "2.3.0" + "@babel/core": [ + "7.23.5" ], - "data-urls": [ - "2.0.0" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "decimal.js": [ - "10.4.3" + "@babel/helper-create-class-features-plugin": [ + "7.23.5_at_babel_core_7.23.5" ], - "domexception": [ - "2.0.1" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "escodegen": [ - "2.1.0" + "@babel/plugin-syntax-typescript": [ + "7.23.3_at_babel_core_7.23.5" ], - "form-data": [ - "3.0.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "html-encoding-sniffer": [ - "2.0.1" + "@babel/helper-function-name": [ + "7.23.0" ], - "http-proxy-agent": [ - "4.0.1" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "https-proxy-agent": [ - "5.0.1" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "is-potential-custom-element-name": [ - "1.0.1" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.5" ], - "nwsapi": [ - "2.2.7" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "parse5": [ - "6.0.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "saxes": [ - "5.0.1" + "semver": [ + "6.3.1" ], - "symbol-tree": [ - "3.2.4" + "@babel/types": [ + "7.23.5" ], - "tough-cookie": [ - "4.1.3" + "@babel/helper-string-parser": [ + "7.23.4" ], - "w3c-hr-time": [ - "1.0.2" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "w3c-xmlserializer": [ + "to-fast-properties": [ "2.0.0" ], - "webidl-conversions": [ - "5.0.0", - "6.1.0" + "@babel/template": [ + "7.22.15" ], - "whatwg-encoding": [ - "1.0.5" + "@babel/code-frame": [ + "7.23.5" ], - "whatwg-mimetype": [ - "2.3.0" + "@babel/parser": [ + "7.23.5" ], - "whatwg-url": [ - "8.7.0" + "@babel/highlight": [ + "7.23.4" ], - "ws": [ - "7.5.9" + "chalk": [ + "2.4.2" ], - "xml-name-validator": [ - "3.0.0" + "ansi-styles": [ + "3.2.1" ], - "lodash": [ - "4.17.21" + "escape-string-regexp": [ + "1.0.5" ], - "tr46": [ - "2.1.0" + "supports-color": [ + "5.5.0" ], - "punycode": [ - "2.3.0" + "has-flag": [ + "3.0.0" ], - "iconv-lite": [ - "0.4.24" + "color-convert": [ + "1.9.3" ], - "safer-buffer": [ - "2.1.2" + "color-name": [ + "1.1.3" ], - "browser-process-hrtime": [ - "1.0.0" + "js-tokens": [ + "4.0.0" ], - "psl": [ - "1.9.0" + "@ampproject/remapping": [ + "2.2.1" ], - "universalify": [ - "0.2.0" + "@babel/generator": [ + "7.23.5" ], - "url-parse": [ - "1.5.10" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "querystringify": [ - "2.2.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "requires-port": [ - "1.0.0" + "@babel/helpers": [ + "7.23.5" ], - "xmlchars": [ - "2.2.0" + "@babel/traverse": [ + "7.23.5" ], - "agent-base": [ - "6.0.2" + "convert-source-map": [ + "2.0.0" ], "debug": [ "4.3.4" ], + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], "ms": [ "2.1.2" ], - "@tootallnate/once": [ - "1.1.2" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "asynckit": [ - "0.4.0" + "globals": [ + "11.12.0" ], - "combined-stream": [ - "1.0.8" + "@babel/helper-module-imports": [ + "7.22.15" ], - "mime-types": [ - "2.1.35" + "@babel/helper-simple-access": [ + "7.22.5" ], - "mime-db": [ - "1.52.0" + "@babel/compat-data": [ + "7.23.5" ], - "delayed-stream": [ + "@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" ], - "esprima": [ - "4.0.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "estraverse": [ - "5.3.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "esutils": [ - "2.0.3" + "jsesc": [ + "2.5.2" ], - "source-map": [ - "0.6.1" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "acorn-walk": [ - "7.2.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" ] }, "lifecycle_build_target": false, @@ -65243,18 +63623,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-flow-strip-types__7.22.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-flow-strip-types__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-flow-strip-types", - "version": "7.22.5_at_babel_core_7.23.0", + "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-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.22.5.tgz", + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", + "url": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -65268,20 +63648,36 @@ "generate_bzl_library_targets": false } }, - "npm__jest-get-type__29.6.3__links": { + "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__jest-get-type__29.6.3__links", - "package": "jest-get-type", - "version": "29.6.3", + "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": {}, + "deps": { + "@tootallnate/once": "2.0.0", + "agent-base": "6.0.2", + "debug": "4.3.4" + }, "transitive_closure": { - "jest-get-type": [ - "29.6.3" + "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, @@ -65291,97 +63687,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_esbuild_linux-loong64__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_esbuild_linux-loong64__0.15.18", - "package": "@esbuild/linux-loong64", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==", - "url": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__domelementtype__2.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__domelementtype__2.3.0", - "package": "domelementtype", - "version": "2.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "url": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__iconv-lite__0.6.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__iconv-lite__0.6.3", - "package": "iconv-lite", - "version": "0.6.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__process-nextick-args__2.0.1": { + "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__process-nextick-args__2.0.1", - "package": "process-nextick-args", - "version": "2.0.1", + "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-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "url": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "url": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -65395,52 +63712,18 @@ "generate_bzl_library_targets": false } }, - "npm__csso__4.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__csso__4.2.0__links", - "package": "csso", - "version": "4.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "css-tree": "1.1.3" - }, - "transitive_closure": { - "csso": [ - "4.2.0" - ], - "css-tree": [ - "1.1.3" - ], - "mdn-data": [ - "2.0.14" - ], - "source-map": [ - "0.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__spdx-exceptions__2.3.0": { + "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__spdx-exceptions__2.3.0", - "package": "spdx-exceptions", - "version": "2.3.0", + "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-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "url": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-G9/6xF1FPbIw0TtalAMaVPpiq2aDEuKLXM314jPVAO9r2fo2a4BLqMNkmRS7O/xPPZ+COAhGIz3ETvHEV3eUcg==", + "url": "https://registry.npmjs.org/envinfo/-/envinfo-7.11.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -65454,73 +63737,70 @@ "generate_bzl_library_targets": false } }, - "npm__jest-matcher-utils__24.9.0__links": { + "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__jest-matcher-utils__24.9.0__links", - "package": "jest-matcher-utils", - "version": "24.9.0", - "dev": false, + "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": { - "chalk": "2.4.2", - "jest-diff": "24.9.0", - "jest-get-type": "24.9.0", - "pretty-format": "24.9.0" + "@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": { - "jest-matcher-utils": [ - "24.9.0" - ], - "chalk": [ - "2.4.2" + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.5" ], - "jest-diff": [ - "24.9.0" + "@babel/core": [ + "7.23.5" ], - "jest-get-type": [ - "24.9.0" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "pretty-format": [ - "24.9.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@jest/types": [ - "24.9.0" + "@babel/helper-wrap-function": [ + "7.22.20" ], - "ansi-regex": [ - "4.1.1" + "@babel/helper-function-name": [ + "7.23.0" ], - "ansi-styles": [ - "3.2.1" + "@babel/template": [ + "7.22.15" ], - "react-is": [ - "16.13.1" + "@babel/types": [ + "7.23.5" ], - "color-convert": [ - "1.9.3" + "@babel/helper-string-parser": [ + "7.23.4" ], - "color-name": [ - "1.1.3" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "to-fast-properties": [ + "2.0.0" ], - "@types/istanbul-reports": [ - "1.1.2" + "@babel/code-frame": [ + "7.23.5" ], - "@types/yargs": [ - "13.0.12" + "@babel/parser": [ + "7.23.5" ], - "@types/yargs-parser": [ - "21.0.1" + "@babel/highlight": [ + "7.23.4" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "chalk": [ + "2.4.2" ], - "diff-sequences": [ - "24.9.0" + "ansi-styles": [ + "3.2.1" ], "escape-string-regexp": [ "1.0.5" @@ -65530,68 +63810,33 @@ ], "has-flag": [ "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-nullish-coalescing-operator", - "version": "7.8.3_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" ], - "@babel/core": [ - "7.23.0" + "color-convert": [ + "1.9.3" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" ], "@ampproject/remapping": [ "2.2.1" ], - "@babel/code-frame": [ - "7.22.13" - ], "@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" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" + "7.23.5" ], "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -65611,21 +63856,6 @@ "ms": [ "2.1.2" ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], "@babel/helper-hoist-variables": [ "7.22.5" ], @@ -65642,13 +63872,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -65657,16 +63887,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -65691,33 +63921,6 @@ ], "@jridgewell/set-array": [ "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" ] }, "lifecycle_build_target": false, @@ -65727,18 +63930,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ajv-keywords__3.5.2__ajv_6.12.6": { + "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__ajv-keywords__3.5.2__ajv_6.12.6", - "package": "ajv-keywords", - "version": "3.5.2_ajv_6.12.6", + "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-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "url": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "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": [], @@ -65752,704 +63955,819 @@ "generate_bzl_library_targets": false } }, - "npm__forwarded__0.2.0__links": { + "npm__html-encoding-sniffer__3.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__forwarded__0.2.0__links", - "package": "forwarded", - "version": "0.2.0", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "forwarded": [ - "0.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__react-scripts__5.0.1__-1051263088__links": { + "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__react-scripts__5.0.1__-1051263088__links", - "package": "react-scripts", - "version": "5.0.1_-1051263088", - "dev": false, + "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": { - "react": [ - "react-scripts" - ] - }, + "link_packages": {}, "deps": { - "fsevents": "2.3.3", - "@babel/core": "7.23.0", - "@pmmmwh/react-refresh-webpack-plugin": "0.5.11_-2131594514", - "@svgr/webpack": "5.5.0", - "babel-jest": "27.5.1_at_babel_core_7.23.0", - "babel-loader": "8.3.0_-2089762372", - "babel-plugin-named-asset-import": "0.3.8_at_babel_core_7.23.0", - "babel-preset-react-app": "10.0.1", - "bfj": "7.1.0", - "browserslist": "4.22.1", - "camelcase": "6.3.0", - "case-sensitive-paths-webpack-plugin": "2.4.0", - "css-loader": "6.8.1_webpack_5.88.2", - "css-minimizer-webpack-plugin": "3.4.1_webpack_5.88.2", - "dotenv": "10.0.0", - "dotenv-expand": "5.1.0", - "eslint": "8.55.0", - "eslint-config-react-app": "7.0.1_-1437144143", - "eslint-webpack-plugin": "3.2.0_eslint_8.55.0__webpack_5.88.2", - "file-loader": "6.2.0_webpack_5.88.2", - "fs-extra": "10.1.0", - "html-webpack-plugin": "5.5.3_webpack_5.88.2", - "identity-obj-proxy": "3.0.0", - "jest": "27.5.1", - "jest-resolve": "27.5.1", - "jest-watch-typeahead": "1.1.0_jest_27.5.1", - "mini-css-extract-plugin": "2.7.6_webpack_5.88.2", - "postcss": "8.4.31", - "postcss-flexbugs-fixes": "5.0.2_postcss_8.4.31", - "postcss-loader": "6.2.1_1967977863", - "postcss-normalize": "10.0.1_-695478989", - "postcss-preset-env": "7.8.3_postcss_8.4.31", - "prompts": "2.4.2", - "react": "18.2.0", - "react-app-polyfill": "3.0.0", - "react-dev-utils": "12.0.1_-1620898957", - "react-refresh": "0.11.0", - "resolve": "1.22.6", - "resolve-url-loader": "4.0.0", - "sass-loader": "12.6.0_webpack_5.88.2", - "semver": "7.5.4", - "source-map-loader": "3.0.2_webpack_5.88.2", - "style-loader": "3.3.3_webpack_5.88.2", - "tailwindcss": "3.3.3", - "terser-webpack-plugin": "5.3.9_webpack_5.88.2", - "typescript": "4.9.3", - "webpack": "5.88.2", - "webpack-dev-server": "4.15.1_webpack_5.88.2", - "webpack-manifest-plugin": "4.1.1_webpack_5.88.2", - "workbox-webpack-plugin": "6.6.0_webpack_5.88.2" + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "set-function-name": "2.0.1" }, "transitive_closure": { - "react-scripts": [ - "5.0.1_-1051263088" - ], - "@babel/core": [ - "7.23.0" + "regexp.prototype.flags": [ + "1.5.1" ], - "@pmmmwh/react-refresh-webpack-plugin": [ - "0.5.11_-2131594514" + "call-bind": [ + "1.0.2" ], - "@svgr/webpack": [ - "5.5.0" + "define-properties": [ + "1.2.1" ], - "babel-jest": [ - "27.5.1_at_babel_core_7.23.0" + "set-function-name": [ + "2.0.1" ], - "babel-loader": [ - "8.3.0_-2089762372" - ], - "babel-plugin-named-asset-import": [ - "0.3.8_at_babel_core_7.23.0" - ], - "babel-preset-react-app": [ - "10.0.1" - ], - "bfj": [ - "7.1.0" - ], - "browserslist": [ - "4.22.1" - ], - "camelcase": [ - "5.3.1", - "6.3.0" - ], - "case-sensitive-paths-webpack-plugin": [ - "2.4.0" + "define-data-property": [ + "1.1.0" ], - "css-loader": [ - "6.8.1_webpack_5.88.2" + "functions-have-names": [ + "1.2.3" ], - "css-minimizer-webpack-plugin": [ - "3.4.1_webpack_5.88.2" + "has-property-descriptors": [ + "1.0.0" ], - "dotenv": [ - "10.0.0" + "get-intrinsic": [ + "1.2.1" ], - "dotenv-expand": [ - "5.1.0" + "function-bind": [ + "1.1.1" ], - "eslint": [ - "8.55.0" + "has": [ + "1.0.3" ], - "eslint-config-react-app": [ - "7.0.1_-1437144143" + "has-proto": [ + "1.0.1" ], - "eslint-webpack-plugin": [ - "3.2.0_eslint_8.55.0__webpack_5.88.2" + "has-symbols": [ + "1.0.3" ], - "file-loader": [ - "6.2.0_webpack_5.88.2" + "gopd": [ + "1.0.1" ], - "fs-extra": [ - "9.1.0", - "10.1.0" + "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" ], - "html-webpack-plugin": [ - "5.5.3_webpack_5.88.2" + "jsonc-parser": [ + "3.2.0" ], - "identity-obj-proxy": [ - "3.0.0" + "mlly": [ + "1.4.2" ], - "jest": [ - "27.5.1" + "pathe": [ + "1.1.1" ], - "jest-resolve": [ - "27.5.1" + "acorn": [ + "8.10.0" ], - "jest-watch-typeahead": [ - "1.1.0_jest_27.5.1" + "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" ], - "mini-css-extract-plugin": [ - "2.7.6_webpack_5.88.2" + "@babel/types": [ + "7.23.5" ], - "postcss": [ - "7.0.39", - "8.4.31" + "@babel/helper-string-parser": [ + "7.23.4" ], - "postcss-flexbugs-fixes": [ - "5.0.2_postcss_8.4.31" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "postcss-loader": [ - "6.2.1_1967977863" + "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" ], - "postcss-normalize": [ - "10.0.1_-695478989" + "@jest/types": [ + "29.6.3" ], - "postcss-preset-env": [ - "7.8.3_postcss_8.4.31" + "@types/node": [ + "18.11.9" ], - "prompts": [ - "2.4.2" + "chalk": [ + "4.1.2" ], - "react": [ - "18.2.0" + "ci-info": [ + "3.8.0" ], - "react-app-polyfill": [ - "3.0.0" + "graceful-fs": [ + "4.2.11" ], - "react-dev-utils": [ - "12.0.1_-1620898957" + "picomatch": [ + "2.3.1" ], - "react-refresh": [ - "0.11.0" + "ansi-styles": [ + "4.3.0" ], - "resolve": [ - "2.0.0-next.4", - "1.22.6" + "supports-color": [ + "7.2.0" ], - "resolve-url-loader": [ + "has-flag": [ "4.0.0" ], - "sass-loader": [ - "12.6.0_webpack_5.88.2" - ], - "semver": [ - "6.3.1", - "7.5.4" - ], - "source-map-loader": [ - "3.0.2_webpack_5.88.2" - ], - "style-loader": [ - "3.3.3_webpack_5.88.2" - ], - "tailwindcss": [ - "3.3.3" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "typescript": [ - "4.9.3" - ], - "webpack": [ - "5.88.2" - ], - "webpack-dev-server": [ - "4.15.1_webpack_5.88.2" - ], - "webpack-manifest-plugin": [ - "4.1.1_webpack_5.88.2" - ], - "workbox-webpack-plugin": [ - "6.6.0_webpack_5.88.2" - ], - "fsevents": [ - "2.3.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "pretty-bytes": [ - "5.6.0" - ], - "upath": [ - "1.2.0" - ], - "webpack-sources": [ - "3.2.3", - "2.3.1", - "1.4.3" - ], - "workbox-build": [ - "6.6.0" - ], - "@apideck/better-ajv-errors": [ - "0.3.6_ajv_8.12.0" - ], - "@babel/preset-env": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/runtime": [ - "7.23.1" - ], - "@rollup/plugin-babel": [ - "5.3.1_116925565" - ], - "@rollup/plugin-node-resolve": [ - "11.2.1_rollup_2.79.1" - ], - "@rollup/plugin-replace": [ - "2.4.2_rollup_2.79.1" - ], - "@surma/rollup-plugin-off-main-thread": [ - "2.2.3" - ], - "ajv": [ - "6.12.6", - "8.12.0" - ], - "common-tags": [ - "1.8.2" - ], - "glob": [ - "7.1.6", - "7.2.3" - ], - "lodash": [ - "4.17.21" - ], - "rollup": [ - "2.79.1" - ], - "rollup-plugin-terser": [ - "7.0.2_rollup_2.79.1" - ], - "source-map": [ - "0.7.4", - "0.6.1", - "0.8.0-beta.0" - ], - "stringify-object": [ - "3.3.0" - ], - "strip-comments": [ + "color-convert": [ "2.0.1" ], - "tempy": [ - "0.6.0" - ], - "workbox-background-sync": [ - "6.6.0" - ], - "workbox-broadcast-update": [ - "6.6.0" - ], - "workbox-cacheable-response": [ - "6.6.0" + "color-name": [ + "1.1.4" ], - "workbox-core": [ - "6.6.0" + "@jest/schemas": [ + "29.6.3" ], - "workbox-expiration": [ - "6.6.0" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "workbox-google-analytics": [ - "6.6.0" + "@types/istanbul-reports": [ + "3.0.2" ], - "workbox-navigation-preload": [ - "6.6.0" + "@types/yargs": [ + "17.0.26" ], - "workbox-precaching": [ - "6.6.0" + "@types/yargs-parser": [ + "21.0.1" ], - "workbox-range-requests": [ - "6.6.0" + "@types/istanbul-lib-report": [ + "3.0.1" ], - "workbox-recipes": [ - "6.6.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_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" ], - "workbox-routing": [ - "6.6.0" + "react": [ + "@bazel/ibazel" ], - "workbox-strategies": [ - "6.6.0" + "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" ], - "workbox-streams": [ - "6.6.0" + "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" ], - "workbox-sw": [ - "6.6.0" + "asynciterator.prototype": [ + "1.0.0" ], - "workbox-window": [ - "6.6.0" + "call-bind": [ + "1.0.2" ], - "@types/trusted-types": [ - "2.0.4" + "define-properties": [ + "1.2.1" ], - "idb": [ - "7.1.1" + "es-abstract": [ + "1.22.2" ], - "is-stream": [ + "es-set-tostringtag": [ "2.0.1" ], - "temp-dir": [ - "2.0.0" - ], - "type-fest": [ - "0.20.2", - "0.21.3", - "0.16.0" - ], - "unique-string": [ - "2.0.0" - ], - "crypto-random-string": [ - "2.0.0" + "function-bind": [ + "1.1.1" ], - "get-own-enumerable-property-symbols": [ - "3.0.2" + "get-intrinsic": [ + "1.2.1" ], - "is-obj": [ - "1.0.1" + "globalthis": [ + "1.0.3" ], - "is-regexp": [ + "has-property-descriptors": [ "1.0.0" ], - "whatwg-url": [ - "8.7.0", - "7.1.0" - ], - "lodash.sortby": [ - "4.7.0" - ], - "tr46": [ - "2.1.0", + "has-proto": [ "1.0.1" ], - "webidl-conversions": [ - "5.0.0", - "6.1.0", - "4.0.2" - ], - "punycode": [ - "2.3.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "jest-worker": [ - "28.1.3", - "27.5.1", - "26.6.2" - ], - "serialize-javascript": [ - "6.0.1", - "4.0.0" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "acorn": [ - "7.4.1", - "8.10.0" - ], - "commander": [ - "7.2.0", - "8.3.0", - "4.1.1", - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "has-symbols": [ + "1.0.3" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "internal-slot": [ + "1.0.5" ], - "@jridgewell/set-array": [ + "iterator.prototype": [ "1.1.2" ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.1.2", - "5.2.1" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "8.1.1", - "5.5.0", - "7.2.0" + "safe-array-concat": [ + "1.0.1" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "isarray": [ + "2.0.5" ], - "@babel/highlight": [ - "7.22.20" + "reflect.getprototypeof": [ + "1.0.4" ], - "chalk": [ - "4.1.2", - "2.4.2" + "set-function-name": [ + "2.0.1" ], - "ansi-styles": [ - "5.2.0", - "4.3.0", - "3.2.1" + "define-data-property": [ + "1.1.0" ], - "escape-string-regexp": [ - "2.0.0", - "4.0.0", - "1.0.5" + "functions-have-names": [ + "1.2.3" ], - "color-convert": [ - "2.0.1", - "1.9.3" + "gopd": [ + "1.0.1" ], - "color-name": [ - "1.1.4", + "which-builtin-type": [ "1.1.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" + "function.prototype.name": [ + "1.1.6" ], - "fs.realpath": [ + "has-tostringtag": [ "1.0.0" ], - "inflight": [ - "1.0.6" + "is-async-function": [ + "2.0.0" ], - "inherits": [ - "2.0.3", - "2.0.4" + "is-date-object": [ + "1.0.5" ], - "minimatch": [ - "5.1.6", - "3.1.2" + "is-finalizationregistry": [ + "1.0.2" ], - "once": [ - "1.4.0" + "is-generator-function": [ + "1.0.10" ], - "path-is-absolute": [ - "1.0.1" + "is-regex": [ + "1.1.4" ], - "wrappy": [ + "is-weakref": [ "1.0.2" ], - "brace-expansion": [ - "2.0.1", - "1.1.11" - ], - "balanced-match": [ + "which-boxed-primitive": [ "1.0.2" ], - "concat-map": [ - "0.0.1" - ], - "at-least-node": [ - "1.0.0" - ], - "graceful-fs": [ - "4.2.11" + "which-collection": [ + "1.0.1" ], - "jsonfile": [ - "6.1.0" + "which-typed-array": [ + "1.1.11" ], - "universalify": [ - "0.2.0", - "2.0.0" + "available-typed-arrays": [ + "1.0.5" ], - "fast-deep-equal": [ - "3.1.3" + "for-each": [ + "0.3.3" ], - "json-schema-traverse": [ - "0.4.1", - "1.0.0" + "is-callable": [ + "1.2.7" ], - "require-from-string": [ + "is-map": [ "2.0.2" ], - "uri-js": [ - "4.4.1" + "is-set": [ + "2.0.2" ], - "ejs": [ - "3.1.9" + "is-weakmap": [ + "2.0.1" ], - "json5": [ - "1.0.2", - "2.2.3" + "is-weakset": [ + "2.0.2" ], - "magic-string": [ - "0.25.9" + "is-bigint": [ + "1.0.4" ], - "string.prototype.matchall": [ - "4.0.10" + "is-boolean-object": [ + "1.1.2" ], - "call-bind": [ - "1.0.2" + "is-number-object": [ + "1.0.7" ], - "define-properties": [ - "1.2.1" + "is-string": [ + "1.0.7" ], - "es-abstract": [ - "1.22.2" + "is-symbol": [ + "1.0.4" ], - "get-intrinsic": [ - "1.2.1" + "has-bigints": [ + "1.0.2" ], - "has-symbols": [ + "has": [ "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" + "regexp.prototype.flags": [ + "1.5.1" ], "safe-regex-test": [ "1.0.0" @@ -66477,463 +64795,610 @@ ], "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" ], - "which-typed-array": [ - "1.1.11" - ], - "for-each": [ - "0.3.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-bigints": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "isarray": [ - "1.0.0", - "2.0.5" - ], - "is-date-object": [ - "1.0.5" - ], - "sourcemap-codec": [ - "1.4.8" - ], - "jake": [ - "10.8.7" - ], - "async": [ - "3.2.4" - ], - "filelist": [ - "1.0.4" - ], - "@rollup/pluginutils": [ - "3.1.0_rollup_2.79.1" - ], - "@types/estree": [ - "1.0.2", - "0.0.39" - ], - "estree-walker": [ - "1.0.1" - ], - "picomatch": [ + "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" ], - "@types/resolve": [ - "1.17.1" - ], - "builtin-modules": [ - "3.3.0" + "string-width": [ + "4.2.3" ], - "deepmerge": [ - "4.3.1" + "strip-ansi": [ + "6.0.1" ], - "is-module": [ - "1.0.0" + "wrap-ansi": [ + "7.0.0" ], - "@babel/helper-module-imports": [ - "7.22.15" + "ansi-styles": [ + "4.3.0" ], - "@babel/types": [ - "7.23.0" + "color-convert": [ + "2.0.1" ], - "@babel/helper-string-parser": [ - "7.22.5" + "color-name": [ + "1.1.4" ], - "to-fast-properties": [ - "2.0.0" + "ansi-regex": [ + "5.0.1" ], - "regenerator-runtime": [ - "0.13.11", - "0.14.0" + "emoji-regex": [ + "8.0.0" ], - "@babel/compat-data": [ - "7.22.20" + "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/helper-compilation-targets": [ - "7.22.15" + "@babel/core": [ + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.11_at_babel_core_7.23.0", - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.0" + "@ampproject/remapping": [ + "2.2.1" ], - "@babel/plugin-syntax-import-assertions": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/code-frame": [ + "7.23.5" ], - "@babel/plugin-syntax-import-attributes": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/generator": [ + "7.23.5" ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "@babel/helpers": [ + "7.23.5" ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/parser": [ + "7.23.5" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "@babel/template": [ + "7.22.15" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/traverse": [ + "7.23.5" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/types": [ + "7.23.5" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "convert-source-map": [ + "2.0.0" ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.0" + "debug": [ + "4.3.4" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "gensync": [ + "1.0.0-beta.2" ], - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.0" + "json5": [ + "2.2.3" ], - "@babel/plugin-transform-arrow-functions": [ - "7.22.5_at_babel_core_7.23.0" + "semver": [ + "6.3.1" ], - "@babel/plugin-transform-async-generator-functions": [ - "7.22.15_at_babel_core_7.23.0" + "ms": [ + "2.1.2" ], - "@babel/plugin-transform-async-to-generator": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@babel/plugin-transform-block-scoped-functions": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@babel/plugin-transform-block-scoping": [ - "7.23.0_at_babel_core_7.23.0" + "to-fast-properties": [ + "2.0.0" ], - "@babel/plugin-transform-class-properties": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@babel/plugin-transform-class-static-block": [ - "7.22.11_at_babel_core_7.23.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "@babel/plugin-transform-classes": [ - "7.22.15_at_babel_core_7.23.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "@babel/plugin-transform-computed-properties": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "@babel/plugin-transform-destructuring": [ - "7.23.0_at_babel_core_7.23.0" + "globals": [ + "11.12.0" ], - "@babel/plugin-transform-dotall-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@babel/plugin-transform-duplicate-keys": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "@babel/plugin-transform-dynamic-import": [ - "7.22.11_at_babel_core_7.23.0" + "@babel/compat-data": [ + "7.23.5" ], - "@babel/plugin-transform-exponentiation-operator": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@babel/plugin-transform-export-namespace-from": [ - "7.22.11_at_babel_core_7.23.0" + "browserslist": [ + "4.22.2" ], - "@babel/plugin-transform-for-of": [ - "7.22.15_at_babel_core_7.23.0" + "lru-cache": [ + "5.1.1" ], - "@babel/plugin-transform-function-name": [ - "7.22.5_at_babel_core_7.23.0" + "yallist": [ + "3.1.1" ], - "@babel/plugin-transform-json-strings": [ - "7.22.11_at_babel_core_7.23.0" + "caniuse-lite": [ + "1.0.30001566" ], - "@babel/plugin-transform-literals": [ - "7.22.5_at_babel_core_7.23.0" + "electron-to-chromium": [ + "1.4.608" ], - "@babel/plugin-transform-logical-assignment-operators": [ - "7.22.11_at_babel_core_7.23.0" + "node-releases": [ + "2.0.14" ], - "@babel/plugin-transform-member-expression-literals": [ - "7.22.5_at_babel_core_7.23.0" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "@babel/plugin-transform-modules-amd": [ - "7.23.0_at_babel_core_7.23.0" + "escalade": [ + "3.1.1" ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.0_at_babel_core_7.23.0" + "picocolors": [ + "1.0.0" ], - "@babel/plugin-transform-modules-systemjs": [ - "7.23.0_at_babel_core_7.23.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@babel/plugin-transform-modules-umd": [ - "7.22.5_at_babel_core_7.23.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.0" + "jsesc": [ + "2.5.2" ], - "@babel/plugin-transform-new-target": [ - "7.22.5_at_babel_core_7.23.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.22.11_at_babel_core_7.23.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@babel/plugin-transform-numeric-separator": [ - "7.22.11_at_babel_core_7.23.0" + "@jridgewell/set-array": [ + "1.1.2" ], - "@babel/plugin-transform-object-rest-spread": [ - "7.22.15_at_babel_core_7.23.0" + "@babel/highlight": [ + "7.23.4" ], - "@babel/plugin-transform-object-super": [ - "7.22.5_at_babel_core_7.23.0" + "chalk": [ + "2.4.2" ], - "@babel/plugin-transform-optional-catch-binding": [ - "7.22.11_at_babel_core_7.23.0" + "ansi-styles": [ + "3.2.1" ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.0_at_babel_core_7.23.0" + "escape-string-regexp": [ + "1.0.5" ], - "@babel/plugin-transform-parameters": [ - "7.22.15_at_babel_core_7.23.0" + "supports-color": [ + "5.5.0" ], - "@babel/plugin-transform-private-methods": [ - "7.22.5_at_babel_core_7.23.0" + "has-flag": [ + "3.0.0" ], - "@babel/plugin-transform-private-property-in-object": [ - "7.22.11_at_babel_core_7.23.0" + "color-convert": [ + "1.9.3" ], - "@babel/plugin-transform-property-literals": [ - "7.22.5_at_babel_core_7.23.0" + "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.22.10_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], - "@babel/plugin-transform-reserved-words": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/core": [ + "7.23.5" ], - "@babel/plugin-transform-shorthand-properties": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@babel/plugin-transform-spread": [ - "7.22.5_at_babel_core_7.23.0" + "regenerator-transform": [ + "0.15.2" ], - "@babel/plugin-transform-sticky-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/runtime": [ + "7.23.1" ], - "@babel/plugin-transform-template-literals": [ - "7.22.5_at_babel_core_7.23.0" + "regenerator-runtime": [ + "0.14.0" ], - "@babel/plugin-transform-typeof-symbol": [ - "7.22.5_at_babel_core_7.23.0" + "@ampproject/remapping": [ + "2.2.1" ], - "@babel/plugin-transform-unicode-escapes": [ - "7.22.10_at_babel_core_7.23.0" + "@babel/code-frame": [ + "7.23.5" ], - "@babel/plugin-transform-unicode-property-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/generator": [ + "7.23.5" ], - "@babel/plugin-transform-unicode-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "@babel/plugin-transform-unicode-sets-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.0" + "@babel/helpers": [ + "7.23.5" ], - "babel-plugin-polyfill-corejs2": [ - "0.4.5_at_babel_core_7.23.0" + "@babel/parser": [ + "7.23.5" ], - "babel-plugin-polyfill-corejs3": [ - "0.8.4_at_babel_core_7.23.0" + "@babel/template": [ + "7.22.15" ], - "babel-plugin-polyfill-regenerator": [ - "0.5.2_at_babel_core_7.23.0" + "@babel/traverse": [ + "7.23.5" ], - "core-js-compat": [ - "3.33.0" + "@babel/types": [ + "7.23.5" ], - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" + "convert-source-map": [ + "2.0.0" ], "debug": [ - "3.2.7", - "2.6.9", "4.3.4" ], - "lodash.debounce": [ - "4.0.8" + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" ], "ms": [ - "2.1.3", - "2.0.0", "2.1.2" ], - "esutils": [ - "2.0.3" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "to-fast-properties": [ + "2.0.0" ], - "regexpu-core": [ - "5.3.2" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@babel/regjsgen": [ - "0.8.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "regenerate": [ - "1.4.2" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "regenerate-unicode-properties": [ - "10.1.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "regjsparser": [ - "0.9.1" + "globals": [ + "11.12.0" ], - "unicode-match-property-ecmascript": [ - "2.0.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "unicode-canonical-property-names-ecmascript": [ - "2.0.0" + "@babel/compat-data": [ + "7.23.5" ], - "unicode-property-aliases-ecmascript": [ - "2.1.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "jsesc": [ - "2.5.2", - "0.5.0" + "browserslist": [ + "4.22.2" ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" + "lru-cache": [ + "5.1.1" ], - "regenerator-transform": [ - "0.15.2" + "yallist": [ + "3.1.1" ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "caniuse-lite": [ + "1.0.30001566" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "electron-to-chromium": [ + "1.4.608" ], - "@babel/helper-function-name": [ - "7.23.0" + "node-releases": [ + "2.0.14" ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" + "escalade": [ + "3.1.1" ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" + "picocolors": [ + "1.0.0" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@babel/template": [ - "7.22.15" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@babel/parser": [ - "7.23.0" + "jsesc": [ + "2.5.2" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@babel/helper-simple-access": [ - "7.22.5" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "@jridgewell/set-array": [ + "1.1.2" ], - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" + "@babel/highlight": [ + "7.23.4" ], - "globals": [ - "13.22.0", - "11.12.0" + "chalk": [ + "2.4.2" ], - "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.0" + "ansi-styles": [ + "3.2.1" ], - "@babel/helper-wrap-function": [ - "7.22.20" + "escape-string-regexp": [ + "1.0.5" ], - "lru-cache": [ - "6.0.0", - "5.1.1" + "supports-color": [ + "5.5.0" ], - "yallist": [ - "4.0.0", - "3.1.1" + "has-flag": [ + "3.0.0" ], - "json-schema": [ - "0.4.0" + "color-convert": [ + "1.9.3" ], - "jsonpointer": [ - "5.0.1" + "color-name": [ + "1.1.3" ], - "leven": [ - "3.1.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_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" ], - "source-list-map": [ - "2.0.1" + "webpack": [ + "5.89.0_-1501518582" ], - "tapable": [ - "1.1.3", - "2.2.1" + "webpack-cli": [ + "5.1.4_34022717" + ], + "webpack-dev-server": [ + "4.15.1_-360275163" ], "@types/bonjour": [ "3.5.11" @@ -66980,6 +65445,9 @@ "express": [ "4.18.2" ], + "graceful-fs": [ + "4.2.11" + ], "html-entities": [ "2.4.0" ], @@ -67003,8 +65471,6 @@ "3.0.2" ], "schema-utils": [ - "2.7.1", - "2.7.0", "3.3.0", "4.2.0" ], @@ -67021,10 +65487,9 @@ "4.0.2" ], "webpack-dev-middleware": [ - "5.3.3_webpack_5.88.2" + "5.3.3_webpack_5.89.0" ], "ws": [ - "7.5.9", "8.14.2" ], "memfs": [ @@ -67042,6 +65507,10 @@ "fs-monkey": [ "1.0.5" ], + "debug": [ + "2.6.9", + "4.3.4" + ], "handle-thing": [ "2.0.1" ], @@ -67073,6 +65542,10 @@ "minimalistic-assert": [ "1.0.1" ], + "inherits": [ + "2.0.3", + "2.0.4" + ], "string_decoder": [ "1.1.1", "1.3.0" @@ -67080,12 +65553,24 @@ "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" ], @@ -67138,6 +65623,10 @@ "@types/json-schema": [ "7.0.13" ], + "ajv": [ + "6.12.6", + "8.12.0" + ], "ajv-formats": [ "2.1.1_ajv_8.12.0" ], @@ -67145,6 +65634,52 @@ "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" ], @@ -67161,7 +65696,6 @@ "2.2.0" ], "picocolors": [ - "0.2.1", "1.0.0" ], "shell-quote": [ @@ -67185,6 +65719,9 @@ "braces": [ "3.0.2" ], + "picomatch": [ + "2.3.1" + ], "fill-range": [ "7.0.1" ], @@ -67206,6 +65743,9 @@ "requires-port": [ "1.0.0" ], + "@types/node": [ + "18.11.9" + ], "array-flatten": [ "2.1.2", "1.1.1" @@ -67279,6 +65819,30 @@ "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" ], @@ -67296,7 +65860,6 @@ "3.1.2" ], "iconv-lite": [ - "0.6.3", "0.4.24" ], "raw-body": [ @@ -67317,6 +65880,12 @@ "human-signals": [ "2.1.0" ], + "is-stream": [ + "2.0.1" + ], + "merge-stream": [ + "2.0.0" + ], "npm-run-path": [ "4.0.1" ], @@ -67339,7 +65908,6 @@ "2.0.0" ], "which": [ - "1.3.1", "2.0.2" ], "isexe": [ @@ -67358,7 +65926,6 @@ "3.1.3" ], "glob-parent": [ - "6.0.2", "5.1.2" ], "is-binary-path": [ @@ -67370,6 +65937,9 @@ "readdirp": [ "3.6.0" ], + "fsevents": [ + "2.3.3" + ], "binary-extensions": [ "2.2.0" ], @@ -67413,9 +65983,103 @@ "@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" ], @@ -67425,9 +66089,15 @@ "@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" ], @@ -67438,7 +66108,6 @@ "1.3.1" ], "eslint-scope": [ - "7.2.2", "5.1.1" ], "events": [ @@ -67456,9 +66125,102 @@ "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" ], @@ -67466,6 +66228,21 @@ "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" ], @@ -67510,1734 +66287,935 @@ ], "@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" ], - "@alloc/quick-lru": [ - "5.2.0" - ], - "arg": [ - "5.0.2" - ], - "didyoumean": [ - "1.2.2" - ], - "dlv": [ - "1.1.3" - ], - "fast-glob": [ - "3.3.1" - ], - "jiti": [ - "1.20.0" - ], - "lilconfig": [ - "2.1.0" - ], - "object-hash": [ - "3.0.0" - ], - "postcss-import": [ - "15.1.0_postcss_8.4.31" - ], - "postcss-js": [ - "4.0.1_postcss_8.4.31" - ], - "postcss-load-config": [ - "4.0.1_postcss_8.4.31" - ], - "postcss-nested": [ - "6.0.1_postcss_8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "sucrase": [ - "3.34.0" - ], - "lines-and-columns": [ - "1.2.4" - ], - "mz": [ - "2.7.0" - ], - "pirates": [ - "4.0.6" - ], - "ts-interface-checker": [ - "0.1.13" - ], - "any-promise": [ - "1.3.0" - ], - "object-assign": [ - "4.1.1" - ], - "thenify-all": [ - "1.6.0" - ], - "thenify": [ - "3.3.1" - ], - "cssesc": [ - "3.0.0" - ], - "yaml": [ - "1.10.2", - "2.3.2" - ], - "camelcase-css": [ - "2.0.1" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "read-cache": [ - "1.0.0" - ], - "pify": [ - "2.3.0" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "merge2": [ - "1.4.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "abab": [ - "2.0.6" - ], - "source-map-js": [ - "1.0.2" - ], - "klona": [ - "2.0.6" - ], - "adjust-sourcemap-loader": [ + "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" ], - "convert-source-map": [ - "2.0.0", - "1.9.0" - ], - "loader-utils": [ - "3.2.1", - "2.0.4" - ], - "big.js": [ - "5.2.2" + "@babel/core": [ + "7.23.5" ], - "emojis-list": [ - "3.0.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "regex-parser": [ - "2.2.11" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "is-core-module": [ - "2.13.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "path-parse": [ - "1.0.7" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "address": [ - "1.2.2" + "@babel/helper-module-imports": [ + "7.22.15" ], - "detect-port-alt": [ - "1.1.6" + "@babel/helper-simple-access": [ + "7.22.5" ], - "filesize": [ - "8.0.7" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "find-up": [ - "4.1.0", - "3.0.0", - "5.0.0" + "@babel/types": [ + "7.23.5" ], - "fork-ts-checker-webpack-plugin": [ - "6.5.3_-1620898957" + "@babel/helper-string-parser": [ + "7.23.4" ], - "global-modules": [ + "to-fast-properties": [ "2.0.0" ], - "globby": [ - "11.1.0" - ], - "gzip-size": [ - "6.0.0" - ], - "immer": [ - "9.0.21" - ], - "is-root": [ - "2.1.0" - ], - "pkg-up": [ - "3.1.0" - ], - "react-error-overlay": [ - "6.0.11" - ], - "recursive-readdir": [ - "2.2.3" + "@ampproject/remapping": [ + "2.2.1" ], - "strip-ansi": [ - "7.1.0", - "6.0.1" + "@babel/code-frame": [ + "7.23.5" ], - "text-table": [ - "0.2.0" + "@babel/generator": [ + "7.23.5" ], - "ansi-regex": [ - "6.0.1", - "5.0.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "locate-path": [ - "5.0.0", - "6.0.0", - "3.0.0" + "@babel/helpers": [ + "7.23.5" ], - "p-locate": [ - "4.1.0", - "5.0.0", - "3.0.0" + "@babel/parser": [ + "7.23.5" ], - "path-exists": [ - "4.0.0", - "3.0.0" + "@babel/template": [ + "7.22.15" ], - "p-limit": [ - "3.1.0", - "2.3.0" + "@babel/traverse": [ + "7.23.5" ], - "p-try": [ - "2.2.0" + "convert-source-map": [ + "2.0.0" ], - "duplexer": [ - "0.1.2" + "debug": [ + "4.3.4" ], - "array-union": [ - "2.1.0" + "gensync": [ + "1.0.0-beta.2" ], - "dir-glob": [ - "3.0.1" + "json5": [ + "2.2.3" ], - "ignore": [ - "5.2.4" + "semver": [ + "6.3.1" ], - "slash": [ - "4.0.0", - "3.0.0" + "ms": [ + "2.1.2" ], - "path-type": [ - "4.0.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "global-prefix": [ - "3.0.0" + "globals": [ + "11.12.0" ], - "ini": [ - "1.3.8" + "@babel/compat-data": [ + "7.23.5" ], - "kind-of": [ - "6.0.3" + "@babel/helper-validator-option": [ + "7.23.5" ], - "cosmiconfig": [ - "7.1.0", - "6.0.0" + "browserslist": [ + "4.22.2" ], - "@types/parse-json": [ - "4.0.0" + "lru-cache": [ + "5.1.1" ], - "import-fresh": [ - "3.3.0" + "yallist": [ + "3.1.1" ], - "parse-json": [ - "5.2.0" + "caniuse-lite": [ + "1.0.30001566" ], - "error-ex": [ - "1.3.2" + "electron-to-chromium": [ + "1.4.608" ], - "is-arrayish": [ - "0.2.1" + "node-releases": [ + "2.0.14" ], - "parent-module": [ - "1.0.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "resolve-from": [ - "5.0.0", - "4.0.0" + "escalade": [ + "3.1.1" ], - "callsites": [ - "3.1.0" + "picocolors": [ + "1.0.0" ], - "yocto-queue": [ - "0.1.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "core-js": [ - "3.33.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "promise": [ - "8.3.0" + "jsesc": [ + "2.5.2" ], - "raf": [ - "3.4.1" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "whatwg-fetch": [ - "3.6.19" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "performance-now": [ - "2.1.0" + "@jridgewell/set-array": [ + "1.1.2" ], - "asap": [ - "2.0.6" + "@babel/highlight": [ + "7.23.4" ], - "loose-envify": [ - "1.4.0" + "chalk": [ + "2.4.2" ], - "kleur": [ - "3.0.3" + "ansi-styles": [ + "3.2.1" ], - "sisteransi": [ + "escape-string-regexp": [ "1.0.5" ], - "@csstools/postcss-cascade-layers": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-color-function": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-font-format-keywords": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-hwb-function": [ - "1.0.2_postcss_8.4.31" - ], - "@csstools/postcss-ic-unit": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-is-pseudo-class": [ - "2.0.7_postcss_8.4.31" - ], - "@csstools/postcss-nested-calc": [ - "1.0.0_postcss_8.4.31" - ], - "@csstools/postcss-normalize-display-values": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-oklab-function": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-progressive-custom-properties": [ - "1.3.0_postcss_8.4.31" - ], - "@csstools/postcss-stepped-value-functions": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-text-decoration-shorthand": [ - "1.0.0_postcss_8.4.31" - ], - "@csstools/postcss-trigonometric-functions": [ - "1.0.2_postcss_8.4.31" - ], - "@csstools/postcss-unset-value": [ - "1.0.2_postcss_8.4.31" - ], - "autoprefixer": [ - "10.4.16_postcss_8.4.31" - ], - "css-blank-pseudo": [ - "3.0.3_postcss_8.4.31" - ], - "css-has-pseudo": [ - "3.0.4_postcss_8.4.31" - ], - "css-prefers-color-scheme": [ - "6.0.3_postcss_8.4.31" - ], - "cssdb": [ - "7.7.2" - ], - "postcss-attribute-case-insensitive": [ - "5.0.2_postcss_8.4.31" - ], - "postcss-clamp": [ - "4.1.0_postcss_8.4.31" - ], - "postcss-color-functional-notation": [ - "4.2.4_postcss_8.4.31" - ], - "postcss-color-hex-alpha": [ - "8.0.4_postcss_8.4.31" - ], - "postcss-color-rebeccapurple": [ - "7.1.1_postcss_8.4.31" - ], - "postcss-custom-media": [ - "8.0.2_postcss_8.4.31" - ], - "postcss-custom-properties": [ - "12.1.11_postcss_8.4.31" - ], - "postcss-custom-selectors": [ - "6.0.3_postcss_8.4.31" - ], - "postcss-dir-pseudo-class": [ - "6.0.5_postcss_8.4.31" - ], - "postcss-double-position-gradients": [ - "3.1.2_postcss_8.4.31" - ], - "postcss-env-function": [ - "4.0.6_postcss_8.4.31" - ], - "postcss-focus-visible": [ - "6.0.4_postcss_8.4.31" - ], - "postcss-focus-within": [ - "5.0.4_postcss_8.4.31" - ], - "postcss-font-variant": [ - "5.0.0_postcss_8.4.31" - ], - "postcss-gap-properties": [ - "3.0.5_postcss_8.4.31" - ], - "postcss-image-set-function": [ - "4.0.7_postcss_8.4.31" - ], - "postcss-initial": [ - "4.0.1_postcss_8.4.31" - ], - "postcss-lab-function": [ - "4.2.1_postcss_8.4.31" - ], - "postcss-logical": [ - "5.0.4_postcss_8.4.31" - ], - "postcss-media-minmax": [ - "5.0.0_postcss_8.4.31" - ], - "postcss-nesting": [ - "10.2.0_postcss_8.4.31" - ], - "postcss-opacity-percentage": [ - "1.1.3_postcss_8.4.31" - ], - "postcss-overflow-shorthand": [ - "3.0.4_postcss_8.4.31" - ], - "postcss-page-break": [ - "3.0.4_postcss_8.4.31" - ], - "postcss-place": [ - "7.0.5_postcss_8.4.31" - ], - "postcss-pseudo-class-any-link": [ - "7.1.6_postcss_8.4.31" + "supports-color": [ + "5.5.0" ], - "postcss-replace-overflow-wrap": [ - "4.0.0_postcss_8.4.31" + "has-flag": [ + "3.0.0" ], - "postcss-selector-not": [ - "6.0.1_postcss_8.4.31" + "color-convert": [ + "1.9.3" ], - "@csstools/selector-specificity": [ - "2.2.0_postcss-selector-parser_6.0.13" + "color-name": [ + "1.1.3" ], - "caniuse-lite": [ - "1.0.30001542" + "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" ], - "fraction.js": [ - "4.3.6" + "@babel/helper-string-parser": [ + "7.23.4" ], - "normalize-range": [ - "0.1.2" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@csstools/normalize.css": [ - "12.0.0" + "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" ], - "postcss-browser-comments": [ - "4.0.0_-695478989" + "@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" ], - "sanitize.css": [ - "13.0.0" + "internal-slot": [ + "1.0.5" ], - "nanoid": [ - "3.3.6" + "get-intrinsic": [ + "1.2.1" ], - "ansi-escapes": [ - "4.3.2" + "has": [ + "1.0.3" ], - "jest-regex-util": [ - "27.5.1", - "28.0.2" + "side-channel": [ + "1.0.4" ], - "jest-watcher": [ - "27.5.1", - "28.1.3" + "call-bind": [ + "1.0.2" ], - "string-length": [ - "4.0.2", - "5.0.1" + "object-inspect": [ + "1.12.3" ], - "char-regex": [ - "1.0.2", - "2.0.1" + "function-bind": [ + "1.1.1" ], - "@jest/test-result": [ - "27.5.1", - "28.1.3" + "has-proto": [ + "1.0.1" ], - "@jest/types": [ - "27.5.1", - "28.1.3" + "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" ], - "emittery": [ - "0.8.1", - "0.10.2" + "@babel/core": [ + "7.23.5" ], - "jest-util": [ - "27.5.1", - "28.1.3" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "ci-info": [ - "3.8.0" + "@ampproject/remapping": [ + "2.2.1" ], - "@jest/schemas": [ - "28.1.3" + "@babel/code-frame": [ + "7.23.5" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "@babel/generator": [ + "7.23.5" ], - "@types/istanbul-reports": [ - "3.0.2" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "@types/yargs": [ - "16.0.6", - "17.0.26" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@types/yargs-parser": [ - "21.0.1" + "@babel/helpers": [ + "7.23.5" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@babel/parser": [ + "7.23.5" ], - "@sinclair/typebox": [ - "0.24.51" + "@babel/template": [ + "7.22.15" ], - "@jest/console": [ - "27.5.1", - "28.1.3" + "@babel/traverse": [ + "7.23.5" ], - "collect-v8-coverage": [ - "1.0.2" + "@babel/types": [ + "7.23.5" ], - "jest-message-util": [ - "27.5.1", - "28.1.3" + "convert-source-map": [ + "2.0.0" ], - "@types/stack-utils": [ - "2.0.1" + "debug": [ + "4.3.4" ], - "pretty-format": [ - "27.5.1", - "28.1.3" + "gensync": [ + "1.0.0-beta.2" ], - "stack-utils": [ - "2.0.6" + "json5": [ + "2.2.3" ], - "react-is": [ - "16.13.1", - "17.0.2", - "18.2.0" + "semver": [ + "6.3.1" ], - "jest-haste-map": [ - "27.5.1" + "ms": [ + "2.1.2" ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "jest-validate": [ - "27.5.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "resolve.exports": [ - "1.1.1" + "to-fast-properties": [ + "2.0.0" ], - "jest-get-type": [ - "27.5.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@types/graceful-fs": [ - "4.1.7" + "@babel/helper-function-name": [ + "7.23.0" ], - "fb-watchman": [ - "2.0.2" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "jest-serializer": [ - "27.5.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "walker": [ - "1.0.8" + "globals": [ + "11.12.0" ], - "makeerror": [ - "1.0.12" + "@babel/helper-module-imports": [ + "7.22.15" ], - "tmpl": [ - "1.0.5" + "@babel/helper-simple-access": [ + "7.22.5" ], - "bser": [ - "2.1.1" + "@babel/compat-data": [ + "7.23.5" ], - "node-int64": [ - "0.4.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@jest/core": [ - "27.5.1" + "browserslist": [ + "4.22.2" ], - "import-local": [ - "3.1.0" + "lru-cache": [ + "5.1.1" ], - "jest-cli": [ - "27.5.1" + "yallist": [ + "3.1.1" ], - "exit": [ - "0.1.2" + "caniuse-lite": [ + "1.0.30001566" ], - "jest-config": [ - "27.5.1" + "electron-to-chromium": [ + "1.4.608" ], - "yargs": [ - "16.2.0" + "node-releases": [ + "2.0.14" ], - "cliui": [ - "7.0.4" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" ], - "get-caller-file": [ - "2.0.5" - ], - "require-directory": [ - "2.1.1" - ], - "string-width": [ - "4.2.3" - ], - "y18n": [ - "5.0.8" - ], - "yargs-parser": [ - "20.2.9" - ], - "emoji-regex": [ - "9.2.2", - "8.0.0" - ], - "is-fullwidth-code-point": [ - "3.0.0" - ], - "wrap-ansi": [ - "7.0.0" - ], - "@jest/test-sequencer": [ - "27.5.1" - ], - "jest-circus": [ - "27.5.1" - ], - "jest-environment-jsdom": [ - "27.5.1" + "picocolors": [ + "1.0.0" ], - "jest-environment-node": [ - "27.5.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "jest-jasmine2": [ - "27.5.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "jest-runner": [ - "27.5.1" + "jsesc": [ + "2.5.2" ], - "strip-json-comments": [ + "@jridgewell/resolve-uri": [ "3.1.1" ], - "@jest/environment": [ - "27.5.1" - ], - "@jest/transform": [ - "27.5.1" - ], - "jest-docblock": [ - "27.5.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "jest-leak-detector": [ - "27.5.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "jest-runtime": [ - "27.5.1" + "@babel/highlight": [ + "7.23.4" ], - "throat": [ - "6.0.2" + "chalk": [ + "2.4.2" ], - "@jest/fake-timers": [ - "27.5.1" + "ansi-styles": [ + "3.2.1" ], - "@jest/globals": [ - "27.5.1" + "escape-string-regexp": [ + "1.0.5" ], - "@jest/source-map": [ - "27.5.1" + "supports-color": [ + "5.5.0" ], - "cjs-module-lexer": [ - "1.2.3" + "has-flag": [ + "3.0.0" ], - "jest-mock": [ - "27.5.1" + "color-convert": [ + "1.9.3" ], - "jest-snapshot": [ - "27.5.1" + "color-name": [ + "1.1.3" ], - "strip-bom": [ - "3.0.0", + "js-tokens": [ "4.0.0" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@types/prettier": [ - "2.7.3" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "expect": [ - "27.5.1" - ], - "jest-diff": [ - "27.5.1" - ], - "jest-matcher-utils": [ - "27.5.1" - ], - "natural-compare": [ - "1.4.0" - ], - "diff-sequences": [ - "27.5.1" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" - ], - "detect-newline": [ - "3.1.0" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "write-file-atomic": [ - "3.0.3" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-typedarray": [ - "1.0.0" - ], - "typedarray-to-buffer": [ - "3.1.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "4.1.0", - "3.14.1" - ], - "argparse": [ - "2.0.1", - "1.0.10" - ], - "esprima": [ - "1.2.2", - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "co": [ - "4.6.0" - ], - "is-generator-fn": [ - "2.1.0" - ], - "jest-each": [ - "27.5.1" - ], - "jsdom": [ - "16.7.0" - ], - "acorn-globals": [ - "6.0.0" - ], - "cssom": [ - "0.3.8", - "0.4.4" - ], - "cssstyle": [ - "2.3.0" - ], - "data-urls": [ - "2.0.0" - ], - "decimal.js": [ - "10.4.3" - ], - "domexception": [ - "2.0.1" - ], - "escodegen": [ - "1.14.3", - "2.1.0" - ], - "form-data": [ - "3.0.1" - ], - "html-encoding-sniffer": [ - "2.0.1" - ], - "http-proxy-agent": [ - "4.0.1" - ], - "https-proxy-agent": [ - "5.0.1" - ], - "is-potential-custom-element-name": [ - "1.0.1" - ], - "nwsapi": [ - "2.2.7" - ], - "parse5": [ - "6.0.1" - ], - "saxes": [ - "5.0.1" - ], - "symbol-tree": [ - "3.2.4" - ], - "tough-cookie": [ - "4.1.3" - ], - "w3c-hr-time": [ - "1.0.2" - ], - "w3c-xmlserializer": [ - "2.0.0" - ], - "whatwg-encoding": [ - "1.0.5" - ], - "whatwg-mimetype": [ - "2.3.0" - ], - "xml-name-validator": [ - "3.0.0" - ], - "browser-process-hrtime": [ - "1.0.0" - ], - "psl": [ - "1.9.0" - ], - "url-parse": [ - "1.5.10" - ], - "querystringify": [ - "2.2.0" - ], - "xmlchars": [ - "2.2.0" - ], - "agent-base": [ - "6.0.2" - ], - "@tootallnate/once": [ - "1.1.2" - ], - "asynckit": [ - "0.4.0" - ], - "combined-stream": [ - "1.0.8" - ], - "delayed-stream": [ - "1.0.0" - ], - "acorn-walk": [ - "7.2.0" - ], - "dedent": [ - "0.7.0" - ], - "pkg-dir": [ - "4.2.0" - ], - "resolve-cwd": [ - "3.0.0" - ], - "@jest/reporters": [ - "27.5.1" - ], - "jest-changed-files": [ - "27.5.1" - ], - "jest-resolve-dependencies": [ - "27.5.1" - ], - "@bcoe/v8-coverage": [ - "0.2.3" - ], - "istanbul-lib-report": [ - "3.0.1" - ], - "istanbul-lib-source-maps": [ - "4.0.1" - ], - "istanbul-reports": [ - "3.1.6" - ], - "terminal-link": [ - "2.1.1" - ], - "v8-to-istanbul": [ - "8.1.1" - ], - "supports-hyperlinks": [ - "2.3.0" - ], - "html-escaper": [ - "2.0.2" - ], - "make-dir": [ - "3.1.0", - "4.0.0" - ], - "harmony-reflect": [ - "1.6.2" - ], - "@types/html-minifier-terser": [ - "6.1.0" - ], - "html-minifier-terser": [ - "6.1.0" - ], - "pretty-error": [ - "4.0.0" - ], - "renderkid": [ - "3.0.0" - ], - "css-select": [ - "2.1.0", - "4.3.0" - ], - "dom-converter": [ - "0.2.0" - ], - "htmlparser2": [ - "6.1.0" - ], - "domelementtype": [ - "1.3.1", - "2.3.0" - ], - "domhandler": [ - "4.3.1" - ], - "domutils": [ - "1.7.0", - "2.8.0" - ], - "entities": [ - "2.2.0" - ], - "dom-serializer": [ - "0.2.2", - "1.4.1" - ], - "utila": [ - "0.4.0" - ], - "boolbase": [ - "1.0.0" - ], - "css-what": [ - "3.4.2", - "6.1.0" - ], - "nth-check": [ - "1.0.2", - "2.1.1" - ], - "camel-case": [ - "4.1.2" - ], - "clean-css": [ - "5.3.2" - ], - "he": [ - "1.2.0" - ], - "param-case": [ - "3.0.4" - ], - "relateurl": [ - "0.2.7" - ], - "dot-case": [ - "3.0.4" - ], - "tslib": [ - "1.14.1", - "2.6.2" - ], - "no-case": [ - "3.0.4" - ], - "lower-case": [ - "2.0.2" - ], - "pascal-case": [ - "3.1.2" - ], - "@babel/eslint-parser": [ - "7.22.15_1785327679" - ], - "@rushstack/eslint-patch": [ - "1.5.1" - ], - "@typescript-eslint/eslint-plugin": [ - "5.44.0_-937717529" - ], - "@typescript-eslint/parser": [ - "5.44.0_1767590274" - ], - "confusing-browser-globals": [ - "1.0.11" - ], - "eslint-plugin-flowtype": [ - "8.0.3_-1926989819" - ], - "eslint-plugin-import": [ - "2.28.1_-730556401" - ], - "eslint-plugin-jest": [ - "25.7.0_-754197893" - ], - "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-eslint/utils": [ - "5.44.0_1767590274", - "5.62.0_1767590274" - ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" - ], - "@types/semver": [ - "7.5.3" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0", - "5.62.0" - ], - "@typescript-eslint/types": [ - "5.44.0", - "5.62.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3", - "5.62.0_typescript_4.9.3" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0", - "5.62.0" - ], - "tsutils": [ - "3.21.0_typescript_4.9.3" - ], - "eslint-visitor-keys": [ - "2.1.0", - "3.4.3" - ], - "array-includes": [ - "3.1.7" - ], - "array.prototype.flatmap": [ - "1.3.2" - ], - "array.prototype.tosorted": [ - "1.1.2" - ], - "doctrine": [ - "3.0.0", - "2.1.0" - ], - "es-iterator-helpers": [ - "1.0.15" - ], - "jsx-ast-utils": [ - "3.3.5" - ], - "object.entries": [ - "1.1.7" - ], - "object.fromentries": [ - "2.0.7" - ], - "object.hasown": [ - "1.1.3" - ], - "object.values": [ - "1.1.7" - ], - "prop-types": [ - "15.8.1" - ], - "array.prototype.flat": [ - "1.3.2" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "asynciterator.prototype": [ - "1.0.0" - ], - "iterator.prototype": [ - "1.1.2" - ], - "reflect.getprototypeof": [ - "1.0.4" - ], - "which-builtin-type": [ - "1.1.3" - ], - "is-async-function": [ - "2.0.0" - ], - "is-finalizationregistry": [ - "1.0.2" - ], - "is-generator-function": [ - "1.0.10" - ], - "which-collection": [ - "1.0.1" - ], - "is-map": [ - "2.0.2" - ], - "is-set": [ - "2.0.2" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "aria-query": [ - "5.3.0" - ], - "ast-types-flow": [ - "0.0.7" - ], - "axe-core": [ - "4.8.2" - ], - "axobject-query": [ - "3.2.1" - ], - "damerau-levenshtein": [ - "1.0.8" - ], - "language-tags": [ - "1.0.5" - ], - "language-subtag-registry": [ - "0.3.22" - ], - "dequal": [ - "2.0.3" - ], - "@typescript-eslint/experimental-utils": [ - "5.62.0_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" - ], - "minimist": [ - "1.2.8" - ], - "@babel/plugin-syntax-flow": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-react-jsx": [ - "7.22.15_at_babel_core_7.23.0" - ], - "string-natural-compare": [ - "3.0.1" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@typescript-eslint/type-utils": [ - "5.44.0_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" - ], - "@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" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "file-entry-cache": [ - "6.0.1" - ], - "graphemer": [ - "1.4.0" - ], - "is-path-inside": [ - "3.0.3" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.3.0", - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "optionator": [ - "0.8.3", - "0.9.3" - ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "deep-is": [ - "0.1.4" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "prelude-ls": [ - "1.1.2", - "1.2.1" - ], - "type-check": [ - "0.3.2", - "0.4.0" - ], - "flat-cache": [ - "3.1.0" - ], - "flatted": [ - "3.2.9" - ], - "keyv": [ - "4.5.3" - ], - "json-buffer": [ - "3.0.1" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "cssnano": [ - "5.1.15_postcss_8.4.31" - ], - "cssnano-preset-default": [ - "5.2.14_postcss_8.4.31" - ], - "css-declaration-sorter": [ - "6.4.1_postcss_8.4.31" - ], - "cssnano-utils": [ - "3.1.0_postcss_8.4.31" - ], - "postcss-calc": [ - "8.2.4_postcss_8.4.31" - ], - "postcss-colormin": [ - "5.3.1_postcss_8.4.31" - ], - "postcss-convert-values": [ - "5.1.3_postcss_8.4.31" - ], - "postcss-discard-comments": [ - "5.1.2_postcss_8.4.31" - ], - "postcss-discard-duplicates": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-discard-empty": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-discard-overridden": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-merge-longhand": [ - "5.1.7_postcss_8.4.31" - ], - "postcss-merge-rules": [ - "5.1.4_postcss_8.4.31" - ], - "postcss-minify-font-values": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-minify-gradients": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-minify-params": [ - "5.1.4_postcss_8.4.31" - ], - "postcss-minify-selectors": [ - "5.2.1_postcss_8.4.31" - ], - "postcss-normalize-charset": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-display-values": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-positions": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-normalize-repeat-style": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-normalize-string": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-timing-functions": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-unicode": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-normalize-url": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-whitespace": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-ordered-values": [ - "5.1.3_postcss_8.4.31" - ], - "postcss-reduce-initial": [ - "5.1.2_postcss_8.4.31" - ], - "postcss-reduce-transforms": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-svgo": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-unique-selectors": [ - "5.1.1_postcss_8.4.31" - ], - "svgo": [ - "1.3.2", - "2.8.0" - ], - "@trysound/sax": [ - "0.2.0" - ], - "css-tree": [ - "1.0.0-alpha.37", - "1.1.3" - ], - "csso": [ - "4.2.0" - ], - "stable": [ - "0.1.8" - ], - "mdn-data": [ - "2.0.4", - "2.0.14" - ], - "caniuse-api": [ - "3.0.0" - ], - "lodash.memoize": [ - "4.1.2" - ], - "lodash.uniq": [ - "4.5.0" - ], - "normalize-url": [ - "6.1.0" - ], - "colord": [ - "2.9.3" - ], - "stylehacks": [ - "5.1.1_postcss_8.4.31" - ], - "icss-utils": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-modules-extract-imports": [ - "3.0.0_postcss_8.4.31" - ], - "postcss-modules-local-by-default": [ - "4.0.3_postcss_8.4.31" - ], - "postcss-modules-scope": [ - "3.0.0_postcss_8.4.31" - ], - "postcss-modules-values": [ - "4.0.0_postcss_8.4.31" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "bluebird": [ - "3.7.2" - ], - "check-types": [ - "11.2.3" - ], - "hoopy": [ - "0.1.4" - ], - "jsonpath": [ - "1.1.1" - ], - "tryer": [ - "1.0.1" - ], - "static-eval": [ - "2.0.2" - ], - "underscore": [ - "1.12.1" - ], - "word-wrap": [ - "1.2.5" - ], - "@babel/plugin-proposal-class-properties": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-decorators": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-nullish-coalescing-operator": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-numeric-separator": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-optional-chaining": [ - "7.21.0_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-private-methods": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-flow-strip-types": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-react-display-name": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-runtime": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/preset-react": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/preset-typescript": [ - "7.23.0_at_babel_core_7.23.0" - ], - "babel-plugin-macros": [ - "3.1.0" - ], - "babel-plugin-transform-react-remove-prop-types": [ - "0.4.24" - ], - "@babel/plugin-transform-typescript": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-react-pure-annotations": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-decorators": [ - "7.22.10_at_babel_core_7.23.0" - ], - "find-cache-dir": [ - "3.3.2" - ], - "commondir": [ - "1.0.1" - ], - "@types/babel__core": [ - "7.20.2" - ], - "babel-preset-jest": [ - "27.5.1_at_babel_core_7.23.0" - ], - "babel-plugin-jest-hoist": [ - "27.5.1" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@babel/plugin-transform-react-constant-elements": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@svgr/core": [ - "5.5.0" - ], - "@svgr/plugin-jsx": [ - "5.5.0" - ], - "@svgr/plugin-svgo": [ - "5.5.0" - ], - "coa": [ - "2.0.2" - ], - "css-select-base-adapter": [ - "0.1.1" - ], - "mkdirp": [ - "0.5.6" - ], - "sax": [ - "1.2.4" - ], - "unquote": [ - "1.1.1" - ], - "util.promisify": [ - "1.0.1" - ], - "object.getownpropertydescriptors": [ - "2.1.7" - ], - "array.prototype.reduce": [ - "1.0.6" - ], - "es-array-method-boxes-properly": [ - "1.0.0" - ], - "@types/q": [ - "1.5.6" - ], - "q": [ - "1.5.1" - ], - "@svgr/babel-preset": [ - "5.5.0" - ], - "@svgr/hast-util-to-babel-ast": [ - "5.5.0" - ], - "svg-parser": [ - "2.0.4" - ], - "@svgr/babel-plugin-add-jsx-attribute": [ - "5.4.0" - ], - "@svgr/babel-plugin-remove-jsx-attribute": [ - "5.4.0" - ], - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "5.0.1" - ], - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "5.0.1" - ], - "@svgr/babel-plugin-svg-dynamic-title": [ - "5.4.0" - ], - "@svgr/babel-plugin-svg-em-dimensions": [ - "5.4.0" - ], - "@svgr/babel-plugin-transform-react-native-svg": [ - "5.4.0" - ], - "@svgr/babel-plugin-transform-svg-component": [ - "5.5.0" - ], - "common-path-prefix": [ - "3.0.0" - ], - "core-js-pure": [ - "3.33.0" - ], - "error-stack-parser": [ - "2.1.4" - ], - "stackframe": [ - "1.3.4" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/helpers": [ - "7.23.1" - ], - "gensync": [ - "1.0.0-beta.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": { - "react-scripts": "./bin/react-scripts.js" - }, - "npm_translate_lock_repo": "npm" - } - }, - "npm__kleur__3.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__kleur__3.0.3__links", - "package": "kleur", - "version": "3.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "kleur": [ - "3.0.3" ] }, "lifecycle_build_target": false, @@ -69247,78 +67225,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__html-encoding-sniffer__3.0.0__links": { + "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__html-encoding-sniffer__3.0.0__links", - "package": "html-encoding-sniffer", - "version": "3.0.0", + "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": { - "whatwg-encoding": "2.0.0" - }, - "transitive_closure": { - "html-encoding-sniffer": [ - "3.0.0" - ], - "whatwg-encoding": [ - "2.0.0" - ], - "iconv-lite": [ - "0.6.3" - ], - "safer-buffer": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__css-blank-pseudo__3.0.3__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-blank-pseudo__3.0.3__postcss_8.4.31__links", - "package": "css-blank-pseudo", - "version": "3.0.3_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, + "deps": {}, "transitive_closure": { - "css-blank-pseudo": [ - "3.0.3_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "symbol-tree": [ + "3.2.4" ] }, "lifecycle_build_target": false, @@ -69328,18 +67248,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-preset-env__7.8.3__postcss_8.4.31": { + "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__postcss-preset-env__7.8.3__postcss_8.4.31", - "package": "postcss-preset-env", - "version": "7.8.3_postcss_8.4.31", + "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-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==", - "url": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz", + "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": [], @@ -69353,18 +67273,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-numeric-separator__7.22.11__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-numeric-separator__7.22.11__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-numeric-separator", - "version": "7.22.11_at_babel_core_7.23.0", + "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-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.11.tgz", + "integrity": "sha512-jZHaZotEHQaHLgKr8JnQiDT1rmatjgKlMekyksz+yk9jt/8z9quNjnKNRoaM0wd9DC2QKXjmWWuDYtM3jfF8pQ==", + "url": "https://registry.npmjs.org/rollup/-/rollup-4.6.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -69378,18 +67298,18 @@ "generate_bzl_library_targets": false } }, - "npm__watchpack__2.4.0": { + "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__watchpack__2.4.0", - "package": "watchpack", - "version": "2.4.0", + "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-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "url": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "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": [], @@ -69398,23 +67318,67 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__yargs-parser__21.1.1": { + "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__yargs-parser__21.1.1", - "package": "yargs-parser", - "version": "21.1.1", + "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-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "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": [], @@ -69428,28 +67392,20 @@ "generate_bzl_library_targets": false } }, - "npm__glob-parent__5.1.2__links": { + "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__glob-parent__5.1.2__links", - "package": "glob-parent", - "version": "5.1.2", - "dev": false, + "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": { - "is-glob": "4.0.3" - }, + "deps": {}, "transitive_closure": { - "glob-parent": [ - "5.1.2" - ], - "is-glob": [ - "4.0.3" - ], - "is-extglob": [ - "2.1.1" + "resolve-url": [ + "0.2.1" ] }, "lifecycle_build_target": false, @@ -69459,41 +67415,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__shebang-regex__3.0.0__links": { + "npm__wrappy__1.0.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__shebang-regex__3.0.0__links", - "package": "shebang-regex", - "version": "3.0.0", - "dev": false, + "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": {}, - "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" + "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__sisteransi__1.0.5": { + "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__sisteransi__1.0.5", - "package": "sisteransi", - "version": "1.0.5", + "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-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", - "url": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "url": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -69507,18 +67465,18 @@ "generate_bzl_library_targets": false } }, - "npm__es-set-tostringtag__2.0.1": { + "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__es-set-tostringtag__2.0.1", - "package": "es-set-tostringtag", - "version": "2.0.1", + "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-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", - "url": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "url": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -69532,22 +67490,18 @@ "generate_bzl_library_targets": false } }, - "npm__next__13.0.5__1506564262": { + "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__next__13.0.5__1506564262", - "package": "next", - "version": "13.0.5_1506564262", + "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": { - "next.js": [ - "next" - ] - }, - "integrity": "sha512-awpc3DkphyKydwCotcBnuKwh6hMqkT5xdiBK4OatJtOZurDPBYLP62jtM2be/4OunpmwIbsS0Eyv+ZGU97ciEg==", - "url": "https://registry.npmjs.org/next/-/next-13.0.5.tgz", + "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": [], @@ -69561,198 +67515,79 @@ "generate_bzl_library_targets": false } }, - "npm__string.prototype.matchall__4.0.10__links": { + "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__string.prototype.matchall__4.0.10__links", - "package": "string.prototype.matchall", - "version": "4.0.10", - "dev": false, + "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": { - "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" + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" }, "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" + "proxy-addr": [ + "2.0.7" ], - "isarray": [ - "2.0.5" + "forwarded": [ + "0.2.0" ], - "is-date-object": [ - "1.0.5" + "ipaddr.js": [ + "1.9.1" ] }, "lifecycle_build_target": false, @@ -69762,18 +67597,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_rollup_plugin-node-resolve__11.2.1__rollup_2.79.1": { + "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__at_rollup_plugin-node-resolve__11.2.1__rollup_2.79.1", - "package": "@rollup/plugin-node-resolve", - "version": "11.2.1_rollup_2.79.1", + "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-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", - "url": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", + "url": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -69787,18 +67622,47 @@ "generate_bzl_library_targets": false } }, - "npm__available-typed-arrays__1.0.5": { + "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__available-typed-arrays__1.0.5", - "package": "available-typed-arrays", - "version": "1.0.5", + "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-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", - "url": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "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": [], @@ -69812,18 +67676,72 @@ "generate_bzl_library_targets": false } }, - "npm__jest-runtime__29.7.0": { + "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__jest-runtime__29.7.0", - "package": "jest-runtime", - "version": "29.7.0", + "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-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", - "url": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "url": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -69837,18 +67755,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-object-rest-spread__7.8.3__at_babel_core_7.23.0": { + "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__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", + "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-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "url": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -69862,85 +67780,57 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_compiler-sfc__3.2.45__links": { + "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__at_vue_compiler-sfc__3.2.45__links", - "package": "@vue/compiler-sfc", - "version": "3.2.45", - "dev": false, + "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": { - "@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" + "iconv-lite": "0.6.3" }, "transitive_closure": { - "@vue/compiler-sfc": [ - "3.2.45" - ], - "@babel/parser": [ - "7.23.0" - ], - "@vue/compiler-core": [ - "3.2.45" - ], - "@vue/compiler-dom": [ - "3.2.45" - ], - "@vue/compiler-ssr": [ - "3.2.45" - ], - "@vue/reactivity-transform": [ - "3.2.45" - ], - "@vue/shared": [ - "3.2.45" - ], - "estree-walker": [ - "2.0.2" - ], - "magic-string": [ - "0.25.9" - ], - "postcss": [ - "8.4.31" - ], - "source-map": [ - "0.6.1" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "sourcemap-codec": [ - "1.4.8" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" + "whatwg-encoding": [ + "2.0.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "iconv-lite": [ + "0.6.3" ], - "to-fast-properties": [ - "2.0.0" + "safer-buffer": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -69950,61 +67840,159 @@ "npm_translate_lock_repo": "npm" } }, - "npm__lodash.sortby__4.7.0__links": { + "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__lodash.sortby__4.7.0__links", - "package": "lodash.sortby", - "version": "4.7.0", - "dev": false, + "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": { - "lodash.sortby": [ - "4.7.0" + "esbuild-sunos-64": [ + "0.15.18" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_webassemblyjs_ast__1.11.6__links": { + "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__at_webassemblyjs_ast__1.11.6__links", - "package": "@webassemblyjs/ast", - "version": "1.11.6", - "dev": false, + "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": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + "@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": { - "@webassemblyjs/ast": [ - "1.11.6" + "jest-message-util": [ + "29.7.0" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "@babel/code-frame": [ + "7.23.5" ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" + "@jest/types": [ + "29.6.3" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "@types/stack-utils": [ + "2.0.1" ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" + "chalk": [ + "2.4.2", + "4.1.2" ], - "@xtuc/long": [ - "4.2.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, @@ -70014,18 +68002,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__data-urls__3.0.2": { + "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__data-urls__3.0.2", - "package": "data-urls", - "version": "3.0.2", + "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-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", - "url": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "url": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -70039,18 +68027,18 @@ "generate_bzl_library_targets": false } }, - "npm__whatwg-url__7.1.0": { + "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__whatwg-url__7.1.0", - "package": "whatwg-url", - "version": "7.1.0", + "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-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "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": [], @@ -70064,18 +68052,18 @@ "generate_bzl_library_targets": false } }, - "npm__confusing-browser-globals__1.0.11": { + "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__confusing-browser-globals__1.0.11", - "package": "confusing-browser-globals", - "version": "1.0.11", + "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-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==", - "url": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "url": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -70089,18 +68077,18 @@ "generate_bzl_library_targets": false } }, - "npm__kind-of__3.2.2": { + "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__kind-of__3.2.2", - "package": "kind-of", - "version": "3.2.2", + "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-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==", + "url": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.15.18.tgz", "commit": "", "patch_args": [], "patches": [], @@ -70109,25 +68097,29 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__regenerator-runtime__0.13.11__links": { + "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__regenerator-runtime__0.13.11__links", - "package": "regenerator-runtime", - "version": "0.13.11", - "dev": false, + "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": { - "regenerator-runtime": [ - "0.13.11" + "reusify": [ + "1.0.4" ] }, "lifecycle_build_target": false, @@ -70137,20 +68129,215 @@ "npm_translate_lock_repo": "npm" } }, - "npm__get-stream__6.0.1__links": { + "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__get-stream__6.0.1__links", - "package": "get-stream", - "version": "6.0.1", - "dev": false, + "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": { - "get-stream": [ - "6.0.1" + "cookie-signature": [ + "1.0.6" ] }, "lifecycle_build_target": false, @@ -70160,18 +68347,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-plugin-utils__7.22.5": { + "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__at_babel_helper-plugin-utils__7.22.5", - "package": "@babel/helper-plugin-utils", - "version": "7.22.5", + "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-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", - "url": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", + "url": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -70185,20 +68372,20 @@ "generate_bzl_library_targets": false } }, - "npm__lodash.merge__4.6.2__links": { + "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__lodash.merge__4.6.2__links", - "package": "lodash.merge", - "version": "4.6.2", - "dev": false, + "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": { - "lodash.merge": [ - "4.6.2" + "strip-final-newline": [ + "3.0.0" ] }, "lifecycle_build_target": false, @@ -70208,18 +68395,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__gzip-size__6.0.0": { + "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__gzip-size__6.0.0", - "package": "gzip-size", - "version": "6.0.0", + "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-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", - "url": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "url": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -70233,18 +68420,46 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-modules-commonjs__7.23.0__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-modules-commonjs__7.23.0__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-modules-commonjs", - "version": "7.23.0_at_babel_core_7.23.0", + "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-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.0.tgz", + "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==", + "url": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -70258,487 +68473,919 @@ "generate_bzl_library_targets": false } }, - "npm__webpack__5.89.0__-1501518582__links": { + "npm__inherits__2.0.3": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack__5.89.0__-1501518582__links", - "package": "webpack", - "version": "5.89.0_-1501518582", + "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": { - "react-webpack": [ - "webpack" + "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": { - "@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" + "estraverse": "5.3.0" }, "transitive_closure": { - "webpack": [ - "5.89.0_-1501518582" - ], - "@types/eslint-scope": [ - "3.7.5" + "esquery": [ + "1.5.0" ], - "@types/estree": [ - "1.0.2" + "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" ], - "@webassemblyjs/ast": [ - "1.11.6" + "@vue/reactivity": [ + "3.2.45" ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" + "@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" ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" + "@babel/core": [ + "7.23.5" ], - "acorn": [ - "8.10.0" + "@ampproject/remapping": [ + "2.2.1" ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" + "@babel/code-frame": [ + "7.23.5" ], - "browserslist": [ - "4.22.1" + "@babel/generator": [ + "7.23.5" ], - "chrome-trace-event": [ - "1.0.3" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "enhanced-resolve": [ - "5.15.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "es-module-lexer": [ - "1.3.1" + "@babel/helpers": [ + "7.23.5" ], - "eslint-scope": [ - "5.1.1" + "@babel/parser": [ + "7.23.5" ], - "events": [ - "3.3.0" + "@babel/template": [ + "7.22.15" ], - "glob-to-regexp": [ - "0.4.1" + "@babel/traverse": [ + "7.23.5" ], - "graceful-fs": [ - "4.2.11" + "@babel/types": [ + "7.23.5" ], - "json-parse-even-better-errors": [ - "2.3.1" + "convert-source-map": [ + "2.0.0" ], - "loader-runner": [ - "4.3.0" + "debug": [ + "4.3.4" ], - "mime-types": [ - "2.1.35" + "gensync": [ + "1.0.0-beta.2" ], - "neo-async": [ - "2.6.2" + "json5": [ + "2.2.3" ], - "schema-utils": [ - "4.2.0", - "3.3.0" + "semver": [ + "6.3.1" ], - "tapable": [ - "2.2.1" + "ms": [ + "2.1.2" ], - "terser-webpack-plugin": [ - "5.3.9_1251614587" + "@babel/helper-string-parser": [ + "7.23.4" ], - "watchpack": [ - "2.4.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "webpack-cli": [ - "5.1.4_34022717" + "to-fast-properties": [ + "2.0.0" ], - "webpack-sources": [ - "3.2.3" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@discoveryjs/json-ext": [ - "0.5.7" + "@babel/helper-function-name": [ + "7.23.0" ], - "@webpack-cli/configtest": [ - "2.1.1_-360275163" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "@webpack-cli/info": [ - "2.0.2_-360275163" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "@webpack-cli/serve": [ - "2.0.5_-1521883062" + "globals": [ + "11.12.0" ], - "colorette": [ - "2.0.20" + "@babel/helper-module-imports": [ + "7.22.15" ], - "commander": [ - "2.20.3", - "10.0.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "cross-spawn": [ - "7.0.3" + "@babel/compat-data": [ + "7.23.5" ], - "envinfo": [ - "7.11.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "fastest-levenshtein": [ - "1.0.16" + "browserslist": [ + "4.22.2" ], - "import-local": [ - "3.1.0" + "lru-cache": [ + "5.1.1" ], - "interpret": [ + "yallist": [ "3.1.1" ], - "rechoir": [ - "0.8.0" - ], - "webpack-dev-server": [ - "4.15.1_-360275163" + "caniuse-lite": [ + "1.0.30001566" ], - "webpack-merge": [ - "5.10.0" + "electron-to-chromium": [ + "1.4.608" ], - "clone-deep": [ - "4.0.1" + "node-releases": [ + "2.0.14" ], - "flat": [ - "5.0.2" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "wildcard": [ - "2.0.1" + "escalade": [ + "3.1.1" ], - "is-plain-object": [ - "2.0.4" + "picocolors": [ + "1.0.0" ], - "kind-of": [ - "6.0.3" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "shallow-clone": [ - "3.0.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "isobject": [ - "3.0.1" + "jsesc": [ + "2.5.2" ], - "@types/bonjour": [ - "3.5.11" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@types/connect-history-api-fallback": [ - "1.5.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@types/express": [ - "4.17.18" + "@jridgewell/set-array": [ + "1.1.2" ], - "@types/serve-index": [ - "1.9.2" + "@babel/highlight": [ + "7.23.4" ], - "@types/serve-static": [ - "1.15.3" + "chalk": [ + "2.4.2" ], - "@types/sockjs": [ - "0.3.34" + "ansi-styles": [ + "3.2.1" ], - "@types/ws": [ - "8.5.6" + "escape-string-regexp": [ + "1.0.5" ], - "ansi-html-community": [ - "0.0.8" + "supports-color": [ + "5.5.0" ], - "bonjour-service": [ - "1.1.1" + "has-flag": [ + "3.0.0" ], - "chokidar": [ - "3.5.3" + "color-convert": [ + "1.9.3" ], - "compression": [ - "1.7.4" + "color-name": [ + "1.1.3" ], - "connect-history-api-fallback": [ + "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" ], - "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" + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" ], - "ipaddr.js": [ - "1.9.1", + "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" ], - "launch-editor": [ - "2.6.0" - ], - "open": [ - "8.4.2" - ], - "p-retry": [ - "4.6.2" - ], - "rimraf": [ - "3.0.2" - ], - "selfsigned": [ - "2.1.1" + "cac": [ + "6.7.14" ], - "serve-index": [ - "1.9.1" + "debug": [ + "4.3.4" ], - "sockjs": [ - "0.3.24" + "pathe": [ + "1.1.1" ], - "spdy": [ - "4.0.2" + "picocolors": [ + "1.0.0" ], - "webpack-dev-middleware": [ - "5.3.3_webpack_5.89.0" + "vite": [ + "5.0.6" ], - "ws": [ - "8.14.2" + "esbuild": [ + "0.19.8" ], - "memfs": [ - "3.5.3" + "postcss": [ + "8.4.32" ], - "range-parser": [ - "1.2.1" + "rollup": [ + "4.6.1" ], - "fs-monkey": [ - "1.0.5" + "fsevents": [ + "2.3.3" ], - "debug": [ - "2.6.9", - "4.3.4" + "@rollup/rollup-android-arm-eabi": [ + "4.6.1" ], - "handle-thing": [ - "2.0.1" + "@rollup/rollup-android-arm64": [ + "4.6.1" ], - "http-deceiver": [ - "1.2.7" + "@rollup/rollup-darwin-arm64": [ + "4.6.1" ], - "select-hose": [ - "2.0.0" + "@rollup/rollup-darwin-x64": [ + "4.6.1" ], - "spdy-transport": [ - "3.0.0" + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.6.1" ], - "detect-node": [ - "2.1.0" + "@rollup/rollup-linux-arm64-gnu": [ + "4.6.1" ], - "hpack.js": [ - "2.1.6" + "@rollup/rollup-linux-arm64-musl": [ + "4.6.1" ], - "obuf": [ - "1.1.2" + "@rollup/rollup-linux-x64-gnu": [ + "4.6.1" ], - "readable-stream": [ - "2.3.8", - "3.6.2" + "@rollup/rollup-linux-x64-musl": [ + "4.6.1" ], - "wbuf": [ - "1.7.3" + "@rollup/rollup-win32-arm64-msvc": [ + "4.6.1" ], - "minimalistic-assert": [ - "1.0.1" + "@rollup/rollup-win32-ia32-msvc": [ + "4.6.1" ], - "inherits": [ - "2.0.3", - "2.0.4" + "@rollup/rollup-win32-x64-msvc": [ + "4.6.1" ], - "string_decoder": [ - "1.1.1", - "1.3.0" + "nanoid": [ + "3.3.7" ], - "util-deprecate": [ + "source-map-js": [ "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" + "@esbuild/android-arm": [ + "0.19.8" ], - "websocket-driver": [ - "0.7.4" + "@esbuild/android-arm64": [ + "0.19.8" ], - "http-parser-js": [ - "0.5.8" + "@esbuild/android-x64": [ + "0.19.8" ], - "websocket-extensions": [ - "0.1.4" + "@esbuild/darwin-arm64": [ + "0.19.8" ], - "accepts": [ - "1.3.8" + "@esbuild/darwin-x64": [ + "0.19.8" ], - "batch": [ - "0.6.1" + "@esbuild/freebsd-arm64": [ + "0.19.8" ], - "escape-html": [ - "1.0.3" + "@esbuild/freebsd-x64": [ + "0.19.8" ], - "http-errors": [ - "2.0.0", - "1.6.3" + "@esbuild/linux-arm": [ + "0.19.8" ], - "parseurl": [ - "1.3.3" + "@esbuild/linux-arm64": [ + "0.19.8" ], - "depd": [ - "2.0.0", - "1.1.2" + "@esbuild/linux-ia32": [ + "0.19.8" ], - "setprototypeof": [ - "1.2.0", - "1.1.0" + "@esbuild/linux-loong64": [ + "0.19.8" ], - "statuses": [ - "2.0.1", - "1.5.0" + "@esbuild/linux-mips64el": [ + "0.19.8" ], - "negotiator": [ - "0.6.3" + "@esbuild/linux-ppc64": [ + "0.19.8" ], - "node-forge": [ - "1.3.1" + "@esbuild/linux-riscv64": [ + "0.19.8" ], - "@types/json-schema": [ - "7.0.13" + "@esbuild/linux-s390x": [ + "0.19.8" ], - "ajv": [ - "6.12.6", - "8.12.0" + "@esbuild/linux-x64": [ + "0.19.8" ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" + "@esbuild/netbsd-x64": [ + "0.19.8" ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6", - "5.1.0_ajv_8.12.0" + "@esbuild/openbsd-x64": [ + "0.19.8" ], - "fast-deep-equal": [ - "3.1.3" + "@esbuild/sunos-x64": [ + "0.19.8" ], - "json-schema-traverse": [ - "0.4.1", - "1.0.0" + "@esbuild/win32-arm64": [ + "0.19.8" ], - "require-from-string": [ - "2.0.2" + "@esbuild/win32-ia32": [ + "0.19.8" ], - "uri-js": [ - "4.4.1" + "@esbuild/win32-x64": [ + "0.19.8" ], - "punycode": [ - "2.3.0" + "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" ], - "glob": [ - "7.2.3" + "@typescript-eslint/types": [ + "5.44.0" ], - "fs.realpath": [ - "1.0.0" + "@typescript-eslint/visitor-keys": [ + "5.44.0" ], - "inflight": [ - "1.0.6" + "debug": [ + "4.3.4" ], - "minimatch": [ - "3.1.2" + "globby": [ + "11.1.0" ], - "once": [ - "1.4.0" + "is-glob": [ + "4.0.3" ], - "path-is-absolute": [ - "1.0.1" + "semver": [ + "7.5.4" ], - "wrappy": [ - "1.0.2" + "tsutils": [ + "3.21.0_typescript_4.9.3" ], - "brace-expansion": [ - "1.1.11" + "typescript": [ + "4.9.3" ], - "balanced-match": [ - "1.0.2" + "tslib": [ + "1.14.1" ], - "concat-map": [ - "0.0.1" + "lru-cache": [ + "6.0.0" ], - "@types/retry": [ - "0.12.0" + "yallist": [ + "4.0.0" ], - "retry": [ - "0.13.1" + "is-extglob": [ + "2.1.1" ], - "define-lazy-prop": [ - "2.0.0" + "array-union": [ + "2.1.0" ], - "is-docker": [ - "2.2.1" + "dir-glob": [ + "3.0.1" ], - "is-wsl": [ - "2.2.0" + "fast-glob": [ + "3.3.1" ], - "picocolors": [ - "1.0.0" + "ignore": [ + "5.2.4" ], - "shell-quote": [ - "1.8.1" + "merge2": [ + "1.4.1" ], - "@types/http-proxy": [ - "1.17.12" + "slash": [ + "3.0.0" ], - "http-proxy": [ - "1.18.1" + "@nodelib/fs.stat": [ + "2.0.5" ], - "is-glob": [ - "4.0.3" + "@nodelib/fs.walk": [ + "1.2.8" ], - "is-plain-obj": [ - "3.0.0" + "glob-parent": [ + "5.1.2" ], "micromatch": [ "4.0.5" @@ -70758,643 +69405,229 @@ "is-number": [ "7.0.0" ], - "is-extglob": [ - "2.1.1" - ], - "eventemitter3": [ - "4.0.7" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "follow-redirects": [ - "1.15.3" + "fastq": [ + "1.15.0" ], - "requires-port": [ - "1.0.0" + "reusify": [ + "1.0.4" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "run-parallel": [ + "1.2.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" + "queue-microtask": [ + "1.2.3" ], - "media-typer": [ - "0.3.0" + "path-type": [ + "4.0.0" ], - "destroy": [ - "1.2.0" + "ms": [ + "2.1.2" ], - "mime": [ - "1.6.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_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" ], - "side-channel": [ - "1.0.4" + "@ampproject/remapping": [ + "2.2.1" ], - "call-bind": [ - "1.0.2" + "@babel/code-frame": [ + "7.23.5", + "7.22.13" ], - "get-intrinsic": [ - "1.2.1" + "@babel/generator": [ + "7.23.5", + "7.23.0" ], - "object-inspect": [ - "1.12.3" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "function-bind": [ - "1.1.1" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], - "has": [ - "1.0.3" + "@babel/helpers": [ + "7.23.1" ], - "has-proto": [ - "1.0.1" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "has-symbols": [ - "1.0.3" + "@babel/template": [ + "7.22.15" ], - "forwarded": [ - "0.2.0" + "@babel/traverse": [ + "7.23.5", + "7.23.0" ], - "ee-first": [ - "1.1.1" + "@babel/types": [ + "7.23.5" ], - "toidentifier": [ - "1.0.1" + "convert-source-map": [ + "2.0.0" ], - "unpipe": [ - "1.0.0" + "debug": [ + "4.3.4" ], - "bytes": [ - "3.0.0", - "3.1.2" + "gensync": [ + "1.0.0-beta.2" ], - "iconv-lite": [ - "0.4.24" + "json5": [ + "2.2.3" ], - "raw-body": [ - "2.5.1" + "semver": [ + "6.3.1" ], - "safer-buffer": [ + "ms": [ "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" + "@babel/helper-string-parser": [ + "7.23.4" ], - "signal-exit": [ - "3.0.7" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "strip-final-newline": [ + "to-fast-properties": [ "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" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "p-try": [ - "2.2.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "shebang-command": [ - "2.0.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "which": [ - "2.0.2" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "isexe": [ - "2.0.0" + "globals": [ + "11.12.0" ], - "shebang-regex": [ - "3.0.0" + "@jridgewell/gen-mapping": [ + "0.3.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" + "jsesc": [ + "2.5.2" ], - "@jridgewell/source-map": [ - "0.3.5" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "source-map-support": [ - "0.5.21" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "buffer-from": [ + "@jridgewell/set-array": [ "1.1.2" ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "@jridgewell/set-array": [ - "1.1.2" + "chalk": [ + "2.4.2" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "ansi-styles": [ + "3.2.1" ], - "randombytes": [ - "2.1.0" + "escape-string-regexp": [ + "1.0.5" ], "supports-color": [ - "8.1.1" + "5.5.0" ], "has-flag": [ - "4.0.0" - ], - "@swc/counter": [ - "0.1.2" - ], - "@swc/types": [ - "0.1.5" + "3.0.0" ], - "@swc/core-darwin-arm64": [ - "1.3.100" + "color-convert": [ + "1.9.3" ], - "@swc/core-darwin-x64": [ - "1.3.100" + "color-name": [ + "1.1.3" ], - "@swc/core-linux-arm64-gnu": [ - "1.3.100" + "js-tokens": [ + "4.0.0" ], - "@swc/core-linux-arm64-musl": [ - "1.3.100" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@swc/core-linux-x64-gnu": [ - "1.3.100" + "@babel/helper-simple-access": [ + "7.22.5" ], - "@swc/core-linux-x64-musl": [ - "1.3.100" + "@babel/compat-data": [ + "7.23.5" ], - "@swc/core-win32-arm64-msvc": [ - "1.3.100" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@swc/core-win32-ia32-msvc": [ - "1.3.100" + "browserslist": [ + "4.22.2" ], - "@swc/core-win32-x64-msvc": [ - "1.3.100" + "lru-cache": [ + "5.1.1" ], - "@jridgewell/resolve-uri": [ + "yallist": [ "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" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__websocket-driver__0.7.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__websocket-driver__0.7.4__links", - "package": "websocket-driver", - "version": "0.7.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "http-parser-js": "0.5.8", - "safe-buffer": "5.2.1", - "websocket-extensions": "0.1.4" - }, - "transitive_closure": { - "websocket-driver": [ - "0.7.4" - ], - "http-parser-js": [ - "0.5.8" - ], - "safe-buffer": [ - "5.2.1" - ], - "websocket-extensions": [ - "0.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__eslint-module-utils__2.8.0__2031701610": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-module-utils__2.8.0__2031701610", - "package": "eslint-module-utils", - "version": "2.8.0_2031701610", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", - "url": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__emittery__0.13.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__emittery__0.13.1", - "package": "emittery", - "version": "0.13.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", - "url": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-array-buffer__3.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-array-buffer__3.0.2", - "package": "is-array-buffer", - "version": "3.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", - "url": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-util__28.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-util__28.1.3__links", - "package": "jest-util", - "version": "28.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/types": "28.1.3", - "@types/node": "18.11.9", - "chalk": "4.1.2", - "ci-info": "3.8.0", - "graceful-fs": "4.2.11", - "picomatch": "2.3.1" - }, - "transitive_closure": { - "jest-util": [ - "28.1.3" - ], - "@jest/types": [ - "28.1.3" - ], - "@types/node": [ - "18.11.9" - ], - "chalk": [ - "4.1.2" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "@jest/schemas": [ - "28.1.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinclair/typebox": [ - "0.24.51" + "picocolors": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -71404,18 +69637,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webpack__5.88.2": { + "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__webpack__5.88.2", - "package": "webpack", - "version": "5.88.2", + "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-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", - "url": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "url": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -71429,18 +69662,18 @@ "generate_bzl_library_targets": false } }, - "npm__mime__1.6.0": { + "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__mime__1.6.0", - "package": "mime", - "version": "1.6.0", + "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-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "url": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==", + "url": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -71454,162 +69687,46 @@ "generate_bzl_library_targets": false } }, - "npm__at_typescript-eslint_types__5.44.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_types__5.44.0__links", - "package": "@typescript-eslint/types", - "version": "5.44.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@typescript-eslint/types": [ - "5.44.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__typed-array-byte-offset__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__typed-array-byte-offset__1.0.0__links", - "package": "typed-array-byte-offset", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "available-typed-arrays": "1.0.5", - "call-bind": "1.0.2", - "for-each": "0.3.3", - "has-proto": "1.0.1", - "is-typed-array": "1.1.12" - }, - "transitive_closure": { - "typed-array-byte-offset": [ - "1.0.0" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "call-bind": [ - "1.0.2" - ], - "for-each": [ - "0.3.3" - ], - "has-proto": [ - "1.0.1" - ], - "is-typed-array": [ - "1.1.12" - ], - "which-typed-array": [ - "1.1.11" - ], - "gopd": [ - "1.0.1" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "get-intrinsic": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "is-callable": [ - "1.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-typescript__7.22.15__at_babel_core_7.23.0__links": { + "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-typescript__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-typescript", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, + "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.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/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-typescript": [ - "7.22.15_at_babel_core_7.23.0" + "@babel/plugin-transform-function-name": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "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.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-compilation-targets": [ + "7.22.15" ], "@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": [ + "@babel/helper-plugin-utils": [ "7.22.5" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "semver": [ - "6.3.1" + "@babel/template": [ + "7.22.15" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -71617,17 +69734,14 @@ "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" @@ -71653,23 +69767,56 @@ "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.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "7.23.5" ], "@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" @@ -71686,9 +69833,15 @@ "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" ], @@ -71698,39 +69851,6 @@ "@babel/helper-simple-access": [ "7.22.5" ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -71757,77 +69877,66 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_testing-library_react__13.4.0__react-dom_18.2.0__react_18.2.0": { + "npm__buffer-from__1.1.2__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "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", - "package": "@testing-library/react", - "version": "13.4.0_react-dom_18.2.0__react_18.2.0", + "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_workspace": "", - "link_packages": { - "next.js": [ - "@testing-library/react" - ], - "react": [ - "@testing-library/react" + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "buffer-from": [ + "1.1.2" ] }, - "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 + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" } }, - "npm__pirates__4.0.6": { + "npm__obuf__1.1.2__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pirates__4.0.6", - "package": "pirates", - "version": "4.0.6", + "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_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 + "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__regexpp__3.2.0__links": { + "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__regexpp__3.2.0__links", - "package": "regexpp", - "version": "3.2.0", - "dev": false, + "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": { - "regexpp": [ - "3.2.0" + "xml-name-validator": [ + "5.0.0" ] }, "lifecycle_build_target": false, @@ -71837,18 +69946,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__muggle-string__0.1.0": { + "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__muggle-string__0.1.0", - "package": "muggle-string", - "version": "0.1.0", + "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-Tr1knR3d2mKvvWthlk7202rywKbiOm4rVFLsfAaSIhJ6dt9o47W4S+JMtWhd/PW9Wrdew2/S2fSvhz3E2gkfEg==", - "url": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.1.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", + "url": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -71862,68 +69971,22 @@ "generate_bzl_library_targets": false } }, - "npm__tapable__1.1.3": { + "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__tapable__1.1.3", - "package": "tapable", - "version": "1.1.3", + "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": {}, - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "url": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__array-includes__3.1.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array-includes__3.1.7", - "package": "array-includes", - "version": "3.1.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", - "url": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__dotenv__10.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dotenv__10.0.0", - "package": "dotenv", - "version": "10.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "url": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "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": [], @@ -71937,172 +70000,91 @@ "generate_bzl_library_targets": false } }, - "npm__selfsigned__2.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__selfsigned__2.1.1__links", - "package": "selfsigned", - "version": "2.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "node-forge": "1.3.1" - }, - "transitive_closure": { - "selfsigned": [ - "2.1.1" - ], - "node-forge": [ - "1.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-computed-properties__7.22.5__at_babel_core_7.23.0__links": { + "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-computed-properties__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-computed-properties", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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.0", + "@babel/core": "7.23.5", + "@babel/helper-module-imports": "7.22.15", "@babel/helper-plugin-utils": "7.22.5", - "@babel/template": "7.22.15" + "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-computed-properties": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/plugin-transform-runtime": [ + "7.23.4_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "7.23.5" ], - "@babel/template": [ + "@babel/helper-module-imports": [ "7.22.15" ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ + "@babel/helper-plugin-utils": [ "7.22.5" ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" + "babel-plugin-polyfill-corejs2": [ + "0.4.6_at_babel_core_7.23.5" ], - "color-name": [ - "1.1.3" + "babel-plugin-polyfill-corejs3": [ + "0.8.6_at_babel_core_7.23.5" ], - "js-tokens": [ - "4.0.0" + "babel-plugin-polyfill-regenerator": [ + "0.5.3_at_babel_core_7.23.5" ], - "@ampproject/remapping": [ - "2.2.1" + "semver": [ + "6.3.1" ], - "@babel/generator": [ - "7.23.0" + "@babel/helper-define-polyfill-provider": [ + "0.4.3_at_babel_core_7.23.5" ], "@babel/helper-compilation-targets": [ "7.22.15" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], "debug": [ "4.3.4" ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" + "lodash.debounce": [ + "4.0.8" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "resolve": [ + "1.22.6" ], - "@babel/helper-function-name": [ - "7.23.0" + "is-core-module": [ + "2.13.0" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "path-parse": [ + "1.0.7" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "globals": [ - "11.12.0" + "has": [ + "1.0.3" ], - "@babel/helper-module-imports": [ - "7.22.15" + "function-bind": [ + "1.1.1" ], - "@babel/helper-simple-access": [ - "7.22.5" + "ms": [ + "2.1.2" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -72111,16 +70093,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -72128,158 +70110,14 @@ "picocolors": [ "1.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__range-parser__1.2.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__range-parser__1.2.1__links", - "package": "range-parser", - "version": "1.2.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "range-parser": [ - "1.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-snapshot__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-snapshot__27.5.1", - "package": "jest-snapshot", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", - "url": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-mock__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-mock__29.7.0", - "package": "jest-mock", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", - "url": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-async-generator-functions__7.22.15__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-async-generator-functions__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-async-generator-functions", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-environment-visitor": "7.22.20", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-remap-async-to-generator": "7.22.20_at_babel_core_7.23.0", - "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.23.0" - }, - "transitive_closure": { - "@babel/plugin-transform-async-generator-functions": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-wrap-function": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" + "core-js-compat": [ + "3.34.0" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -72287,388 +70125,39 @@ "to-fast-properties": [ "2.0.0" ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_jridgewell_trace-mapping__0.3.19": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_trace-mapping__0.3.19", - "package": "@jridgewell/trace-mapping", - "version": "0.3.19", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", - "url": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__axobject-query__3.2.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__axobject-query__3.2.1", - "package": "axobject-query", - "version": "3.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", - "url": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-discard-empty__5.1.1__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-empty__5.1.1__postcss_8.4.31__links", - "package": "postcss-discard-empty", - "version": "5.1.1_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "postcss-discard-empty": [ - "5.1.1_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__minimist__1.2.8__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__minimist__1.2.8__links", - "package": "minimist", - "version": "1.2.8", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "minimist": [ - "1.2.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__exit__0.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__exit__0.1.2", - "package": "exit", - "version": "0.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", - "url": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__emoji-regex__8.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__emoji-regex__8.0.0__links", - "package": "emoji-regex", - "version": "8.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "emoji-regex": [ - "8.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-typeof-symbol__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-typeof-symbol__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-typeof-symbol", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-typeof-symbol": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "7.23.5" ], "@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" - ], - "@babel/types": [ - "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" ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], "@babel/helper-environment-visitor": [ "7.22.20" ], @@ -72684,45 +70173,9 @@ "globals": [ "11.12.0" ], - "@babel/helper-module-imports": [ - "7.22.15" - ], "@babel/helper-simple-access": [ "7.22.5" ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -72742,7 +70195,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -72776,87 +70229,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-number__7.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-number__7.0.0__links", - "package": "is-number", - "version": "7.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-number": [ - "7.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__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": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@eslint-community/regexpp": [ - "4.10.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__convert-source-map__2.0.0__links": { + "npm__at_babel_types__7.23.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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__postcss-normalize-unicode__5.1.1__postcss_8.4.31": { + "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__postcss-normalize-unicode__5.1.1__postcss_8.4.31", - "package": "postcss-normalize-unicode", - "version": "5.1.1_postcss_8.4.31", + "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-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", - "url": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", + "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": [], @@ -72870,31 +70279,58 @@ "generate_bzl_library_targets": false } }, - "npm__string.prototype.trim__1.2.8__links": { + "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__string.prototype.trim__1.2.8__links", - "package": "string.prototype.trim", - "version": "1.2.8", - "dev": false, + "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", - "define-properties": "1.2.1", - "es-abstract": "1.22.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": { - "string.prototype.trim": [ - "1.2.8" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.2.1" - ], "es-abstract": [ "1.22.2" ], @@ -72907,6 +70343,9 @@ "available-typed-arrays": [ "1.0.5" ], + "call-bind": [ + "1.0.2" + ], "es-set-tostringtag": [ "2.0.1" ], @@ -72985,6 +70424,9 @@ "safe-regex-test": [ "1.0.0" ], + "string.prototype.trim": [ + "1.2.8" + ], "string.prototype.trimend": [ "1.0.7" ], @@ -73033,15 +70475,18 @@ "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" ], - "define-data-property": [ - "1.1.0" - ], "functions-have-names": [ "1.2.3" ], @@ -73062,18 +70507,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__sucrase__3.34.0": { + "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__sucrase__3.34.0", - "package": "sucrase", - "version": "3.34.0", + "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-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==", - "url": "https://registry.npmjs.org/sucrase/-/sucrase-3.34.0.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "url": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -73087,45 +70532,48 @@ "generate_bzl_library_targets": false } }, - "npm__makeerror__1.0.12": { + "npm__stack-utils__2.0.6__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__makeerror__1.0.12", - "package": "makeerror", - "version": "1.0.12", + "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_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 + "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__pify__2.3.0__links": { + "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__pify__2.3.0__links", - "package": "pify", - "version": "2.3.0", + "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": { - "pify": [ - "2.3.0" + "picocolors": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -73135,20 +70583,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__fast-deep-equal__3.1.3__links": { + "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__fast-deep-equal__3.1.3__links", - "package": "fast-deep-equal", - "version": "3.1.3", - "dev": false, + "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": { - "fast-deep-equal": [ - "3.1.3" + "html-entities": [ + "2.4.0" ] }, "lifecycle_build_target": false, @@ -73158,18 +70606,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-watcher__27.5.1": { + "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__jest-watcher__27.5.1", - "package": "jest-watcher", - "version": "27.5.1", + "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-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", - "url": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", + "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": [], @@ -73183,18 +70631,18 @@ "generate_bzl_library_targets": false } }, - "npm__eslint-visitor-keys__2.1.0": { + "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__eslint-visitor-keys__2.1.0", - "package": "eslint-visitor-keys", - "version": "2.1.0", + "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-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "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": [], @@ -73208,125 +70656,43 @@ "generate_bzl_library_targets": false } }, - "npm__cliui__7.0.4": { + "npm__nanoid__3.3.6__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cliui__7.0.4", - "package": "cliui", - "version": "7.0.4", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "url": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__at_babel_plugin-transform-new-target__7.22.5__at_babel_core_7.23.0": { + "npm__tslib__1.14.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-new-target__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-new-target", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__supports-preserve-symlinks-flag__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__supports-preserve-symlinks-flag__1.0.0__links", - "package": "supports-preserve-symlinks-flag", - "version": "1.0.0", - "dev": false, + "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": { - "supports-preserve-symlinks-flag": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__no-case__3.0.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__no-case__3.0.4__links", - "package": "no-case", - "version": "3.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "lower-case": "2.0.2", - "tslib": "2.6.2" - }, - "transitive_closure": { - "no-case": [ - "3.0.4" - ], - "lower-case": [ - "2.0.2" - ], "tslib": [ - "2.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__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" + "1.14.1" ] }, "lifecycle_build_target": false, @@ -73336,18 +70702,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-potential-custom-element-name__1.0.1": { + "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__is-potential-custom-element-name__1.0.1", - "package": "is-potential-custom-element-name", - "version": "1.0.1", + "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-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", - "url": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==", + "url": "https://registry.npmjs.org/@babel/types/-/types-7.23.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -73361,56 +70727,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_express__4.17.18__links": { + "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__at_types_express__4.17.18__links", - "package": "@types/express", - "version": "4.17.18", - "dev": false, + "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": { - "@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" - }, + "deps": {}, "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" + "es-module-lexer": [ + "1.3.1" ] }, "lifecycle_build_target": false, @@ -73420,18 +70750,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-js__4.0.1__postcss_8.4.31": { + "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__postcss-js__4.0.1__postcss_8.4.31", - "package": "postcss-js", - "version": "4.0.1_postcss_8.4.31", + "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-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", - "url": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "url": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -73445,41 +70775,18 @@ "generate_bzl_library_targets": false } }, - "npm__webidl-conversions__6.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__6.1.0__links", - "package": "webidl-conversions", - "version": "6.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "webidl-conversions": [ - "6.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-regex__1.1.4": { + "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__is-regex__1.1.4", - "package": "is-regex", - "version": "1.1.4", + "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-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "url": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "url": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -73493,20 +70800,48 @@ "generate_bzl_library_targets": false } }, - "npm__at_aashutoshrathi_word-wrap__1.2.6__links": { + "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_aashutoshrathi_word-wrap__1.2.6__links", - "package": "@aashutoshrathi/word-wrap", - "version": "1.2.6", - "dev": false, + "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": {}, + "deps": { + "magic-string": "0.30.5", + "pathe": "1.1.1", + "pretty-format": "29.7.0" + }, "transitive_closure": { - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "@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, @@ -73516,93 +70851,18 @@ "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__tailwindcss__3.3.3": { + "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__tailwindcss__3.3.3", - "package": "tailwindcss", - "version": "3.3.3", + "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-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", - "url": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", + "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": [], @@ -73616,20 +70876,55 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_stack-utils__2.0.1__links": { + "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_types_stack-utils__2.0.1__links", - "package": "@types/stack-utils", - "version": "2.0.1", - "dev": false, + "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": {}, + "deps": { + "@babel/types": "7.23.5", + "@jridgewell/gen-mapping": "0.3.3", + "@jridgewell/trace-mapping": "0.3.19", + "jsesc": "2.5.2" + }, "transitive_closure": { - "@types/stack-utils": [ - "2.0.1" + "@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, @@ -73639,20 +70934,28 @@ "npm_translate_lock_repo": "npm" } }, - "npm__cssom__0.4.4__links": { + "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__cssom__0.4.4__links", - "package": "cssom", - "version": "0.4.4", - "dev": false, + "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": {}, + "deps": { + "color-convert": "2.0.1" + }, "transitive_closure": { - "cssom": [ - "0.4.4" + "ansi-styles": [ + "4.3.0" + ], + "color-convert": [ + "2.0.1" + ], + "color-name": [ + "1.1.4" ] }, "lifecycle_build_target": false, @@ -73662,48 +70965,64 @@ "npm_translate_lock_repo": "npm" } }, - "npm__internal-slot__1.0.5__links": { + "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__internal-slot__1.0.5__links", - "package": "internal-slot", - "version": "1.0.5", - "dev": false, + "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": { - "get-intrinsic": "1.2.1", - "has": "1.0.3", - "side-channel": "1.0.4" + "call-bind": "1.0.2", + "for-each": "0.3.3", + "has-proto": "1.0.1", + "is-typed-array": "1.1.12" }, "transitive_closure": { - "internal-slot": [ - "1.0.5" + "typed-array-byte-length": [ + "1.0.0" ], - "get-intrinsic": [ - "1.2.1" + "call-bind": [ + "1.0.2" ], - "has": [ - "1.0.3" + "for-each": [ + "0.3.3" ], - "side-channel": [ - "1.0.4" + "has-proto": [ + "1.0.1" ], - "call-bind": [ - "1.0.2" + "is-typed-array": [ + "1.1.12" ], - "object-inspect": [ - "1.12.3" + "which-typed-array": [ + "1.1.11" ], - "function-bind": [ - "1.1.1" + "available-typed-arrays": [ + "1.0.5" ], - "has-proto": [ + "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, @@ -73713,18 +71032,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__istanbul-reports__3.1.6": { + "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__istanbul-reports__3.1.6", - "package": "istanbul-reports", - "version": "3.1.6", + "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-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", - "url": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "url": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -73738,250 +71057,143 @@ "generate_bzl_library_targets": false } }, - "npm__pascal-case__3.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pascal-case__3.1.2__links", - "package": "pascal-case", - "version": "3.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "no-case": "3.0.4", - "tslib": "2.6.2" - }, - "transitive_closure": { - "pascal-case": [ - "3.1.2" - ], - "no-case": [ - "3.0.4" - ], - "tslib": [ - "2.6.2" - ], - "lower-case": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__webpack-dev-middleware__5.3.3__webpack_5.88.2__links": { + "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__webpack-dev-middleware__5.3.3__webpack_5.88.2__links", - "package": "webpack-dev-middleware", - "version": "5.3.3_webpack_5.88.2", - "dev": false, + "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": { - "colorette": "2.0.20", - "memfs": "3.5.3", - "mime-types": "2.1.35", - "range-parser": "1.2.1", - "schema-utils": "4.2.0", - "webpack": "5.88.2" + "@babel/core": "7.23.5", + "@babel/plugin-transform-react-jsx": "7.23.4_at_babel_core_7.23.5" }, "transitive_closure": { - "webpack-dev-middleware": [ - "5.3.3_webpack_5.88.2" - ], - "colorette": [ - "2.0.20" - ], - "memfs": [ - "3.5.3" - ], - "mime-types": [ - "2.1.35" - ], - "range-parser": [ - "1.2.1" - ], - "schema-utils": [ - "3.3.0", - "4.2.0" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" + "@babel/plugin-transform-react-jsx-development": [ + "7.22.5_at_babel_core_7.23.5" ], - "chrome-trace-event": [ - "1.0.3" + "@babel/core": [ + "7.23.5" ], - "enhanced-resolve": [ - "5.15.0" + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.23.5" ], - "es-module-lexer": [ - "1.3.1" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "eslint-scope": [ - "5.1.1" + "@babel/helper-module-imports": [ + "7.22.15" ], - "events": [ - "3.3.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "glob-to-regexp": [ - "0.4.1" + "@babel/plugin-syntax-jsx": [ + "7.23.3_at_babel_core_7.23.5" ], - "graceful-fs": [ - "4.2.11" + "@babel/types": [ + "7.23.5" ], - "json-parse-even-better-errors": [ - "2.3.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "loader-runner": [ - "4.3.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "neo-async": [ - "2.6.2" + "to-fast-properties": [ + "2.0.0" ], - "tapable": [ + "@ampproject/remapping": [ "2.2.1" ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" + "@babel/code-frame": [ + "7.23.5" ], - "commander": [ - "2.20.3" + "@babel/generator": [ + "7.23.5" ], - "source-map-support": [ - "0.5.21" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "buffer-from": [ - "1.1.2" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "source-map": [ - "0.6.1" + "@babel/helpers": [ + "7.23.5" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@babel/parser": [ + "7.23.5" ], - "@jridgewell/set-array": [ - "1.1.2" + "@babel/template": [ + "7.22.15" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@babel/traverse": [ + "7.23.5" ], - "randombytes": [ - "2.1.0" + "convert-source-map": [ + "2.0.0" ], - "safe-buffer": [ - "5.2.1" + "debug": [ + "4.3.4" ], - "@types/node": [ - "20.8.2" + "gensync": [ + "1.0.0-beta.2" ], - "merge-stream": [ - "2.0.0" + "json5": [ + "2.2.3" ], - "supports-color": [ - "8.1.1" + "semver": [ + "6.3.1" ], - "has-flag": [ - "4.0.0" + "ms": [ + "2.1.2" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@types/json-schema": [ - "7.0.13" + "@babel/helper-function-name": [ + "7.23.0" ], - "ajv": [ - "8.12.0", - "6.12.6" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "ajv-keywords": [ - "5.1.0_ajv_8.12.0", - "3.5.2_ajv_6.12.6" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "fast-deep-equal": [ - "3.1.3" + "globals": [ + "11.12.0" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "json-schema-traverse": [ - "1.0.0", - "0.4.1" + "@babel/compat-data": [ + "7.23.5" ], - "uri-js": [ - "4.4.1" + "@babel/helper-validator-option": [ + "7.23.5" ], - "punycode": [ - "2.3.0" + "browserslist": [ + "4.22.2" ], - "esrecurse": [ - "4.3.0" + "lru-cache": [ + "5.1.1" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "yallist": [ + "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -73989,62 +71201,50 @@ "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" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@xtuc/long": [ - "4.2.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@xtuc/ieee754": [ - "1.2.0" + "jsesc": [ + "2.5.2" ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" + "@jridgewell/set-array": [ + "1.1.2" ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" + "@babel/highlight": [ + "7.23.4" ], - "@webassemblyjs/wast-printer": [ - "1.11.6" + "chalk": [ + "2.4.2" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "ansi-styles": [ + "3.2.1" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "escape-string-regexp": [ + "1.0.5" ], - "@types/eslint": [ - "8.44.3" + "supports-color": [ + "5.5.0" ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" + "has-flag": [ + "3.0.0" ], - "require-from-string": [ - "2.0.2" + "color-convert": [ + "1.9.3" ], - "mime-db": [ - "1.52.0" + "color-name": [ + "1.1.3" ], - "fs-monkey": [ - "1.0.5" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -74054,68 +71254,69 @@ "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": { + "npm__at_vitest_utils__1.0.2__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-generator-fn__2.1.0", - "package": "is-generator-fn", - "version": "2.1.0", + "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_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 + "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__source-map-support__0.5.13": { + "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__source-map-support__0.5.13", - "package": "source-map-support", - "version": "0.5.13", + "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-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", - "url": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "url": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -74129,43 +71330,20 @@ "generate_bzl_library_targets": false } }, - "npm__emojis-list__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__emojis-list__3.0.0__links", - "package": "emojis-list", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "emojis-list": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__case-sensitive-paths-webpack-plugin__2.4.0__links": { + "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__case-sensitive-paths-webpack-plugin__2.4.0__links", - "package": "case-sensitive-paths-webpack-plugin", - "version": "2.4.0", - "dev": false, + "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": { - "case-sensitive-paths-webpack-plugin": [ - "2.4.0" + "vary": [ + "1.1.2" ] }, "lifecycle_build_target": false, @@ -74175,43 +71353,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webidl-conversions__4.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__4.0.2", - "package": "webidl-conversions", - "version": "4.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", - "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__core-js-compat__3.33.0": { + "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__core-js-compat__3.33.0", - "package": "core-js-compat", - "version": "3.33.0", + "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-0w4LcLXsVEuNkIqwjjf9rjCoPhK8uqA4tMRh4Ge26vfLtUutshn+aRJU21I9LCJlh2QQHfisNToLjw1XEJLTWw==", - "url": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.33.0.tgz", + "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": [], @@ -74225,468 +71378,280 @@ "generate_bzl_library_targets": false } }, - "npm__is-shared-array-buffer__1.0.2__links": { + "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__is-shared-array-buffer__1.0.2__links", - "package": "is-shared-array-buffer", - "version": "1.0.2", + "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": {}, + "link_packages": { + "next.js": [ + "next" + ] + }, "deps": { - "call-bind": "1.0.2" + "@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": { - "is-shared-array-buffer": [ - "1.0.2" + "next": [ + "13.0.5_-1955910335" ], - "call-bind": [ - "1.0.2" + "@next/env": [ + "13.0.5" ], - "function-bind": [ - "1.1.1" + "@swc/helpers": [ + "0.4.14" ], - "get-intrinsic": [ - "1.2.1" + "caniuse-lite": [ + "1.0.30001566", + "1.0.30001542" ], - "has": [ - "1.0.3" + "postcss": [ + "8.4.14" ], - "has-proto": [ - "1.0.1" + "react": [ + "18.2.0" ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__static-eval__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__static-eval__2.0.2__links", - "package": "static-eval", - "version": "2.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "escodegen": "1.14.3" - }, - "transitive_closure": { - "static-eval": [ - "2.0.2" + "react-dom": [ + "18.2.0_react_18.2.0" ], - "escodegen": [ - "1.14.3" + "styled-jsx": [ + "5.1.0_986221465" ], - "esprima": [ - "4.0.1" + "@next/swc-android-arm-eabi": [ + "13.0.5" ], - "estraverse": [ - "4.3.0" + "@next/swc-android-arm64": [ + "13.0.5" ], - "esutils": [ - "2.0.3" + "@next/swc-darwin-arm64": [ + "13.0.5" ], - "optionator": [ - "0.8.3" + "@next/swc-darwin-x64": [ + "13.0.5" ], - "source-map": [ - "0.6.1" + "@next/swc-freebsd-x64": [ + "13.0.5" ], - "deep-is": [ - "0.1.4" + "@next/swc-linux-arm-gnueabihf": [ + "13.0.5" ], - "fast-levenshtein": [ - "2.0.6" + "@next/swc-linux-arm64-gnu": [ + "13.0.5" ], - "levn": [ - "0.3.0" + "@next/swc-linux-arm64-musl": [ + "13.0.5" ], - "prelude-ls": [ - "1.1.2" + "@next/swc-linux-x64-gnu": [ + "13.0.5" ], - "type-check": [ - "0.3.2" + "@next/swc-linux-x64-musl": [ + "13.0.5" ], - "word-wrap": [ - "1.2.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__renderkid__3.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__renderkid__3.0.0", - "package": "renderkid", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", - "url": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-binary-path__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-binary-path__2.1.0__links", - "package": "is-binary-path", - "version": "2.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "binary-extensions": "2.2.0" - }, - "transitive_closure": { - "is-binary-path": [ - "2.1.0" - ], - "binary-extensions": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-preset-env__7.8.3__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-preset-env__7.8.3__postcss_8.4.31__links", - "package": "postcss-preset-env", - "version": "7.8.3_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@csstools/postcss-cascade-layers": "1.1.1_postcss_8.4.31", - "@csstools/postcss-color-function": "1.1.1_postcss_8.4.31", - "@csstools/postcss-font-format-keywords": "1.0.1_postcss_8.4.31", - "@csstools/postcss-hwb-function": "1.0.2_postcss_8.4.31", - "@csstools/postcss-ic-unit": "1.0.1_postcss_8.4.31", - "@csstools/postcss-is-pseudo-class": "2.0.7_postcss_8.4.31", - "@csstools/postcss-nested-calc": "1.0.0_postcss_8.4.31", - "@csstools/postcss-normalize-display-values": "1.0.1_postcss_8.4.31", - "@csstools/postcss-oklab-function": "1.1.1_postcss_8.4.31", - "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", - "@csstools/postcss-stepped-value-functions": "1.0.1_postcss_8.4.31", - "@csstools/postcss-text-decoration-shorthand": "1.0.0_postcss_8.4.31", - "@csstools/postcss-trigonometric-functions": "1.0.2_postcss_8.4.31", - "@csstools/postcss-unset-value": "1.0.2_postcss_8.4.31", - "autoprefixer": "10.4.16_postcss_8.4.31", - "browserslist": "4.22.1", - "css-blank-pseudo": "3.0.3_postcss_8.4.31", - "css-has-pseudo": "3.0.4_postcss_8.4.31", - "css-prefers-color-scheme": "6.0.3_postcss_8.4.31", - "cssdb": "7.7.2", - "postcss": "8.4.31", - "postcss-attribute-case-insensitive": "5.0.2_postcss_8.4.31", - "postcss-clamp": "4.1.0_postcss_8.4.31", - "postcss-color-functional-notation": "4.2.4_postcss_8.4.31", - "postcss-color-hex-alpha": "8.0.4_postcss_8.4.31", - "postcss-color-rebeccapurple": "7.1.1_postcss_8.4.31", - "postcss-custom-media": "8.0.2_postcss_8.4.31", - "postcss-custom-properties": "12.1.11_postcss_8.4.31", - "postcss-custom-selectors": "6.0.3_postcss_8.4.31", - "postcss-dir-pseudo-class": "6.0.5_postcss_8.4.31", - "postcss-double-position-gradients": "3.1.2_postcss_8.4.31", - "postcss-env-function": "4.0.6_postcss_8.4.31", - "postcss-focus-visible": "6.0.4_postcss_8.4.31", - "postcss-focus-within": "5.0.4_postcss_8.4.31", - "postcss-font-variant": "5.0.0_postcss_8.4.31", - "postcss-gap-properties": "3.0.5_postcss_8.4.31", - "postcss-image-set-function": "4.0.7_postcss_8.4.31", - "postcss-initial": "4.0.1_postcss_8.4.31", - "postcss-lab-function": "4.2.1_postcss_8.4.31", - "postcss-logical": "5.0.4_postcss_8.4.31", - "postcss-media-minmax": "5.0.0_postcss_8.4.31", - "postcss-nesting": "10.2.0_postcss_8.4.31", - "postcss-opacity-percentage": "1.1.3_postcss_8.4.31", - "postcss-overflow-shorthand": "3.0.4_postcss_8.4.31", - "postcss-page-break": "3.0.4_postcss_8.4.31", - "postcss-place": "7.0.5_postcss_8.4.31", - "postcss-pseudo-class-any-link": "7.1.6_postcss_8.4.31", - "postcss-replace-overflow-wrap": "4.0.0_postcss_8.4.31", - "postcss-selector-not": "6.0.1_postcss_8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-preset-env": [ - "7.8.3_postcss_8.4.31" - ], - "@csstools/postcss-cascade-layers": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-color-function": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-font-format-keywords": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-hwb-function": [ - "1.0.2_postcss_8.4.31" - ], - "@csstools/postcss-ic-unit": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-is-pseudo-class": [ - "2.0.7_postcss_8.4.31" - ], - "@csstools/postcss-nested-calc": [ - "1.0.0_postcss_8.4.31" - ], - "@csstools/postcss-normalize-display-values": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-oklab-function": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-progressive-custom-properties": [ - "1.3.0_postcss_8.4.31" - ], - "@csstools/postcss-stepped-value-functions": [ - "1.0.1_postcss_8.4.31" - ], - "@csstools/postcss-text-decoration-shorthand": [ - "1.0.0_postcss_8.4.31" - ], - "@csstools/postcss-trigonometric-functions": [ - "1.0.2_postcss_8.4.31" - ], - "@csstools/postcss-unset-value": [ - "1.0.2_postcss_8.4.31" - ], - "autoprefixer": [ - "10.4.16_postcss_8.4.31" - ], - "browserslist": [ - "4.22.1" + "@next/swc-win32-arm64-msvc": [ + "13.0.5" ], - "css-blank-pseudo": [ - "3.0.3_postcss_8.4.31" + "@next/swc-win32-ia32-msvc": [ + "13.0.5" ], - "css-has-pseudo": [ - "3.0.4_postcss_8.4.31" + "@next/swc-win32-x64-msvc": [ + "13.0.5" ], - "css-prefers-color-scheme": [ - "6.0.3_postcss_8.4.31" + "@babel/core": [ + "7.23.5" ], - "cssdb": [ - "7.7.2" + "client-only": [ + "0.0.1" ], - "postcss": [ - "8.4.31" + "@ampproject/remapping": [ + "2.2.1" ], - "postcss-attribute-case-insensitive": [ - "5.0.2_postcss_8.4.31" + "@babel/code-frame": [ + "7.23.5" ], - "postcss-clamp": [ - "4.1.0_postcss_8.4.31" + "@babel/generator": [ + "7.23.5" ], - "postcss-color-functional-notation": [ - "4.2.4_postcss_8.4.31" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "postcss-color-hex-alpha": [ - "8.0.4_postcss_8.4.31" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "postcss-color-rebeccapurple": [ - "7.1.1_postcss_8.4.31" + "@babel/helpers": [ + "7.23.5" ], - "postcss-custom-media": [ - "8.0.2_postcss_8.4.31" + "@babel/parser": [ + "7.23.5" ], - "postcss-custom-properties": [ - "12.1.11_postcss_8.4.31" + "@babel/template": [ + "7.22.15" ], - "postcss-custom-selectors": [ - "6.0.3_postcss_8.4.31" + "@babel/traverse": [ + "7.23.5" ], - "postcss-dir-pseudo-class": [ - "6.0.5_postcss_8.4.31" + "@babel/types": [ + "7.23.5" ], - "postcss-double-position-gradients": [ - "3.1.2_postcss_8.4.31" + "convert-source-map": [ + "2.0.0" ], - "postcss-env-function": [ - "4.0.6_postcss_8.4.31" + "debug": [ + "4.3.4" ], - "postcss-focus-visible": [ - "6.0.4_postcss_8.4.31" + "gensync": [ + "1.0.0-beta.2" ], - "postcss-focus-within": [ - "5.0.4_postcss_8.4.31" + "json5": [ + "2.2.3" ], - "postcss-font-variant": [ - "5.0.0_postcss_8.4.31" + "semver": [ + "6.3.1" ], - "postcss-gap-properties": [ - "3.0.5_postcss_8.4.31" + "ms": [ + "2.1.2" ], - "postcss-image-set-function": [ - "4.0.7_postcss_8.4.31" + "@babel/helper-string-parser": [ + "7.23.4" ], - "postcss-initial": [ - "4.0.1_postcss_8.4.31" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "postcss-lab-function": [ - "4.2.1_postcss_8.4.31" + "to-fast-properties": [ + "2.0.0" ], - "postcss-logical": [ - "5.0.4_postcss_8.4.31" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "postcss-media-minmax": [ - "5.0.0_postcss_8.4.31" + "@babel/helper-function-name": [ + "7.23.0" ], - "postcss-nesting": [ - "10.2.0_postcss_8.4.31" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "postcss-opacity-percentage": [ - "1.1.3_postcss_8.4.31" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "postcss-overflow-shorthand": [ - "3.0.4_postcss_8.4.31" + "globals": [ + "11.12.0" ], - "postcss-page-break": [ - "3.0.4_postcss_8.4.31" + "@babel/helper-module-imports": [ + "7.22.15" ], - "postcss-place": [ - "7.0.5_postcss_8.4.31" + "@babel/helper-simple-access": [ + "7.22.5" ], - "postcss-pseudo-class-any-link": [ - "7.1.6_postcss_8.4.31" + "@babel/compat-data": [ + "7.23.5" ], - "postcss-replace-overflow-wrap": [ - "4.0.0_postcss_8.4.31" + "@babel/helper-validator-option": [ + "7.23.5" ], - "postcss-selector-not": [ - "6.0.1_postcss_8.4.31" + "browserslist": [ + "4.22.2" ], - "postcss-value-parser": [ - "4.2.0" + "lru-cache": [ + "5.1.1" ], - "postcss-selector-parser": [ - "6.0.13" + "yallist": [ + "3.1.1" ], - "cssesc": [ - "3.0.0" + "electron-to-chromium": [ + "1.4.608" ], - "util-deprecate": [ - "1.0.2" + "node-releases": [ + "2.0.14" ], - "@csstools/selector-specificity": [ - "2.2.0_postcss-selector-parser_6.0.13" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "nanoid": [ - "3.3.6" + "escalade": [ + "3.1.1" ], "picocolors": [ "1.0.0" ], - "source-map-js": [ - "1.0.2" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "caniuse-lite": [ - "1.0.30001542" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "electron-to-chromium": [ - "1.4.539" + "jsesc": [ + "2.5.2" ], - "node-releases": [ - "2.0.13" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "escalade": [ - "3.1.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "fraction.js": [ - "4.3.6" + "@babel/highlight": [ + "7.23.4" ], - "normalize-range": [ - "0.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__source-map-support__0.5.21": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__source-map-support__0.5.21", - "package": "source-map-support", - "version": "0.5.21", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "url": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__webpack-sources__3.2.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack-sources__3.2.3__links", - "package": "webpack-sources", - "version": "3.2.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "webpack-sources": [ - "3.2.3" + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-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, @@ -74696,34 +71661,121 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_babel__generator__7.6.5__links": { + "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_types_babel__generator__7.6.5__links", - "package": "@types/babel__generator", - "version": "7.6.5", - "dev": false, + "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/types": "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" }, "transitive_closure": { - "@types/babel__generator": [ - "7.6.5" + "@babel/traverse": [ + "7.23.0" ], - "@babel/types": [ + "@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-string-parser": [ + "@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, @@ -74733,20 +71785,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__envinfo__7.11.0__links": { + "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__envinfo__7.11.0__links", - "package": "envinfo", - "version": "7.11.0", + "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": { - "envinfo": [ - "7.11.0" + "signal-exit": [ + "3.0.7" ] }, "lifecycle_build_target": false, @@ -74756,206 +71808,185 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_next_swc-linux-x64-gnu__13.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-x64-gnu__13.0.5__links", - "package": "@next/swc-linux-x64-gnu", - "version": "13.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@next/swc-linux-x64-gnu": [ - "13.0.5" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__qs__6.11.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__qs__6.11.0", - "package": "qs", - "version": "6.11.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "url": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__source-map-js__1.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__source-map-js__1.0.2", - "package": "source-map-js", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "url": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_eslint_eslintrc__2.1.4__links": { + "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_eslint_eslintrc__2.1.4__links", - "package": "@eslint/eslintrc", - "version": "2.1.4", - "dev": false, + "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": { - "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" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@eslint/eslintrc": [ - "2.1.4" + "@babel/plugin-syntax-typescript": [ + "7.23.3_at_babel_core_7.23.5" ], - "ajv": [ - "6.12.6" + "@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" ], - "espree": [ - "9.6.1" + "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": [ - "13.22.0" + "11.12.0" ], - "ignore": [ - "5.2.4" + "@babel/helper-module-imports": [ + "7.22.15" ], - "import-fresh": [ - "3.3.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "js-yaml": [ - "4.1.0" + "@babel/compat-data": [ + "7.23.5" ], - "minimatch": [ - "3.1.2" + "@babel/helper-validator-option": [ + "7.23.5" ], - "strip-json-comments": [ + "browserslist": [ + "4.22.2" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ "3.1.1" ], - "brace-expansion": [ - "1.1.11" + "caniuse-lite": [ + "1.0.30001566" ], - "balanced-match": [ - "1.0.2" + "electron-to-chromium": [ + "1.4.608" ], - "concat-map": [ - "0.0.1" + "node-releases": [ + "2.0.14" ], - "argparse": [ - "2.0.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "parent-module": [ - "1.0.1" + "escalade": [ + "3.1.1" ], - "resolve-from": [ - "4.0.0" + "picocolors": [ + "1.0.0" ], - "callsites": [ - "3.1.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "type-fest": [ - "0.20.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "acorn": [ - "8.10.0" + "jsesc": [ + "2.5.2" ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "eslint-visitor-keys": [ - "3.4.3" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "ms": [ - "2.1.2" + "@jridgewell/set-array": [ + "1.1.2" ], - "fast-deep-equal": [ - "3.1.3" + "@babel/highlight": [ + "7.23.4" ], - "fast-json-stable-stringify": [ - "2.1.0" + "chalk": [ + "2.4.2" ], - "json-schema-traverse": [ - "0.4.1" + "ansi-styles": [ + "3.2.1" ], - "uri-js": [ - "4.4.1" + "escape-string-regexp": [ + "1.0.5" ], - "punycode": [ - "2.3.0" - ] - }, - "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": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ms": [ - "2.1.3" + "supports-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, @@ -74965,43 +71996,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__any-promise__1.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__any-promise__1.3.0", - "package": "any-promise", - "version": "1.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", - "url": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__asynciterator.prototype__1.0.0": { + "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__asynciterator.prototype__1.0.0", - "package": "asynciterator.prototype", - "version": "1.0.0", + "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-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", - "url": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", + "integrity": "sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==", + "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz", "commit": "", "patch_args": [], "patches": [], @@ -75015,18 +72021,18 @@ "generate_bzl_library_targets": false } }, - "npm__escape-string-regexp__2.0.0": { + "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__escape-string-regexp__2.0.0", - "package": "escape-string-regexp", + "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-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "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": [], @@ -75040,33 +72046,25 @@ "generate_bzl_library_targets": false } }, - "npm__espree__9.6.1__links": { + "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__espree__9.6.1__links", - "package": "espree", - "version": "9.6.1", - "dev": false, + "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": { - "acorn": "8.10.0", - "acorn-jsx": "5.3.2_acorn_8.10.0", - "eslint-visitor-keys": "3.4.3" + "utila": "0.4.0" }, "transitive_closure": { - "espree": [ - "9.6.1" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "dom-converter": [ + "0.2.0" ], - "eslint-visitor-keys": [ - "3.4.3" + "utila": [ + "0.4.0" ] }, "lifecycle_build_target": false, @@ -75076,25 +72074,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__randombytes__2.1.0__links": { + "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__randombytes__2.1.0__links", - "package": "randombytes", - "version": "2.1.0", - "dev": false, + "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": { - "safe-buffer": "5.2.1" + "esutils": "2.0.3" }, "transitive_closure": { - "randombytes": [ - "2.1.0" + "doctrine": [ + "3.0.0" ], - "safe-buffer": [ - "5.2.1" + "esutils": [ + "2.0.3" ] }, "lifecycle_build_target": false, @@ -75104,20 +72102,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_webassemblyjs_helper-api-error__1.11.6__links": { + "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_webassemblyjs_helper-api-error__1.11.6__links", - "package": "@webassemblyjs/helper-api-error", - "version": "1.11.6", - "dev": false, + "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": { - "@webassemblyjs/helper-api-error": [ - "1.11.6" + "@humanwhocodes/module-importer": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -75127,18 +72150,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-environment-visitor__7.22.20": { + "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__at_babel_helper-environment-visitor__7.22.20", - "package": "@babel/helper-environment-visitor", - "version": "7.22.20", + "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-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", - "url": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==", + "url": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -75152,126 +72175,93 @@ "generate_bzl_library_targets": false } }, - "npm__stable__0.1.8__links": { + "npm__type-check__0.4.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__stable__0.1.8__links", - "package": "stable", - "version": "0.1.8", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "stable": [ - "0.1.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__jest-leak-detector__27.5.1__links": { + "npm__path-to-regexp__0.1.7": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-leak-detector__27.5.1__links", - "package": "jest-leak-detector", - "version": "27.5.1", - "dev": false, + "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": {}, - "deps": { - "jest-get-type": "27.5.1", - "pretty-format": "27.5.1" - }, - "transitive_closure": { - "jest-leak-detector": [ - "27.5.1" - ], - "jest-get-type": [ - "27.5.1" - ], - "pretty-format": [ - "27.5.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "5.2.0" - ], - "react-is": [ - "17.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__jest-leak-detector__29.7.0__links": { + "npm__color-name__1.1.3": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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__postcss-modules-scope__3.0.0__postcss_8.4.31": { + "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__postcss-modules-scope__3.0.0__postcss_8.4.31", - "package": "postcss-modules-scope", - "version": "3.0.0_postcss_8.4.31", + "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-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", - "url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -75285,190 +72275,238 @@ "generate_bzl_library_targets": false } }, - "npm__function.prototype.name__1.1.6__links": { + "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__function.prototype.name__1.1.6__links", - "package": "function.prototype.name", - "version": "1.1.6", - "dev": false, + "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", - "define-properties": "1.2.1", - "es-abstract": "1.22.2", - "functions-have-names": "1.2.3" + "has-tostringtag": "1.0.0" }, "transitive_closure": { - "function.prototype.name": [ - "1.1.6" + "is-boolean-object": [ + "1.1.2" ], "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": [ + "has-tostringtag": [ "1.0.0" ], - "arraybuffer.prototype.slice": [ - "1.0.2" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "es-set-tostringtag": [ - "2.0.1" + "has-symbols": [ + "1.0.3" ], - "es-to-primitive": [ - "1.2.1" + "function-bind": [ + "1.1.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" + ] + }, + "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" ], - "has-symbols": [ - "1.0.3" + "@babel/core": [ + "7.23.5" ], - "internal-slot": [ - "1.0.5" + "@babel/parser": [ + "7.23.5" ], - "is-array-buffer": [ - "3.0.2" + "@istanbuljs/schema": [ + "0.1.3" ], - "is-callable": [ - "1.2.7" + "istanbul-lib-coverage": [ + "3.2.0" ], - "is-negative-zero": [ - "2.0.2" + "semver": [ + "6.3.1" ], - "is-regex": [ - "1.1.4" + "@babel/types": [ + "7.23.5" ], - "is-shared-array-buffer": [ - "1.0.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "is-string": [ - "1.0.7" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "is-typed-array": [ - "1.1.12" + "to-fast-properties": [ + "2.0.0" ], - "is-weakref": [ - "1.0.2" + "@ampproject/remapping": [ + "2.2.1" ], - "object-inspect": [ - "1.12.3" + "@babel/code-frame": [ + "7.23.5" ], - "object-keys": [ - "1.1.1" + "@babel/generator": [ + "7.23.5" ], - "object.assign": [ - "4.1.4" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "regexp.prototype.flags": [ - "1.5.1" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "safe-array-concat": [ - "1.0.1" + "@babel/helpers": [ + "7.23.5" ], - "safe-regex-test": [ - "1.0.0" + "@babel/template": [ + "7.22.15" ], - "string.prototype.trim": [ - "1.2.8" + "@babel/traverse": [ + "7.23.5" ], - "string.prototype.trimend": [ - "1.0.7" + "convert-source-map": [ + "2.0.0" ], - "string.prototype.trimstart": [ - "1.0.7" + "debug": [ + "4.3.4" ], - "typed-array-buffer": [ - "1.0.0" + "gensync": [ + "1.0.0-beta.2" ], - "typed-array-byte-length": [ - "1.0.0" + "json5": [ + "2.2.3" ], - "typed-array-byte-offset": [ - "1.0.0" + "ms": [ + "2.1.2" ], - "typed-array-length": [ - "1.0.4" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "unbox-primitive": [ - "1.0.2" + "@babel/helper-function-name": [ + "7.23.0" ], - "which-typed-array": [ - "1.1.11" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "for-each": [ - "0.3.3" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "has-tostringtag": [ + "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" ], - "has-bigints": [ - "1.0.2" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "which-boxed-primitive": [ - "1.0.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "is-bigint": [ - "1.0.4" + "jsesc": [ + "2.5.2" ], - "is-boolean-object": [ + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ "1.1.2" ], - "is-number-object": [ - "1.0.7" + "@babel/highlight": [ + "7.23.4" ], - "is-symbol": [ - "1.0.4" + "chalk": [ + "2.4.2" ], - "isarray": [ - "2.0.5" + "ansi-styles": [ + "3.2.1" ], - "set-function-name": [ - "2.0.1" + "escape-string-regexp": [ + "1.0.5" ], - "define-data-property": [ - "1.1.0" + "supports-color": [ + "5.5.0" ], - "side-channel": [ - "1.0.4" + "has-flag": [ + "3.0.0" ], - "function-bind": [ - "1.1.1" + "color-convert": [ + "1.9.3" ], - "is-date-object": [ - "1.0.5" + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -75478,18 +72516,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__babel-plugin-polyfill-corejs2__0.4.5__at_babel_core_7.23.0": { + "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__babel-plugin-polyfill-corejs2__0.4.5__at_babel_core_7.23.0", - "package": "babel-plugin-polyfill-corejs2", - "version": "0.4.5_at_babel_core_7.23.0", + "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-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==", - "url": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz", + "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": [], @@ -75503,18 +72541,18 @@ "generate_bzl_library_targets": false } }, - "npm__jest-regex-util__27.5.1": { + "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__jest-regex-util__27.5.1", - "package": "jest-regex-util", - "version": "27.5.1", + "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-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "url": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "url": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -75528,87 +72566,68 @@ "generate_bzl_library_targets": false } }, - "npm__mime-db__1.52.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__mime-db__1.52.0__links", - "package": "mime-db", - "version": "1.52.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "mime-db": [ - "1.52.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__ast-types-flow__0.0.7__links": { + "npm__jest-get-type__29.6.3": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ast-types-flow__0.0.7__links", - "package": "ast-types-flow", - "version": "0.0.7", - "dev": false, + "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": {}, - "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" + "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__duplexer__0.1.2__links": { + "npm__escape-string-regexp__4.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__duplexer__0.1.2__links", - "package": "duplexer", - "version": "0.1.2", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "duplexer": [ - "0.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__range-parser__1.2.1": { + "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__range-parser__1.2.1", - "package": "range-parser", - "version": "1.2.1", + "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-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "url": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "url": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -75622,18 +72641,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-class-static-block__7.22.11__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-class-static-block__7.22.11__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-class-static-block", - "version": "7.22.11_at_babel_core_7.23.0", + "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-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.11.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "url": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -75647,18 +72666,18 @@ "generate_bzl_library_targets": false } }, - "npm__once__1.4.0": { + "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__once__1.4.0", - "package": "once", - "version": "1.4.0", + "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-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "url": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "url": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -75672,18 +72691,18 @@ "generate_bzl_library_targets": false } }, - "npm__prop-types__15.8.1": { + "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__prop-types__15.8.1", - "package": "prop-types", - "version": "15.8.1", + "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-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "url": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "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": [], @@ -75692,23 +72711,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__stylehacks__5.1.1__postcss_8.4.31": { + "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__stylehacks__5.1.1__postcss_8.4.31", - "package": "stylehacks", - "version": "5.1.1_postcss_8.4.31", + "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-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", - "url": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "url": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", "commit": "", "patch_args": [], "patches": [], @@ -75722,20 +72745,20 @@ "generate_bzl_library_targets": false } }, - "npm__resolve.exports__1.1.1__links": { + "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__resolve.exports__1.1.1__links", - "package": "resolve.exports", - "version": "1.1.1", - "dev": false, + "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": { - "resolve.exports": [ - "1.1.1" + "loader-runner": [ + "4.3.0" ] }, "lifecycle_build_target": false, @@ -75745,25 +72768,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__kind-of__3.2.2__links": { + "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__kind-of__3.2.2__links", - "package": "kind-of", - "version": "3.2.2", - "dev": false, + "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": { - "is-buffer": "1.1.6" + "type-fest": "0.20.2" }, "transitive_closure": { - "kind-of": [ - "3.2.2" + "globals": [ + "13.22.0" ], - "is-buffer": [ - "1.1.6" + "type-fest": [ + "0.20.2" ] }, "lifecycle_build_target": false, @@ -75773,18 +72796,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__css__2.2.4": { + "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__css__2.2.4", - "package": "css", - "version": "2.2.4", + "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-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", - "url": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", + "integrity": "sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==", + "url": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -75798,18 +72821,22 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-custom-media__8.0.2__postcss_8.4.31": { + "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__postcss-custom-media__8.0.2__postcss_8.4.31", - "package": "postcss-custom-media", - "version": "8.0.2_postcss_8.4.31", + "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": {}, - "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", - "url": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", + "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": [], @@ -75823,26 +72850,87 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-destructuring__7.23.0__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-destructuring__7.23.0__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-destructuring", - "version": "7.23.0_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", + "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-transform-destructuring": [ - "7.23.0_at_babel_core_7.23.0" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" @@ -75851,31 +72939,31 @@ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -75896,7 +72984,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -75926,13 +73014,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -75941,16 +73029,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -75977,7 +73065,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -76011,218 +73099,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_webpack-cli_configtest__2.1.1__-360275163": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webpack-cli_configtest__2.1.1__-360275163", - "package": "@webpack-cli/configtest", - "version": "2.1.1_-360275163", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==", - "url": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__form-data__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__form-data__4.0.0__links", - "package": "form-data", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "asynckit": "0.4.0", - "combined-stream": "1.0.8", - "mime-types": "2.1.35" - }, - "transitive_closure": { - "form-data": [ - "4.0.0" - ], - "asynckit": [ - "0.4.0" - ], - "combined-stream": [ - "1.0.8" - ], - "mime-types": [ - "2.1.35" - ], - "mime-db": [ - "1.52.0" - ], - "delayed-stream": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__domutils__2.8.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__domutils__2.8.0__links", - "package": "domutils", - "version": "2.8.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "dom-serializer": "1.4.1", - "domelementtype": "2.3.0", - "domhandler": "4.3.1" - }, - "transitive_closure": { - "domutils": [ - "2.8.0" - ], - "dom-serializer": [ - "1.4.1" - ], - "domelementtype": [ - "2.3.0" - ], - "domhandler": [ - "4.3.1" - ], - "entities": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__imurmurhash__0.1.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__imurmurhash__0.1.4__links", - "package": "imurmurhash", - "version": "0.1.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "imurmurhash": [ - "0.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__read-cache__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__read-cache__1.0.0", - "package": "read-cache", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", - "url": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_svgr_babel-plugin-remove-jsx-attribute__5.4.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-remove-jsx-attribute__5.4.0__links", - "package": "@svgr/babel-plugin-remove-jsx-attribute", - "version": "5.4.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@svgr/babel-plugin-remove-jsx-attribute": [ - "5.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__shell-quote__1.8.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__shell-quote__1.8.1__links", - "package": "shell-quote", - "version": "1.8.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "shell-quote": [ - "1.8.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_babel__template__7.4.2": { + "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__at_types_babel__template__7.4.2", - "package": "@types/babel__template", - "version": "7.4.2", + "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-/AVzPICMhMOMYoSx9MoKpGDKdBRsIXMNByh1PXSZoa+v6ZoLa8xxtsT/uLQ/NJm0XVAWl/BvId4MlDeXJaeIZQ==", - "url": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.2.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "url": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -76236,46 +73124,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_webassemblyjs_leb128__1.11.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_leb128__1.11.6__links", - "package": "@webassemblyjs/leb128", - "version": "1.11.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@xtuc/long": "4.2.2" - }, - "transitive_closure": { - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-obj__1.0.1": { + "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__is-obj__1.0.1", - "package": "is-obj", - "version": "1.0.1", + "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-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", - "url": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "url": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -76289,200 +73149,90 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-normalize-url__5.1.0__postcss_8.4.31__links": { + "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__postcss-normalize-url__5.1.0__postcss_8.4.31__links", - "package": "postcss-normalize-url", - "version": "5.1.0_postcss_8.4.31", - "dev": false, + "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": { - "normalize-url": "6.1.0", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "postcss-normalize-url": [ - "5.1.0_postcss_8.4.31" - ], - "normalize-url": [ - "6.1.0" + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" ], - "postcss": [ - "8.4.31" + "@babel/core": [ + "7.23.0" ], - "postcss-value-parser": [ - "4.2.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "nanoid": [ - "3.3.6" + "@ampproject/remapping": [ + "2.2.1" ], - "picocolors": [ - "1.0.0" + "@babel/code-frame": [ + "7.23.5", + "7.22.13" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__compression__1.7.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__compression__1.7.4__links", - "package": "compression", - "version": "1.7.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "accepts": "1.3.8", - "bytes": "3.0.0", - "compressible": "2.0.18", - "debug": "2.6.9", - "on-headers": "1.0.2", - "safe-buffer": "5.1.2", - "vary": "1.1.2" - }, - "transitive_closure": { - "compression": [ - "1.7.4" + "@babel/generator": [ + "7.23.5", + "7.23.0" ], - "accepts": [ - "1.3.8" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "bytes": [ - "3.0.0" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], - "compressible": [ - "2.0.18" + "@babel/helpers": [ + "7.23.1" ], - "debug": [ - "2.6.9" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "on-headers": [ - "1.0.2" + "@babel/template": [ + "7.22.15" ], - "safe-buffer": [ - "5.1.2" + "@babel/traverse": [ + "7.23.5", + "7.23.0" ], - "vary": [ - "1.1.2" + "@babel/types": [ + "7.23.5" ], - "ms": [ + "convert-source-map": [ "2.0.0" ], - "mime-db": [ - "1.52.0" - ], - "mime-types": [ - "2.1.35" + "debug": [ + "4.3.4" ], - "negotiator": [ - "0.6.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__mkdirp__0.5.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__mkdirp__0.5.6__links", - "package": "mkdirp", - "version": "0.5.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "minimist": "1.2.8" - }, - "transitive_closure": { - "mkdirp": [ - "0.5.6" + "gensync": [ + "1.0.0-beta.2" ], - "minimist": [ - "1.2.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__string-natural-compare__3.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__string-natural-compare__3.0.1__links", - "package": "string-natural-compare", - "version": "3.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "string-natural-compare": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-class-static-block__7.22.11__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-class-static-block__7.22.11__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-class-static-block", - "version": "7.22.11_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-class-static-block": "7.14.5_at_babel_core_7.23.0" - }, - "transitive_closure": { - "@babel/plugin-transform-class-static-block": [ - "7.22.11_at_babel_core_7.23.0" + "json5": [ + "2.2.3" ], - "@babel/core": [ - "7.23.0" + "semver": [ + "6.3.1" ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "ms": [ + "2.1.2" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "to-fast-properties": [ + "2.0.0" ], "@babel/helper-environment-visitor": [ "7.22.20" @@ -76490,47 +73240,36 @@ "@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": [ + "@babel/helper-hoist-variables": [ "7.22.5" ], "@babel/helper-split-export-declaration": [ "7.22.6" ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.0" + "globals": [ + "11.12.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "to-fast-properties": [ - "2.0.0" + "jsesc": [ + "2.5.2" ], - "@babel/template": [ - "7.22.15" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@babel/code-frame": [ - "7.22.13" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@babel/parser": [ - "7.23.0" + "@jridgewell/set-array": [ + "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.22.20", + "7.23.4" ], "chalk": [ "2.4.2" @@ -76556,45 +73295,6 @@ "js-tokens": [ "4.0.0" ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "globals": [ - "11.12.0" - ], "@babel/helper-module-imports": [ "7.22.15" ], @@ -76602,13 +73302,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -76617,40 +73317,22 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "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, @@ -76660,18 +73342,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__esbuild-linux-arm64__0.15.18": { + "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__esbuild-linux-arm64__0.15.18", - "package": "esbuild-linux-arm64", - "version": "0.15.18", + "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-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==", - "url": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.18.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "url": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -76680,443 +73362,197 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_next_swc-linux-x64-musl__13.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-x64-musl__13.0.5", - "package": "@next/swc-linux-x64-musl", - "version": "13.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-V+1mnh49qmS9fOZxVRbzjhBEz9IUGJ7AQ80JPWAYQM5LI4TxfdiF4APLPvJ52rOmNeTqnVz1bbKtVOso+7EZ4w==", - "url": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__lower-case__2.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__lower-case__2.0.2", - "package": "lower-case", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "url": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__has__1.0.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__has__1.0.3", - "package": "has", - "version": "1.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "url": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__supports-hyperlinks__2.3.0__links": { + "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__supports-hyperlinks__2.3.0__links", - "package": "supports-hyperlinks", - "version": "2.3.0", - "dev": false, + "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": { - "has-flag": "4.0.0", - "supports-color": "7.2.0" + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2" }, "transitive_closure": { - "supports-hyperlinks": [ - "2.3.0" + "object.entries": [ + "1.1.7" ], - "has-flag": [ - "4.0.0" + "call-bind": [ + "1.0.2" ], - "supports-color": [ - "7.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_nodelib_fs.walk__1.2.8__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.walk__1.2.8__links", - "package": "@nodelib/fs.walk", - "version": "1.2.8", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "1.15.0" - }, - "transitive_closure": { - "@nodelib/fs.walk": [ - "1.2.8" + "define-properties": [ + "1.2.1" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "es-abstract": [ + "1.22.2" ], - "fastq": [ - "1.15.0" + "array-buffer-byte-length": [ + "1.0.0" ], - "reusify": [ - "1.0.4" + "arraybuffer.prototype.slice": [ + "1.0.2" ], - "@nodelib/fs.stat": [ - "2.0.5" + "available-typed-arrays": [ + "1.0.5" ], - "run-parallel": [ - "1.2.0" + "es-set-tostringtag": [ + "2.0.1" ], - "queue-microtask": [ - "1.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__brace-expansion__1.1.11__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__brace-expansion__1.1.11__links", - "package": "brace-expansion", - "version": "1.1.11", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "balanced-match": "1.0.2", - "concat-map": "0.0.1" - }, - "transitive_closure": { - "brace-expansion": [ - "1.1.11" + "es-to-primitive": [ + "1.2.1" ], - "balanced-match": [ - "1.0.2" + "function.prototype.name": [ + "1.1.6" ], - "concat-map": [ - "0.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__esbuild-linux-mips64le__0.15.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-mips64le__0.15.18__links", - "package": "esbuild-linux-mips64le", - "version": "0.15.18", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esbuild-linux-mips64le": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__merge-stream__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__merge-stream__2.0.0", - "package": "merge-stream", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "url": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__http-parser-js__0.5.8__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__http-parser-js__0.5.8__links", - "package": "http-parser-js", - "version": "0.5.8", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "http-parser-js": [ - "0.5.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__cliui__7.0.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cliui__7.0.4__links", - "package": "cliui", - "version": "7.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "string-width": "4.2.3", - "strip-ansi": "6.0.1", - "wrap-ansi": "7.0.0" - }, - "transitive_closure": { - "cliui": [ - "7.0.4" + "get-intrinsic": [ + "1.2.1" ], - "string-width": [ - "4.2.3" + "get-symbol-description": [ + "1.0.0" ], - "strip-ansi": [ - "6.0.1" + "globalthis": [ + "1.0.3" ], - "wrap-ansi": [ - "7.0.0" + "gopd": [ + "1.0.1" ], - "ansi-styles": [ - "4.3.0" + "has": [ + "1.0.3" ], - "color-convert": [ - "2.0.1" + "has-property-descriptors": [ + "1.0.0" ], - "color-name": [ + "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" ], - "ansi-regex": [ - "5.0.1" + "is-shared-array-buffer": [ + "1.0.2" ], - "emoji-regex": [ - "8.0.0" + "is-string": [ + "1.0.7" ], - "is-fullwidth-code-point": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-image-set-function__4.0.7__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-image-set-function__4.0.7__postcss_8.4.31__links", - "package": "postcss-image-set-function", - "version": "4.0.7_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-image-set-function": [ - "4.0.7_postcss_8.4.31" + "is-typed-array": [ + "1.1.12" ], - "postcss": [ - "8.4.31" + "is-weakref": [ + "1.0.2" ], - "postcss-value-parser": [ - "4.2.0" + "object-inspect": [ + "1.12.3" ], - "nanoid": [ - "3.3.6" + "object-keys": [ + "1.1.1" ], - "picocolors": [ + "object.assign": [ + "4.1.4" + ], + "regexp.prototype.flags": [ + "1.5.1" + ], + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ "1.0.0" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__watchpack__2.4.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__watchpack__2.4.0__links", - "package": "watchpack", - "version": "2.4.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "glob-to-regexp": "0.4.1", - "graceful-fs": "4.2.11" - }, - "transitive_closure": { - "watchpack": [ - "2.4.0" + "string.prototype.trim": [ + "1.2.8" ], - "glob-to-regexp": [ - "0.4.1" + "string.prototype.trimend": [ + "1.0.7" ], - "graceful-fs": [ - "4.2.11" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__css-select__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-select__2.1.0__links", - "package": "css-select", - "version": "2.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "boolbase": "1.0.0", - "css-what": "3.4.2", - "domutils": "1.7.0", - "nth-check": "1.0.2" - }, - "transitive_closure": { - "css-select": [ - "2.1.0" + "string.prototype.trimstart": [ + "1.0.7" ], - "boolbase": [ + "typed-array-buffer": [ "1.0.0" ], - "css-what": [ - "3.4.2" + "typed-array-byte-length": [ + "1.0.0" ], - "domutils": [ - "1.7.0" + "typed-array-byte-offset": [ + "1.0.0" ], - "nth-check": [ + "typed-array-length": [ + "1.0.4" + ], + "unbox-primitive": [ "1.0.2" ], - "dom-serializer": [ - "0.2.2" + "which-typed-array": [ + "1.1.11" ], - "domelementtype": [ - "2.3.0", - "1.3.1" + "for-each": [ + "0.3.3" ], - "entities": [ - "2.2.0" + "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, @@ -77126,18 +73562,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__finalhandler__1.2.0": { + "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__finalhandler__1.2.0", - "package": "finalhandler", - "version": "1.2.0", + "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-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", - "url": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "url": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -77151,18 +73587,18 @@ "generate_bzl_library_targets": false } }, - "npm__resolve__2.0.0-next.4": { + "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__resolve__2.0.0-next.4", - "package": "resolve", - "version": "2.0.0-next.4", + "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-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", - "url": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", + "url": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -77176,95 +73612,109 @@ "generate_bzl_library_targets": false } }, - "npm__whatwg-fetch__3.6.19__links": { + "npm__css-select__4.3.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-fetch__3.6.19__links", - "package": "whatwg-fetch", - "version": "3.6.19", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "whatwg-fetch": [ - "3.6.19" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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-spread__7.22.5__at_babel_core_7.23.0__links": { + "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-spread__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-spread", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "7.22.5" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/plugin-transform-spread": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/plugin-transform-new-target": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -77284,6 +73734,15 @@ "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" ], @@ -77306,13 +73765,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -77321,16 +73780,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -77357,7 +73816,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -77391,374 +73850,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_bcoe_v8-coverage__0.2.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_bcoe_v8-coverage__0.2.3__links", - "package": "@bcoe/v8-coverage", - "version": "0.2.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@bcoe/v8-coverage": [ - "0.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_react__18.0.25": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_react__18.0.25", - "package": "@types/react", - "version": "18.0.25", - "root_package": "", - "link_workspace": "", - "link_packages": { - "next.js": [ - "@types/react" - ] - }, - "integrity": "sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==", - "url": "https://registry.npmjs.org/@types/react/-/react-18.0.25.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__negotiator__0.6.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__negotiator__0.6.3__links", - "package": "negotiator", - "version": "0.6.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "negotiator": [ - "0.6.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__p-locate__5.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__p-locate__5.0.0__links", - "package": "p-locate", - "version": "5.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "p-limit": "3.1.0" - }, - "transitive_closure": { - "p-locate": [ - "5.0.0" - ], - "p-limit": [ - "3.1.0" - ], - "yocto-queue": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_compiler-dom__3.2.37": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-dom__3.2.37", - "package": "@vue/compiler-dom", - "version": "3.2.37", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==", - "url": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.37.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__upath__1.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__upath__1.2.0", - "package": "upath", - "version": "1.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", - "url": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_resolve__1.17.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_resolve__1.17.1", - "package": "@types/resolve", - "version": "1.17.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", - "url": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__open__8.4.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__open__8.4.2", - "package": "open", - "version": "8.4.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", - "url": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__estraverse__4.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__estraverse__4.3.0__links", - "package": "estraverse", - "version": "4.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "estraverse": [ - "4.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-each__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-each__29.7.0", - "package": "jest-each", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", - "url": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-haste-map__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-haste-map__29.7.0", - "package": "jest-haste-map", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", - "url": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__react-app-polyfill__3.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-app-polyfill__3.0.0", - "package": "react-app-polyfill", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", - "url": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__colord__2.9.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__colord__2.9.3__links", - "package": "colord", - "version": "2.9.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "colord": [ - "2.9.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__type-detect__4.0.8": { + "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__type-detect__4.0.8", - "package": "type-detect", - "version": "4.0.8", + "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-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", + "integrity": "sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==", + "url": "https://registry.npmjs.org/@swc/types/-/types-0.1.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -77772,647 +73875,444 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-exponentiation-operator__7.22.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-exponentiation-operator__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-exponentiation-operator", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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/core": "7.23.0", - "@babel/helper-builder-binary-assignment-operator-visitor": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5" + "@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": { - "@babel/plugin-transform-exponentiation-operator": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" + "eslint-plugin-jsx-a11y": [ + "6.7.1_eslint_8.55.0" ], - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" + "@babel/runtime": [ + "7.23.1" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "aria-query": [ + "5.3.0" ], - "@babel/types": [ - "7.23.0" + "array-includes": [ + "3.1.7" ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" + "array.prototype.flatmap": [ + "1.3.2" ], - "@babel/code-frame": [ - "7.22.13" + "ast-types-flow": [ + "0.0.7" ], - "@babel/generator": [ - "7.23.0" + "axe-core": [ + "4.8.2" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "axobject-query": [ + "3.2.1" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "damerau-levenshtein": [ + "1.0.8" ], - "@babel/helpers": [ - "7.23.1" + "emoji-regex": [ + "9.2.2" ], - "@babel/parser": [ - "7.23.0" + "eslint": [ + "8.55.0" ], - "@babel/template": [ - "7.22.15" + "has": [ + "1.0.3" ], - "@babel/traverse": [ - "7.23.0" + "jsx-ast-utils": [ + "3.3.5" ], - "convert-source-map": [ - "2.0.0" + "language-tags": [ + "1.0.5" ], - "debug": [ - "4.3.4" + "minimatch": [ + "3.1.2" ], - "gensync": [ - "1.0.0-beta.2" + "object.entries": [ + "1.1.7" ], - "json5": [ - "2.2.3" + "object.fromentries": [ + "2.0.7" ], "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" + "call-bind": [ + "1.0.2" ], - "@babel/helper-module-imports": [ - "7.22.15" + "define-properties": [ + "1.2.1" ], - "@babel/helper-simple-access": [ - "7.22.5" + "es-abstract": [ + "1.22.2" ], - "@babel/compat-data": [ - "7.22.20" + "array-buffer-byte-length": [ + "1.0.0" ], - "@babel/helper-validator-option": [ - "7.22.15" + "arraybuffer.prototype.slice": [ + "1.0.2" ], - "browserslist": [ - "4.22.1" + "available-typed-arrays": [ + "1.0.5" ], - "lru-cache": [ - "5.1.1" + "es-set-tostringtag": [ + "2.0.1" ], - "yallist": [ - "3.1.1" + "es-to-primitive": [ + "1.2.1" ], - "caniuse-lite": [ - "1.0.30001542" + "function.prototype.name": [ + "1.1.6" ], - "electron-to-chromium": [ - "1.4.539" + "get-intrinsic": [ + "1.2.1" ], - "node-releases": [ - "2.0.13" + "get-symbol-description": [ + "1.0.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "globalthis": [ + "1.0.3" ], - "escalade": [ - "3.1.1" + "gopd": [ + "1.0.1" ], - "picocolors": [ + "has-property-descriptors": [ "1.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "has-proto": [ + "1.0.1" ], - "jsesc": [ - "2.5.2" + "has-symbols": [ + "1.0.3" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "internal-slot": [ + "1.0.5" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "is-array-buffer": [ + "3.0.2" ], - "@jridgewell/set-array": [ - "1.1.2" + "is-callable": [ + "1.2.7" ], - "@babel/highlight": [ - "7.22.20" + "is-negative-zero": [ + "2.0.2" ], - "chalk": [ - "2.4.2" + "is-regex": [ + "1.1.4" ], - "ansi-styles": [ - "3.2.1" + "is-shared-array-buffer": [ + "1.0.2" ], - "escape-string-regexp": [ - "1.0.5" + "is-string": [ + "1.0.7" ], - "supports-color": [ - "5.5.0" + "is-typed-array": [ + "1.1.12" ], - "has-flag": [ - "3.0.0" + "is-weakref": [ + "1.0.2" ], - "color-convert": [ - "1.9.3" + "object-inspect": [ + "1.12.3" ], - "color-name": [ - "1.1.3" + "object-keys": [ + "1.1.1" ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__svg-parser__2.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__svg-parser__2.0.4", - "package": "svg-parser", - "version": "2.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==", - "url": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__queue-microtask__1.2.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__queue-microtask__1.2.3", - "package": "queue-microtask", - "version": "1.2.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "url": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_compiler-core__3.3.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-core__3.3.4", - "package": "@vue/compiler-core", - "version": "3.3.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==", - "url": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_helper-hoist-variables__7.22.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-hoist-variables__7.22.5", - "package": "@babel/helper-hoist-variables", - "version": "7.22.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", - "url": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__lodash.debounce__4.0.8__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__lodash.debounce__4.0.8__links", - "package": "lodash.debounce", - "version": "4.0.8", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "lodash.debounce": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-jasmine2__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-jasmine2__27.5.1__links", - "package": "jest-jasmine2", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/environment": "27.5.1", - "@jest/source-map": "27.5.1", - "@jest/test-result": "27.5.1", - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "chalk": "4.1.2", - "co": "4.6.0", - "expect": "27.5.1", - "is-generator-fn": "2.1.0", - "jest-each": "27.5.1", - "jest-matcher-utils": "27.5.1", - "jest-message-util": "27.5.1", - "jest-runtime": "27.5.1", - "jest-snapshot": "27.5.1", - "jest-util": "27.5.1", - "pretty-format": "27.5.1", - "throat": "6.0.2" - }, - "transitive_closure": { - "jest-jasmine2": [ - "27.5.1" + "object.assign": [ + "4.1.4" ], - "@jest/environment": [ - "27.5.1" + "regexp.prototype.flags": [ + "1.5.1" ], - "@jest/source-map": [ - "27.5.1" + "safe-array-concat": [ + "1.0.1" ], - "@jest/test-result": [ - "27.5.1" + "safe-regex-test": [ + "1.0.0" ], - "@jest/types": [ - "27.5.1" + "string.prototype.trim": [ + "1.2.8" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "string.prototype.trimend": [ + "1.0.7" ], - "chalk": [ - "2.4.2", - "4.1.2" + "string.prototype.trimstart": [ + "1.0.7" ], - "co": [ - "4.6.0" + "typed-array-buffer": [ + "1.0.0" ], - "expect": [ - "27.5.1" + "typed-array-byte-length": [ + "1.0.0" ], - "is-generator-fn": [ - "2.1.0" + "typed-array-byte-offset": [ + "1.0.0" ], - "jest-each": [ - "27.5.1" + "typed-array-length": [ + "1.0.4" ], - "jest-matcher-utils": [ - "27.5.1" + "unbox-primitive": [ + "1.0.2" ], - "jest-message-util": [ - "27.5.1" + "which-typed-array": [ + "1.1.11" ], - "jest-runtime": [ - "27.5.1" + "for-each": [ + "0.3.3" ], - "jest-snapshot": [ - "27.5.1" + "has-tostringtag": [ + "1.0.0" ], - "jest-util": [ - "27.5.1" + "has-bigints": [ + "1.0.2" ], - "pretty-format": [ - "27.5.1" + "which-boxed-primitive": [ + "1.0.2" ], - "throat": [ - "6.0.2" + "is-bigint": [ + "1.0.4" ], - "ansi-regex": [ - "5.0.1" + "is-boolean-object": [ + "1.1.2" ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" + "is-number-object": [ + "1.0.7" ], - "react-is": [ - "17.0.2" + "is-symbol": [ + "1.0.4" ], - "ci-info": [ - "3.8.0" + "isarray": [ + "2.0.5" ], - "graceful-fs": [ - "4.2.11" + "set-function-name": [ + "2.0.1" ], - "picomatch": [ - "2.3.1" + "define-data-property": [ + "1.1.0" ], - "@babel/core": [ - "7.23.0" + "functions-have-names": [ + "1.2.3" ], - "@babel/generator": [ - "7.23.0" + "side-channel": [ + "1.0.4" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "function-bind": [ + "1.1.1" ], - "@babel/traverse": [ - "7.23.0" + "is-date-object": [ + "1.0.5" ], - "@babel/types": [ - "7.23.0" + "brace-expansion": [ + "1.1.11" ], - "@jest/transform": [ - "27.5.1" + "balanced-match": [ + "1.0.2" ], - "@types/babel__traverse": [ - "7.20.2" + "concat-map": [ + "0.0.1" ], - "@types/prettier": [ - "2.7.3" + "language-subtag-registry": [ + "0.3.22" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "array.prototype.flat": [ + "1.3.2" ], - "jest-diff": [ - "27.5.1" + "object.values": [ + "1.1.7" ], - "jest-get-type": [ - "27.5.1" + "es-shim-unscopables": [ + "1.0.0" ], - "jest-haste-map": [ - "27.5.1" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], - "natural-compare": [ - "1.4.0" + "@eslint-community/regexpp": [ + "4.10.0" ], - "semver": [ - "6.3.1", - "7.5.4" + "@eslint/eslintrc": [ + "2.1.4" ], - "lru-cache": [ - "5.1.1", - "6.0.0" + "@eslint/js": [ + "8.55.0" ], - "yallist": [ - "3.1.1", - "4.0.0" + "@humanwhocodes/config-array": [ + "0.11.13" ], - "@types/graceful-fs": [ - "4.1.7" + "@humanwhocodes/module-importer": [ + "1.0.1" ], - "anymatch": [ - "3.1.3" + "@nodelib/fs.walk": [ + "1.2.8" ], - "fb-watchman": [ - "2.0.2" + "@ungap/structured-clone": [ + "1.2.0" ], - "jest-regex-util": [ - "27.5.1" + "ajv": [ + "6.12.6" ], - "jest-serializer": [ - "27.5.1" + "chalk": [ + "4.1.2" ], - "jest-worker": [ - "27.5.1" + "cross-spawn": [ + "7.0.3" ], - "micromatch": [ - "4.0.5" + "debug": [ + "4.3.4" ], - "walker": [ - "1.0.8" + "doctrine": [ + "3.0.0" ], - "fsevents": [ - "2.3.3" + "escape-string-regexp": [ + "4.0.0" ], - "makeerror": [ - "1.0.12" + "eslint-scope": [ + "7.2.2" ], - "tmpl": [ - "1.0.5" + "eslint-visitor-keys": [ + "3.4.3" ], - "braces": [ - "3.0.2" + "espree": [ + "9.6.1" ], - "fill-range": [ - "7.0.1" + "esquery": [ + "1.5.0" ], - "to-regex-range": [ - "5.0.1" + "esutils": [ + "2.0.3" ], - "is-number": [ - "7.0.0" + "fast-deep-equal": [ + "3.1.3" ], - "merge-stream": [ - "2.0.0" + "file-entry-cache": [ + "6.0.1" ], - "supports-color": [ - "7.2.0", - "5.5.0", - "8.1.1" + "find-up": [ + "5.0.0" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "glob-parent": [ + "6.0.2" ], - "bser": [ - "2.1.1" + "globals": [ + "13.22.0" ], - "node-int64": [ - "0.4.0" + "graphemer": [ + "1.4.0" ], - "normalize-path": [ - "3.0.0" + "ignore": [ + "5.2.4" ], - "diff-sequences": [ - "27.5.1" + "imurmurhash": [ + "0.1.4" ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" + "is-glob": [ + "4.0.3" ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" + "is-path-inside": [ + "3.0.3" ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" + "js-yaml": [ + "4.1.0" ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" + "levn": [ + "0.4.1" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "lodash.merge": [ + "4.6.2" ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" + "natural-compare": [ + "1.4.0" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "optionator": [ + "0.9.3" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "strip-ansi": [ + "6.0.1" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "text-table": [ + "0.2.0" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "ansi-regex": [ + "5.0.1" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "@aashutoshrathi/word-wrap": [ + "1.2.6" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "deep-is": [ + "0.1.4" ], - "babel-plugin-istanbul": [ - "6.1.1" + "fast-levenshtein": [ + "2.0.6" ], - "convert-source-map": [ - "2.0.0", - "1.9.0" + "prelude-ls": [ + "1.2.1" ], - "fast-json-stable-stringify": [ - "2.1.0" + "type-check": [ + "0.4.0" ], - "pirates": [ - "4.0.6" + "argparse": [ + "2.0.1" ], - "slash": [ - "3.0.0" + "is-extglob": [ + "2.1.1" ], - "source-map": [ - "0.6.1" + "type-fest": [ + "0.20.2" ], - "write-file-atomic": [ - "3.0.3" + "locate-path": [ + "6.0.0" ], - "imurmurhash": [ - "0.1.4" + "path-exists": [ + "4.0.0" ], - "is-typedarray": [ - "1.0.0" + "p-locate": [ + "5.0.0" ], - "signal-exit": [ - "3.0.7" + "p-limit": [ + "3.1.0" ], - "typedarray-to-buffer": [ - "3.1.5" + "yocto-queue": [ + "0.1.0" ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" + "flat-cache": [ + "3.1.0" ], - "@istanbuljs/schema": [ - "0.1.3" + "flatted": [ + "3.2.9" ], - "istanbul-lib-instrument": [ - "5.2.1" + "keyv": [ + "4.5.3" ], - "test-exclude": [ - "6.0.0" + "rimraf": [ + "3.0.2" ], "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" ], @@ -78431,127 +74331,226 @@ "wrappy": [ "1.0.2" ], - "@babel/parser": [ - "7.23.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" + "json-buffer": [ + "3.0.1" ], - "camelcase": [ - "6.3.0", - "5.3.1" + "estraverse": [ + "5.3.0" ], - "find-up": [ - "4.1.0" + "acorn": [ + "8.10.0" ], - "get-package-type": [ - "0.1.0" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "js-yaml": [ - "3.14.1" + "esrecurse": [ + "4.3.0" ], - "resolve-from": [ - "5.0.0" + "ms": [ + "2.1.2" ], - "argparse": [ - "1.0.10" + "path-key": [ + "3.1.1" ], - "esprima": [ - "4.0.1" + "shebang-command": [ + "2.0.0" ], - "sprintf-js": [ - "1.0.3" + "which": [ + "2.0.2" ], - "locate-path": [ - "5.0.0" + "isexe": [ + "2.0.0" ], - "path-exists": [ - "4.0.0" + "shebang-regex": [ + "3.0.0" ], - "p-locate": [ - "4.1.0" + "ansi-styles": [ + "4.3.0" ], - "p-limit": [ - "2.3.0" + "supports-color": [ + "7.2.0" ], - "p-try": [ - "2.2.0" + "has-flag": [ + "4.0.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "color-convert": [ + "2.0.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "color-name": [ + "1.1.4" ], - "to-fast-properties": [ - "2.0.0" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@babel/code-frame": [ - "7.22.13" + "json-schema-traverse": [ + "0.4.1" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "uri-js": [ + "4.4.1" ], - "@babel/helper-function-name": [ - "7.23.0" + "punycode": [ + "2.3.1" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "fastq": [ + "1.15.0" ], - "debug": [ - "4.3.4" + "reusify": [ + "1.0.4" ], - "globals": [ - "11.12.0" + "@nodelib/fs.stat": [ + "2.0.5" ], - "ms": [ - "2.1.2" + "run-parallel": [ + "1.2.0" ], - "@babel/template": [ - "7.22.15" + "queue-microtask": [ + "1.2.3" ], - "@babel/highlight": [ - "7.22.20" + "@humanwhocodes/object-schema": [ + "2.0.1" ], - "escape-string-regexp": [ - "2.0.0", - "1.0.5" + "import-fresh": [ + "3.3.0" ], - "color-convert": [ - "2.0.1", - "1.9.3" + "strip-json-comments": [ + "3.1.1" ], - "color-name": [ - "1.1.4", - "1.1.3" + "parent-module": [ + "1.0.1" ], - "js-tokens": [ + "resolve-from": [ "4.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "callsites": [ + "3.1.0" ], - "jsesc": [ - "2.5.2" + "dequal": [ + "2.0.3" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "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" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@babel/core": [ + "7.23.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "@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" ], @@ -78561,173 +74560,146 @@ "@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" ], - "@babel/helper-module-imports": [ - "7.22.15" + "semver": [ + "6.3.1" ], - "@babel/helper-simple-access": [ - "7.22.5" + "ms": [ + "2.1.2" ], - "@babel/compat-data": [ + "@babel/helper-string-parser": [ + "7.23.4" + ], + "@babel/helper-validator-identifier": [ "7.22.20" ], - "@babel/helper-validator-option": [ - "7.22.15" + "to-fast-properties": [ + "2.0.0" ], - "browserslist": [ - "4.22.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "caniuse-lite": [ - "1.0.30001542" + "@babel/helper-function-name": [ + "7.23.0" ], - "electron-to-chromium": [ - "1.4.539" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "node-releases": [ - "2.0.13" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "globals": [ + "11.12.0" ], - "escalade": [ - "3.1.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "picocolors": [ - "1.0.0" - ], - "@jest/fake-timers": [ - "27.5.1" - ], - "@jest/globals": [ - "27.5.1" - ], - "cjs-module-lexer": [ - "1.2.3" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "execa": [ - "5.1.1" - ], - "jest-mock": [ - "27.5.1" - ], - "jest-resolve": [ - "27.5.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "strip-bom": [ - "4.0.0" + "jsesc": [ + "2.5.2" ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "jest-validate": [ - "27.5.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "resolve": [ - "1.22.6" + "@jridgewell/set-array": [ + "1.1.2" ], - "resolve.exports": [ - "1.1.1" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "is-core-module": [ - "2.13.0" + "chalk": [ + "2.4.2" ], - "path-parse": [ - "1.0.7" + "ansi-styles": [ + "3.2.1" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "escape-string-regexp": [ + "1.0.5" ], - "has": [ - "1.0.3" + "supports-color": [ + "5.5.0" ], - "function-bind": [ - "1.1.1" + "has-flag": [ + "3.0.0" ], - "leven": [ - "3.1.0" + "color-convert": [ + "1.9.3" ], - "cross-spawn": [ - "7.0.3" + "color-name": [ + "1.1.3" ], - "get-stream": [ - "6.0.1" + "js-tokens": [ + "4.0.0" ], - "human-signals": [ - "2.1.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "is-stream": [ - "2.0.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "npm-run-path": [ - "4.0.1" + "@babel/compat-data": [ + "7.23.5" ], - "onetime": [ - "5.1.2" + "@babel/helper-validator-option": [ + "7.23.5" ], - "strip-final-newline": [ - "2.0.0" + "browserslist": [ + "4.22.2" ], - "mimic-fn": [ - "2.1.0" + "lru-cache": [ + "5.1.1" ], - "path-key": [ + "yallist": [ "3.1.1" ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "stack-utils": [ - "2.0.6" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" + "caniuse-lite": [ + "1.0.30001566" ], - "@types/yargs": [ - "16.0.6" + "electron-to-chromium": [ + "1.4.608" ], - "@types/yargs-parser": [ - "21.0.1" + "node-releases": [ + "2.0.14" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "@jest/console": [ - "27.5.1" + "escalade": [ + "3.1.1" ], - "callsites": [ - "3.1.0" + "picocolors": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -78737,48 +74709,54 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-plugin-utils__7.22.5__links": { + "npm__at_vue_shared__3.2.37": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-plugin-utils__7.22.5__links", - "package": "@babel/helper-plugin-utils", - "version": "7.22.5", - "dev": false, + "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": {}, - "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" + "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__fastq__1.15.0__links": { + "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__fastq__1.15.0__links", - "package": "fastq", - "version": "1.15.0", - "dev": false, + "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": {}, + "link_packages": { + "vue": [ + "@vue/tsconfig" + ] + }, "deps": { - "reusify": "1.0.4" + "@types/node": "18.11.9" }, "transitive_closure": { - "fastq": [ - "1.15.0" + "@vue/tsconfig": [ + "0.1.3_at_types_node_18.11.9" ], - "reusify": [ - "1.0.4" + "@types/node": [ + "18.11.9" ] }, "lifecycle_build_target": false, @@ -78788,99 +74766,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__vue__3.3.4__links": { + "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__vue__3.3.4__links", - "package": "vue", - "version": "3.3.4", + "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": { - "vue/libraries/simple": [ - "vue" - ] - }, + "link_packages": {}, "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" + "color-name": "1.1.4" }, "transitive_closure": { - "vue": [ - "3.3.4" - ], - "@vue/compiler-dom": [ - "3.3.4" - ], - "@vue/compiler-sfc": [ - "3.3.4" - ], - "@vue/runtime-dom": [ - "3.3.4" - ], - "@vue/server-renderer": [ - "3.3.4_vue_3.3.4" - ], - "@vue/shared": [ - "3.3.4" - ], - "@vue/compiler-ssr": [ - "3.3.4" - ], - "@vue/runtime-core": [ - "3.3.4" - ], - "csstype": [ - "3.1.2" - ], - "@vue/reactivity": [ - "3.3.4" - ], - "@babel/parser": [ - "7.23.0" - ], - "@vue/compiler-core": [ - "3.3.4" - ], - "@vue/reactivity-transform": [ - "3.3.4" - ], - "estree-walker": [ - "2.0.2" - ], - "magic-string": [ - "0.30.4" - ], - "postcss": [ - "8.4.31" - ], - "source-map-js": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "color-convert": [ + "2.0.1" ], - "to-fast-properties": [ - "2.0.0" + "color-name": [ + "1.1.4" ] }, "lifecycle_build_target": false, @@ -78890,32 +74794,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__multicast-dns__7.2.5__links": { + "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__multicast-dns__7.2.5__links", - "package": "multicast-dns", - "version": "7.2.5", - "dev": false, + "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": { - "dns-packet": "5.6.1", - "thunky": "1.1.0" - }, + "deps": {}, "transitive_closure": { - "multicast-dns": [ - "7.2.5" - ], - "dns-packet": [ - "5.6.1" - ], - "thunky": [ - "1.1.0" - ], - "@leichtgewicht/ip-codec": [ - "2.0.4" + "merge2": [ + "1.4.1" ] }, "lifecycle_build_target": false, @@ -78925,18 +74817,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__get-own-enumerable-property-symbols__3.0.2": { + "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__get-own-enumerable-property-symbols__3.0.2", - "package": "get-own-enumerable-property-symbols", - "version": "3.0.2", + "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-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", - "url": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "url": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -78950,113 +74842,28 @@ "generate_bzl_library_targets": false } }, - "npm__at_volar_vue-typescript__1.0.9__links": { + "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__at_volar_vue-typescript__1.0.9__links", - "package": "@volar/vue-typescript", - "version": "1.0.9", + "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": { - "@volar/typescript": "1.0.9", - "@volar/vue-language-core": "1.0.9" + "makeerror": "1.0.12" }, "transitive_closure": { - "@volar/vue-typescript": [ - "1.0.9" - ], - "@volar/typescript": [ - "1.0.9" - ], - "@volar/vue-language-core": [ - "1.0.9" - ], - "@volar/language-core": [ - "1.0.9" - ], - "@volar/source-map": [ - "1.0.9" - ], - "@vue/compiler-dom": [ - "3.3.4" - ], - "@vue/compiler-sfc": [ - "3.3.4" - ], - "@vue/reactivity": [ - "3.3.4" - ], - "@vue/shared": [ - "3.3.4" - ], - "minimatch": [ - "5.1.6" - ], - "vue-template-compiler": [ - "2.7.14" - ], - "de-indent": [ - "1.0.2" - ], - "he": [ - "1.2.0" - ], - "brace-expansion": [ - "2.0.1" - ], - "balanced-match": [ - "1.0.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "@vue/compiler-core": [ - "3.3.4" - ], - "@vue/compiler-ssr": [ - "3.3.4" - ], - "@vue/reactivity-transform": [ - "3.3.4" - ], - "estree-walker": [ - "2.0.2" - ], - "magic-string": [ - "0.30.4" - ], - "postcss": [ - "8.4.31" - ], - "source-map-js": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "walker": [ + "1.0.8" ], - "to-fast-properties": [ - "2.0.0" + "makeerror": [ + "1.0.12" ], - "muggle-string": [ - "0.1.0" + "tmpl": [ + "1.0.5" ] }, "lifecycle_build_target": false, @@ -79066,103 +74873,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-visitor-keys__3.4.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-visitor-keys__3.4.3", - "package": "eslint-visitor-keys", - "version": "3.4.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__regenerator-runtime__0.13.11": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__regenerator-runtime__0.13.11", - "package": "regenerator-runtime", - "version": "0.13.11", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", - "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__string.prototype.trim__1.2.8": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.trim__1.2.8", - "package": "string.prototype.trim", - "version": "1.2.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", - "url": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__fb-watchman__2.0.2__links": { + "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__fb-watchman__2.0.2__links", - "package": "fb-watchman", - "version": "2.0.2", - "dev": false, + "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": { - "bser": "2.1.1" - }, + "deps": {}, "transitive_closure": { - "fb-watchman": [ - "2.0.2" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" + "shebang-regex": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -79172,43 +74896,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-regexp__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-regexp__1.0.0", - "package": "is-regexp", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", - "url": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__workbox-webpack-plugin__6.6.0__webpack_5.88.2": { + "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__workbox-webpack-plugin__6.6.0__webpack_5.88.2", - "package": "workbox-webpack-plugin", - "version": "6.6.0_webpack_5.88.2", + "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-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==", - "url": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.0.tgz", + "integrity": "sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==", + "url": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.37.tgz", "commit": "", "patch_args": [], "patches": [], @@ -79222,18 +74921,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-merge-rules__5.1.4__postcss_8.4.31": { + "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__postcss-merge-rules__5.1.4__postcss_8.4.31", - "package": "postcss-merge-rules", - "version": "5.1.4_postcss_8.4.31", + "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-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", - "url": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", + "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": [], @@ -79247,18 +74946,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.0": { + "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_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", + "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-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "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": [], @@ -79272,81 +74971,23 @@ "generate_bzl_library_targets": false } }, - "npm__body-parser__1.20.1__links": { + "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__body-parser__1.20.1__links", - "package": "body-parser", - "version": "1.20.1", - "dev": false, + "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": { - "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" + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1" }, "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" + "is-weakset": [ + "2.0.2" ], "call-bind": [ "1.0.2" @@ -79354,9 +74995,6 @@ "get-intrinsic": [ "1.2.1" ], - "object-inspect": [ - "1.12.3" - ], "function-bind": [ "1.1.1" ], @@ -79368,26 +75006,42 @@ ], "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" ], - "ee-first": [ - "1.1.1" - ], - "safer-buffer": [ - "2.1.2" - ], - "inherits": [ - "2.0.4" - ], - "setprototypeof": [ - "1.2.0" + "@babel/types": [ + "7.23.5" ], - "statuses": [ - "2.0.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "toidentifier": [ - "1.0.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "ms": [ + "to-fast-properties": [ "2.0.0" ] }, @@ -79398,18 +75052,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__json-schema-traverse__0.4.1": { + "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__json-schema-traverse__0.4.1", - "package": "json-schema-traverse", - "version": "0.4.1", + "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-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "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": [], @@ -79423,80 +75077,20 @@ "generate_bzl_library_targets": false } }, - "npm__schema-utils__4.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__schema-utils__4.2.0__links", - "package": "schema-utils", - "version": "4.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/json-schema": "7.0.13", - "ajv": "8.12.0", - "ajv-formats": "2.1.1_ajv_8.12.0", - "ajv-keywords": "5.1.0_ajv_8.12.0" - }, - "transitive_closure": { - "schema-utils": [ - "4.2.0" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "8.12.0" - ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" - ], - "ajv-keywords": [ - "5.1.0_ajv_8.12.0" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "json-schema-traverse": [ - "1.0.0" - ], - "require-from-string": [ - "2.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__workbox-broadcast-update__6.6.0__links": { + "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__workbox-broadcast-update__6.6.0__links", - "package": "workbox-broadcast-update", - "version": "6.6.0", - "dev": false, + "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": { - "workbox-core": "6.6.0" - }, + "deps": {}, "transitive_closure": { - "workbox-broadcast-update": [ - "6.6.0" - ], - "workbox-core": [ - "6.6.0" + "pure-rand": [ + "6.0.4" ] }, "lifecycle_build_target": false, @@ -79506,77 +75100,28 @@ "npm_translate_lock_repo": "npm" } }, - "npm__url-parse__1.5.10__links": { + "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__url-parse__1.5.10__links", - "package": "url-parse", - "version": "1.5.10", + "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": { - "querystringify": "2.2.0", - "requires-port": "1.0.0" + "color-convert": "1.9.3" }, "transitive_closure": { - "url-parse": [ - "1.5.10" + "ansi-styles": [ + "3.2.1" ], - "querystringify": [ - "2.2.0" + "color-convert": [ + "1.9.3" ], - "requires-port": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__websocket-extensions__0.1.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__websocket-extensions__0.1.4", - "package": "websocket-extensions", - "version": "0.1.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", - "url": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__connect-history-api-fallback__2.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__connect-history-api-fallback__2.0.0__links", - "package": "connect-history-api-fallback", - "version": "2.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "connect-history-api-fallback": [ - "2.0.0" + "color-name": [ + "1.1.3" ] }, "lifecycle_build_target": false, @@ -79586,18 +75131,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__https-proxy-agent__5.0.1": { + "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__https-proxy-agent__5.0.1", - "package": "https-proxy-agent", - "version": "5.0.1", + "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-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", - "url": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "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": [], @@ -79611,18 +75156,18 @@ "generate_bzl_library_targets": false } }, - "npm__p-retry__4.6.2": { + "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__p-retry__4.6.2", - "package": "p-retry", - "version": "4.6.2", + "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-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", - "url": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "url": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -79631,39 +75176,34 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_babel_helper-module-imports__7.22.15__links": { + "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__at_babel_helper-module-imports__7.22.15__links", - "package": "@babel/helper-module-imports", - "version": "7.22.15", - "dev": false, + "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": { - "@babel/types": "7.23.0" + "@jridgewell/sourcemap-codec": "1.4.15" }, "transitive_closure": { - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "magic-string": [ + "0.30.4" ], - "to-fast-properties": [ - "2.0.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ] }, "lifecycle_build_target": false, @@ -79673,113 +75213,348 @@ "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": { + "npm__define-lazy-prop__2.0.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "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", + "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_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 + "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__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.0__links", - "package": "@babel/plugin-proposal-numeric-separator", - "version": "7.18.6_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.0" + "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": { - "@babel/plugin-proposal-numeric-separator": [ - "7.18.6_at_babel_core_7.23.0" + "jest-haste-map": [ + "29.7.0" ], - "@babel/core": [ - "7.23.0" + "@jest/types": [ + "29.6.3" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@types/graceful-fs": [ + "4.1.7" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "@types/node": [ + "18.11.9" ], - "@ampproject/remapping": [ - "2.2.1" + "anymatch": [ + "3.1.3" ], - "@babel/code-frame": [ - "7.22.13" + "fb-watchman": [ + "2.0.2" ], - "@babel/generator": [ - "7.23.0" + "graceful-fs": [ + "4.2.11" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "jest-regex-util": [ + "29.6.3" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "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.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -79800,7 +75575,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -79823,45 +75598,6 @@ "globals": [ "11.12.0" ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -79881,7 +75617,8 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.22.20", + "7.23.4" ], "chalk": [ "2.4.2" @@ -79906,6 +75643,68 @@ ], "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, @@ -79915,18 +75714,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__global-modules__2.0.0": { + "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__global-modules__2.0.0", - "package": "global-modules", - "version": "2.0.0", + "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-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", - "url": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "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": [], @@ -79940,18 +75739,18 @@ "generate_bzl_library_targets": false } }, - "npm__hoopy__0.1.4": { + "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__hoopy__0.1.4", - "package": "hoopy", - "version": "0.1.4", + "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-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", - "url": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "url": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -79965,46 +75764,18 @@ "generate_bzl_library_targets": false } }, - "npm__tr46__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tr46__1.0.1__links", - "package": "tr46", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "punycode": "2.3.0" - }, - "transitive_closure": { - "tr46": [ - "1.0.1" - ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__regjsparser__0.9.1": { + "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__regjsparser__0.9.1", - "package": "regjsparser", - "version": "0.9.1", + "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-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "url": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "url": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -80018,41 +75789,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_svgr_babel-plugin-add-jsx-attribute__5.4.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-add-jsx-attribute__5.4.0__links", - "package": "@svgr/babel-plugin-add-jsx-attribute", - "version": "5.4.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@svgr/babel-plugin-add-jsx-attribute": [ - "5.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__serve-index__1.9.1": { + "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__serve-index__1.9.1", - "package": "serve-index", - "version": "1.9.1", + "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-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", - "url": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -80066,404 +75814,88 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_helper-wrap-function__7.22.20__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-wrap-function__7.22.20__links", - "package": "@babel/helper-wrap-function", - "version": "7.22.20", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-function-name": "7.23.0", - "@babel/template": "7.22.15", - "@babel/types": "7.23.0" - }, - "transitive_closure": { - "@babel/helper-wrap-function": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__semver__6.3.1__links": { + "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_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__semver__6.3.1__links", - "package": "semver", - "version": "6.3.1", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "semver": [ - "6.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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_swc_core-win32-x64-msvc__1.3.100__links": { + "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_swc_core-win32-x64-msvc__1.3.100__links", - "package": "@swc/core-win32-x64-msvc", - "version": "1.3.100", + "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": {}, - "transitive_closure": { - "@swc/core-win32-x64-msvc": [ - "1.3.100" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__string.prototype.trimstart__1.0.7__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__string.prototype.trimstart__1.0.7__links", - "package": "string.prototype.trimstart", - "version": "1.0.7", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "es-abstract": "1.22.2" - }, - "transitive_closure": { - "string.prototype.trimstart": [ - "1.0.7" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.2.1" - ], - "es-abstract": [ - "1.22.2" - ], - "array-buffer-byte-length": [ - "1.0.0" - ], - "arraybuffer.prototype.slice": [ - "1.0.2" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "es-set-tostringtag": [ - "2.0.1" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function.prototype.name": [ - "1.1.6" - ], - "get-intrinsic": [ - "1.2.1" - ], - "get-symbol-description": [ - "1.0.0" - ], - "globalthis": [ - "1.0.3" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "internal-slot": [ - "1.0.5" - ], - "is-array-buffer": [ - "3.0.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-typed-array": [ - "1.1.12" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.3" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.5.1" - ], - "safe-array-concat": [ - "1.0.1" - ], - "safe-regex-test": [ - "1.0.0" - ], - "string.prototype.trim": [ - "1.2.8" - ], - "string.prototype.trimend": [ - "1.0.7" - ], - "typed-array-buffer": [ - "1.0.0" - ], - "typed-array-byte-length": [ - "1.0.0" - ], - "typed-array-byte-offset": [ - "1.0.0" - ], - "typed-array-length": [ - "1.0.4" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-typed-array": [ - "1.1.11" - ], - "for-each": [ - "0.3.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-bigints": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "isarray": [ - "2.0.5" - ], - "set-function-name": [ - "2.0.1" - ], - "define-data-property": [ - "1.1.0" - ], - "functions-have-names": [ - "1.2.3" - ], - "side-channel": [ - "1.0.4" - ], - "function-bind": [ - "1.1.1" - ], - "is-date-object": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__ws__7.5.9__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ws__7.5.9__links", - "package": "ws", - "version": "7.5.9", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ws": [ - "7.5.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-logical-assignment-operators__7.22.11__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-logical-assignment-operators__7.22.11__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-logical-assignment-operators", - "version": "7.22.11_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, "deps": { - "@babel/core": "7.23.0", + "@babel/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.0" + "@babel/plugin-syntax-dynamic-import": "7.8.3_at_babel_core_7.23.5" }, "transitive_closure": { - "@babel/plugin-transform-logical-assignment-operators": [ - "7.22.11_at_babel_core_7.23.0" + "@babel/plugin-transform-dynamic-import": [ + "7.23.4_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "@babel/plugin-syntax-dynamic-import": [ + "7.8.3_at_babel_core_7.23.5" ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -80484,7 +75916,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -80514,13 +75946,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -80529,16 +75961,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -80565,7 +75997,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -80599,211 +76031,75 @@ "npm_translate_lock_repo": "npm" } }, - "npm__babel-plugin-polyfill-corejs2__0.4.5__at_babel_core_7.23.0__links": { + "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__babel-plugin-polyfill-corejs2__0.4.5__at_babel_core_7.23.0__links", - "package": "babel-plugin-polyfill-corejs2", - "version": "0.4.5_at_babel_core_7.23.0", - "dev": false, + "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/compat-data": "7.22.20", - "@babel/core": "7.23.0", - "@babel/helper-define-polyfill-provider": "0.4.2_at_babel_core_7.23.0", - "semver": "6.3.1" + "@babel/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": { - "babel-plugin-polyfill-corejs2": [ - "0.4.5_at_babel_core_7.23.0" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" - ], - "semver": [ - "6.3.1" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "debug": [ - "4.3.4" - ], - "lodash.debounce": [ - "4.0.8" - ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" + "@types/babel__core": [ + "7.20.2" ], "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], - "convert-source-map": [ - "2.0.0" + "@types/babel__generator": [ + "7.6.5" ], - "gensync": [ - "1.0.0-beta.2" + "@types/babel__template": [ + "7.4.2" ], - "json5": [ - "2.2.3" + "@types/babel__traverse": [ + "7.20.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "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.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" ] }, "lifecycle_build_target": false, @@ -80813,43 +76109,46 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-resolve__27.5.1": { + "npm__on-finished__2.4.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve__27.5.1", - "package": "jest-resolve", - "version": "27.5.1", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", - "url": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__urix__0.1.0": { + "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__urix__0.1.0", - "package": "urix", - "version": "0.1.0", + "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-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", - "url": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "url": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -80863,25 +76162,20 @@ "generate_bzl_library_targets": false } }, - "npm__w3c-xmlserializer__2.0.0__links": { + "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__w3c-xmlserializer__2.0.0__links", - "package": "w3c-xmlserializer", - "version": "2.0.0", + "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": { - "xml-name-validator": "3.0.0" - }, + "deps": {}, "transitive_closure": { - "w3c-xmlserializer": [ - "2.0.0" - ], - "xml-name-validator": [ - "3.0.0" + "@next/env": [ + "13.0.5" ] }, "lifecycle_build_target": false, @@ -80891,36 +76185,54 @@ "npm_translate_lock_repo": "npm" } }, - "npm__http-proxy-agent__5.0.0__links": { + "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__http-proxy-agent__5.0.0__links", - "package": "http-proxy-agent", - "version": "5.0.0", + "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": { - "@tootallnate/once": "2.0.0", - "agent-base": "6.0.2", - "debug": "4.3.4" + "jsesc": "0.5.0" }, "transitive_closure": { - "http-proxy-agent": [ - "5.0.0" - ], - "@tootallnate/once": [ - "2.0.0" - ], - "agent-base": [ - "6.0.2" - ], - "debug": [ - "4.3.4" + "regjsparser": [ + "0.9.1" ], - "ms": [ - "2.1.2" + "jsesc": [ + "0.5.0" ] }, "lifecycle_build_target": false, @@ -80930,18 +76242,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-glob__4.0.3": { + "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__is-glob__4.0.3", - "package": "is-glob", - "version": "4.0.3", + "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-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "url": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "url": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -80955,18 +76267,219 @@ "generate_bzl_library_targets": false } }, - "npm__envinfo__7.11.0": { + "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__envinfo__7.11.0", - "package": "envinfo", - "version": "7.11.0", + "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-G9/6xF1FPbIw0TtalAMaVPpiq2aDEuKLXM314jPVAO9r2fo2a4BLqMNkmRS7O/xPPZ+COAhGIz3ETvHEV3eUcg==", - "url": "https://registry.npmjs.org/envinfo/-/envinfo-7.11.0.tgz", + "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": [], @@ -80975,23 +76488,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__html-encoding-sniffer__3.0.0": { + "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__html-encoding-sniffer__3.0.0", - "package": "html-encoding-sniffer", - "version": "3.0.0", + "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-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", - "url": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", + "url": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -81005,63 +76522,192 @@ "generate_bzl_library_targets": false } }, - "npm__regexp.prototype.flags__1.5.1__links": { + "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__regexp.prototype.flags__1.5.1__links", - "package": "regexp.prototype.flags", - "version": "1.5.1", + "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": { - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "set-function-name": "2.0.1" + "@babel/core": "7.23.5", + "client-only": "0.0.1", + "react": "18.2.0" }, "transitive_closure": { - "regexp.prototype.flags": [ - "1.5.1" + "styled-jsx": [ + "5.1.0_986221465" ], - "call-bind": [ - "1.0.2" + "@babel/core": [ + "7.23.5" ], - "define-properties": [ - "1.2.1" + "client-only": [ + "0.0.1" ], - "set-function-name": [ - "2.0.1" + "react": [ + "18.2.0" ], - "define-data-property": [ - "1.1.0" + "loose-envify": [ + "1.4.0" ], - "functions-have-names": [ - "1.2.3" + "js-tokens": [ + "4.0.0" ], - "has-property-descriptors": [ + "@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" ], - "get-intrinsic": [ - "1.2.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "function-bind": [ - "1.1.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "has": [ - "1.0.3" + "jsesc": [ + "2.5.2" ], - "has-proto": [ - "1.0.1" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "has-symbols": [ - "1.0.3" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "gopd": [ - "1.0.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "object-keys": [ - "1.1.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" ] }, "lifecycle_build_target": false, @@ -81071,43 +76717,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-bigint__7.8.3__at_babel_core_7.23.0": { + "npm__ee-first__1.1.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "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", - "package": "@babel/plugin-syntax-bigint", - "version": "7.8.3_at_babel_core_7.23.0", + "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_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 + "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__acorn-jsx__5.3.2__acorn_8.10.0": { + "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__acorn-jsx__5.3.2__acorn_8.10.0", - "package": "acorn-jsx", - "version": "5.3.2_acorn_8.10.0", + "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-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "url": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "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": [], @@ -81116,23 +76760,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-export-namespace-from__7.22.11__at_babel_core_7.23.0": { + "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_babel_plugin-transform-export-namespace-from__7.22.11__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-export-namespace-from", - "version": "7.22.11_at_babel_core_7.23.0", + "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-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.11.tgz", + "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", + "url": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -81146,18 +76794,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_compiler-dom__3.2.45": { + "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__at_vue_compiler-dom__3.2.45", - "package": "@vue/compiler-dom", - "version": "3.2.45", + "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-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==", - "url": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.45.tgz", + "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==", + "url": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -81171,20 +76819,20 @@ "generate_bzl_library_targets": false } }, - "npm__ignore__5.2.4__links": { + "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__ignore__5.2.4__links", - "package": "ignore", - "version": "5.2.4", - "dev": false, + "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": { - "ignore": [ - "5.2.4" + "diff-sequences": [ + "29.6.3" ] }, "lifecycle_build_target": false, @@ -81194,20 +76842,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_swc_types__0.1.5__links": { + "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__at_swc_types__0.1.5__links", - "package": "@swc/types", - "version": "0.1.5", + "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": { - "@swc/types": [ - "0.1.5" + "uuid": [ + "8.3.2" ] }, "lifecycle_build_target": false, @@ -81217,18 +76865,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__fill-range__7.0.1": { + "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__fill-range__7.0.1", - "package": "fill-range", - "version": "7.0.1", + "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-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "url": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "url": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -81242,271 +76890,189 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_helper-optimise-call-expression__7.22.5__links": { + "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_helper-optimise-call-expression__7.22.5__links", - "package": "@babel/helper-optimise-call-expression", - "version": "7.22.5", - "dev": false, + "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/types": "7.23.0" + "@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/helper-optimise-call-expression": [ + "@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.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "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_jest_schemas__28.1.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_schemas__28.1.3", - "package": "@jest/schemas", - "version": "28.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", - "url": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-util__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-util__29.7.0__links", - "package": "jest-util", - "version": "29.7.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/types": "29.6.3", - "@types/node": "18.11.9", - "chalk": "4.1.2", - "ci-info": "3.8.0", - "graceful-fs": "4.2.11", - "picomatch": "2.3.1" - }, - "transitive_closure": { - "jest-util": [ - "29.7.0" ], - "@jest/types": [ - "29.6.3" + "@ampproject/remapping": [ + "2.2.1" ], - "@types/node": [ - "18.11.9" + "@babel/code-frame": [ + "7.23.5" ], - "chalk": [ - "4.1.2" + "@babel/generator": [ + "7.23.5" ], - "ci-info": [ - "3.8.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "graceful-fs": [ - "4.2.11" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "picomatch": [ - "2.3.1" + "@babel/helpers": [ + "7.23.5" ], - "ansi-styles": [ - "4.3.0" + "@babel/parser": [ + "7.23.5" ], - "supports-color": [ - "7.2.0" + "@babel/template": [ + "7.22.15" ], - "has-flag": [ - "4.0.0" + "@babel/traverse": [ + "7.23.5" ], - "color-convert": [ - "2.0.1" + "convert-source-map": [ + "2.0.0" ], - "color-name": [ - "1.1.4" + "debug": [ + "4.3.4" ], - "@jest/schemas": [ - "29.6.3" + "gensync": [ + "1.0.0-beta.2" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "json5": [ + "2.2.3" ], - "@types/istanbul-reports": [ - "3.0.2" + "semver": [ + "6.3.1" ], - "@types/yargs": [ - "17.0.26" + "ms": [ + "2.1.2" ], - "@types/yargs-parser": [ - "21.0.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@babel/helper-function-name": [ + "7.23.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_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" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "react": [ - "@bazel/ibazel" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "vue": [ - "@bazel/ibazel" - ] - }, - "integrity": "sha512-KgqAWMH0emL6f3xH6nqyTryoBMqlJ627LBIe9PT1PRRQPz2FtHib3FIHJPukp1slzF3hJYZvdiVwgPnHbaSOOA==", - "url": "https://registry.npmjs.org/@bazel/ibazel/-/ibazel-0.16.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__sax__1.2.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__sax__1.2.4__links", - "package": "sax", - "version": "1.2.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "sax": [ - "1.2.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jsonpath__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsonpath__1.1.1__links", - "package": "jsonpath", - "version": "1.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "esprima": "1.2.2", - "static-eval": "2.0.2", - "underscore": "1.12.1" - }, - "transitive_closure": { - "jsonpath": [ - "1.1.1" + "globals": [ + "11.12.0" ], - "esprima": [ - "4.0.1", - "1.2.2" + "@babel/helper-module-imports": [ + "7.22.15" ], - "static-eval": [ - "2.0.2" + "@babel/helper-simple-access": [ + "7.22.5" ], - "underscore": [ - "1.12.1" + "@babel/compat-data": [ + "7.23.5" ], - "escodegen": [ - "1.14.3" + "@babel/helper-validator-option": [ + "7.23.5" ], - "estraverse": [ - "4.3.0" + "browserslist": [ + "4.22.2" ], - "esutils": [ - "2.0.3" + "lru-cache": [ + "5.1.1" ], - "optionator": [ - "0.8.3" + "yallist": [ + "3.1.1" ], - "source-map": [ - "0.6.1" + "caniuse-lite": [ + "1.0.30001566" ], - "deep-is": [ - "0.1.4" + "electron-to-chromium": [ + "1.4.608" ], - "fast-levenshtein": [ - "2.0.6" + "node-releases": [ + "2.0.14" ], - "levn": [ - "0.3.0" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "prelude-ls": [ + "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" ], - "type-check": [ - "0.3.2" + "@babel/highlight": [ + "7.23.4" ], - "word-wrap": [ - "1.2.5" + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-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, @@ -81516,48 +77082,54 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_prop-types__15.7.8__links": { + "npm__at_types_is-even__1.0.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_prop-types__15.7.8__links", - "package": "@types/prop-types", - "version": "15.7.8", - "dev": false, + "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_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/prop-types": [ - "15.7.8" + "link_workspace": "", + "link_packages": { + "next.js": [ + "@types/is-even" ] }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__error-ex__1.3.2__links": { + "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__error-ex__1.3.2__links", - "package": "error-ex", - "version": "1.3.2", + "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": { - "is-arrayish": "0.2.1" + "color-name": "1.1.3" }, "transitive_closure": { - "error-ex": [ - "1.3.2" + "color-convert": [ + "1.9.3" ], - "is-arrayish": [ - "0.2.1" + "color-name": [ + "1.1.3" ] }, "lifecycle_build_target": false, @@ -81567,84 +77139,63 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-path-inside__3.0.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-path-inside__3.0.3", - "package": "is-path-inside", - "version": "3.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "url": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-react-constant-elements__7.22.5__at_babel_core_7.23.0__links": { + "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-react-constant-elements__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-react-constant-elements", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-plugin-utils": "7.22.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" }, "transitive_closure": { - "@babel/plugin-transform-react-constant-elements": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/plugin-transform-optional-catch-binding": [ + "7.23.4_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -81665,7 +77216,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -81695,13 +77246,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -81710,16 +77261,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -81746,7 +77297,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -81780,18 +77331,49 @@ "npm_translate_lock_repo": "npm" } }, - "npm__natural-compare__1.4.0": { + "npm__is-core-module__2.13.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__natural-compare__1.4.0", - "package": "natural-compare", - "version": "1.4.0", + "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-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "url": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "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": [], @@ -81805,20 +77387,45 @@ "generate_bzl_library_targets": false } }, - "npm__normalize-path__3.0.0__links": { + "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__normalize-path__3.0.0__links", - "package": "normalize-path", - "version": "3.0.0", - "dev": false, + "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": {}, + "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": { - "normalize-path": [ - "3.0.0" + "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, @@ -81828,239 +77435,146 @@ "npm_translate_lock_repo": "npm" } }, - "npm__es-iterator-helpers__1.0.15__links": { + "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__es-iterator-helpers__1.0.15__links", - "package": "es-iterator-helpers", - "version": "1.0.15", + "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": { - "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" + "@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": { - "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" + "@babel/traverse": [ + "7.23.5" ], - "has-symbols": [ - "1.0.3" + "@babel/code-frame": [ + "7.23.5" ], - "internal-slot": [ - "1.0.5" + "@babel/generator": [ + "7.23.5" ], - "iterator.prototype": [ - "1.1.2" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "safe-array-concat": [ - "1.0.1" + "@babel/helper-function-name": [ + "7.23.0" ], - "isarray": [ - "2.0.5" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "reflect.getprototypeof": [ - "1.0.4" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "set-function-name": [ - "2.0.1" + "@babel/parser": [ + "7.23.5" ], - "define-data-property": [ - "1.1.0" + "@babel/types": [ + "7.23.5" ], - "functions-have-names": [ - "1.2.3" + "debug": [ + "4.3.4" ], - "gopd": [ - "1.0.1" + "globals": [ + "11.12.0" ], - "which-builtin-type": [ - "1.1.3" + "ms": [ + "2.1.2" ], - "function.prototype.name": [ - "1.1.6" + "@babel/helper-string-parser": [ + "7.23.4" ], - "has-tostringtag": [ - "1.0.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "is-async-function": [ + "to-fast-properties": [ "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" + "@babel/template": [ + "7.22.15" ], - "for-each": [ + "@jridgewell/gen-mapping": [ "0.3.3" ], - "is-callable": [ - "1.2.7" - ], - "is-map": [ - "2.0.2" - ], - "is-set": [ - "2.0.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "is-weakmap": [ - "2.0.1" + "jsesc": [ + "2.5.2" ], - "is-weakset": [ - "2.0.2" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "is-bigint": [ - "1.0.4" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "is-boolean-object": [ + "@jridgewell/set-array": [ "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" + "@babel/highlight": [ + "7.23.4" ], - "string.prototype.trim": [ - "1.2.8" + "chalk": [ + "2.4.2" ], - "string.prototype.trimend": [ - "1.0.7" + "ansi-styles": [ + "3.2.1" ], - "string.prototype.trimstart": [ - "1.0.7" + "escape-string-regexp": [ + "1.0.5" ], - "typed-array-buffer": [ - "1.0.0" + "supports-color": [ + "5.5.0" ], - "typed-array-byte-length": [ - "1.0.0" + "has-flag": [ + "3.0.0" ], - "typed-array-byte-offset": [ - "1.0.0" + "color-convert": [ + "1.9.3" ], - "typed-array-length": [ - "1.0.4" + "color-name": [ + "1.1.3" ], - "unbox-primitive": [ - "1.0.2" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -82070,18 +77584,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__resolve__1.22.6": { + "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__resolve__1.22.6", - "package": "resolve", - "version": "1.22.6", + "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-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==", - "url": "https://registry.npmjs.org/resolve/-/resolve-1.22.6.tgz", + "integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==", + "url": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -82095,18 +77609,18 @@ "generate_bzl_library_targets": false } }, - "npm__is-weakset__2.0.2": { + "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__is-weakset__2.0.2", - "package": "is-weakset", - "version": "2.0.2", + "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-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", - "url": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", + "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==", + "url": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -82120,76 +77634,185 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-linux-riscv64__0.15.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-riscv64__0.15.18__links", - "package": "esbuild-linux-riscv64", - "version": "0.15.18", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esbuild-linux-riscv64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__cliui__8.0.1__links": { + "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__cliui__8.0.1__links", - "package": "cliui", - "version": "8.0.1", + "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": { - "string-width": "4.2.3", - "strip-ansi": "6.0.1", - "wrap-ansi": "7.0.0" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "cliui": [ - "8.0.1" + "@babel/plugin-transform-react-jsx-self": [ + "7.23.3_at_babel_core_7.23.5" ], - "string-width": [ - "4.2.3" + "@babel/core": [ + "7.23.5" ], - "strip-ansi": [ - "6.0.1" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "wrap-ansi": [ - "7.0.0" + "@ampproject/remapping": [ + "2.2.1" ], - "ansi-styles": [ - "4.3.0" + "@babel/code-frame": [ + "7.23.5" ], - "color-convert": [ - "2.0.1" + "@babel/generator": [ + "7.23.5" ], - "color-name": [ - "1.1.4" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "ansi-regex": [ - "5.0.1" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "emoji-regex": [ - "8.0.0" + "@babel/helpers": [ + "7.23.5" ], - "is-fullwidth-code-point": [ + "@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, @@ -82199,38 +77822,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-normalize-repeat-style__5.1.1__postcss_8.4.31__links": { + "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__postcss-normalize-repeat-style__5.1.1__postcss_8.4.31__links", - "package": "postcss-normalize-repeat-style", - "version": "5.1.1_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "detect-newline": "3.1.0" }, "transitive_closure": { - "postcss-normalize-repeat-style": [ - "5.1.1_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" + "jest-docblock": [ + "29.7.0" ], - "source-map-js": [ - "1.0.2" + "detect-newline": [ + "3.1.0" ] }, "lifecycle_build_target": false, @@ -82240,18 +77850,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_transform__29.7.0": { + "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_jest_transform__29.7.0", - "package": "@jest/transform", - "version": "29.7.0", + "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-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", - "url": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", + "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": [], @@ -82265,109 +77875,59 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-unicode-sets-regex__7.22.5__at_babel_core_7.23.0__links": { + "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-unicode-sets-regex__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-unicode-sets-regex", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/core": "7.23.5", "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/plugin-transform-unicode-sets-regex": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/plugin-transform-block-scoping": [ + "7.23.4_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "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.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -82381,9 +77941,21 @@ "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" ], @@ -82406,13 +77978,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -82421,16 +77993,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -82444,6 +78016,9 @@ "@jridgewell/trace-mapping": [ "0.3.19" ], + "jsesc": [ + "2.5.2" + ], "@jridgewell/resolve-uri": [ "3.1.1" ], @@ -82454,7 +78029,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -82488,922 +78063,192 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_webpack-cli_serve__2.0.5__-1521883062__links": { + "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_webpack-cli_serve__2.0.5__-1521883062__links", - "package": "@webpack-cli/serve", - "version": "2.0.5_-1521883062", + "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": { - "webpack": "5.89.0_-1501518582", - "webpack-cli": "5.1.4_34022717", - "webpack-dev-server": "4.15.1_-360275163" + "@babel/template": "7.22.15", + "@babel/traverse": "7.23.5", + "@babel/types": "7.23.5" }, "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" + "@babel/helpers": [ + "7.23.1" ], - "ansi-html-community": [ - "0.0.8" + "@babel/template": [ + "7.22.15" ], - "bonjour-service": [ - "1.1.1" + "@babel/traverse": [ + "7.23.5" ], - "chokidar": [ - "3.5.3" + "@babel/types": [ + "7.23.5" ], - "colorette": [ - "2.0.20" + "@babel/helper-string-parser": [ + "7.23.4" ], - "compression": [ - "1.7.4" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "connect-history-api-fallback": [ + "to-fast-properties": [ "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" + "@babel/code-frame": [ + "7.23.5" ], - "ws": [ - "8.14.2" + "@babel/generator": [ + "7.23.5" ], - "memfs": [ - "3.5.3" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "mime-types": [ - "2.1.35" + "@babel/helper-function-name": [ + "7.23.0" ], - "range-parser": [ - "1.2.1" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "mime-db": [ - "1.52.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "fs-monkey": [ - "1.0.5" + "@babel/parser": [ + "7.23.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" + "globals": [ + "11.12.0" ], "ms": [ - "2.1.3", - "2.0.0", "2.1.2" ], - "faye-websocket": [ - "0.11.4" - ], - "uuid": [ - "8.3.2" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "websocket-driver": [ - "0.7.4" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "http-parser-js": [ - "0.5.8" + "jsesc": [ + "2.5.2" ], - "websocket-extensions": [ - "0.1.4" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "accepts": [ - "1.3.8" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "batch": [ - "0.6.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "escape-html": [ - "1.0.3" + "@babel/highlight": [ + "7.23.4" ], - "http-errors": [ - "2.0.0", - "1.6.3" + "chalk": [ + "2.4.2" ], - "parseurl": [ - "1.3.3" + "ansi-styles": [ + "3.2.1" ], - "depd": [ - "2.0.0", - "1.1.2" + "escape-string-regexp": [ + "1.0.5" ], - "setprototypeof": [ - "1.2.0", - "1.1.0" + "supports-color": [ + "5.5.0" ], - "statuses": [ - "2.0.1", - "1.5.0" + "has-flag": [ + "3.0.0" ], - "negotiator": [ - "0.6.3" + "color-convert": [ + "1.9.3" ], - "node-forge": [ - "1.3.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6", - "8.12.0" - ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6", - "5.1.0_ajv_8.12.0" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "json-schema-traverse": [ - "0.4.1", - "1.0.0" - ], - "require-from-string": [ - "2.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "glob": [ - "7.2.3" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "@types/retry": [ - "0.12.0" - ], - "retry": [ - "0.13.1" - ], - "define-lazy-prop": [ - "2.0.0" - ], - "is-docker": [ - "2.2.1" - ], - "is-wsl": [ - "2.2.0" - ], - "picocolors": [ - "1.0.0" - ], - "shell-quote": [ - "1.8.1" - ], - "@types/http-proxy": [ - "1.17.12" - ], - "http-proxy": [ - "1.18.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-plain-obj": [ - "3.0.0" - ], - "micromatch": [ - "4.0.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "is-extglob": [ - "2.1.1" - ], - "eventemitter3": [ - "4.0.7" - ], - "follow-redirects": [ - "1.15.3" - ], - "requires-port": [ - "1.0.0" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "array-flatten": [ - "2.1.2", - "1.1.1" - ], - "body-parser": [ - "1.20.1" - ], - "content-disposition": [ - "0.5.4" - ], - "content-type": [ - "1.0.5" - ], - "cookie": [ - "0.5.0" - ], - "cookie-signature": [ - "1.0.6" - ], - "encodeurl": [ - "1.0.2" - ], - "etag": [ - "1.8.1" - ], - "finalhandler": [ - "1.2.0" - ], - "fresh": [ - "0.5.2" - ], - "merge-descriptors": [ - "1.0.1" - ], - "methods": [ - "1.1.2" - ], - "on-finished": [ - "2.4.1" - ], - "path-to-regexp": [ - "0.1.7" - ], - "proxy-addr": [ - "2.0.7" - ], - "qs": [ - "6.11.0" - ], - "send": [ - "0.18.0" - ], - "serve-static": [ - "1.15.0" - ], - "type-is": [ - "1.6.18" - ], - "utils-merge": [ - "1.0.1" - ], - "vary": [ - "1.1.2" - ], - "media-typer": [ - "0.3.0" - ], - "destroy": [ - "1.2.0" - ], - "mime": [ - "1.6.0" - ], - "side-channel": [ - "1.0.4" - ], - "call-bind": [ - "1.0.2" - ], - "get-intrinsic": [ - "1.2.1" - ], - "object-inspect": [ - "1.12.3" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "forwarded": [ - "0.2.0" - ], - "ee-first": [ - "1.1.1" - ], - "toidentifier": [ - "1.0.1" - ], - "unpipe": [ - "1.0.0" - ], - "bytes": [ - "3.0.0", - "3.1.2" - ], - "iconv-lite": [ - "0.4.24" - ], - "raw-body": [ - "2.5.1" - ], - "safer-buffer": [ - "2.1.2" - ], - "execa": [ - "5.1.1" - ], - "cross-spawn": [ - "7.0.3" - ], - "get-stream": [ - "6.0.1" - ], - "human-signals": [ - "2.1.0" - ], - "is-stream": [ - "2.0.1" - ], - "merge-stream": [ - "2.0.0" - ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "compressible": [ - "2.0.18" - ], - "on-headers": [ - "1.0.2" - ], - "anymatch": [ - "3.1.3" - ], - "glob-parent": [ - "5.1.2" - ], - "is-binary-path": [ - "2.1.0" - ], - "normalize-path": [ - "3.0.0" - ], - "readdirp": [ - "3.6.0" - ], - "fsevents": [ - "2.3.3" - ], - "binary-extensions": [ - "2.2.0" - ], - "dns-equal": [ - "1.0.0" - ], - "multicast-dns": [ - "7.2.5" - ], - "dns-packet": [ - "5.6.1" - ], - "thunky": [ - "1.1.0" - ], - "@leichtgewicht/ip-codec": [ - "2.0.4" - ], - "@types/http-errors": [ - "2.0.2" - ], - "@types/mime": [ - "1.3.3", - "3.0.2" - ], - "@types/body-parser": [ - "1.19.3" - ], - "@types/express-serve-static-core": [ - "4.17.37" - ], - "@types/qs": [ - "6.9.8" - ], - "@types/range-parser": [ - "1.2.5" - ], - "@types/send": [ - "0.17.2" - ], - "@types/connect": [ - "3.4.36" - ], - "@discoveryjs/json-ext": [ - "0.5.7" - ], - "@webpack-cli/configtest": [ - "2.1.1_-360275163" - ], - "@webpack-cli/info": [ - "2.0.2_-360275163" - ], - "commander": [ - "2.20.3", - "10.0.1" - ], - "envinfo": [ - "7.11.0" - ], - "fastest-levenshtein": [ - "1.0.16" - ], - "import-local": [ - "3.1.0" - ], - "interpret": [ - "3.1.1" - ], - "rechoir": [ - "0.8.0" - ], - "webpack-merge": [ - "5.10.0" - ], - "clone-deep": [ - "4.0.1" - ], - "flat": [ - "5.0.2" - ], - "wildcard": [ - "2.0.1" - ], - "is-plain-object": [ - "2.0.4" - ], - "kind-of": [ - "6.0.3" - ], - "shallow-clone": [ - "3.0.1" - ], - "isobject": [ - "3.0.1" - ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "pkg-dir": [ - "4.2.0" - ], - "resolve-cwd": [ - "3.0.0" - ], - "resolve-from": [ - "5.0.0" - ], - "find-up": [ - "4.1.0" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "neo-async": [ - "2.6.2" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_1251614587" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@swc/core": [ - "1.3.100" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "supports-color": [ - "8.1.1" + "color-name": [ + "1.1.3" ], - "has-flag": [ + "js-tokens": [ "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, @@ -83413,18 +78258,47 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-message-util__29.7.0": { + "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__jest-message-util__29.7.0", - "package": "jest-message-util", - "version": "29.7.0", + "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-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", - "url": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", + "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": [], @@ -83438,36 +78312,20 @@ "generate_bzl_library_targets": false } }, - "npm__mz__2.7.0__links": { + "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__mz__2.7.0__links", - "package": "mz", - "version": "2.7.0", - "dev": false, + "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": { - "any-promise": "1.3.0", - "object-assign": "4.1.1", - "thenify-all": "1.6.0" - }, + "deps": {}, "transitive_closure": { - "mz": [ - "2.7.0" - ], - "any-promise": [ - "1.3.0" - ], - "object-assign": [ + "ansi-regex": [ "4.1.1" - ], - "thenify-all": [ - "1.6.0" - ], - "thenify": [ - "3.3.1" ] }, "lifecycle_build_target": false, @@ -83477,18 +78335,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-module-imports__7.22.15": { + "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__at_babel_helper-module-imports__7.22.15", - "package": "@babel/helper-module-imports", - "version": "7.22.15", + "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-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", - "url": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "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": [], @@ -83502,18 +78360,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_globals__29.7.0": { + "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__at_jest_globals__29.7.0", - "package": "@jest/globals", + "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-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", - "url": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", + "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", + "url": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -83527,18 +78385,47 @@ "generate_bzl_library_targets": false } }, - "npm__debug__3.2.7": { + "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__debug__3.2.7", - "package": "debug", - "version": "3.2.7", + "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-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "url": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "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": [], @@ -83552,43 +78439,95 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-openbsd-64__0.15.18__links": { + "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__esbuild-openbsd-64__0.15.18__links", - "package": "esbuild-openbsd-64", - "version": "0.15.18", + "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": {}, + "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": { - "esbuild-openbsd-64": [ - "0.15.18" + "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": true, + "lifecycle_build_target": false, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], + "lifecycle_hooks_execution_requirements": [], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__negotiator__0.6.3": { + "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__negotiator__0.6.3", - "package": "negotiator", - "version": "0.6.3", + "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-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "url": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "url": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -83602,18 +78541,18 @@ "generate_bzl_library_targets": false } }, - "npm__p-locate__3.0.0": { + "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__p-locate__3.0.0", - "package": "p-locate", - "version": "3.0.0", + "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-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "url": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "url": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -83627,18 +78566,43 @@ "generate_bzl_library_targets": false } }, - "npm__path-parse__1.0.7": { + "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__path-parse__1.0.7", - "package": "path-parse", - "version": "1.0.7", + "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-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "url": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "url": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -83652,18 +78616,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_swc_core-linux-x64-gnu__1.3.100": { + "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__at_swc_core-linux-x64-gnu__1.3.100", - "package": "@swc/core-linux-x64-gnu", - "version": "1.3.100", + "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-XUdGu3dxAkjsahLYnm8WijPfKebo+jHgHphDxaW0ovI6sTdmEGFDew7QzKZRlbYL2jRkUuuKuDGvD6lO5frmhA==", - "url": "https://registry.npmjs.org/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.100.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "url": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -83672,27 +78636,23 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__jsdom__20.0.3": { + "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__jsdom__20.0.3", - "package": "jsdom", - "version": "20.0.3", + "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-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", - "url": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "url": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -83706,43 +78666,43 @@ "generate_bzl_library_targets": false } }, - "npm__fsevents__2.3.3__links": { + "npm__at_babel_code-frame__7.23.5": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fsevents__2.3.3__links", - "package": "fsevents", - "version": "2.3.3", - "dev": false, + "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": {}, - "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" + "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__is-arrayish__0.2.1": { + "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__is-arrayish__0.2.1", - "package": "is-arrayish", - "version": "0.2.1", + "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-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "url": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "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": [], @@ -83756,104 +78716,38 @@ "generate_bzl_library_targets": false } }, - "npm__supports-color__7.2.0__links": { + "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__supports-color__7.2.0__links", - "package": "supports-color", - "version": "7.2.0", - "dev": false, + "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": { - "has-flag": "4.0.0" + "function-bind": "1.1.1", + "get-intrinsic": "1.2.1" }, "transitive_closure": { - "supports-color": [ - "7.2.0" + "call-bind": [ + "1.0.2" ], - "has-flag": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-util__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-util__27.5.1__links", - "package": "jest-util", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "chalk": "4.1.2", - "ci-info": "3.8.0", - "graceful-fs": "4.2.11", - "picomatch": "2.3.1" - }, - "transitive_closure": { - "jest-util": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "chalk": [ - "4.1.2" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "function-bind": [ + "1.1.1" ], - "@types/istanbul-reports": [ - "3.0.2" + "get-intrinsic": [ + "1.2.1" ], - "@types/yargs": [ - "16.0.6" + "has": [ + "1.0.3" ], - "@types/yargs-parser": [ - "21.0.1" + "has-proto": [ + "1.0.1" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "has-symbols": [ + "1.0.3" ] }, "lifecycle_build_target": false, @@ -83863,18 +78757,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__send__0.18.0": { + "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__send__0.18.0", - "package": "send", - "version": "0.18.0", + "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-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "url": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "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": [], @@ -83888,85 +78807,25 @@ "generate_bzl_library_targets": false } }, - "npm__babel-plugin-jest-hoist__27.5.1__links": { + "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__babel-plugin-jest-hoist__27.5.1__links", - "package": "babel-plugin-jest-hoist", - "version": "27.5.1", - "dev": false, + "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": { - "@babel/template": "7.22.15", - "@babel/types": "7.23.0", - "@types/babel__core": "7.20.2", - "@types/babel__traverse": "7.20.2" + "resolve-from": "5.0.0" }, "transitive_closure": { - "babel-plugin-jest-hoist": [ - "27.5.1" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@types/babel__core": [ - "7.20.2" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ + "resolve-cwd": [ "3.0.0" ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" + "resolve-from": [ + "5.0.0" ] }, "lifecycle_build_target": false, @@ -83976,49 +78835,39 @@ "npm_translate_lock_repo": "npm" } }, - "npm__stop-iteration-iterator__1.0.0__links": { + "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__stop-iteration-iterator__1.0.0__links", - "package": "stop-iteration-iterator", - "version": "1.0.0", - "dev": false, + "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": { - "internal-slot": "1.0.5" + "is-core-module": "2.13.0", + "path-parse": "1.0.7", + "supports-preserve-symlinks-flag": "1.0.0" }, "transitive_closure": { - "stop-iteration-iterator": [ - "1.0.0" + "resolve": [ + "1.22.6" ], - "internal-slot": [ - "1.0.5" + "is-core-module": [ + "2.13.0" ], - "get-intrinsic": [ - "1.2.1" + "path-parse": [ + "1.0.7" + ], + "supports-preserve-symlinks-flag": [ + "1.0.0" ], "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, @@ -84028,18 +78877,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__graceful-fs__4.2.11": { + "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__graceful-fs__4.2.11", - "package": "graceful-fs", - "version": "4.2.11", + "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-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "url": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "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": [], @@ -84053,287 +78902,129 @@ "generate_bzl_library_targets": false } }, - "npm__workbox-precaching__6.6.0__links": { + "npm__ansi-regex__4.1.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-precaching__6.6.0__links", - "package": "workbox-precaching", - "version": "6.6.0", - "dev": false, + "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": {}, - "deps": { - "workbox-core": "6.6.0", - "workbox-routing": "6.6.0", - "workbox-strategies": "6.6.0" - }, - "transitive_closure": { - "workbox-precaching": [ - "6.6.0" - ], - "workbox-core": [ - "6.6.0" - ], - "workbox-routing": [ - "6.6.0" - ], - "workbox-strategies": [ - "6.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__jest-message-util__28.1.3__links": { + "npm__deep-equal__2.2.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-message-util__28.1.3__links", - "package": "jest-message-util", - "version": "28.1.3", - "dev": false, + "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": {}, - "deps": { - "@babel/code-frame": "7.22.13", - "@jest/types": "28.1.3", - "@types/stack-utils": "2.0.1", - "chalk": "4.1.2", - "graceful-fs": "4.2.11", - "micromatch": "4.0.5", - "pretty-format": "28.1.3", - "slash": "3.0.0", - "stack-utils": "2.0.6" - }, - "transitive_closure": { - "jest-message-util": [ - "28.1.3" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@jest/types": [ - "28.1.3" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "28.1.3" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "@jest/schemas": [ - "28.1.3" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "3.2.1", - "4.3.0", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.24.51" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/node": [ - "18.11.9" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__web-vitals__2.1.4__links": { + "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__web-vitals__2.1.4__links", - "package": "web-vitals", - "version": "2.1.4", - "dev": false, + "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": { - "react": [ - "web-vitals" - ] - }, + "link_packages": {}, "deps": {}, "transitive_closure": { - "web-vitals": [ - "2.1.4" + "@esbuild/sunos-x64": [ + "0.19.8" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__bfj__7.1.0__links": { + "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__bfj__7.1.0__links", - "package": "bfj", - "version": "7.1.0", - "dev": false, + "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": { - "bluebird": "3.7.2", - "check-types": "11.2.3", - "hoopy": "0.1.4", - "jsonpath": "1.1.1", - "tryer": "1.0.1" + "@types/retry": "0.12.0", + "retry": "0.13.1" }, "transitive_closure": { - "bfj": [ - "7.1.0" - ], - "bluebird": [ - "3.7.2" - ], - "check-types": [ - "11.2.3" - ], - "hoopy": [ - "0.1.4" - ], - "jsonpath": [ - "1.1.1" - ], - "tryer": [ - "1.0.1" - ], - "esprima": [ - "4.0.1", - "1.2.2" - ], - "static-eval": [ - "2.0.2" - ], - "underscore": [ - "1.12.1" - ], - "escodegen": [ - "1.14.3" - ], - "estraverse": [ - "4.3.0" - ], - "esutils": [ - "2.0.3" - ], - "optionator": [ - "0.8.3" - ], - "source-map": [ - "0.6.1" - ], - "deep-is": [ - "0.1.4" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "levn": [ - "0.3.0" - ], - "prelude-ls": [ - "1.1.2" + "p-retry": [ + "4.6.2" ], - "type-check": [ - "0.3.2" + "@types/retry": [ + "0.12.0" ], - "word-wrap": [ - "1.2.5" + "retry": [ + "0.13.1" ] }, "lifecycle_build_target": false, @@ -84343,73 +79034,29 @@ "npm_translate_lock_repo": "npm" } }, - "npm__indent-string__4.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__indent-string__4.0.0", - "package": "indent-string", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "url": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__schema-utils__2.7.0__links": { + "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__schema-utils__2.7.0__links", - "package": "schema-utils", - "version": "2.7.0", - "dev": false, + "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": { - "@types/json-schema": "7.0.13", - "ajv": "6.12.6", - "ajv-keywords": "3.5.2_ajv_6.12.6" + "spdx-exceptions": "2.3.0", + "spdx-license-ids": "3.0.15" }, "transitive_closure": { - "schema-utils": [ - "2.7.0" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" + "spdx-expression-parse": [ + "3.0.1" ], - "punycode": [ + "spdx-exceptions": [ "2.3.0" + ], + "spdx-license-ids": [ + "3.0.15" ] }, "lifecycle_build_target": false, @@ -84419,20 +79066,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__symbol-tree__3.2.4__links": { + "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__symbol-tree__3.2.4__links", - "package": "symbol-tree", - "version": "3.2.4", - "dev": false, + "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": { - "symbol-tree": [ - "3.2.4" + "wrappy": [ + "1.0.2" ] }, "lifecycle_build_target": false, @@ -84442,131 +79089,59 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-private-property-in-object__7.22.11__at_babel_core_7.23.0__links": { + "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-private-property-in-object__7.22.11__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-private-property-in-object", - "version": "7.22.11_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-private-property-in-object": "7.14.5_at_babel_core_7.23.0" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/plugin-transform-private-property-in-object": [ - "7.22.11_at_babel_core_7.23.0" + "@babel/plugin-transform-arrow-functions": [ + "7.23.3_at_babel_core_7.23.5" ], "@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" + "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.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" - ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], "@ampproject/remapping": [ "2.2.1" ], + "@babel/code-frame": [ + "7.23.5" + ], "@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/parser": [ + "7.23.5" + ], + "@babel/template": [ + "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -84580,12 +79155,33 @@ "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" ], @@ -84596,13 +79192,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -84611,16 +79207,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -84645,6 +79241,33 @@ ], "@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, @@ -84654,18 +79277,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.0": { + "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-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", + "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-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz", + "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": [], @@ -84679,18 +79302,18 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-windows-32__0.15.18": { + "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__esbuild-windows-32__0.15.18", - "package": "esbuild-windows-32", - "version": "0.15.18", + "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-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==", - "url": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.15.18.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "url": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -84699,46 +79322,25 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__http-errors__1.6.3__links": { + "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__http-errors__1.6.3__links", - "package": "http-errors", - "version": "1.6.3", - "dev": false, + "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": { - "depd": "1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": "1.5.0" - }, + "deps": {}, "transitive_closure": { - "http-errors": [ - "1.6.3" - ], - "depd": [ - "1.1.2" - ], - "inherits": [ - "2.0.3" - ], - "setprototypeof": [ - "1.1.0" - ], - "statuses": [ - "1.5.0" + "jest-get-type": [ + "24.9.0" ] }, "lifecycle_build_target": false, @@ -84748,20 +79350,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__resolve-url__0.2.1__links": { + "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__resolve-url__0.2.1__links", - "package": "resolve-url", - "version": "0.2.1", - "dev": false, + "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": { - "resolve-url": [ - "0.2.1" + "pathe": [ + "1.1.1" ] }, "lifecycle_build_target": false, @@ -84771,93 +79373,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__wrappy__1.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__wrappy__1.0.2", - "package": "wrappy", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "url": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__which__2.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__which__2.0.2", - "package": "which", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "url": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__core-js-pure__3.33.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__core-js-pure__3.33.0__links", - "package": "core-js-pure", - "version": "3.33.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "core-js-pure": [ - "3.33.0" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__has-tostringtag__1.0.0": { + "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__has-tostringtag__1.0.0", - "package": "has-tostringtag", - "version": "1.0.0", + "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-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", - "url": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "url": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -84871,141 +79398,229 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-font-variant__5.0.0__postcss_8.4.31__links": { + "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__postcss-font-variant__5.0.0__postcss_8.4.31__links", - "package": "postcss-font-variant", - "version": "5.0.0_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31" + "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": { - "postcss-font-variant": [ - "5.0.0_postcss_8.4.31" + "jsdom": [ + "20.0.3" ], - "postcss": [ - "8.4.31" + "abab": [ + "2.0.6" ], - "nanoid": [ - "3.3.6" + "acorn": [ + "8.10.0" ], - "picocolors": [ - "1.0.0" + "acorn-globals": [ + "7.0.1" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__unicode-match-property-ecmascript__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__unicode-match-property-ecmascript__2.0.0", - "package": "unicode-match-property-ecmascript", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "url": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__commander__8.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__commander__8.3.0", - "package": "commander", - "version": "8.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", - "url": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_svgr_babel-plugin-svg-dynamic-title__5.4.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-svg-dynamic-title__5.4.0", - "package": "@svgr/babel-plugin-svg-dynamic-title", - "version": "5.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__proxy-addr__2.0.7__links": { + "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__proxy-addr__2.0.7__links", - "package": "proxy-addr", - "version": "2.0.7", - "dev": false, + "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": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" + "safe-buffer": "5.2.1" }, "transitive_closure": { - "proxy-addr": [ - "2.0.7" - ], - "forwarded": [ - "0.2.0" + "string_decoder": [ + "1.3.0" ], - "ipaddr.js": [ - "1.9.1" + "safe-buffer": [ + "5.2.1" ] }, "lifecycle_build_target": false, @@ -85015,97 +79630,68 @@ "npm_translate_lock_repo": "npm" } }, - "npm__resolve-url__0.2.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__resolve-url__0.2.1", - "package": "resolve-url", - "version": "0.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", - "url": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__identity-obj-proxy__3.0.0": { + "npm__cross-spawn__6.0.5__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__identity-obj-proxy__3.0.0", - "package": "identity-obj-proxy", - "version": "3.0.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==", - "url": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-environment-jsdom__29.3.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__29.3.1", - "package": "jest-environment-jsdom", - "version": "29.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": { - "react": [ - "jest-environment-jsdom" + "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" ] }, - "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 + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" } }, - "npm__big.js__5.2.2": { + "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__big.js__5.2.2", - "package": "big.js", - "version": "5.2.2", + "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-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "url": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "url": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -85119,86 +79705,208 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-new-target__7.22.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-new-target__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-new-target", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-plugin-utils": "7.22.5" + "@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/plugin-transform-new-target": [ - "7.22.5_at_babel_core_7.23.0" + "babel-preset-react-app": [ + "10.0.1" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.23.5" ], - "@ampproject/remapping": [ - "2.2.1" + "@babel/plugin-proposal-decorators": [ + "7.23.5_at_babel_core_7.23.5" ], - "@babel/code-frame": [ - "7.22.13" + "@babel/plugin-proposal-nullish-coalescing-operator": [ + "7.18.6_at_babel_core_7.23.5" ], - "@babel/generator": [ - "7.23.0" + "@babel/plugin-proposal-numeric-separator": [ + "7.18.6_at_babel_core_7.23.5" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.23.5" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "@babel/plugin-proposal-private-methods": [ + "7.18.6_at_babel_core_7.23.5" ], - "@babel/helpers": [ + "@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/parser": [ - "7.23.0" + "babel-plugin-macros": [ + "3.1.0" ], - "@babel/template": [ - "7.22.15" + "babel-plugin-transform-react-remove-prop-types": [ + "0.4.24" ], - "@babel/traverse": [ - "7.23.0" + "cosmiconfig": [ + "7.1.0" ], - "@babel/types": [ - "7.23.0" + "resolve": [ + "1.22.6" ], - "convert-source-map": [ - "2.0.0" + "is-core-module": [ + "2.13.0" ], - "debug": [ - "4.3.4" + "path-parse": [ + "1.0.7" ], - "gensync": [ - "1.0.0-beta.2" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "json5": [ - "2.2.3" + "has": [ + "1.0.3" ], - "semver": [ - "6.3.1" + "function-bind": [ + "1.1.1" ], - "ms": [ - "2.1.2" + "@types/parse-json": [ + "4.0.2" ], - "@babel/helper-string-parser": [ - "7.22.5" + "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" ], - "to-fast-properties": [ - "2.0.0" + "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" @@ -85206,47 +79914,296 @@ "@babel/helper-function-name": [ "7.23.0" ], - "@babel/helper-hoist-variables": [ + "@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" ], - "globals": [ - "11.12.0" + "semver": [ + "6.3.1" ], - "@babel/helper-module-imports": [ + "@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.22.20" + "7.23.5" ], - "@babel/helper-validator-option": [ + "@babel/helper-compilation-targets": [ "7.22.15" ], - "browserslist": [ - "4.22.1" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + "7.23.3_at_babel_core_7.23.5" ], - "lru-cache": [ - "5.1.1" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + "7.23.3_at_babel_core_7.23.5" ], - "yallist": [ - "3.1.1" + "@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.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -85254,50 +80211,120 @@ "picocolors": [ "1.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@babel/helper-define-polyfill-provider": [ + "0.4.3_at_babel_core_7.23.5" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "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" + "2.5.2", + "0.5.0" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "regenerator-transform": [ + "0.15.2" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "@jridgewell/set-array": [ - "1.1.2" + "@babel/helper-builder-binary-assignment-operator-visitor": [ + "7.22.15" ], - "@babel/highlight": [ + "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" ], - "chalk": [ - "2.4.2" + "lru-cache": [ + "5.1.1" ], - "ansi-styles": [ - "3.2.1" + "yallist": [ + "3.1.1" ], - "escape-string-regexp": [ - "1.0.5" + "@babel/plugin-syntax-flow": [ + "7.23.3_at_babel_core_7.23.5" ], - "supports-color": [ - "5.5.0" + "@babel/plugin-syntax-decorators": [ + "7.23.3_at_babel_core_7.23.5" ], - "has-flag": [ - "3.0.0" + "@ampproject/remapping": [ + "2.2.1" ], - "color-convert": [ - "1.9.3" + "@babel/generator": [ + "7.23.5" ], - "color-name": [ - "1.1.3" + "@babel/helpers": [ + "7.23.5" ], - "js-tokens": [ - "4.0.0" + "@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, @@ -85307,18 +80334,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-plain-object__2.0.4": { + "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__is-plain-object__2.0.4", - "package": "is-plain-object", - "version": "2.0.4", + "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-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "url": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "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": [], @@ -85332,20 +80359,20 @@ "generate_bzl_library_targets": false } }, - "npm__p-try__2.2.0__links": { + "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__p-try__2.2.0__links", - "package": "p-try", - "version": "2.2.0", - "dev": false, + "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": { - "p-try": [ - "2.2.0" + "xml": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -85355,49 +80382,68 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_sinonjs_fake-timers__10.3.0__links": { + "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_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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__find-up__3.0.0": { + "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__find-up__3.0.0", - "package": "find-up", - "version": "3.0.0", + "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-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "url": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "url": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -85411,131 +80457,58 @@ "generate_bzl_library_targets": false } }, - "npm__jest-message-util__27.5.1__links": { + "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__jest-message-util__27.5.1__links", - "package": "jest-message-util", - "version": "27.5.1", - "dev": false, + "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": { - "@babel/code-frame": "7.22.13", - "@jest/types": "27.5.1", - "@types/stack-utils": "2.0.1", - "chalk": "4.1.2", - "graceful-fs": "4.2.11", - "micromatch": "4.0.5", - "pretty-format": "27.5.1", - "slash": "3.0.0", - "stack-utils": "2.0.6" + "@jest/types": "24.9.0", + "ansi-regex": "4.1.1", + "ansi-styles": "3.2.1", + "react-is": "16.13.1" }, "transitive_closure": { - "jest-message-util": [ - "27.5.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "micromatch": [ - "4.0.5" - ], "pretty-format": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" + "24.9.0" ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" + "@jest/types": [ + "24.9.0" ], "ansi-regex": [ - "5.0.1" + "4.1.1" ], "ansi-styles": [ - "3.2.1", - "4.3.0", - "5.2.0" + "3.2.1" ], "react-is": [ - "17.0.2" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" + "16.13.1" ], "color-convert": [ - "1.9.3", - "2.0.1" + "1.9.3" ], "color-name": [ - "1.1.3", - "1.1.4" + "1.1.3" ], "@types/istanbul-lib-coverage": [ "2.0.4" ], "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/node": [ - "20.8.2" + "1.1.2" ], "@types/yargs": [ - "16.0.6" + "13.0.12" ], "@types/yargs-parser": [ "21.0.1" ], "@types/istanbul-lib-report": [ "3.0.1" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" ] }, "lifecycle_build_target": false, @@ -85545,97 +80518,69 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_svgr_babel-plugin-transform-react-native-svg__5.4.0": { + "npm__domhandler__4.3.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-transform-react-native-svg__5.4.0", - "package": "@svgr/babel-plugin-transform-react-native-svg", - "version": "5.4.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__normalize-path__3.0.0": { + "npm__isarray__2.0.5__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__normalize-path__3.0.0", - "package": "normalize-path", - "version": "3.0.0", + "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_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 + "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__strip-bom__3.0.0": { + "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__strip-bom__3.0.0", - "package": "strip-bom", - "version": "3.0.0", + "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-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", + "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": [], @@ -85649,190 +80594,20 @@ "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": { + "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__esbuild-sunos-64__0.15.18__links", - "package": "esbuild-sunos-64", - "version": "0.15.18", - "dev": true, + "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": { - "esbuild-sunos-64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-message-util__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-message-util__29.7.0__links", - "package": "jest-message-util", - "version": "29.7.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.22.13", - "@jest/types": "29.6.3", - "@types/stack-utils": "2.0.1", - "chalk": "4.1.2", - "graceful-fs": "4.2.11", - "micromatch": "4.0.5", - "pretty-format": "29.7.0", - "slash": "3.0.0", - "stack-utils": "2.0.6" - }, - "transitive_closure": { - "jest-message-util": [ - "29.7.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@jest/types": [ - "29.6.3" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "29.7.0" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "@jest/schemas": [ - "29.6.3" - ], - "ansi-styles": [ - "3.2.1", - "4.3.0", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], "is-number": [ - "7.0.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/node": [ - "18.11.9" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" + "6.0.0" ] }, "lifecycle_build_target": false, @@ -85842,18 +80617,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-negative-zero__2.0.2": { + "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__is-negative-zero__2.0.2", - "package": "is-negative-zero", - "version": "2.0.2", + "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-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "url": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "url": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -85867,18 +80642,18 @@ "generate_bzl_library_targets": false } }, - "npm__jest-changed-files__29.7.0": { + "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__jest-changed-files__29.7.0", - "package": "jest-changed-files", - "version": "29.7.0", + "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-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", - "url": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "url": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -85892,18 +80667,18 @@ "generate_bzl_library_targets": false } }, - "npm__unpipe__1.0.0": { + "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__unpipe__1.0.0", - "package": "unpipe", - "version": "1.0.0", + "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-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", - "url": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "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": [], @@ -85917,18 +80692,18 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-linux-arm__0.15.18": { + "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__esbuild-linux-arm__0.15.18", - "package": "esbuild-linux-arm", - "version": "0.15.18", + "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-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==", - "url": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.15.18.tgz", + "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": [], @@ -85937,45 +80712,18 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__reusify__1.0.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__reusify__1.0.4__links", - "package": "reusify", - "version": "1.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "reusify": [ - "1.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__string.prototype.padend__3.1.5__links": { + "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__string.prototype.padend__3.1.5__links", - "package": "string.prototype.padend", - "version": "3.1.5", + "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": {}, @@ -85985,8 +80733,8 @@ "es-abstract": "1.22.2" }, "transitive_closure": { - "string.prototype.padend": [ - "3.1.5" + "object.values": [ + "1.1.7" ], "call-bind": [ "1.0.2" @@ -86164,66 +80912,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__cookie-signature__1.0.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cookie-signature__1.0.6__links", - "package": "cookie-signature", - "version": "1.0.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "cookie-signature": [ - "1.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-normalize-display-values__1.0.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-normalize-display-values__1.0.1__postcss_8.4.31", - "package": "@csstools/postcss-normalize-display-values", - "version": "1.0.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", - "url": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-minify-gradients__5.1.1__postcss_8.4.31": { + "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__postcss-minify-gradients__5.1.1__postcss_8.4.31", - "package": "postcss-minify-gradients", - "version": "5.1.1_postcss_8.4.31", + "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-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", - "url": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "url": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -86237,20 +80937,31 @@ "generate_bzl_library_targets": false } }, - "npm__at_csstools_normalize.css__12.0.0__links": { + "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__at_csstools_normalize.css__12.0.0__links", - "package": "@csstools/normalize.css", - "version": "12.0.0", - "dev": false, + "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": {}, + "deps": { + "whatwg-encoding": "3.1.1" + }, "transitive_closure": { - "@csstools/normalize.css": [ - "12.0.0" + "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, @@ -86260,18 +80971,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__path-exists__3.0.0": { + "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__path-exists__3.0.0", - "package": "path-exists", + "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-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", - "url": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", + "url": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -86285,88 +80996,43 @@ "generate_bzl_library_targets": false } }, - "npm__at_csstools_postcss-color-function__1.1.1__postcss_8.4.31__links": { + "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_csstools_postcss-color-function__1.1.1__postcss_8.4.31__links", - "package": "@csstools/postcss-color-function", - "version": "1.1.1_postcss_8.4.31", - "dev": false, + "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": { - "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, + "deps": {}, "transitive_closure": { - "@csstools/postcss-color-function": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-progressive-custom-properties": [ - "1.3.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "@swc/core-linux-x64-gnu": [ + "1.3.100" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__postcss-modules-values__4.0.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-values__4.0.0__postcss_8.4.31", - "package": "postcss-modules-values", - "version": "4.0.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", - "url": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-util__29.7.0": { + "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__jest-util__29.7.0", - "package": "jest-util", - "version": "29.7.0", + "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-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", - "url": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "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": [], @@ -86380,18 +81046,18 @@ "generate_bzl_library_targets": false } }, - "npm__is-weakref__1.0.2": { + "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__is-weakref__1.0.2", - "package": "is-weakref", - "version": "1.0.2", + "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-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "url": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==", + "url": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -86405,25 +81071,25 @@ "generate_bzl_library_targets": false } }, - "npm__combined-stream__1.0.8__links": { + "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__combined-stream__1.0.8__links", - "package": "combined-stream", - "version": "1.0.8", - "dev": false, + "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": { - "delayed-stream": "1.0.0" + "is-callable": "1.2.7" }, "transitive_closure": { - "combined-stream": [ - "1.0.8" + "for-each": [ + "0.3.3" ], - "delayed-stream": [ - "1.0.0" + "is-callable": [ + "1.2.7" ] }, "lifecycle_build_target": false, @@ -86433,43 +81099,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__arraybuffer.prototype.slice__1.0.2": { + "npm__type-fest__0.20.2__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__arraybuffer.prototype.slice__1.0.2", - "package": "arraybuffer.prototype.slice", - "version": "1.0.2", + "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_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 + "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__inherits__2.0.3": { + "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__inherits__2.0.3", - "package": "inherits", - "version": "2.0.3", + "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-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", - "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-1a8suQiFJmZz1khm/rDglOc8lavtzEMRo0v6WhPgxkrjcU0LkHj+TwBrALwoz/OtMExvsqbbMI0ChyelKabSvQ==", + "url": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -86478,23 +81142,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__inherits__2.0.4": { + "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__inherits__2.0.4", - "package": "inherits", - "version": "2.0.4", + "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-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -86508,53 +81176,20 @@ "generate_bzl_library_targets": false } }, - "npm__js-yaml__4.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__js-yaml__4.1.0__links", - "package": "js-yaml", - "version": "4.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "argparse": "2.0.1" - }, - "transitive_closure": { - "js-yaml": [ - "4.1.0" - ], - "argparse": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__esquery__1.5.0__links": { + "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__esquery__1.5.0__links", - "package": "esquery", - "version": "1.5.0", - "dev": false, + "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": { - "estraverse": "5.3.0" - }, + "deps": {}, "transitive_closure": { - "esquery": [ - "1.5.0" - ], - "estraverse": [ - "5.3.0" + "safe-buffer": [ + "5.1.2" ] }, "lifecycle_build_target": false, @@ -86564,38 +81199,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-normalize-display-values__5.1.0__postcss_8.4.31__links": { + "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__postcss-normalize-display-values__5.1.0__postcss_8.4.31__links", - "package": "postcss-normalize-display-values", - "version": "5.1.0_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, + "deps": {}, "transitive_closure": { - "postcss-normalize-display-values": [ - "5.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "available-typed-arrays": [ + "1.0.5" ] }, "lifecycle_build_target": false, @@ -86605,18 +81222,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__select-hose__2.0.0": { + "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__select-hose__2.0.0", - "package": "select-hose", - "version": "2.0.0", + "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-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", - "url": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "url": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -86630,41 +81247,18 @@ "generate_bzl_library_targets": false } }, - "npm__strip-json-comments__3.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-json-comments__3.1.1__links", - "package": "strip-json-comments", - "version": "3.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "strip-json-comments": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__globals__11.12.0": { + "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__globals__11.12.0", - "package": "globals", - "version": "11.12.0", + "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-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "url": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", + "url": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -86678,66 +81272,71 @@ "generate_bzl_library_targets": false } }, - "npm__css-prefers-color-scheme__6.0.3__postcss_8.4.31__links": { + "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__css-prefers-color-scheme__6.0.3__postcss_8.4.31__links", - "package": "css-prefers-color-scheme", - "version": "6.0.3_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31" + "lodash": "4.17.21", + "renderkid": "3.0.0" }, "transitive_closure": { - "css-prefers-color-scheme": [ - "6.0.3_postcss_8.4.31" + "pretty-error": [ + "4.0.0" ], - "postcss": [ - "8.4.31" + "lodash": [ + "4.17.21" ], - "nanoid": [ - "3.3.6" + "renderkid": [ + "3.0.0" ], - "picocolors": [ - "1.0.0" + "css-select": [ + "4.3.0" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_runtime-core__3.2.45__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-core__3.2.45__links", - "package": "@vue/runtime-core", - "version": "3.2.45", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@vue/reactivity": "3.2.45", - "@vue/shared": "3.2.45" - }, - "transitive_closure": { - "@vue/runtime-core": [ - "3.2.45" + "dom-converter": [ + "0.2.0" ], - "@vue/reactivity": [ - "3.2.45" + "htmlparser2": [ + "6.1.0" ], - "@vue/shared": [ - "3.2.45" + "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, @@ -86747,18 +81346,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ejs__3.1.9": { + "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__ejs__3.1.9", - "package": "ejs", - "version": "3.1.9", + "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-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", - "url": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -86772,18 +81371,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_eslint-community_eslint-utils__4.4.0__eslint_8.55.0": { + "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__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", + "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-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "url": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -86797,51 +81396,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_next_swc-darwin-x64__13.0.5": { + "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__at_next_swc-darwin-x64__13.0.5", - "package": "@next/swc-darwin-x64", - "version": "13.0.5", + "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-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", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "url": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -86855,29 +81421,185 @@ "generate_bzl_library_targets": false } }, - "npm__unicode-match-property-ecmascript__2.0.0__links": { + "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__unicode-match-property-ecmascript__2.0.0__links", - "package": "unicode-match-property-ecmascript", - "version": "2.0.0", - "dev": false, + "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": { - "unicode-canonical-property-names-ecmascript": "2.0.0", - "unicode-property-aliases-ecmascript": "2.1.0" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "unicode-match-property-ecmascript": [ + "@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" ], - "unicode-canonical-property-names-ecmascript": [ + "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" ], - "unicode-property-aliases-ecmascript": [ - "2.1.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, @@ -86887,69 +81609,73 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-weakmap__2.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-weakmap__2.0.1", - "package": "is-weakmap", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", - "url": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-focus-within__5.0.4__postcss_8.4.31__links": { + "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__postcss-focus-within__5.0.4__postcss_8.4.31__links", - "package": "postcss-focus-within", - "version": "5.0.4_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" + "@types/node": "18.11.9" }, "transitive_closure": { - "postcss-focus-within": [ - "5.0.4_postcss_8.4.31" + "@types/graceful-fs": [ + "4.1.7" ], - "postcss": [ - "8.4.31" + "@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" ], - "postcss-selector-parser": [ - "6.0.13" + "call-bind": [ + "1.0.2" ], - "cssesc": [ - "3.0.0" + "get-intrinsic": [ + "1.2.1" ], - "util-deprecate": [ - "1.0.2" + "object-inspect": [ + "1.12.3" ], - "nanoid": [ - "3.3.6" + "function-bind": [ + "1.1.1" ], - "picocolors": [ - "1.0.0" + "has": [ + "1.0.3" ], - "source-map-js": [ - "1.0.2" + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" ] }, "lifecycle_build_target": false, @@ -86959,43 +81685,430 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-pnp-resolver__1.2.3__jest-resolve_29.7.0": { + "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_rule", + "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", - "package": "jest-pnp-resolver", - "version": "1.2.3_jest-resolve_29.7.0", + "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_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 + "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__raw-body__2.5.1": { + "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__raw-body__2.5.1", - "package": "raw-body", - "version": "2.5.1", + "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-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", - "url": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "url": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -87009,18 +82122,18 @@ "generate_bzl_library_targets": false } }, - "npm__fresh__0.5.2": { + "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__fresh__0.5.2", - "package": "fresh", - "version": "0.5.2", + "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-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "url": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", + "url": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -87034,20 +82147,20 @@ "generate_bzl_library_targets": false } }, - "npm__normalize-url__6.1.0__links": { + "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__normalize-url__6.1.0__links", - "package": "normalize-url", - "version": "6.1.0", - "dev": false, + "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": { - "normalize-url": [ - "6.1.0" + "unicode-match-property-value-ecmascript": [ + "2.1.0" ] }, "lifecycle_build_target": false, @@ -87057,18 +82170,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__parse5__6.0.1": { + "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__parse5__6.0.1", - "package": "parse5", - "version": "6.0.1", + "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-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", - "url": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "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": [], @@ -87082,20 +82195,60 @@ "generate_bzl_library_targets": false } }, - "npm__builtin-modules__3.3.0__links": { + "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__builtin-modules__3.3.0__links", - "package": "builtin-modules", - "version": "3.3.0", - "dev": false, + "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": {}, + "deps": { + "@vitest/utils": "1.0.2", + "p-limit": "5.0.0", + "pathe": "1.1.1" + }, "transitive_closure": { - "builtin-modules": [ - "3.3.0" + "@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, @@ -87105,152 +82258,158 @@ "npm_translate_lock_repo": "npm" } }, - "npm__icss-utils__5.1.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__icss-utils__5.1.0__postcss_8.4.31", - "package": "icss-utils", - "version": "5.1.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", - "url": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__param-case__3.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__param-case__3.0.4", - "package": "param-case", - "version": "3.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", - "url": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_typescript-eslint_typescript-estree__5.44.0__typescript_4.9.3__links": { + "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__at_typescript-eslint_typescript-estree__5.44.0__typescript_4.9.3__links", - "package": "@typescript-eslint/typescript-estree", - "version": "5.44.0_typescript_4.9.3", - "dev": false, + "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": { - "@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" + "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": { - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3" + "jest-resolve": [ + "29.7.0" ], - "@typescript-eslint/types": [ - "5.44.0" + "chalk": [ + "4.1.2" ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" + "graceful-fs": [ + "4.2.11" ], - "debug": [ - "4.3.4" + "jest-haste-map": [ + "29.7.0" ], - "globby": [ - "11.1.0" + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_29.7.0" ], - "is-glob": [ - "4.0.3" + "jest-util": [ + "29.7.0" ], - "semver": [ - "7.5.4" + "jest-validate": [ + "29.7.0" ], - "tsutils": [ - "3.21.0_typescript_4.9.3" + "resolve": [ + "1.22.6" ], - "typescript": [ - "4.9.3" + "resolve.exports": [ + "2.0.2" ], - "tslib": [ - "1.14.1" + "slash": [ + "3.0.0" ], - "lru-cache": [ - "6.0.0" + "is-core-module": [ + "2.13.0" ], - "yallist": [ - "4.0.0" + "path-parse": [ + "1.0.7" ], - "is-extglob": [ - "2.1.1" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "array-union": [ - "2.1.0" + "has": [ + "1.0.3" ], - "dir-glob": [ + "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" ], - "fast-glob": [ - "3.3.1" + "ci-info": [ + "3.8.0" ], - "ignore": [ - "5.2.4" + "picomatch": [ + "2.3.1" ], - "merge2": [ - "1.4.1" + "@types/graceful-fs": [ + "4.1.7" ], - "slash": [ - "3.0.0" + "anymatch": [ + "3.1.3" ], - "@nodelib/fs.stat": [ - "2.0.5" + "fb-watchman": [ + "2.0.2" ], - "@nodelib/fs.walk": [ - "1.2.8" + "jest-regex-util": [ + "29.6.3" ], - "glob-parent": [ - "5.1.2" + "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" ], @@ -87260,29 +82419,30 @@ "is-number": [ "7.0.0" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "merge-stream": [ + "2.0.0" ], - "fastq": [ - "1.15.0" + "supports-color": [ + "7.2.0", + "8.1.1" ], - "reusify": [ - "1.0.4" + "has-flag": [ + "4.0.0" ], - "run-parallel": [ - "1.2.0" + "bser": [ + "2.1.1" ], - "queue-microtask": [ - "1.2.3" + "node-int64": [ + "0.4.0" ], - "path-type": [ - "4.0.0" + "normalize-path": [ + "3.0.0" ], - "ms": [ - "2.1.2" + "color-convert": [ + "2.0.1" ], - "eslint-visitor-keys": [ - "3.4.3" + "color-name": [ + "1.1.4" ] }, "lifecycle_build_target": false, @@ -87292,66 +82452,184 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_core__7.23.0__links": { + "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_core__7.23.0__links", - "package": "@babel/core", - "version": "7.23.0", - "dev": false, + "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": { - "@ampproject/remapping": "2.2.1", - "@babel/code-frame": "7.22.13", - "@babel/generator": "7.23.0", - "@babel/helper-compilation-targets": "7.22.15", - "@babel/helper-module-transforms": "7.23.0_at_babel_core_7.23.0", - "@babel/helpers": "7.23.1", - "@babel/parser": "7.23.0", - "@babel/template": "7.22.15", - "@babel/traverse": "7.23.0", - "@babel/types": "7.23.0", - "convert-source-map": "2.0.0", - "debug": "4.3.4", - "gensync": "1.0.0-beta.2", - "json5": "2.2.3", - "semver": "6.3.1" + "@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.0" + "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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -87365,21 +82643,9 @@ "json5": [ "2.2.3" ], - "semver": [ - "6.3.1" - ], "ms": [ "2.1.2" ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], "@babel/helper-environment-visitor": [ "7.22.20" ], @@ -87402,13 +82668,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -87417,16 +82683,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -87440,9 +82706,6 @@ "@jridgewell/trace-mapping": [ "0.3.19" ], - "jsesc": [ - "2.5.2" - ], "@jridgewell/resolve-uri": [ "3.1.1" ], @@ -87453,7 +82716,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -87487,18 +82750,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__fast-levenshtein__2.0.6": { + "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__fast-levenshtein__2.0.6", - "package": "fast-levenshtein", - "version": "2.0.6", + "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-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "url": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "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": [], @@ -87512,18 +82775,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_eslint__8.44.3": { + "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__at_types_eslint__8.44.3", - "package": "@types/eslint", - "version": "8.44.3", + "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-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==", - "url": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.3.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "url": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -87537,38 +82800,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_csstools_postcss-progressive-custom-properties__1.3.0__postcss_8.4.31__links": { + "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__at_csstools_postcss-progressive-custom-properties__1.3.0__postcss_8.4.31__links", - "package": "@csstools/postcss-progressive-custom-properties", - "version": "1.3.0_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, + "deps": {}, "transitive_closure": { - "@csstools/postcss-progressive-custom-properties": [ - "1.3.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "strip-bom": [ + "3.0.0" ] }, "lifecycle_build_target": false, @@ -87578,20 +82823,50 @@ "npm_translate_lock_repo": "npm" } }, - "npm__buffer-from__1.1.2__links": { + "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__buffer-from__1.1.2__links", - "package": "buffer-from", - "version": "1.1.2", - "dev": false, + "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": {}, + "deps": { + "rrweb-cssom": "0.6.0" + }, "transitive_closure": { - "buffer-from": [ - "1.1.2" + "cssstyle": [ + "3.0.0" + ], + "rrweb-cssom": [ + "0.6.0" ] }, "lifecycle_build_target": false, @@ -87601,20 +82876,32 @@ "npm_translate_lock_repo": "npm" } }, - "npm__obuf__1.1.2__links": { + "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__obuf__1.1.2__links", - "package": "obuf", - "version": "1.1.2", - "dev": false, + "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": {}, + "deps": { + "agent-base": "7.1.0", + "debug": "4.3.4" + }, "transitive_closure": { - "obuf": [ - "1.1.2" + "http-proxy-agent": [ + "7.0.0" + ], + "agent-base": [ + "7.1.0" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -87624,329 +82911,255 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vue_compiler-sfc__3.2.37": { + "npm__node-releases__2.0.14__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "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", + "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_workspace": "", - "link_packages": { - "vue/libraries/simple": [ - "@vue/compiler-sfc" + "link_packages": {}, + "deps": {}, + "transitive_closure": { + "node-releases": [ + "2.0.14" ] }, - "integrity": "sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==", - "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.37.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-nesting__10.2.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-nesting__10.2.0__postcss_8.4.31", - "package": "postcss-nesting", - "version": "10.2.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", - "url": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_types__7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_types__7.23.0", - "package": "@babel/types", - "version": "7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", - "url": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__collect-v8-coverage__1.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__collect-v8-coverage__1.0.2", - "package": "collect-v8-coverage", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", - "url": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" } }, - "npm__es-abstract__1.22.2__links": { + "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__es-abstract__1.22.2__links", - "package": "es-abstract", - "version": "1.22.2", - "dev": false, + "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": { - "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" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "es-abstract": [ - "1.22.2" + "@babel/plugin-transform-template-literals": [ + "7.23.3_at_babel_core_7.23.5" ], - "array-buffer-byte-length": [ - "1.0.0" + "@babel/core": [ + "7.23.5" ], - "arraybuffer.prototype.slice": [ - "1.0.2" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "available-typed-arrays": [ - "1.0.5" + "@ampproject/remapping": [ + "2.2.1" ], - "call-bind": [ - "1.0.2" + "@babel/code-frame": [ + "7.23.5" ], - "es-set-tostringtag": [ - "2.0.1" + "@babel/generator": [ + "7.23.5" ], - "es-to-primitive": [ - "1.2.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "function.prototype.name": [ - "1.1.6" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "get-intrinsic": [ - "1.2.1" + "@babel/helpers": [ + "7.23.5" ], - "get-symbol-description": [ - "1.0.0" + "@babel/parser": [ + "7.23.5" ], - "globalthis": [ - "1.0.3" + "@babel/template": [ + "7.22.15" ], - "gopd": [ - "1.0.1" + "@babel/traverse": [ + "7.23.5" ], - "has": [ - "1.0.3" + "@babel/types": [ + "7.23.5" ], - "has-property-descriptors": [ - "1.0.0" + "convert-source-map": [ + "2.0.0" ], - "has-proto": [ - "1.0.1" + "debug": [ + "4.3.4" ], - "has-symbols": [ - "1.0.3" + "gensync": [ + "1.0.0-beta.2" ], - "internal-slot": [ - "1.0.5" + "json5": [ + "2.2.3" ], - "is-array-buffer": [ - "3.0.2" + "semver": [ + "6.3.1" ], - "is-callable": [ - "1.2.7" + "ms": [ + "2.1.2" ], - "is-negative-zero": [ - "2.0.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "is-regex": [ - "1.1.4" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "is-shared-array-buffer": [ - "1.0.2" + "to-fast-properties": [ + "2.0.0" ], - "is-string": [ - "1.0.7" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "is-typed-array": [ - "1.1.12" + "@babel/helper-function-name": [ + "7.23.0" ], - "is-weakref": [ - "1.0.2" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "object-inspect": [ - "1.12.3" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "object-keys": [ - "1.1.1" + "globals": [ + "11.12.0" ], - "object.assign": [ - "4.1.4" + "@babel/helper-module-imports": [ + "7.22.15" ], - "regexp.prototype.flags": [ - "1.5.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "safe-array-concat": [ - "1.0.1" + "@babel/compat-data": [ + "7.23.5" ], - "safe-regex-test": [ - "1.0.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "string.prototype.trim": [ - "1.2.8" + "browserslist": [ + "4.22.2" ], - "string.prototype.trimend": [ - "1.0.7" + "lru-cache": [ + "5.1.1" ], - "string.prototype.trimstart": [ - "1.0.7" + "yallist": [ + "3.1.1" ], - "typed-array-buffer": [ - "1.0.0" + "caniuse-lite": [ + "1.0.30001566" ], - "typed-array-byte-length": [ - "1.0.0" + "electron-to-chromium": [ + "1.4.608" ], - "typed-array-byte-offset": [ - "1.0.0" + "node-releases": [ + "2.0.14" ], - "typed-array-length": [ - "1.0.4" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "unbox-primitive": [ - "1.0.2" + "escalade": [ + "3.1.1" ], - "which-typed-array": [ - "1.1.11" + "picocolors": [ + "1.0.0" ], - "for-each": [ + "@jridgewell/gen-mapping": [ "0.3.3" ], - "has-tostringtag": [ - "1.0.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "has-bigints": [ - "1.0.2" + "jsesc": [ + "2.5.2" ], - "which-boxed-primitive": [ - "1.0.2" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "is-bigint": [ - "1.0.4" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "is-boolean-object": [ + "@jridgewell/set-array": [ "1.1.2" ], - "is-number-object": [ - "1.0.7" + "@babel/highlight": [ + "7.23.4" ], - "is-symbol": [ - "1.0.4" + "chalk": [ + "2.4.2" ], - "define-properties": [ - "1.2.1" + "ansi-styles": [ + "3.2.1" ], - "define-data-property": [ - "1.1.0" + "escape-string-regexp": [ + "1.0.5" ], - "isarray": [ - "2.0.5" + "supports-color": [ + "5.5.0" ], - "set-function-name": [ - "2.0.1" + "has-flag": [ + "3.0.0" ], - "functions-have-names": [ - "1.2.3" + "color-convert": [ + "1.9.3" ], - "side-channel": [ - "1.0.4" + "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" ], - "is-date-object": [ - "1.0.5" + "get-intrinsic": [ + "1.2.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -87956,18 +83169,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__commander__10.0.1": { + "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__commander__10.0.1", - "package": "commander", - "version": "10.0.1", + "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-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", - "url": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "url": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -87981,25 +83194,70 @@ "generate_bzl_library_targets": false } }, - "npm__stack-utils__2.0.6__links": { + "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__stack-utils__2.0.6__links", - "package": "stack-utils", - "version": "2.0.6", - "dev": false, + "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": { - "escape-string-regexp": "2.0.0" - }, + "deps": {}, "transitive_closure": { - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "2.0.0" + "acorn-walk": [ + "8.2.0" ] }, "lifecycle_build_target": false, @@ -88009,20 +83267,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__picocolors__1.0.0__links": { + "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__picocolors__1.0.0__links", - "package": "picocolors", - "version": "1.0.0", - "dev": false, + "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": { - "picocolors": [ - "1.0.0" + "array-flatten": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -88032,20 +83290,63 @@ "npm_translate_lock_repo": "npm" } }, - "npm__html-entities__2.4.0__links": { + "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__html-entities__2.4.0__links", - "package": "html-entities", - "version": "2.4.0", - "dev": false, + "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": {}, + "deps": { + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1", + "is-typed-array": "1.1.12" + }, "transitive_closure": { - "html-entities": [ - "2.4.0" + "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, @@ -88055,18 +83356,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-numeric-separator__7.10.4__at_babel_core_7.23.0": { + "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__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", + "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-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "url": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -88080,520 +83381,392 @@ "generate_bzl_library_targets": false } }, - "npm__css-minimizer-webpack-plugin__3.4.1__webpack_5.88.2__links": { + "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__css-minimizer-webpack-plugin__3.4.1__webpack_5.88.2__links", - "package": "css-minimizer-webpack-plugin", - "version": "3.4.1_webpack_5.88.2", - "dev": false, + "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": { - "cssnano": "5.1.15_postcss_8.4.31", - "jest-worker": "27.5.1", - "postcss": "8.4.31", - "schema-utils": "4.2.0", - "serialize-javascript": "6.0.1", - "source-map": "0.6.1", - "webpack": "5.88.2" + "@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": { - "css-minimizer-webpack-plugin": [ - "3.4.1_webpack_5.88.2" - ], - "cssnano": [ - "5.1.15_postcss_8.4.31" - ], - "jest-worker": [ - "27.5.1" - ], - "postcss": [ - "8.4.31" + "@typescript-eslint/parser": [ + "5.44.0_509062556" ], - "schema-utils": [ - "3.3.0", - "4.2.0" + "@typescript-eslint/scope-manager": [ + "5.44.0" ], - "serialize-javascript": [ - "6.0.1" + "@typescript-eslint/types": [ + "5.44.0" ], - "source-map": [ - "0.6.1" + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" ], - "webpack": [ - "5.88.2" + "debug": [ + "4.3.4" ], - "@types/eslint-scope": [ - "3.7.5" + "eslint": [ + "8.28.0" ], - "@types/estree": [ - "1.0.2" + "typescript": [ + "4.9.3" ], - "@webassemblyjs/ast": [ - "1.11.6" + "@eslint/eslintrc": [ + "1.4.1" ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" + "@humanwhocodes/config-array": [ + "0.11.11" ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" + "@humanwhocodes/module-importer": [ + "1.0.1" ], - "acorn": [ - "8.10.0" + "@nodelib/fs.walk": [ + "1.2.8" ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" + "ajv": [ + "6.12.6" ], - "browserslist": [ - "4.22.1" + "chalk": [ + "4.1.2" ], - "chrome-trace-event": [ - "1.0.3" + "cross-spawn": [ + "7.0.3" ], - "enhanced-resolve": [ - "5.15.0" + "doctrine": [ + "3.0.0" ], - "es-module-lexer": [ - "1.3.1" + "escape-string-regexp": [ + "4.0.0" ], "eslint-scope": [ - "5.1.1" + "7.2.2" ], - "events": [ - "3.3.0" + "eslint-utils": [ + "3.0.0_eslint_8.28.0" ], - "glob-to-regexp": [ - "0.4.1" + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" ], - "graceful-fs": [ - "4.2.11" + "espree": [ + "9.6.1" ], - "json-parse-even-better-errors": [ - "2.3.1" + "esquery": [ + "1.5.0" ], - "loader-runner": [ - "4.3.0" + "esutils": [ + "2.0.3" ], - "mime-types": [ - "2.1.35" + "fast-deep-equal": [ + "3.1.3" ], - "neo-async": [ - "2.6.2" + "file-entry-cache": [ + "6.0.1" ], - "tapable": [ - "2.2.1" + "find-up": [ + "5.0.0" ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" + "glob-parent": [ + "5.1.2", + "6.0.2" ], - "watchpack": [ - "2.4.0" + "globals": [ + "13.22.0" ], - "webpack-sources": [ - "3.2.3" + "grapheme-splitter": [ + "1.0.4" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "ignore": [ + "5.2.4" ], - "terser": [ - "5.20.0" + "import-fresh": [ + "3.3.0" ], - "@jridgewell/source-map": [ - "0.3.5" + "imurmurhash": [ + "0.1.4" ], - "commander": [ - "7.2.0", - "2.20.3" + "is-glob": [ + "4.0.3" ], - "source-map-support": [ - "0.5.21" + "is-path-inside": [ + "3.0.3" ], - "buffer-from": [ - "1.1.2" + "js-sdsl": [ + "4.4.2" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "js-yaml": [ + "4.1.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "levn": [ + "0.4.1" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "lodash.merge": [ + "4.6.2" ], - "@types/json-schema": [ - "7.0.13" + "minimatch": [ + "3.1.2" ], - "ajv": [ - "8.12.0", - "6.12.6" + "natural-compare": [ + "1.4.0" ], - "ajv-keywords": [ - "5.1.0_ajv_8.12.0", - "3.5.2_ajv_6.12.6" + "optionator": [ + "0.9.3" ], - "fast-deep-equal": [ - "3.1.3" + "regexpp": [ + "3.2.0" ], - "fast-json-stable-stringify": [ - "2.1.0" + "strip-ansi": [ + "6.0.1" ], - "json-schema-traverse": [ - "1.0.0", - "0.4.1" + "strip-json-comments": [ + "3.1.1" ], - "uri-js": [ - "4.4.1" + "text-table": [ + "0.2.0" ], - "punycode": [ - "2.3.0" + "ansi-regex": [ + "5.0.1" ], - "mime-db": [ - "1.52.0" + "@aashutoshrathi/word-wrap": [ + "1.2.6" ], - "esrecurse": [ - "4.3.0" + "deep-is": [ + "0.1.4" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "fast-levenshtein": [ + "2.0.6" ], - "caniuse-lite": [ - "1.0.30001542" + "prelude-ls": [ + "1.2.1" ], - "electron-to-chromium": [ - "1.4.539" + "type-check": [ + "0.4.0" ], - "node-releases": [ - "2.0.13" + "brace-expansion": [ + "1.1.11" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "balanced-match": [ + "1.0.2" ], - "escalade": [ - "3.1.1" + "concat-map": [ + "0.0.1" ], - "picocolors": [ - "1.0.0" + "argparse": [ + "2.0.1" ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" + "is-extglob": [ + "2.1.1" ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" + "parent-module": [ + "1.0.1" ], - "@webassemblyjs/ieee754": [ - "1.11.6" + "resolve-from": [ + "4.0.0" ], - "@webassemblyjs/leb128": [ - "1.11.6" + "callsites": [ + "3.1.0" ], - "@webassemblyjs/utf8": [ - "1.11.6" + "type-fest": [ + "0.20.2" ], - "@xtuc/long": [ - "4.2.2" + "locate-path": [ + "6.0.0" ], - "@xtuc/ieee754": [ - "1.2.0" + "path-exists": [ + "4.0.0" ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" + "p-locate": [ + "5.0.0" ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" + "p-limit": [ + "3.1.0" ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" + "yocto-queue": [ + "0.1.0" ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" + "flat-cache": [ + "3.1.0" ], - "@webassemblyjs/wast-printer": [ - "1.11.6" + "flatted": [ + "3.2.9" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "keyv": [ + "4.5.3" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "rimraf": [ + "3.0.2" ], - "@types/eslint": [ - "8.44.3" + "glob": [ + "7.2.3" ], - "randombytes": [ - "2.1.0" + "fs.realpath": [ + "1.0.0" ], - "safe-buffer": [ - "5.2.1" + "inflight": [ + "1.0.6" ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" + "inherits": [ + "2.0.4" ], - "require-from-string": [ - "2.0.2" + "once": [ + "1.4.0" ], - "nanoid": [ - "3.3.6" + "path-is-absolute": [ + "1.0.1" ], - "source-map-js": [ + "wrappy": [ "1.0.2" ], - "@types/node": [ - "20.8.2" + "json-buffer": [ + "3.0.1" ], - "merge-stream": [ - "2.0.0" + "estraverse": [ + "5.3.0" ], - "supports-color": [ - "8.1.1" + "acorn": [ + "8.10.0" ], - "has-flag": [ - "4.0.0" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "cssnano-preset-default": [ - "5.2.14_postcss_8.4.31" + "esrecurse": [ + "4.3.0" ], - "lilconfig": [ - "2.1.0" + "path-key": [ + "3.1.1" ], - "yaml": [ - "1.10.2" + "shebang-command": [ + "2.0.0" ], - "css-declaration-sorter": [ - "6.4.1_postcss_8.4.31" + "which": [ + "2.0.2" ], - "cssnano-utils": [ - "3.1.0_postcss_8.4.31" + "isexe": [ + "2.0.0" ], - "postcss-calc": [ - "8.2.4_postcss_8.4.31" + "shebang-regex": [ + "3.0.0" ], - "postcss-colormin": [ - "5.3.1_postcss_8.4.31" + "ansi-styles": [ + "4.3.0" ], - "postcss-convert-values": [ - "5.1.3_postcss_8.4.31" + "supports-color": [ + "7.2.0" ], - "postcss-discard-comments": [ - "5.1.2_postcss_8.4.31" + "has-flag": [ + "4.0.0" ], - "postcss-discard-duplicates": [ - "5.1.0_postcss_8.4.31" + "color-convert": [ + "2.0.1" ], - "postcss-discard-empty": [ - "5.1.1_postcss_8.4.31" + "color-name": [ + "1.1.4" ], - "postcss-discard-overridden": [ - "5.1.0_postcss_8.4.31" + "fast-json-stable-stringify": [ + "2.1.0" ], - "postcss-merge-longhand": [ - "5.1.7_postcss_8.4.31" + "json-schema-traverse": [ + "0.4.1" ], - "postcss-merge-rules": [ - "5.1.4_postcss_8.4.31" + "uri-js": [ + "4.4.1" ], - "postcss-minify-font-values": [ - "5.1.0_postcss_8.4.31" + "punycode": [ + "2.3.1" ], - "postcss-minify-gradients": [ - "5.1.1_postcss_8.4.31" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "postcss-minify-params": [ - "5.1.4_postcss_8.4.31" + "fastq": [ + "1.15.0" ], - "postcss-minify-selectors": [ - "5.2.1_postcss_8.4.31" + "reusify": [ + "1.0.4" ], - "postcss-normalize-charset": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-display-values": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-positions": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-normalize-repeat-style": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-normalize-string": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-timing-functions": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-unicode": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-normalize-url": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-normalize-whitespace": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-ordered-values": [ - "5.1.3_postcss_8.4.31" - ], - "postcss-reduce-initial": [ - "5.1.2_postcss_8.4.31" - ], - "postcss-reduce-transforms": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-svgo": [ - "5.1.0_postcss_8.4.31" - ], - "postcss-unique-selectors": [ - "5.1.1_postcss_8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" + "@nodelib/fs.stat": [ + "2.0.5" ], - "util-deprecate": [ - "1.0.2" + "run-parallel": [ + "1.2.0" ], - "postcss-value-parser": [ - "4.2.0" + "queue-microtask": [ + "1.2.3" ], - "svgo": [ - "2.8.0" + "@humanwhocodes/object-schema": [ + "1.2.1" ], - "@trysound/sax": [ - "0.2.0" + "ms": [ + "2.1.2" ], - "css-select": [ - "4.3.0" + "@typescript-eslint/visitor-keys": [ + "5.44.0" ], - "css-tree": [ - "1.1.3" + "globby": [ + "11.1.0" ], - "csso": [ - "4.2.0" + "semver": [ + "7.5.4" ], - "stable": [ - "0.1.8" + "tsutils": [ + "3.21.0_typescript_4.9.3" ], - "mdn-data": [ - "2.0.14" + "tslib": [ + "1.14.1" ], - "boolbase": [ - "1.0.0" + "lru-cache": [ + "6.0.0" ], - "css-what": [ - "6.1.0" + "yallist": [ + "4.0.0" ], - "domhandler": [ - "4.3.1" + "array-union": [ + "2.1.0" ], - "domutils": [ - "2.8.0" + "dir-glob": [ + "3.0.1" ], - "nth-check": [ - "2.1.1" + "fast-glob": [ + "3.3.1" ], - "dom-serializer": [ + "merge2": [ "1.4.1" ], - "domelementtype": [ - "2.3.0" + "slash": [ + "3.0.0" ], - "entities": [ - "2.2.0" + "micromatch": [ + "4.0.5" ], - "caniuse-api": [ - "3.0.0" + "braces": [ + "3.0.2" ], - "lodash.memoize": [ - "4.1.2" + "picomatch": [ + "2.3.1" ], - "lodash.uniq": [ - "4.5.0" + "fill-range": [ + "7.0.1" ], - "normalize-url": [ - "6.1.0" + "to-regex-range": [ + "5.0.1" ], - "colord": [ - "2.9.3" + "is-number": [ + "7.0.0" ], - "stylehacks": [ - "5.1.1_postcss_8.4.31" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__nanoid__3.3.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__nanoid__3.3.6__links", - "package": "nanoid", - "version": "3.3.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "nanoid": [ - "3.3.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__tslib__1.14.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tslib__1.14.1__links", - "package": "tslib", - "version": "1.14.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "tslib": [ - "1.14.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__es-module-lexer__1.3.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__es-module-lexer__1.3.1__links", - "package": "es-module-lexer", - "version": "1.3.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "es-module-lexer": [ - "1.3.1" + "path-type": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -88603,43 +83776,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__loose-envify__1.4.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__loose-envify__1.4.0", - "package": "loose-envify", - "version": "1.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "url": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__regex-parser__2.2.11": { + "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__regex-parser__2.2.11", - "package": "regex-parser", - "version": "2.2.11", + "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-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==", - "url": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -88653,18 +83801,18 @@ "generate_bzl_library_targets": false } }, - "npm__websocket-driver__0.7.4": { + "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__websocket-driver__0.7.4", - "package": "websocket-driver", - "version": "0.7.4", + "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-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", - "url": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "url": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -88678,18 +83826,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-minify-font-values__5.1.0__postcss_8.4.31": { + "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__postcss-minify-font-values__5.1.0__postcss_8.4.31", - "package": "postcss-minify-font-values", - "version": "5.1.0_postcss_8.4.31", + "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-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", - "url": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "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": [], @@ -88698,60 +83846,34 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_babel_generator__7.23.0__links": { + "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__at_babel_generator__7.23.0__links", - "package": "@babel/generator", - "version": "7.23.0", - "dev": false, + "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": { - "@babel/types": "7.23.0", - "@jridgewell/gen-mapping": "0.3.3", - "@jridgewell/trace-mapping": "0.3.19", - "jsesc": "2.5.2" + "mimic-fn": "2.1.0" }, "transitive_closure": { - "@babel/generator": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "onetime": [ + "5.1.2" ], - "to-fast-properties": [ - "2.0.0" + "mimic-fn": [ + "2.1.0" ] }, "lifecycle_build_target": false, @@ -88761,116 +83883,117 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ansi-styles__4.3.0__links": { + "npm__at_babel_highlight__7.23.4": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ansi-styles__4.3.0__links", - "package": "ansi-styles", - "version": "4.3.0", - "dev": false, + "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": {}, - "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" + "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__typed-array-byte-length__1.0.0__links": { + "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__typed-array-byte-length__1.0.0__links", - "package": "typed-array-byte-length", - "version": "1.0.0", - "dev": false, + "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": {}, + "link_packages": { + "react-webpack": [ + "@swc/core" + ] + }, "deps": { - "call-bind": "1.0.2", - "for-each": "0.3.3", - "has-proto": "1.0.1", - "is-typed-array": "1.1.12" + "@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": { - "typed-array-byte-length": [ - "1.0.0" - ], - "call-bind": [ - "1.0.2" - ], - "for-each": [ - "0.3.3" + "@swc/core": [ + "1.3.100" ], - "has-proto": [ - "1.0.1" + "@swc/counter": [ + "0.1.2" ], - "is-typed-array": [ - "1.1.12" + "@swc/types": [ + "0.1.5" ], - "which-typed-array": [ - "1.1.11" + "@swc/core-darwin-arm64": [ + "1.3.100" ], - "available-typed-arrays": [ - "1.0.5" + "@swc/core-darwin-x64": [ + "1.3.100" ], - "gopd": [ - "1.0.1" + "@swc/core-linux-arm64-gnu": [ + "1.3.100" ], - "has-tostringtag": [ - "1.0.0" + "@swc/core-linux-arm64-musl": [ + "1.3.100" ], - "has-symbols": [ - "1.0.3" + "@swc/core-linux-x64-gnu": [ + "1.3.100" ], - "get-intrinsic": [ - "1.2.1" + "@swc/core-linux-x64-musl": [ + "1.3.100" ], - "function-bind": [ - "1.1.1" + "@swc/core-win32-arm64-msvc": [ + "1.3.100" ], - "has": [ - "1.0.3" + "@swc/core-win32-ia32-msvc": [ + "1.3.100" ], - "is-callable": [ - "1.2.7" + "@swc/core-win32-x64-msvc": [ + "1.3.100" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__is-arguments__1.1.1": { + "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__is-arguments__1.1.1", - "package": "is-arguments", - "version": "1.1.1", + "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-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", - "url": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "url": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -88884,18 +84007,18 @@ "generate_bzl_library_targets": false } }, - "npm__prelude-ls__1.2.1": { + "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__prelude-ls__1.2.1", - "package": "prelude-ls", - "version": "1.2.1", + "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-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "url": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "url": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -88909,43 +84032,20 @@ "generate_bzl_library_targets": false } }, - "npm__vary__1.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__vary__1.1.2__links", - "package": "vary", - "version": "1.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "vary": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__temp-dir__2.0.0__links": { + "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__temp-dir__2.0.0__links", - "package": "temp-dir", - "version": "2.0.0", - "dev": false, + "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": { - "temp-dir": [ - "2.0.0" + "safer-buffer": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -88955,117 +84055,80 @@ "npm_translate_lock_repo": "npm" } }, - "npm__workbox-expiration__6.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-expiration__6.6.0", - "package": "workbox-expiration", - "version": "6.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==", - "url": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_sinonjs_fake-timers__10.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_sinonjs_fake-timers__10.3.0", - "package": "@sinonjs/fake-timers", - "version": "10.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", - "url": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_traverse__7.23.0__links": { + "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_traverse__7.23.0__links", - "package": "@babel/traverse", - "version": "7.23.0", - "dev": false, + "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/code-frame": "7.22.13", - "@babel/generator": "7.23.0", - "@babel/helper-environment-visitor": "7.22.20", - "@babel/helper-function-name": "7.23.0", - "@babel/helper-hoist-variables": "7.22.5", - "@babel/helper-split-export-declaration": "7.22.6", - "@babel/parser": "7.23.0", - "@babel/types": "7.23.0", - "debug": "4.3.4", - "globals": "11.12.0" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/traverse": [ - "7.23.0" + "@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.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-compilation-targets": [ + "7.22.15" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "@babel/helpers": [ + "7.23.5" ], "@babel/parser": [ - "7.23.0" + "7.23.5" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" + ], + "convert-source-map": [ + "2.0.0" ], "debug": [ "4.3.4" ], - "globals": [ - "11.12.0" + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" ], "ms": [ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -89073,9 +84136,60 @@ "to-fast-properties": [ "2.0.0" ], - "@babel/template": [ + "@babel/helper-environment-visitor": [ + "7.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" ], @@ -89095,7 +84209,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -89129,48 +84243,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__error-stack-parser__2.1.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__error-stack-parser__2.1.4__links", - "package": "error-stack-parser", - "version": "2.1.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "stackframe": "1.3.4" - }, - "transitive_closure": { - "error-stack-parser": [ - "2.1.4" - ], - "stackframe": [ - "1.3.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__signal-exit__3.0.7__links": { + "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__signal-exit__3.0.7__links", - "package": "signal-exit", - "version": "3.0.7", - "dev": false, + "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": { - "signal-exit": [ - "3.0.7" + "eslint-visitor-keys": [ + "2.1.0" ] }, "lifecycle_build_target": false, @@ -89180,68 +84266,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vue_compiler-sfc__3.2.45": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-sfc__3.2.45", - "package": "@vue/compiler-sfc", - "version": "3.2.45", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==", - "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__connect-history-api-fallback__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__connect-history-api-fallback__2.0.0", - "package": "connect-history-api-fallback", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", - "url": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-color-functional-notation__4.2.4__postcss_8.4.31": { + "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__postcss-color-functional-notation__4.2.4__postcss_8.4.31", - "package": "postcss-color-functional-notation", - "version": "4.2.4_postcss_8.4.31", + "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-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", - "url": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", + "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": [], @@ -89255,25 +84291,25 @@ "generate_bzl_library_targets": false } }, - "npm__dom-converter__0.2.0__links": { + "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__dom-converter__0.2.0__links", - "package": "dom-converter", - "version": "0.2.0", - "dev": false, + "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": { - "utila": "0.4.0" + "@types/node": "18.11.9" }, "transitive_closure": { - "dom-converter": [ - "0.2.0" + "@types/ws": [ + "8.5.6" ], - "utila": [ - "0.4.0" + "@types/node": [ + "18.11.9" ] }, "lifecycle_build_target": false, @@ -89283,20 +84319,59 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_svgr_babel-plugin-replace-jsx-attribute-value__5.0.1__links": { + "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_svgr_babel-plugin-replace-jsx-attribute-value__5.0.1__links", - "package": "@svgr/babel-plugin-replace-jsx-attribute-value", - "version": "5.0.1", - "dev": false, + "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": {}, - "deps": {}, + "link_packages": { + "next.js": [ + "@next/eslint-plugin-next" + ] + }, + "deps": { + "glob": "7.1.7" + }, "transitive_closure": { - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "5.0.1" + "@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, @@ -89306,25 +84381,36 @@ "npm_translate_lock_repo": "npm" } }, - "npm__doctrine__3.0.0__links": { + "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__doctrine__3.0.0__links", - "package": "doctrine", - "version": "3.0.0", + "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": { - "esutils": "2.0.3" + "@vue/runtime-core": "3.2.45", + "@vue/shared": "3.2.45", + "csstype": "2.6.21" }, "transitive_closure": { - "doctrine": [ - "3.0.0" + "@vue/runtime-dom": [ + "3.2.45" ], - "esutils": [ - "2.0.3" + "@vue/runtime-core": [ + "3.2.45" + ], + "@vue/shared": [ + "3.2.45" + ], + "csstype": [ + "2.6.21" + ], + "@vue/reactivity": [ + "3.2.45" ] }, "lifecycle_build_target": false, @@ -89334,43 +84420,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__sockjs__0.3.24": { + "npm__merge-descriptors__1.0.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__sockjs__0.3.24", - "package": "sockjs", - "version": "0.3.24", + "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_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 + "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__postcss-normalize-whitespace__5.1.1__postcss_8.4.31": { + "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__postcss-normalize-whitespace__5.1.1__postcss_8.4.31", - "package": "postcss-normalize-whitespace", - "version": "5.1.1_postcss_8.4.31", + "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-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", - "url": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "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": [], @@ -89384,20 +84468,20 @@ "generate_bzl_library_targets": false } }, - "npm__lodash.uniq__4.5.0__links": { + "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__lodash.uniq__4.5.0__links", - "package": "lodash.uniq", - "version": "4.5.0", - "dev": false, + "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": { - "lodash.uniq": [ - "4.5.0" + "object-keys": [ + "1.1.1" ] }, "lifecycle_build_target": false, @@ -89407,79 +84491,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_humanwhocodes_module-importer__1.0.1__links": { + "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__at_humanwhocodes_module-importer__1.0.1__links", - "package": "@humanwhocodes/module-importer", - "version": "1.0.1", - "dev": false, + "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": { - "@humanwhocodes/module-importer": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__resolve-url-loader__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__resolve-url-loader__4.0.0__links", - "package": "resolve-url-loader", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "adjust-sourcemap-loader": "4.0.0", - "convert-source-map": "1.9.0", - "loader-utils": "2.0.4", - "postcss": "7.0.39", - "source-map": "0.6.1" - }, - "transitive_closure": { - "resolve-url-loader": [ - "4.0.0" - ], - "adjust-sourcemap-loader": [ - "4.0.0" - ], - "convert-source-map": [ - "1.9.0" - ], - "loader-utils": [ - "2.0.4" - ], - "postcss": [ - "7.0.39" - ], - "source-map": [ - "0.6.1" - ], - "picocolors": [ - "0.2.1" - ], - "big.js": [ - "5.2.2" - ], - "emojis-list": [ - "3.0.0" - ], - "json5": [ - "2.2.3" - ], - "regex-parser": [ - "2.2.11" + "webidl-conversions": [ + "7.0.0" ] }, "lifecycle_build_target": false, @@ -89489,68 +84514,18 @@ "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": { + "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__path-to-regexp__0.1.7", - "package": "path-to-regexp", - "version": "0.1.7", + "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-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", - "url": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", + "url": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -89564,285 +84539,257 @@ "generate_bzl_library_targets": false } }, - "npm__color-name__1.1.3": { + "npm__http-deceiver__1.2.7__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__color-name__1.1.3", - "package": "color-name", - "version": "1.1.3", + "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_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 + "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__color-name__1.1.4": { + "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_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__color-name__1.1.4", - "package": "color-name", - "version": "1.1.4", + "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_workspace": "", - "link_packages": {}, - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-boolean-object__1.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-boolean-object__1.1.2__links", - "package": "is-boolean-object", - "version": "1.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, + "link_packages": { + "react": [ + "@testing-library/user-event" + ] + }, "deps": { - "call-bind": "1.0.2", - "has-tostringtag": "1.0.0" + "@testing-library/dom": "8.20.1" }, "transitive_closure": { - "is-boolean-object": [ - "1.1.2" + "@testing-library/user-event": [ + "14.4.3_at_testing-library_dom_8.20.1" ], - "call-bind": [ - "1.0.2" + "@testing-library/dom": [ + "8.20.1" ], - "has-tostringtag": [ - "1.0.0" + "@babel/code-frame": [ + "7.22.13" ], - "has-symbols": [ - "1.0.3" + "@babel/runtime": [ + "7.23.1" ], - "function-bind": [ - "1.1.1" + "@types/aria-query": [ + "5.0.2" ], - "get-intrinsic": [ - "1.2.1" + "aria-query": [ + "5.1.3" ], - "has": [ - "1.0.3" + "chalk": [ + "2.4.2", + "4.1.2" ], - "has-proto": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__istanbul-lib-instrument__5.2.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-instrument__5.2.1__links", - "package": "istanbul-lib-instrument", - "version": "5.2.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/parser": "7.23.0", - "@istanbuljs/schema": "0.1.3", - "istanbul-lib-coverage": "3.2.0", - "semver": "6.3.1" - }, - "transitive_closure": { - "istanbul-lib-instrument": [ - "5.2.1" + "dom-accessibility-api": [ + "0.5.16" ], - "@babel/core": [ - "7.23.0" + "lz-string": [ + "1.5.0" ], - "@babel/parser": [ - "7.23.0" + "pretty-format": [ + "27.5.1" ], - "@istanbuljs/schema": [ - "0.1.3" + "ansi-regex": [ + "5.0.1" ], - "istanbul-lib-coverage": [ - "3.2.0" + "ansi-styles": [ + "3.2.1", + "4.3.0", + "5.2.0" ], - "semver": [ - "6.3.1" + "react-is": [ + "17.0.2" ], - "@babel/types": [ - "7.23.0" + "supports-color": [ + "5.5.0", + "7.2.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "has-flag": [ + "3.0.0", + "4.0.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "color-convert": [ + "1.9.3", + "2.0.1" ], - "to-fast-properties": [ - "2.0.0" + "color-name": [ + "1.1.3", + "1.1.4" ], - "@ampproject/remapping": [ - "2.2.1" + "deep-equal": [ + "2.2.2" ], - "@babel/code-frame": [ - "7.22.13" + "array-buffer-byte-length": [ + "1.0.0" ], - "@babel/generator": [ - "7.23.0" + "call-bind": [ + "1.0.2" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "es-get-iterator": [ + "1.1.3" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "get-intrinsic": [ + "1.2.1" ], - "@babel/helpers": [ - "7.23.1" + "is-arguments": [ + "1.1.1" ], - "@babel/template": [ - "7.22.15" + "is-array-buffer": [ + "3.0.2" ], - "@babel/traverse": [ - "7.23.0" + "is-date-object": [ + "1.0.5" ], - "convert-source-map": [ - "2.0.0" + "is-regex": [ + "1.1.4" ], - "debug": [ - "4.3.4" + "is-shared-array-buffer": [ + "1.0.2" ], - "gensync": [ - "1.0.0-beta.2" + "isarray": [ + "2.0.5" ], - "json5": [ - "2.2.3" + "object-is": [ + "1.1.5" ], - "ms": [ - "2.1.2" + "object-keys": [ + "1.1.1" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "object.assign": [ + "4.1.4" ], - "@babel/helper-function-name": [ - "7.23.0" + "regexp.prototype.flags": [ + "1.5.1" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "side-channel": [ + "1.0.4" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "which-boxed-primitive": [ + "1.0.2" ], - "globals": [ - "11.12.0" + "which-collection": [ + "1.0.1" ], - "@babel/helper-module-imports": [ - "7.22.15" + "which-typed-array": [ + "1.1.11" ], - "@babel/helper-simple-access": [ - "7.22.5" + "available-typed-arrays": [ + "1.0.5" ], - "@babel/compat-data": [ - "7.22.20" + "for-each": [ + "0.3.3" ], - "@babel/helper-validator-option": [ - "7.22.15" + "gopd": [ + "1.0.1" ], - "browserslist": [ - "4.22.1" + "has-tostringtag": [ + "1.0.0" ], - "lru-cache": [ - "5.1.1" + "has-symbols": [ + "1.0.3" ], - "yallist": [ - "3.1.1" + "is-callable": [ + "1.2.7" ], - "caniuse-lite": [ - "1.0.30001542" + "is-map": [ + "2.0.2" ], - "electron-to-chromium": [ - "1.4.539" + "is-set": [ + "2.0.2" ], - "node-releases": [ - "2.0.13" + "is-weakmap": [ + "2.0.1" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "is-weakset": [ + "2.0.2" ], - "escalade": [ - "3.1.1" + "is-bigint": [ + "1.0.4" ], - "picocolors": [ - "1.0.0" + "is-boolean-object": [ + "1.1.2" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "is-number-object": [ + "1.0.7" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "is-string": [ + "1.0.7" ], - "jsesc": [ - "2.5.2" + "is-symbol": [ + "1.0.4" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "has-bigints": [ + "1.0.2" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "object-inspect": [ + "1.12.3" ], - "@jridgewell/set-array": [ - "1.1.2" + "define-properties": [ + "1.2.1" ], - "@babel/highlight": [ - "7.22.20" + "set-function-name": [ + "2.0.1" ], - "chalk": [ - "2.4.2" + "define-data-property": [ + "1.1.0" ], - "ansi-styles": [ - "3.2.1" + "functions-have-names": [ + "1.2.3" ], - "escape-string-regexp": [ + "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" ], - "supports-color": [ - "5.5.0" + "regenerator-runtime": [ + "0.14.0" ], - "has-flag": [ - "3.0.0" + "@babel/highlight": [ + "7.22.20" ], - "color-convert": [ - "1.9.3" + "escape-string-regexp": [ + "1.0.5" ], - "color-name": [ - "1.1.3" + "@babel/helper-validator-identifier": [ + "7.22.20" ], "js-tokens": [ "4.0.0" @@ -89855,120 +84802,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-matcher-utils__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-matcher-utils__29.7.0", - "package": "jest-matcher-utils", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", - "url": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__babel-plugin-polyfill-regenerator__0.5.2__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-polyfill-regenerator__0.5.2__at_babel_core_7.23.0", - "package": "babel-plugin-polyfill-regenerator", - "version": "0.5.2_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==", - "url": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__espree__9.6.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__espree__9.6.1", - "package": "espree", - "version": "9.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", - "url": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-get-type__29.6.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-get-type__29.6.3", - "package": "jest-get-type", - "version": "29.6.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", - "url": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__get-own-enumerable-property-symbols__3.0.2__links": { + "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__get-own-enumerable-property-symbols__3.0.2__links", - "package": "get-own-enumerable-property-symbols", - "version": "3.0.2", - "dev": false, + "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": { - "get-own-enumerable-property-symbols": [ - "3.0.2" + "querystringify": [ + "2.2.0" ] }, "lifecycle_build_target": false, @@ -89978,68 +84825,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__escape-string-regexp__4.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__escape-string-regexp__4.0.0", - "package": "escape-string-regexp", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-date-object__1.0.5": { + "npm__at_esbuild_linux-arm64__0.19.8__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-date-object__1.0.5", - "package": "is-date-object", - "version": "1.0.5", + "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_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 + "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__gensync__1.0.0-beta.2": { + "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__gensync__1.0.0-beta.2", - "package": "gensync", - "version": "1.0.0-beta.2", + "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-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "url": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "url": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -90053,55 +84875,41 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_preset-typescript__7.23.0__at_babel_core_7.23.0__links": { + "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_preset-typescript__7.23.0__at_babel_core_7.23.0__links", - "package": "@babel/preset-typescript", - "version": "7.23.0_at_babel_core_7.23.0", - "dev": false, + "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.0", + "@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-validator-option": "7.22.15", - "@babel/plugin-syntax-jsx": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-modules-commonjs": "7.23.0_at_babel_core_7.23.0", - "@babel/plugin-transform-typescript": "7.22.15_at_babel_core_7.23.0" + "@babel/plugin-syntax-class-static-block": "7.14.5_at_babel_core_7.23.5" }, "transitive_closure": { - "@babel/preset-typescript": [ - "7.23.0_at_babel_core_7.23.0" + "@babel/plugin-transform-class-static-block": [ + "7.23.4_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "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-validator-option": [ - "7.22.15" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-typescript": [ - "7.22.15_at_babel_core_7.23.0" + "@babel/plugin-syntax-class-static-block": [ + "7.14.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.0" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" - ], "@babel/helper-environment-visitor": [ "7.22.20" ], @@ -90115,7 +84923,7 @@ "7.22.5" ], "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" + "7.22.20_at_babel_core_7.23.5" ], "@babel/helper-skip-transparent-expression-wrappers": [ "7.22.5" @@ -90127,10 +84935,10 @@ "6.3.1" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -90142,13 +84950,13 @@ "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" @@ -90174,29 +84982,23 @@ "js-tokens": [ "4.0.0" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], "@ampproject/remapping": [ "2.2.1" ], "@babel/generator": [ - "7.23.0" + "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.1" + "7.23.5" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -90219,11 +85021,20 @@ "globals": [ "11.12.0" ], + "@babel/helper-module-imports": [ + "7.22.15" + ], + "@babel/helper-simple-access": [ + "7.22.5" + ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" + ], + "@babel/helper-validator-option": [ + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -90232,16 +85043,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -90275,114 +85086,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__no-case__3.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__no-case__3.0.4", - "package": "no-case", - "version": "3.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "url": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__klona__2.0.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__klona__2.0.6__links", - "package": "klona", - "version": "2.0.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "klona": [ - "2.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__colorette__2.0.20": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__colorette__2.0.20", - "package": "colorette", - "version": "2.0.20", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "url": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__loader-runner__4.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__loader-runner__4.3.0__links", - "package": "loader-runner", - "version": "4.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "loader-runner": [ - "4.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-value-parser__4.2.0": { + "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__postcss-value-parser__4.2.0", - "package": "postcss-value-parser", - "version": "4.2.0", + "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-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "url": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -90396,25 +85111,25 @@ "generate_bzl_library_targets": false } }, - "npm__globals__13.22.0__links": { + "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__globals__13.22.0__links", - "package": "globals", - "version": "13.22.0", - "dev": false, + "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": { - "type-fest": "0.20.2" + "resolve-pkg-maps": "1.0.0" }, "transitive_closure": { - "globals": [ - "13.22.0" + "get-tsconfig": [ + "4.7.2" ], - "type-fest": [ - "0.20.2" + "resolve-pkg-maps": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -90424,18 +85139,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vue_reactivity-transform__3.3.4": { + "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__at_vue_reactivity-transform__3.3.4", - "package": "@vue/reactivity-transform", - "version": "3.3.4", + "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-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==", - "url": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.4.tgz", + "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": [], @@ -90444,63 +85159,197 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__is-typed-array__1.1.12__links": { + "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__is-typed-array__1.1.12__links", - "package": "is-typed-array", - "version": "1.1.12", - "dev": false, + "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": { - "which-typed-array": "1.1.11" + "@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": { - "is-typed-array": [ - "1.1.12" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], - "which-typed-array": [ - "1.1.11" + "@babel/core": [ + "7.23.0" ], - "available-typed-arrays": [ - "1.0.5" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "call-bind": [ - "1.0.2" + "@babel/helper-module-imports": [ + "7.22.15" ], - "for-each": [ + "@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" ], - "gopd": [ - "1.0.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "has-tostringtag": [ - "1.0.0" + "jsesc": [ + "2.5.2" ], - "has-symbols": [ - "1.0.3" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "get-intrinsic": [ - "1.2.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "function-bind": [ - "1.1.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "has": [ - "1.0.3" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "has-proto": [ - "1.0.1" + "chalk": [ + "2.4.2" ], - "is-callable": [ - "1.2.7" + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" + ], + "supports-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, @@ -90510,109 +85359,55 @@ "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": { + "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_babel_plugin-syntax-bigint__7.8.3__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-bigint", - "version": "7.8.3_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-plugin-utils": "7.22.5" + "@babel/core": "7.23.5" }, "transitive_closure": { - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" + "@svgr/babel-plugin-svg-em-dimensions": [ + "8.0.0_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "7.23.5" ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -90633,7 +85428,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -90663,13 +85458,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -90678,16 +85473,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -90714,7 +85509,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -90748,18 +85543,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__schema-utils__2.7.1": { + "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__schema-utils__2.7.1", - "package": "schema-utils", - "version": "2.7.1", + "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-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "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": [], @@ -90773,18 +85568,47 @@ "generate_bzl_library_targets": false } }, - "npm__yaml__1.10.2": { + "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__yaml__1.10.2", - "package": "yaml", - "version": "1.10.2", + "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-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "url": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "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": [], @@ -90798,192 +85622,343 @@ "generate_bzl_library_targets": false } }, - "npm__object.entries__1.1.7__links": { + "npm__jest-leak-detector__29.7.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__object.entries__1.1.7__links", - "package": "object.entries", - "version": "1.1.7", - "dev": false, + "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": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "es-abstract": "1.22.2" + "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": { - "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" + "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" ], - "get-symbol-description": [ + "has-tostringtag": [ "1.0.0" ], - "globalthis": [ + "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" ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" + "cssstyle": [ + "3.0.0" ], - "has-property-descriptors": [ - "1.0.0" + "data-urls": [ + "5.0.0" ], - "has-proto": [ - "1.0.1" + "decimal.js": [ + "10.4.3" ], - "has-symbols": [ - "1.0.3" + "form-data": [ + "4.0.0" ], - "internal-slot": [ - "1.0.5" + "html-encoding-sniffer": [ + "4.0.0" ], - "is-array-buffer": [ - "3.0.2" + "http-proxy-agent": [ + "7.0.0" ], - "is-callable": [ - "1.2.7" + "https-proxy-agent": [ + "7.0.2" ], - "is-negative-zero": [ - "2.0.2" + "is-potential-custom-element-name": [ + "1.0.1" ], - "is-regex": [ - "1.1.4" + "nwsapi": [ + "2.2.7" ], - "is-shared-array-buffer": [ - "1.0.2" + "parse5": [ + "7.1.2" ], - "is-string": [ - "1.0.7" + "rrweb-cssom": [ + "0.6.0" ], - "is-typed-array": [ - "1.1.12" + "saxes": [ + "6.0.0" ], - "is-weakref": [ - "1.0.2" + "symbol-tree": [ + "3.2.4" ], - "object-inspect": [ - "1.12.3" + "tough-cookie": [ + "4.1.3" ], - "object-keys": [ - "1.1.1" + "w3c-xmlserializer": [ + "5.0.0" ], - "object.assign": [ - "4.1.4" + "webidl-conversions": [ + "7.0.0" ], - "regexp.prototype.flags": [ - "1.5.1" + "whatwg-encoding": [ + "3.1.1" ], - "safe-array-concat": [ - "1.0.1" + "whatwg-mimetype": [ + "4.0.0" ], - "safe-regex-test": [ - "1.0.0" + "whatwg-url": [ + "14.0.0" ], - "string.prototype.trim": [ - "1.2.8" + "ws": [ + "8.14.2" ], - "string.prototype.trimend": [ - "1.0.7" + "xml-name-validator": [ + "5.0.0" ], - "string.prototype.trimstart": [ - "1.0.7" + "tr46": [ + "5.0.0" ], - "typed-array-buffer": [ - "1.0.0" + "punycode": [ + "2.3.1" ], - "typed-array-byte-length": [ - "1.0.0" + "iconv-lite": [ + "0.6.3" ], - "typed-array-byte-offset": [ - "1.0.0" + "safer-buffer": [ + "2.1.2" ], - "typed-array-length": [ - "1.0.4" + "psl": [ + "1.9.0" ], - "unbox-primitive": [ - "1.0.2" + "universalify": [ + "0.2.0" ], - "which-typed-array": [ - "1.1.11" + "url-parse": [ + "1.5.10" ], - "for-each": [ - "0.3.3" + "querystringify": [ + "2.2.0" ], - "has-tostringtag": [ + "requires-port": [ "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" + "xmlchars": [ + "2.2.0" ], - "is-number-object": [ - "1.0.7" + "entities": [ + "4.5.0" ], - "is-symbol": [ - "1.0.4" + "agent-base": [ + "7.1.0" ], - "isarray": [ - "2.0.5" + "debug": [ + "4.3.4" ], - "set-function-name": [ - "2.0.1" + "ms": [ + "2.1.2" ], - "define-data-property": [ - "1.1.0" + "asynckit": [ + "0.4.0" ], - "functions-have-names": [ - "1.2.3" + "combined-stream": [ + "1.0.8" ], - "side-channel": [ - "1.0.4" + "mime-types": [ + "2.1.35" ], - "function-bind": [ - "1.1.1" + "mime-db": [ + "1.52.0" ], - "is-date-object": [ - "1.0.5" + "delayed-stream": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -90993,18 +85968,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__schema-utils__2.7.0": { + "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__schema-utils__2.7.0", - "package": "schema-utils", - "version": "2.7.0", + "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-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", - "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "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": [], @@ -91018,18 +85993,18 @@ "generate_bzl_library_targets": false } }, - "npm__binary-extensions__2.2.0": { + "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__binary-extensions__2.2.0", - "package": "binary-extensions", - "version": "2.2.0", + "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-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "url": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "url": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -91043,18 +86018,229 @@ "generate_bzl_library_targets": false } }, - "npm__decode-uri-component__0.2.2": { + "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__decode-uri-component__0.2.2", - "package": "decode-uri-component", - "version": "0.2.2", + "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-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", - "url": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "url": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -91068,18 +86254,18 @@ "generate_bzl_library_targets": false } }, - "npm__idb__7.1.1": { + "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__idb__7.1.1", - "package": "idb", - "version": "7.1.1", + "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-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==", - "url": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "url": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -91093,44 +86279,25 @@ "generate_bzl_library_targets": false } }, - "npm__css-has-pseudo__3.0.4__postcss_8.4.31__links": { + "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__css-has-pseudo__3.0.4__postcss_8.4.31__links", - "package": "css-has-pseudo", - "version": "3.0.4_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" + "is-docker": "2.2.1" }, "transitive_closure": { - "css-has-pseudo": [ - "3.0.4_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" + "is-wsl": [ + "2.2.0" ], - "source-map-js": [ - "1.0.2" + "is-docker": [ + "2.2.1" ] }, "lifecycle_build_target": false, @@ -91140,18 +86307,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__css-select__4.3.0": { + "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__css-select__4.3.0", - "package": "css-select", - "version": "4.3.0", + "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-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "url": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -91165,18 +86332,18 @@ "generate_bzl_library_targets": false } }, - "npm__http-proxy__1.18.1": { + "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__http-proxy__1.18.1", - "package": "http-proxy", - "version": "1.18.1", + "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-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", - "url": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "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": [], @@ -91190,18 +86357,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_swc_types__0.1.5": { + "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_swc_types__0.1.5", - "package": "@swc/types", - "version": "0.1.5", + "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-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==", - "url": "https://registry.npmjs.org/@swc/types/-/types-0.1.5.tgz", + "integrity": "sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==", + "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -91215,18 +86382,55 @@ "generate_bzl_library_targets": false } }, - "npm__workbox-build__6.6.0": { + "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__workbox-build__6.6.0", - "package": "workbox-build", - "version": "6.6.0", + "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-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==", - "url": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "url": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -91240,563 +86444,184 @@ "generate_bzl_library_targets": false } }, - "npm__eslint-plugin-jsx-a11y__6.7.1__eslint_8.55.0__links": { + "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__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": false, + "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/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" + "@babel/parser": "7.23.5", + "@vue/shared": "3.3.4", + "estree-walker": "2.0.2", + "source-map-js": "1.0.2" }, "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" + "@vue/compiler-core": [ + "3.3.4" ], - "emoji-regex": [ - "9.2.2" + "@babel/parser": [ + "7.23.5" ], - "eslint": [ - "8.55.0" + "@vue/shared": [ + "3.3.4" ], - "has": [ - "1.0.3" + "estree-walker": [ + "2.0.2" ], - "jsx-ast-utils": [ - "3.3.5" + "source-map-js": [ + "1.0.2" ], - "language-tags": [ - "1.0.5" + "@babel/types": [ + "7.23.5" ], - "minimatch": [ - "3.1.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "object.entries": [ - "1.1.7" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "object.fromentries": [ - "2.0.7" + "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" ], - "semver": [ - "6.3.1" + "react": [ + "react" ], - "call-bind": [ - "1.0.2" + "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" ], - "define-properties": [ + "prelude-ls": [ "1.2.1" ], - "es-abstract": [ - "1.22.2" - ], - "array-buffer-byte-length": [ - "1.0.0" - ], - "arraybuffer.prototype.slice": [ + "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" ], - "available-typed-arrays": [ - "1.0.5" - ], - "es-set-tostringtag": [ - "2.0.1" - ], - "es-to-primitive": [ - "1.2.1" + "call-bind": [ + "1.0.2" ], - "function.prototype.name": [ - "1.1.6" + "function-bind": [ + "1.1.1" ], "get-intrinsic": [ "1.2.1" ], - "get-symbol-description": [ - "1.0.0" - ], - "globalthis": [ + "has": [ "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.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "@humanwhocodes/object-schema": [ - "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, @@ -91806,18 +86631,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__to-fast-properties__2.0.0": { + "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__to-fast-properties__2.0.0", - "package": "to-fast-properties", - "version": "2.0.0", + "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-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "url": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "url": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -91831,18 +86656,74 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_http-errors__2.0.2": { + "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__at_types_http-errors__2.0.2", - "package": "@types/http-errors", - "version": "2.0.2", + "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-lPG6KlZs88gef6aD85z3HNkztpj7w2R7HmR3gygjfXCQmsLloWNARFkMuzKiiY8FGdh1XDpgBdrSf4aKDiA7Kg==", - "url": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.2.tgz", + "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": [], @@ -91856,18 +86737,47 @@ "generate_bzl_library_targets": false } }, - "npm__cssom__0.5.0": { + "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__cssom__0.5.0", - "package": "cssom", - "version": "0.5.0", + "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-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", - "url": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "url": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -91881,18 +86791,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-opacity-percentage__1.1.3__postcss_8.4.31": { + "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__postcss-opacity-percentage__1.1.3__postcss_8.4.31", - "package": "postcss-opacity-percentage", - "version": "1.1.3_postcss_8.4.31", + "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-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", - "url": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "url": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -91906,185 +86816,69 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.0__links": { + "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_babel_plugin-syntax-import-meta__7.10.4__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-import-meta", - "version": "7.10.4_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "@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": { - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "@jest/types": [ + "29.6.3" ], - "jsesc": [ - "2.5.2" + "@jest/schemas": [ + "29.6.3" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@types/istanbul-reports": [ + "3.0.2" ], - "@jridgewell/set-array": [ - "1.1.2" + "@types/node": [ + "18.11.9" ], - "@babel/highlight": [ - "7.22.20" + "@types/yargs": [ + "17.0.26" ], "chalk": [ - "2.4.2" + "4.1.2" ], "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" + "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" ], - "js-tokens": [ - "4.0.0" + "@types/yargs-parser": [ + "21.0.1" + ], + "@types/istanbul-lib-report": [ + "3.0.1" + ], + "@sinclair/typebox": [ + "0.27.8" ] }, "lifecycle_build_target": false, @@ -92094,18 +86888,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vue_shared__3.2.37": { + "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__at_vue_shared__3.2.37", - "package": "@vue/shared", - "version": "3.2.37", + "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-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==", - "url": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.37.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "url": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -92119,29 +86913,45 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_tsconfig__0.1.3__at_types_node_18.11.9__links": { + "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__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", + "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": { - "vue": [ - "@vue/tsconfig" - ] - }, - "deps": { - "@types/node": "18.11.9" - }, + "link_packages": {}, + "deps": {}, "transitive_closure": { - "@vue/tsconfig": [ - "0.1.3_at_types_node_18.11.9" - ], - "@types/node": [ - "18.11.9" + "path-key": [ + "3.1.1" ] }, "lifecycle_build_target": false, @@ -92151,25 +86961,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__color-convert__2.0.1__links": { + "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__color-convert__2.0.1__links", - "package": "color-convert", - "version": "2.0.1", + "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": { - "color-name": "1.1.4" + "yallist": "3.1.1" }, "transitive_closure": { - "color-convert": [ - "2.0.1" + "lru-cache": [ + "5.1.1" ], - "color-name": [ - "1.1.4" + "yallist": [ + "3.1.1" ] }, "lifecycle_build_target": false, @@ -92179,26 +86989,76 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.0__links": { + "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-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-private-property-in-object", - "version": "7.14.5_at_babel_core_7.23.0", - "dev": false, + "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.0", + "@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.0" + "@babel/plugin-transform-property-literals": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" @@ -92207,31 +87067,31 @@ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -92252,7 +87112,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -92282,13 +87142,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -92297,16 +87157,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -92333,7 +87193,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -92367,20 +87227,120 @@ "npm_translate_lock_repo": "npm" } }, - "npm__merge2__1.4.1__links": { + "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__merge2__1.4.1__links", - "package": "merge2", - "version": "1.4.1", - "dev": false, + "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": { - "merge2": [ - "1.4.1" + "flat": [ + "5.0.2" ] }, "lifecycle_build_target": false, @@ -92390,28 +87350,64 @@ "npm_translate_lock_repo": "npm" } }, - "npm__whatwg-encoding__1.0.5__links": { + "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__whatwg-encoding__1.0.5__links", - "package": "whatwg-encoding", - "version": "1.0.5", - "dev": false, + "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": { - "iconv-lite": "0.4.24" + "@types/express-serve-static-core": "4.17.37", + "@types/node": "18.11.9" }, "transitive_closure": { - "whatwg-encoding": [ - "1.0.5" + "@types/connect-history-api-fallback": [ + "1.5.1" ], - "iconv-lite": [ - "0.4.24" + "@types/express-serve-static-core": [ + "4.17.37" ], - "safer-buffer": [ - "2.1.2" + "@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, @@ -92421,20 +87417,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__whatwg-mimetype__2.3.0__links": { + "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__whatwg-mimetype__2.3.0__links", - "package": "whatwg-mimetype", - "version": "2.3.0", - "dev": false, + "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": { - "whatwg-mimetype": [ - "2.3.0" + "css.escape": [ + "1.5.1" ] }, "lifecycle_build_target": false, @@ -92444,18 +87440,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__rollup-plugin-terser__7.0.2__rollup_2.79.1": { + "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__rollup-plugin-terser__7.0.2__rollup_2.79.1", - "package": "rollup-plugin-terser", - "version": "7.0.2_rollup_2.79.1", + "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-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", - "url": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "url": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -92469,18 +87465,18 @@ "generate_bzl_library_targets": false } }, - "npm__stack-utils__2.0.6": { + "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__stack-utils__2.0.6", - "package": "stack-utils", - "version": "2.0.6", + "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-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", - "url": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "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": [], @@ -92494,18 +87490,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-reduce-transforms__5.1.0__postcss_8.4.31": { + "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__postcss-reduce-transforms__5.1.0__postcss_8.4.31", - "package": "postcss-reduce-transforms", - "version": "5.1.0_postcss_8.4.31", + "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-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", - "url": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -92519,28 +87515,20 @@ "generate_bzl_library_targets": false } }, - "npm__walker__1.0.8__links": { + "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__walker__1.0.8__links", - "package": "walker", - "version": "1.0.8", - "dev": false, + "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": { - "makeerror": "1.0.12" - }, + "deps": {}, "transitive_closure": { - "walker": [ - "1.0.8" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" + "indent-string": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -92550,20 +87538,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__shebang-regex__1.0.0__links": { + "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__shebang-regex__1.0.0__links", - "package": "shebang-regex", - "version": "1.0.0", - "dev": true, + "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": { - "shebang-regex": [ - "1.0.0" + "csstype": [ + "2.6.21" ] }, "lifecycle_build_target": false, @@ -92573,18 +87561,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vue_compiler-core__3.2.37": { + "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_vue_compiler-core__3.2.37", - "package": "@vue/compiler-core", - "version": "3.2.37", + "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-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==", - "url": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.37.tgz", + "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": [], @@ -92598,43 +87586,54 @@ "generate_bzl_library_targets": false } }, - "npm__stringify-object__3.3.0": { + "npm__http-proxy__1.18.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__stringify-object__3.3.0", - "package": "stringify-object", - "version": "3.3.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", - "url": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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_webassemblyjs_floating-point-hex-parser__1.11.6": { + "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_webassemblyjs_floating-point-hex-parser__1.11.6", - "package": "@webassemblyjs/floating-point-hex-parser", - "version": "1.11.6", + "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-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "url": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==", + "url": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -92648,41 +87647,25 @@ "generate_bzl_library_targets": false } }, - "npm__is-weakset__2.0.2__links": { + "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__is-weakset__2.0.2__links", - "package": "is-weakset", - "version": "2.0.2", - "dev": false, + "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": { - "call-bind": "1.0.2", - "get-intrinsic": "1.2.1" + "estraverse": "5.3.0" }, "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" + "esrecurse": [ + "4.3.0" ], - "has-symbols": [ - "1.0.3" + "estraverse": [ + "5.3.0" ] }, "lifecycle_build_target": false, @@ -92692,33 +87675,24 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_babel__traverse__7.20.2__links": { + "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__at_types_babel__traverse__7.20.2__links", - "package": "@types/babel__traverse", - "version": "7.20.2", - "dev": false, + "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": { - "@babel/types": "7.23.0" + "isexe": "2.0.0" }, "transitive_closure": { - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "which": [ + "2.0.2" ], - "to-fast-properties": [ + "isexe": [ "2.0.0" ] }, @@ -92729,18 +87703,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__deep-is__0.1.4": { + "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__deep-is__0.1.4", - "package": "deep-is", - "version": "0.1.4", + "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-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "url": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", + "url": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", "commit": "", "patch_args": [], "patches": [], @@ -92754,43 +87753,53 @@ "generate_bzl_library_targets": false } }, - "npm__react-error-overlay__6.0.11__links": { + "npm__babel-plugin-istanbul__6.1.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-error-overlay__6.0.11__links", - "package": "react-error-overlay", - "version": "6.0.11", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "react-error-overlay": [ - "6.0.11" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__pure-rand__6.0.4__links": { + "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__pure-rand__6.0.4__links", - "package": "pure-rand", - "version": "6.0.4", - "dev": true, + "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": {}, + "deps": { + "loose-envify": "1.4.0" + }, "transitive_closure": { - "pure-rand": [ - "6.0.4" + "scheduler": [ + "0.23.0" + ], + "loose-envify": [ + "1.4.0" + ], + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -92800,28 +87809,189 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ansi-styles__3.2.1__links": { + "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__ansi-styles__3.2.1__links", - "package": "ansi-styles", - "version": "3.2.1", - "dev": false, + "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": { - "color-convert": "1.9.3" + "@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, @@ -92831,18 +88001,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__estree-walker__2.0.2": { + "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__estree-walker__2.0.2", - "package": "estree-walker", - "version": "2.0.2", + "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-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "url": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "url": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -92856,18 +88026,18 @@ "generate_bzl_library_targets": false } }, - "npm__fsevents__2.3.3": { + "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__fsevents__2.3.3", - "package": "fsevents", - "version": "2.3.3", + "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-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "url": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "url": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -92876,27 +88046,48 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-react-constant-elements__7.22.5__at_babel_core_7.23.0": { + "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-transform-react-constant-elements__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-react-constant-elements", - "version": "7.22.5_at_babel_core_7.23.0", + "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-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.22.5.tgz", + "integrity": "sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==", + "url": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -92910,20 +88101,20 @@ "generate_bzl_library_targets": false } }, - "npm__is-obj__1.0.1__links": { + "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__is-obj__1.0.1__links", - "package": "is-obj", - "version": "1.0.1", - "dev": false, + "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": { - "is-obj": [ - "1.0.1" + "regenerate": [ + "1.4.2" ] }, "lifecycle_build_target": false, @@ -92933,25 +88124,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__magic-string__0.30.4__links": { + "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__magic-string__0.30.4__links", - "package": "magic-string", - "version": "0.30.4", + "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": { - "@jridgewell/sourcemap-codec": "1.4.15" + "acorn": "8.10.0" }, "transitive_closure": { - "magic-string": [ - "0.30.4" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "acorn": [ + "8.10.0" ] }, "lifecycle_build_target": false, @@ -92961,20 +88152,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__define-lazy-prop__2.0.0__links": { + "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__define-lazy-prop__2.0.0__links", - "package": "define-lazy-prop", - "version": "2.0.0", + "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": { - "define-lazy-prop": [ - "2.0.0" + "jsesc": [ + "2.5.2" ] }, "lifecycle_build_target": false, @@ -92984,41 +88175,211 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-plugin-flowtype__8.0.3__-1926989819__links": { + "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__eslint-plugin-flowtype__8.0.3__-1926989819__links", - "package": "eslint-plugin-flowtype", - "version": "8.0.3_-1926989819", + "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/plugin-syntax-flow": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-react-jsx": "7.22.15_at_babel_core_7.23.0", + "@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", - "lodash": "4.17.21", - "string-natural-compare": "3.0.1" + "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": { - "eslint-plugin-flowtype": [ - "8.0.3_-1926989819" + "@typescript-eslint/eslint-plugin": [ + "5.44.0_-937717529" ], - "@babel/plugin-syntax-flow": [ - "7.22.5_at_babel_core_7.23.0" + "@typescript-eslint/parser": [ + "5.44.0_1767590274" ], - "@babel/plugin-transform-react-jsx": [ - "7.22.15_at_babel_core_7.23.0" + "@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" ], - "lodash": [ - "4.17.21" + "ignore": [ + "5.2.4" ], - "string-natural-compare": [ - "3.0.1" + "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" @@ -93048,26 +88409,23 @@ "6.12.6" ], "chalk": [ - "2.4.2", "4.1.2" ], "cross-spawn": [ "7.0.3" ], - "debug": [ - "4.3.4" - ], "doctrine": [ "3.0.0" ], "escape-string-regexp": [ - "1.0.5", "4.0.0" ], "eslint-scope": [ + "5.1.1", "7.2.2" ], "eslint-visitor-keys": [ + "2.1.0", "3.4.3" ], "espree": [ @@ -93089,18 +88447,15 @@ "5.0.0" ], "glob-parent": [ + "5.1.2", "6.0.2" ], "globals": [ - "11.12.0", "13.22.0" ], "graphemer": [ "1.4.0" ], - "ignore": [ - "5.2.4" - ], "imurmurhash": [ "0.1.4" ], @@ -93225,6 +88580,7 @@ "3.0.1" ], "estraverse": [ + "4.3.0", "5.3.0" ], "acorn": [ @@ -93236,9 +88592,6 @@ "esrecurse": [ "4.3.0" ], - "ms": [ - "2.1.2" - ], "path-key": [ "3.1.1" ], @@ -93255,23 +88608,18 @@ "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": [ @@ -93284,7 +88632,7 @@ "4.4.1" ], "punycode": [ - "2.3.0" + "2.3.1" ], "@nodelib/fs.scandir": [ "2.1.5" @@ -93322,222 +88670,48 @@ "callsites": [ "3.1.0" ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "ms": [ + "2.1.2" ], - "@jridgewell/set-array": [ - "1.1.2" + "@types/json-schema": [ + "7.0.13" ], - "@babel/highlight": [ - "7.22.20" + "@types/semver": [ + "7.5.3" ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-haste-map__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" + "@typescript-eslint/types": [ + "5.44.0" ], - "@jest/types": [ - "29.6.3" + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" ], - "@types/graceful-fs": [ - "4.1.7" + "eslint-utils": [ + "3.0.0_eslint_8.55.0" ], - "@types/node": [ - "18.11.9" + "@typescript-eslint/visitor-keys": [ + "5.44.0" ], - "anymatch": [ - "3.1.3" + "globby": [ + "11.1.0" ], - "fb-watchman": [ - "2.0.2" + "array-union": [ + "2.1.0" ], - "graceful-fs": [ - "4.2.11" + "dir-glob": [ + "3.0.1" ], - "jest-regex-util": [ - "29.6.3" + "fast-glob": [ + "3.3.1" ], - "jest-util": [ - "29.7.0" + "merge2": [ + "1.4.1" ], - "jest-worker": [ - "29.7.0" + "slash": [ + "3.0.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" ], @@ -93553,60 +88727,8 @@ "is-number": [ "7.0.0" ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "has-flag": [ + "path-type": [ "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, @@ -93616,20 +88738,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-value-parser__4.2.0__links": { + "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__postcss-value-parser__4.2.0__links", - "package": "postcss-value-parser", - "version": "4.2.0", - "dev": false, + "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": { - "postcss-value-parser": [ - "4.2.0" + "detect-node": [ + "2.1.0" ] }, "lifecycle_build_target": false, @@ -93639,274 +88761,604 @@ "npm_translate_lock_repo": "npm" } }, - "npm__spdy__4.0.2__links": { + "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__spdy__4.0.2__links", - "package": "spdy", - "version": "4.0.2", - "dev": false, + "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": { - "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" + "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" ], - "http-deceiver": [ - "1.2.7" + "array-includes": [ + "3.1.7" ], - "select-hose": [ - "2.0.0" + "array.prototype.flatmap": [ + "1.3.2" ], - "spdy-transport": [ - "3.0.0" + "array.prototype.tosorted": [ + "1.1.2" ], - "detect-node": [ + "doctrine": [ + "3.0.0", "2.1.0" ], - "hpack.js": [ - "2.1.6" + "es-iterator-helpers": [ + "1.0.15" ], - "obuf": [ - "1.1.2" + "eslint": [ + "8.28.0" ], - "readable-stream": [ - "2.3.8", - "3.6.2" + "estraverse": [ + "5.3.0" ], - "wbuf": [ - "1.7.3" + "jsx-ast-utils": [ + "3.3.5" ], - "minimalistic-assert": [ + "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" ], - "inherits": [ - "2.0.4" + "has": [ + "1.0.3" ], - "string_decoder": [ - "1.1.1", - "1.3.0" + "function-bind": [ + "1.1.1" ], - "util-deprecate": [ + "has-proto": [ + "1.0.1" + ], + "array-buffer-byte-length": [ + "1.0.0" + ], + "arraybuffer.prototype.slice": [ "1.0.2" ], - "safe-buffer": [ - "5.1.2", - "5.2.1" + "available-typed-arrays": [ + "1.0.5" ], - "core-util-is": [ + "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" ], - "process-nextick-args": [ - "2.0.1" + "loose-envify": [ + "1.4.0" ], - "ms": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-top-level-await", - "version": "7.14.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "object-assign": [ + "4.1.1" ], - "@babel/core": [ - "7.23.0" + "react-is": [ + "16.13.1" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "js-tokens": [ + "4.0.0" ], - "@ampproject/remapping": [ - "2.2.1" + "brace-expansion": [ + "1.1.11" ], - "@babel/code-frame": [ - "7.22.13" + "balanced-match": [ + "1.0.2" ], - "@babel/generator": [ - "7.23.0" + "concat-map": [ + "0.0.1" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "array.prototype.flat": [ + "1.3.2" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "es-shim-unscopables": [ + "1.0.0" ], - "@babel/helpers": [ - "7.23.1" + "@eslint/eslintrc": [ + "1.4.1" ], - "@babel/parser": [ - "7.23.0" + "@humanwhocodes/config-array": [ + "0.11.11" ], - "@babel/template": [ - "7.22.15" + "@humanwhocodes/module-importer": [ + "1.0.1" ], - "@babel/traverse": [ - "7.23.0" + "@nodelib/fs.walk": [ + "1.2.8" ], - "@babel/types": [ - "7.23.0" + "ajv": [ + "6.12.6" ], - "convert-source-map": [ - "2.0.0" + "chalk": [ + "4.1.2" + ], + "cross-spawn": [ + "7.0.3" ], "debug": [ "4.3.4" ], - "gensync": [ - "1.0.0-beta.2" + "escape-string-regexp": [ + "4.0.0" ], - "json5": [ - "2.2.3" + "eslint-scope": [ + "7.2.2" ], - "semver": [ - "6.3.1" + "eslint-utils": [ + "3.0.0_eslint_8.28.0" ], - "ms": [ - "2.1.2" + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" ], - "@babel/helper-string-parser": [ - "7.22.5" + "espree": [ + "9.6.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "esquery": [ + "1.5.0" ], - "to-fast-properties": [ - "2.0.0" + "esutils": [ + "2.0.3" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "fast-deep-equal": [ + "3.1.3" ], - "@babel/helper-function-name": [ - "7.23.0" + "file-entry-cache": [ + "6.0.1" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "find-up": [ + "5.0.0" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "glob-parent": [ + "6.0.2" ], "globals": [ - "11.12.0" + "13.22.0" ], - "@babel/helper-module-imports": [ - "7.22.15" + "grapheme-splitter": [ + "1.0.4" ], - "@babel/helper-simple-access": [ - "7.22.5" + "ignore": [ + "5.2.4" ], - "@babel/compat-data": [ - "7.22.20" + "import-fresh": [ + "3.3.0" ], - "@babel/helper-validator-option": [ - "7.22.15" + "imurmurhash": [ + "0.1.4" ], - "browserslist": [ - "4.22.1" + "is-glob": [ + "4.0.3" ], - "lru-cache": [ - "5.1.1" + "is-path-inside": [ + "3.0.3" ], - "yallist": [ - "3.1.1" + "js-sdsl": [ + "4.4.2" ], - "caniuse-lite": [ - "1.0.30001542" + "js-yaml": [ + "4.1.0" ], - "electron-to-chromium": [ - "1.4.539" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "node-releases": [ - "2.0.13" + "levn": [ + "0.4.1" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "lodash.merge": [ + "4.6.2" ], - "escalade": [ + "natural-compare": [ + "1.4.0" + ], + "optionator": [ + "0.9.3" + ], + "regexpp": [ + "3.2.0" + ], + "strip-ansi": [ + "6.0.1" + ], + "strip-json-comments": [ "3.1.1" ], - "picocolors": [ + "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" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "inflight": [ + "1.0.6" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "inherits": [ + "2.0.4" ], - "jsesc": [ - "2.5.2" + "once": [ + "1.4.0" ], - "@jridgewell/resolve-uri": [ + "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" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "shebang-command": [ + "2.0.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "which": [ + "2.0.2" ], - "@babel/highlight": [ - "7.22.20" + "isexe": [ + "2.0.0" ], - "chalk": [ - "2.4.2" + "shebang-regex": [ + "3.0.0" ], "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" + "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.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" ], - "js-tokens": [ - "4.0.0" + "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, @@ -93916,20 +89368,47 @@ "npm_translate_lock_repo": "npm" } }, - "npm__balanced-match__1.0.2__links": { + "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__balanced-match__1.0.2__links", - "package": "balanced-match", - "version": "1.0.2", - "dev": false, + "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": {}, - "deps": {}, + "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": { - "balanced-match": [ - "1.0.2" + "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, @@ -93939,43 +89418,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-number-object__1.0.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-number-object__1.0.7", - "package": "is-number-object", - "version": "1.0.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "url": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_fake-timers__27.5.1": { + "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_jest_fake-timers__27.5.1", - "package": "@jest/fake-timers", - "version": "27.5.1", + "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-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", - "url": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "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": [], @@ -93989,45 +89443,64 @@ "generate_bzl_library_targets": false } }, - "npm__jest-worker__28.1.3": { + "npm__http-errors__2.0.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__28.1.3", - "package": "jest-worker", - "version": "28.1.3", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", - "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__at_tootallnate_once__1.1.2__links": { + "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__at_tootallnate_once__1.1.2__links", - "package": "@tootallnate/once", - "version": "1.1.2", - "dev": false, + "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": { - "@tootallnate/once": [ - "1.1.2" + "siginfo": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -94037,18 +89510,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-syntax-private-property-in-object__7.14.5__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-private-property-in-object", - "version": "7.14.5_at_babel_core_7.23.0", + "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-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", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "url": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -94062,55 +89535,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_svgr_hast-util-to-babel-ast__5.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_hast-util-to-babel-ast__5.5.0__links", - "package": "@svgr/hast-util-to-babel-ast", - "version": "5.5.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.0" - }, - "transitive_closure": { - "@svgr/hast-util-to-babel-ast": [ - "5.5.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__js-tokens__4.0.0": { + "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__js-tokens__4.0.0", - "package": "js-tokens", - "version": "4.0.0", + "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-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "url": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "url": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -94124,18 +89560,18 @@ "generate_bzl_library_targets": false } }, - "npm__readable-stream__2.3.8": { + "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__readable-stream__2.3.8", - "package": "readable-stream", - "version": "2.3.8", + "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-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==", + "url": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -94149,57 +89585,40 @@ "generate_bzl_library_targets": false } }, - "npm__glob__7.1.6__links": { + "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__glob__7.1.6__links", - "package": "glob", - "version": "7.1.6", - "dev": false, + "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": { - "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" + "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": { - "glob": [ - "7.1.6" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" + "ajv": [ + "8.12.0" ], - "path-is-absolute": [ - "1.0.1" + "fast-deep-equal": [ + "3.1.3" ], - "wrappy": [ - "1.0.2" + "json-schema-traverse": [ + "1.0.0" ], - "brace-expansion": [ - "1.1.11" + "require-from-string": [ + "2.0.2" ], - "balanced-match": [ - "1.0.2" + "uri-js": [ + "4.4.1" ], - "concat-map": [ - "0.0.1" + "punycode": [ + "2.3.1" ] }, "lifecycle_build_target": false, @@ -94209,50 +89628,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_babel__core__7.20.2__links": { + "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__at_types_babel__core__7.20.2__links", - "package": "@types/babel__core", - "version": "7.20.2", - "dev": false, + "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": { - "@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" + "is-number": "7.0.0" }, "transitive_closure": { - "@types/babel__core": [ - "7.20.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "to-regex-range": [ + "5.0.1" ], - "to-fast-properties": [ - "2.0.0" + "is-number": [ + "7.0.0" ] }, "lifecycle_build_target": false, @@ -94262,25 +89656,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__on-finished__2.4.1__links": { + "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__on-finished__2.4.1__links", - "package": "on-finished", - "version": "2.4.1", - "dev": false, + "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": { - "ee-first": "1.1.1" + "dequal": "2.0.3" }, "transitive_closure": { - "on-finished": [ - "2.4.1" + "axobject-query": [ + "3.2.1" ], - "ee-first": [ - "1.1.1" + "dequal": [ + "2.0.3" ] }, "lifecycle_build_target": false, @@ -94290,25 +89684,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-docblock__27.5.1__links": { + "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__jest-docblock__27.5.1__links", - "package": "jest-docblock", - "version": "27.5.1", - "dev": false, + "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": { - "detect-newline": "3.1.0" - }, + "deps": {}, "transitive_closure": { - "jest-docblock": [ - "27.5.1" - ], - "detect-newline": [ - "3.1.0" + "binary-extensions": [ + "2.2.0" ] }, "lifecycle_build_target": false, @@ -94318,268 +89707,125 @@ "npm_translate_lock_repo": "npm" } }, - "npm__async__3.2.4": { + "npm__content-type__1.0.5__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__async__3.2.4", - "package": "async", - "version": "3.2.4", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==", - "url": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__postcss-modules-extract-imports__3.0.0__postcss_8.4.31": { + "npm__std-env__3.6.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-extract-imports__3.0.0__postcss_8.4.31", - "package": "postcss-modules-extract-imports", - "version": "3.0.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", - "url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__y18n__5.0.8": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__y18n__5.0.8", - "package": "y18n", - "version": "5.0.8", + "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_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 + "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-resolve__27.5.1__links": { + "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-resolve__27.5.1__links", - "package": "jest-resolve", - "version": "27.5.1", - "dev": false, + "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": { - "@jest/types": "27.5.1", - "chalk": "4.1.2", - "graceful-fs": "4.2.11", - "jest-haste-map": "27.5.1", - "jest-pnp-resolver": "1.2.3_jest-resolve_27.5.1", - "jest-util": "27.5.1", - "jest-validate": "27.5.1", - "resolve": "1.22.6", - "resolve.exports": "1.1.1", - "slash": "3.0.0" + "chalk": "2.4.2", + "diff-sequences": "24.9.0", + "jest-get-type": "24.9.0", + "pretty-format": "24.9.0" }, "transitive_closure": { - "jest-resolve": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" + "jest-diff": [ + "24.9.0" ], "chalk": [ - "4.1.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "jest-haste-map": [ - "27.5.1" - ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "jest-validate": [ - "27.5.1" - ], - "resolve": [ - "1.22.6" - ], - "resolve.exports": [ - "1.1.1" - ], - "slash": [ - "3.0.0" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" + "2.4.2" ], - "camelcase": [ - "6.3.0" + "diff-sequences": [ + "24.9.0" ], "jest-get-type": [ - "27.5.1" - ], - "leven": [ - "3.1.0" + "24.9.0" ], "pretty-format": [ - "27.5.1" + "24.9.0" + ], + "@jest/types": [ + "24.9.0" ], "ansi-regex": [ - "5.0.1" + "4.1.1" ], "ansi-styles": [ - "4.3.0", - "5.2.0" + "3.2.1" ], "react-is": [ - "17.0.2" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "picomatch": [ - "2.3.1" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-regex-util": [ - "27.5.1" - ], - "jest-serializer": [ - "27.5.1" - ], - "jest-worker": [ - "27.5.1" - ], - "micromatch": [ - "4.0.5" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" + "16.13.1" ], "color-convert": [ - "2.0.1" + "1.9.3" ], "color-name": [ - "1.1.4" + "1.1.3" ], "@types/istanbul-lib-coverage": [ "2.0.4" ], "@types/istanbul-reports": [ - "3.0.2" + "1.1.2" ], "@types/yargs": [ - "16.0.6" + "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, @@ -94589,18 +89835,68 @@ "npm_translate_lock_repo": "npm" } }, - "npm__slash__4.0.0": { + "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__slash__4.0.0", - "package": "slash", - "version": "4.0.0", + "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-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", - "url": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "url": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -94614,36 +89910,59 @@ "generate_bzl_library_targets": false } }, - "npm__whatwg-url__8.7.0__links": { + "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__whatwg-url__8.7.0__links", - "package": "whatwg-url", - "version": "8.7.0", - "dev": false, + "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": { - "lodash": "4.17.21", - "tr46": "2.1.0", - "webidl-conversions": "6.1.0" + "@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": { - "whatwg-url": [ - "8.7.0" + "@vue/reactivity-transform": [ + "3.2.37" ], - "lodash": [ - "4.17.21" + "@babel/parser": [ + "7.23.0" ], - "tr46": [ - "2.1.0" + "@vue/compiler-core": [ + "3.2.37" ], - "webidl-conversions": [ - "6.1.0" + "@vue/shared": [ + "3.2.37" ], - "punycode": [ - "2.3.0" + "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, @@ -94653,41 +89972,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_next_env__13.0.5__links": { + "npm__file-entry-cache__6.0.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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__esbuild-linux-ppc64le__0.15.18": { + "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__esbuild-linux-ppc64le__0.15.18", - "package": "esbuild-linux-ppc64le", - "version": "0.15.18", + "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-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==", - "url": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.18.tgz", + "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": [], @@ -94696,34 +90017,25 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__regjsparser__0.9.1__links": { + "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__regjsparser__0.9.1__links", - "package": "regjsparser", - "version": "0.9.1", - "dev": false, + "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": { - "jsesc": "0.5.0" - }, + "deps": {}, "transitive_closure": { - "regjsparser": [ - "0.9.1" - ], - "jsesc": [ - "0.5.0" + "resolve-from": [ + "5.0.0" ] }, "lifecycle_build_target": false, @@ -94733,18 +90045,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__requires-port__1.0.0": { + "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__requires-port__1.0.0", - "package": "requires-port", - "version": "1.0.0", + "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-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "url": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "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": [], @@ -94758,325 +90070,205 @@ "generate_bzl_library_targets": false } }, - "npm__css-tree__1.1.3__links": { + "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__css-tree__1.1.3__links", - "package": "css-tree", - "version": "1.1.3", - "dev": false, + "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": { - "mdn-data": "2.0.14", - "source-map": "0.6.1" + "@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": { - "css-tree": [ - "1.1.3" + "@babel/plugin-transform-classes": [ + "7.23.5_at_babel_core_7.23.5" ], - "mdn-data": [ - "2.0.14" + "@babel/core": [ + "7.23.5" ], - "source-map": [ - "0.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__regexpu-core__5.3.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__regexpu-core__5.3.2__links", - "package": "regexpu-core", - "version": "5.3.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/regjsgen": "0.8.0", - "regenerate": "1.4.2", - "regenerate-unicode-properties": "10.1.1", - "regjsparser": "0.9.1", - "unicode-match-property-ecmascript": "2.0.0", - "unicode-match-property-value-ecmascript": "2.1.0" - }, - "transitive_closure": { - "regexpu-core": [ - "5.3.2" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "@babel/regjsgen": [ - "0.8.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "regenerate": [ - "1.4.2" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "regenerate-unicode-properties": [ - "10.1.1" + "@babel/helper-function-name": [ + "7.23.0" ], - "regjsparser": [ - "0.9.1" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "unicode-match-property-ecmascript": [ - "2.0.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.5" ], - "unicode-canonical-property-names-ecmascript": [ + "@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" ], - "unicode-property-aliases-ecmascript": [ - "2.1.0" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "jsesc": [ - "0.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_helper-wasm-bytecode__1.11.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-wasm-bytecode__1.11.6__links", - "package": "@webassemblyjs/helper-wasm-bytecode", - "version": "1.11.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__istanbul-reports__3.1.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-reports__3.1.6__links", - "package": "istanbul-reports", - "version": "3.1.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "html-escaper": "2.0.2", - "istanbul-lib-report": "3.0.1" - }, - "transitive_closure": { - "istanbul-reports": [ - "3.1.6" + "@babel/template": [ + "7.22.15" ], - "html-escaper": [ - "2.0.2" + "@babel/code-frame": [ + "7.23.5" ], - "istanbul-lib-report": [ - "3.0.1" + "@babel/parser": [ + "7.23.5" ], - "istanbul-lib-coverage": [ - "3.2.0" + "@babel/highlight": [ + "7.23.4" ], - "make-dir": [ - "4.0.0" + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" ], "supports-color": [ - "7.2.0" + "5.5.0" ], "has-flag": [ + "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ "4.0.0" ], - "semver": [ - "7.5.4" + "@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" + ], + "semver": [ + "6.3.1" ], "yallist": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_istanbuljs_load-nyc-config__1.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_istanbuljs_load-nyc-config__1.1.0__links", - "package": "@istanbuljs/load-nyc-config", - "version": "1.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "camelcase": "5.3.1", - "find-up": "4.1.0", - "get-package-type": "0.1.0", - "js-yaml": "3.14.1", - "resolve-from": "5.0.0" - }, - "transitive_closure": { - "@istanbuljs/load-nyc-config": [ - "1.1.0" + "3.1.1" ], - "camelcase": [ - "5.3.1" + "caniuse-lite": [ + "1.0.30001566" ], - "find-up": [ - "4.1.0" + "electron-to-chromium": [ + "1.4.608" ], - "get-package-type": [ - "0.1.0" + "node-releases": [ + "2.0.14" ], - "js-yaml": [ - "3.14.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "resolve-from": [ - "5.0.0" + "escalade": [ + "3.1.1" ], - "argparse": [ - "1.0.10" + "picocolors": [ + "1.0.0" ], - "esprima": [ - "4.0.1" + "@ampproject/remapping": [ + "2.2.1" ], - "sprintf-js": [ - "1.0.3" + "@babel/generator": [ + "7.23.5" ], - "locate-path": [ - "5.0.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "path-exists": [ - "4.0.0" + "@babel/helpers": [ + "7.23.5" ], - "p-locate": [ - "4.1.0" + "@babel/traverse": [ + "7.23.5" ], - "p-limit": [ - "2.3.0" + "convert-source-map": [ + "2.0.0" ], - "p-try": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__form-data__3.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__form-data__3.0.1", - "package": "form-data", - "version": "3.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", - "url": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ee-first__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ee-first__1.1.1__links", - "package": "ee-first", - "version": "1.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ee-first": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-nested__6.0.1__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-nested__6.0.1__postcss_8.4.31__links", - "package": "postcss-nested", - "version": "6.0.1_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "postcss-nested": [ - "6.0.1_postcss_8.4.31" + "debug": [ + "4.3.4" ], - "postcss": [ - "8.4.31" + "gensync": [ + "1.0.0-beta.2" ], - "postcss-selector-parser": [ - "6.0.13" + "json5": [ + "2.2.3" ], - "cssesc": [ - "3.0.0" + "ms": [ + "2.1.2" ], - "util-deprecate": [ - "1.0.2" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "nanoid": [ - "3.3.6" + "@babel/helper-module-imports": [ + "7.22.15" ], - "picocolors": [ - "1.0.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "source-map-js": [ - "1.0.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" ] }, "lifecycle_build_target": false, @@ -95086,18 +90278,22 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_webassemblyjs_ast__1.11.6": { + "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__at_webassemblyjs_ast__1.11.6", - "package": "@webassemblyjs/ast", - "version": "1.11.6", + "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": {}, - "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", - "url": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", + "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": [], @@ -95111,18 +90307,18 @@ "generate_bzl_library_targets": false } }, - "npm__nwsapi__2.2.7": { + "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__nwsapi__2.2.7", - "package": "nwsapi", - "version": "2.2.7", + "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-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==", - "url": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", + "integrity": "sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==", + "url": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.15.18.tgz", "commit": "", "patch_args": [], "patches": [], @@ -95131,48 +90327,34 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__diff-sequences__29.6.3__links": { + "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__diff-sequences__29.6.3__links", - "package": "diff-sequences", - "version": "29.6.3", + "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": {}, - "transitive_closure": { - "diff-sequences": [ - "29.6.3" - ] + "deps": { + "tslib": "2.6.2" }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__uuid__8.3.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__uuid__8.3.2__links", - "package": "uuid", - "version": "8.3.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, "transitive_closure": { - "uuid": [ - "8.3.2" + "lower-case": [ + "2.0.2" + ], + "tslib": [ + "2.6.2" ] }, "lifecycle_build_target": false, @@ -95182,104 +90364,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.0", - "package": "@babel/plugin-proposal-nullish-coalescing-operator", - "version": "7.18.6_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "url": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__he__1.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__he__1.2.0", - "package": "he", - "version": "1.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", - "url": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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": { + "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__color-convert__1.9.3__links", - "package": "color-convert", - "version": "1.9.3", - "dev": false, + "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": { - "color-name": "1.1.3" + "@leichtgewicht/ip-codec": "2.0.4" }, "transitive_closure": { - "color-convert": [ - "1.9.3" + "dns-packet": [ + "5.6.1" ], - "color-name": [ - "1.1.3" + "@leichtgewicht/ip-codec": [ + "2.0.4" ] }, "lifecycle_build_target": false, @@ -95289,28 +90392,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-core-module__2.13.0__links": { + "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__is-core-module__2.13.0__links", - "package": "is-core-module", - "version": "2.13.0", - "dev": false, + "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": { - "has": "1.0.3" + "@types/node": "18.11.9" }, "transitive_closure": { - "is-core-module": [ - "2.13.0" - ], - "has": [ - "1.0.3" + "@types/bonjour": [ + "3.5.11" ], - "function-bind": [ - "1.1.1" + "@types/node": [ + "18.11.9" ] }, "lifecycle_build_target": false, @@ -95320,226 +90420,326 @@ "npm_translate_lock_repo": "npm" } }, - "npm__terser-webpack-plugin__5.3.9__webpack_5.88.2__links": { + "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__terser-webpack-plugin__5.3.9__webpack_5.88.2__links", - "package": "terser-webpack-plugin", - "version": "5.3.9_webpack_5.88.2", - "dev": false, + "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": {}, - "deps": { - "@jridgewell/trace-mapping": "0.3.19", - "jest-worker": "27.5.1", - "schema-utils": "3.3.0", - "serialize-javascript": "6.0.1", - "terser": "5.20.0", - "webpack": "5.88.2" - }, - "transitive_closure": { - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "schema-utils": [ - "3.3.0" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" + "link_packages": { + "next.js": [ + "eslint" ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" + "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" ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" + "@eslint/eslintrc": [ + "1.4.1" ], - "acorn": [ - "8.10.0" + "@humanwhocodes/config-array": [ + "0.11.11" ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" + "@humanwhocodes/module-importer": [ + "1.0.1" ], - "browserslist": [ - "4.22.1" + "@nodelib/fs.walk": [ + "1.2.8" ], - "chrome-trace-event": [ - "1.0.3" + "ajv": [ + "6.12.6" ], - "enhanced-resolve": [ - "5.15.0" + "chalk": [ + "4.1.2" ], - "es-module-lexer": [ - "1.3.1" + "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" ], - "events": [ + "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" ], - "glob-to-regexp": [ + "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" ], - "graceful-fs": [ - "4.2.11" + "lodash.merge": [ + "4.6.2" ], - "json-parse-even-better-errors": [ - "2.3.1" + "minimatch": [ + "3.1.2" ], - "loader-runner": [ - "4.3.0" + "natural-compare": [ + "1.4.0" ], - "mime-types": [ - "2.1.35" + "optionator": [ + "0.9.3" ], - "neo-async": [ - "2.6.2" + "regexpp": [ + "3.2.0" ], - "tapable": [ - "2.2.1" + "strip-ansi": [ + "6.0.1" ], - "watchpack": [ - "2.4.0" + "strip-json-comments": [ + "3.1.1" ], - "webpack-sources": [ - "3.2.3" + "text-table": [ + "0.2.0" ], - "mime-db": [ - "1.52.0" + "ansi-regex": [ + "5.0.1" ], - "esrecurse": [ - "4.3.0" + "@aashutoshrathi/word-wrap": [ + "1.2.6" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "deep-is": [ + "0.1.4" ], - "caniuse-lite": [ - "1.0.30001542" + "fast-levenshtein": [ + "2.0.6" ], - "electron-to-chromium": [ - "1.4.539" + "prelude-ls": [ + "1.2.1" ], - "node-releases": [ - "2.0.13" + "type-check": [ + "0.4.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "brace-expansion": [ + "1.1.11" ], - "escalade": [ - "3.1.1" + "balanced-match": [ + "1.0.2" ], - "picocolors": [ - "1.0.0" + "concat-map": [ + "0.0.1" ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" + "argparse": [ + "2.0.1" ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" + "is-extglob": [ + "2.1.1" ], - "@webassemblyjs/ieee754": [ - "1.11.6" + "parent-module": [ + "1.0.1" ], - "@webassemblyjs/leb128": [ - "1.11.6" + "resolve-from": [ + "4.0.0" ], - "@webassemblyjs/utf8": [ - "1.11.6" + "callsites": [ + "3.1.0" ], - "@xtuc/long": [ - "4.2.2" + "type-fest": [ + "0.20.2" ], - "@xtuc/ieee754": [ - "1.2.0" + "locate-path": [ + "6.0.0" ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" + "path-exists": [ + "4.0.0" ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" + "p-locate": [ + "5.0.0" ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" + "p-limit": [ + "3.1.0" ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" + "yocto-queue": [ + "0.1.0" ], - "@webassemblyjs/wast-printer": [ - "1.11.6" + "flat-cache": [ + "3.1.0" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "flatted": [ + "3.2.9" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "keyv": [ + "4.5.3" ], - "@types/eslint": [ - "8.44.3" + "rimraf": [ + "3.0.2" ], - "@types/json-schema": [ - "7.0.13" + "glob": [ + "7.2.3" ], - "@jridgewell/source-map": [ - "0.3.5" + "fs.realpath": [ + "1.0.0" ], - "commander": [ - "2.20.3" + "inflight": [ + "1.0.6" ], - "source-map-support": [ - "0.5.21" + "inherits": [ + "2.0.4" ], - "buffer-from": [ - "1.1.2" + "once": [ + "1.4.0" ], - "source-map": [ - "0.6.1" + "path-is-absolute": [ + "1.0.1" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "wrappy": [ + "1.0.2" ], - "@jridgewell/set-array": [ - "1.1.2" + "json-buffer": [ + "3.0.1" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "estraverse": [ + "5.3.0" ], - "randombytes": [ - "2.1.0" + "acorn": [ + "8.10.0" ], - "safe-buffer": [ - "5.2.1" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "ajv": [ - "6.12.6" + "esrecurse": [ + "4.3.0" ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" + "ms": [ + "2.1.2" ], - "fast-deep-equal": [ - "3.1.3" + "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" @@ -95551,22 +90751,28 @@ "4.4.1" ], "punycode": [ - "2.3.0" + "2.3.1" ], - "@types/node": [ - "20.8.2" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "merge-stream": [ - "2.0.0" + "fastq": [ + "1.15.0" ], - "supports-color": [ - "8.1.1" + "reusify": [ + "1.0.4" ], - "has-flag": [ - "4.0.0" + "@nodelib/fs.stat": [ + "2.0.5" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "run-parallel": [ + "1.2.0" + ], + "queue-microtask": [ + "1.2.3" + ], + "@humanwhocodes/object-schema": [ + "1.2.1" ] }, "lifecycle_build_target": false, @@ -95576,20 +90782,63 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webidl-conversions__4.0.2__links": { + "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__webidl-conversions__4.0.2__links", - "package": "webidl-conversions", - "version": "4.0.2", - "dev": false, + "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": {}, + "deps": { + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1", + "is-typed-array": "1.1.12" + }, "transitive_closure": { - "webidl-conversions": [ - "4.0.2" + "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, @@ -95599,18 +90848,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vue_server-renderer__3.3.4__vue_3.3.4": { + "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__at_vue_server-renderer__3.3.4__vue_3.3.4", - "package": "@vue/server-renderer", - "version": "3.3.4_vue_3.3.4", + "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-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==", - "url": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.3.4.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "url": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -95624,61 +90873,20 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-minify-params__5.1.4__postcss_8.4.31__links": { + "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__postcss-minify-params__5.1.4__postcss_8.4.31__links", - "package": "postcss-minify-params", - "version": "5.1.4_postcss_8.4.31", - "dev": false, + "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": { - "browserslist": "4.22.1", - "cssnano-utils": "3.1.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, + "deps": {}, "transitive_closure": { - "postcss-minify-params": [ - "5.1.4_postcss_8.4.31" - ], - "browserslist": [ - "4.22.1" - ], - "cssnano-utils": [ - "3.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" + "path-type": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -95688,45 +90896,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__optionator__0.9.3__links": { + "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__optionator__0.9.3__links", - "package": "optionator", - "version": "0.9.3", - "dev": false, + "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": { - "@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" - }, + "deps": {}, "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" + "char-regex": [ + "1.0.2" ] }, "lifecycle_build_target": false, @@ -95736,116 +90919,159 @@ "npm_translate_lock_repo": "npm" } }, - "npm__regenerator-transform__0.15.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__regenerator-transform__0.15.2", - "package": "regenerator-transform", - "version": "0.15.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", - "url": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_scheduler__0.16.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_scheduler__0.16.4", - "package": "@types/scheduler", - "version": "0.16.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==", - "url": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__object.groupby__1.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__object.groupby__1.0.1", - "package": "object.groupby", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==", - "url": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ejs__3.1.9__links": { + "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__ejs__3.1.9__links", - "package": "ejs", - "version": "3.1.9", - "dev": false, + "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": { - "jake": "10.8.7" + "eslint": "8.55.0" }, "transitive_closure": { - "ejs": [ - "3.1.9" + "eslint-plugin-react-hooks": [ + "4.6.0_eslint_8.55.0" + ], + "eslint": [ + "8.55.0" ], - "jake": [ - "10.8.7" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], - "async": [ - "3.2.4" + "@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" ], - "filelist": [ - "1.0.4" + "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": [ - "5.1.6", "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": [ - "2.0.1", "1.1.11" ], "balanced-match": [ @@ -95854,6 +91080,96 @@ "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" ], @@ -95868,6 +91184,54 @@ ], "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, @@ -95877,18 +91241,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__xml-name-validator__3.0.0": { + "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__xml-name-validator__3.0.0", - "package": "xml-name-validator", - "version": "3.0.0", + "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-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", - "url": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "url": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -95902,18 +91266,18 @@ "generate_bzl_library_targets": false } }, - "npm__caniuse-api__3.0.0": { + "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__caniuse-api__3.0.0", - "package": "caniuse-api", - "version": "3.0.0", + "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-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", - "url": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "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": [], @@ -95927,46 +91291,18 @@ "generate_bzl_library_targets": false } }, - "npm__jest-docblock__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-docblock__29.7.0__links", - "package": "jest-docblock", - "version": "29.7.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "detect-newline": "3.1.0" - }, - "transitive_closure": { - "jest-docblock": [ - "29.7.0" - ], - "detect-newline": [ - "3.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-typed-array__1.1.12": { + "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__is-typed-array__1.1.12", - "package": "is-typed-array", - "version": "1.1.12", + "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-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", - "url": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", + "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": [], @@ -95975,23 +91311,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__js-yaml__3.14.1": { + "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__js-yaml__3.14.1", - "package": "js-yaml", - "version": "3.14.1", + "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-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "url": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==", + "url": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz", "commit": "", "patch_args": [], "patches": [], @@ -96005,18 +91345,18 @@ "generate_bzl_library_targets": false } }, - "npm__workbox-strategies__6.6.0": { + "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__workbox-strategies__6.6.0", - "package": "workbox-strategies", - "version": "6.6.0", + "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-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==", - "url": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz", + "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": [], @@ -96030,18 +91370,18 @@ "generate_bzl_library_targets": false } }, - "npm__fastest-levenshtein__1.0.16": { + "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__fastest-levenshtein__1.0.16", - "package": "fastest-levenshtein", - "version": "1.0.16", + "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-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", - "url": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "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": [], @@ -96050,122 +91390,55 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_babel_helpers__7.23.1__links": { + "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__at_babel_helpers__7.23.1__links", - "package": "@babel/helpers", - "version": "7.23.1", - "dev": false, + "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": { - "@babel/template": "7.22.15", - "@babel/traverse": "7.23.0", - "@babel/types": "7.23.0" + "call-bind": "1.0.2", + "get-intrinsic": "1.2.1", + "has-symbols": "1.0.3", + "isarray": "2.0.5" }, "transitive_closure": { - "@babel/helpers": [ - "7.23.1" + "safe-array-concat": [ + "1.0.1" ], - "@babel/template": [ - "7.22.15" + "call-bind": [ + "1.0.2" ], - "@babel/traverse": [ - "7.23.0" + "get-intrinsic": [ + "1.2.1" ], - "@babel/types": [ - "7.23.0" + "has-symbols": [ + "1.0.3" ], - "@babel/helper-string-parser": [ - "7.22.5" + "isarray": [ + "2.0.5" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "function-bind": [ + "1.1.1" ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/parser": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "globals": [ - "11.12.0" - ], - "ms": [ - "2.1.2" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" + "has": [ + "1.0.3" ], - "js-tokens": [ - "4.0.0" + "has-proto": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -96175,144 +91448,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-haste-map__27.5.1__links": { + "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__jest-haste-map__27.5.1__links", - "package": "jest-haste-map", - "version": "27.5.1", + "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": { - "fsevents": "2.3.3", - "@jest/types": "27.5.1", - "@types/graceful-fs": "4.1.7", - "@types/node": "18.11.9", - "anymatch": "3.1.3", - "fb-watchman": "2.0.2", - "graceful-fs": "4.2.11", - "jest-regex-util": "27.5.1", - "jest-serializer": "27.5.1", - "jest-util": "27.5.1", - "jest-worker": "27.5.1", - "micromatch": "4.0.5", - "walker": "1.0.8" - }, + "deps": {}, "transitive_closure": { - "jest-haste-map": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "jest-regex-util": [ - "27.5.1" - ], - "jest-serializer": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "jest-worker": [ - "27.5.1" - ], - "micromatch": [ - "4.0.5" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "chalk": [ - "4.1.2" - ], - "ci-info": [ - "3.8.0" - ], - "ansi-styles": [ - "4.3.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@babel/helper-validator-option": [ + "7.23.5" ] }, "lifecycle_build_target": false, @@ -96322,185 +91471,113 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-for-of__7.22.15__at_babel_core_7.23.0__links": { + "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_babel_plugin-transform-for-of__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-for-of", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, + "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/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "@babel/parser": "7.23.5", + "@babel/types": "7.23.5" }, "transitive_closure": { - "@babel/plugin-transform-for-of": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" + "@types/babel__template": [ + "7.4.2" ], "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "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.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" ] }, "lifecycle_build_target": false, @@ -96510,18 +91587,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__p-locate__5.0.0": { + "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__p-locate__5.0.0", - "package": "p-locate", - "version": "5.0.0", + "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-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "url": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", + "url": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -96535,22 +91612,137 @@ "generate_bzl_library_targets": false } }, - "npm__webpack-cli__5.1.4__34022717": { + "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__webpack-cli__5.1.4__34022717", - "package": "webpack-cli", - "version": "5.1.4_34022717", + "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": { - "react-webpack": [ - "webpack-cli" + "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" ] }, - "integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==", - "url": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz", + "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": [], @@ -96564,20 +91756,70 @@ "generate_bzl_library_targets": false } }, - "npm__ansi-regex__4.1.1__links": { + "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__ansi-regex__4.1.1__links", - "package": "ansi-regex", - "version": "4.1.1", - "dev": false, + "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": { - "ansi-regex": [ - "4.1.1" + "@types/yargs-parser": [ + "21.0.1" ] }, "lifecycle_build_target": false, @@ -96587,18 +91829,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-define-polyfill-provider__0.4.2__at_babel_core_7.23.0": { + "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__at_babel_helper-define-polyfill-provider__0.4.2__at_babel_core_7.23.0", - "package": "@babel/helper-define-polyfill-provider", - "version": "0.4.2_at_babel_core_7.23.0", + "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-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==", - "url": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz", + "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": [], @@ -96612,26 +91854,26 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-decorators__7.22.10__at_babel_core_7.23.0__links": { + "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-decorators__7.22.10__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-decorators", - "version": "7.22.10_at_babel_core_7.23.0", - "dev": false, + "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.0", + "@babel/core": "7.23.5", "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/plugin-syntax-decorators": [ - "7.22.10_at_babel_core_7.23.0" + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" @@ -96640,31 +91882,31 @@ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -96685,7 +91927,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -96715,13 +91957,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -96730,16 +91972,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -96766,7 +92008,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -96800,68 +92042,18 @@ "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": { + "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-android-arm64__13.0.5", - "package": "@next/swc-android-arm64", + "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-ugbwffkUmp8cd2afehDC8LtQeFUxElRUBBngfB5UYSWBx18HW4OgzkPFIY8jUBH16zifvGZWXbICXJWDHrOLtw==", - "url": "https://registry.npmjs.org/@next/swc-android-arm64/-/swc-android-arm64-13.0.5.tgz", + "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": [], @@ -96879,124 +92071,20 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-normalize-url__5.1.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-url__5.1.0__postcss_8.4.31", - "package": "postcss-normalize-url", - "version": "5.1.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", - "url": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_babel-plugin-jsx__1.1.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_babel-plugin-jsx__1.1.5__at_babel_core_7.23.0", - "package": "@vue/babel-plugin-jsx", - "version": "1.1.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==", - "url": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__array-flatten__1.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array-flatten__1.1.1", - "package": "array-flatten", - "version": "1.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", - "url": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__readable-stream__2.3.8__links": { + "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__readable-stream__2.3.8__links", - "package": "readable-stream", - "version": "2.3.8", - "dev": false, + "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": { - "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" - }, + "deps": {}, "transitive_closure": { - "readable-stream": [ - "2.3.8" - ], - "core-util-is": [ - "1.0.3" - ], - "inherits": [ + "@types/istanbul-lib-coverage": [ "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, @@ -97006,43 +92094,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__case-sensitive-paths-webpack-plugin__2.4.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__case-sensitive-paths-webpack-plugin__2.4.0", - "package": "case-sensitive-paths-webpack-plugin", - "version": "2.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", - "url": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__globby__11.1.0": { + "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__globby__11.1.0", - "package": "globby", - "version": "11.1.0", + "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": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "url": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "url": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -97056,18 +92119,18 @@ "generate_bzl_library_targets": false } }, - "npm__path-type__4.0.0": { + "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__path-type__4.0.0", - "package": "path-type", - "version": "4.0.0", + "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-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "url": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "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": [], @@ -97081,335 +92144,47 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-color-hex-alpha__8.0.4__postcss_8.4.31__links": { + "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__postcss-color-hex-alpha__8.0.4__postcss_8.4.31__links", - "package": "postcss-color-hex-alpha", - "version": "8.0.4_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "eslint": "8.28.0", + "eslint-visitor-keys": "2.1.0" }, "transitive_closure": { - "postcss-color-hex-alpha": [ - "8.0.4_postcss_8.4.31" + "eslint-utils": [ + "3.0.0_eslint_8.28.0" ], - "postcss": [ - "8.4.31" + "eslint": [ + "8.28.0" ], - "postcss-value-parser": [ - "4.2.0" + "eslint-visitor-keys": [ + "3.4.3", + "2.1.0" ], - "nanoid": [ - "3.3.6" + "@eslint/eslintrc": [ + "1.4.1" ], - "picocolors": [ - "1.0.0" + "@humanwhocodes/config-array": [ + "0.11.11" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_aashutoshrathi_word-wrap__1.2.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_aashutoshrathi_word-wrap__1.2.6", - "package": "@aashutoshrathi/word-wrap", - "version": "1.2.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", - "url": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__resolve-pkg-maps__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__resolve-pkg-maps__1.0.0", - "package": "resolve-pkg-maps", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", - "url": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ajv__8.12.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ajv__8.12.0", - "package": "ajv", - "version": "8.12.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "url": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__identity-obj-proxy__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__identity-obj-proxy__3.0.0__links", - "package": "identity-obj-proxy", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "harmony-reflect": "1.6.2" - }, - "transitive_closure": { - "identity-obj-proxy": [ - "3.0.0" - ], - "harmony-reflect": [ - "1.6.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__w3c-hr-time__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__w3c-hr-time__1.0.2__links", - "package": "w3c-hr-time", - "version": "1.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "browser-process-hrtime": "1.0.0" - }, - "transitive_closure": { - "w3c-hr-time": [ - "1.0.2" - ], - "browser-process-hrtime": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__define-data-property__1.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__define-data-property__1.1.0", - "package": "define-data-property", - "version": "1.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==", - "url": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__call-bind__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__call-bind__1.0.2__links", - "package": "call-bind", - "version": "1.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "function-bind": "1.1.1", - "get-intrinsic": "1.2.1" - }, - "transitive_closure": { - "call-bind": [ - "1.0.2" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.2.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__client-only__0.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__client-only__0.0.1", - "package": "client-only", - "version": "0.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==", - "url": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_eslint-parser__7.22.15__1785327679__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_eslint-parser__7.22.15__1785327679__links", - "package": "@babel/eslint-parser", - "version": "7.22.15_1785327679", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@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.22.15_1785327679" - ], - "@babel/core": [ - "7.23.0" - ], - "@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" + "@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": [ @@ -97422,11 +92197,9 @@ "3.0.0" ], "escape-string-regexp": [ - "1.0.5", "4.0.0" ], "eslint-scope": [ - "5.1.1", "7.2.2" ], "espree": [ @@ -97451,15 +92224,17 @@ "6.0.2" ], "globals": [ - "11.12.0", "13.22.0" ], - "graphemer": [ - "1.4.0" + "grapheme-splitter": [ + "1.0.4" ], "ignore": [ "5.2.4" ], + "import-fresh": [ + "3.3.0" + ], "imurmurhash": [ "0.1.4" ], @@ -97469,6 +92244,9 @@ "is-path-inside": [ "3.0.3" ], + "js-sdsl": [ + "4.4.2" + ], "js-yaml": [ "4.1.0" ], @@ -97490,9 +92268,15 @@ "optionator": [ "0.9.3" ], + "regexpp": [ + "3.2.0" + ], "strip-ansi": [ "6.0.1" ], + "strip-json-comments": [ + "3.1.1" + ], "text-table": [ "0.2.0" ], @@ -97529,6 +92313,15 @@ "is-extglob": [ "2.1.1" ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" + ], "type-fest": [ "0.20.2" ], @@ -97584,7 +92377,6 @@ "3.0.1" ], "estraverse": [ - "4.3.0", "5.3.0" ], "acorn": [ @@ -97615,23 +92407,18 @@ "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": [ @@ -97644,7 +92431,7 @@ "4.4.1" ], "punycode": [ - "2.3.0" + "2.3.1" ], "@nodelib/fs.scandir": [ "2.1.5" @@ -97665,145 +92452,7 @@ "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.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" + "1.2.1" ] }, "lifecycle_build_target": false, @@ -97813,18 +92462,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.0": { + "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__at_babel_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-export-namespace-from", - "version": "7.8.3_at_babel_core_7.23.0", + "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-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "url": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -97838,18 +92487,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_csstools_postcss-unset-value__1.0.2__postcss_8.4.31": { + "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_csstools_postcss-unset-value__1.0.2__postcss_8.4.31", - "package": "@csstools/postcss-unset-value", - "version": "1.0.2_postcss_8.4.31", + "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-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", - "url": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", + "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", + "url": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -97863,277 +92512,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-modules-umd__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-umd__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-modules-umd", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-module-transforms": "7.23.0_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-modules-umd": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "globals": [ - "11.12.0" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__resolve-cwd__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__resolve-cwd__3.0.0__links", - "package": "resolve-cwd", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "resolve-from": "5.0.0" - }, - "transitive_closure": { - "resolve-cwd": [ - "3.0.0" - ], - "resolve-from": [ - "5.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__resolve__1.22.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__resolve__1.22.6__links", - "package": "resolve", - "version": "1.22.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "is-core-module": "2.13.0", - "path-parse": "1.0.7", - "supports-preserve-symlinks-flag": "1.0.0" - }, - "transitive_closure": { - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_volar_source-map__1.0.9": { + "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_volar_source-map__1.0.9", - "package": "@volar/source-map", - "version": "1.0.9", + "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-fazB/vy5ZEJ3yKx4fabJyGNI3CBkdLkfEIRVu6+1P3VixK0Mn+eqyUIkLBrzGYaeFM3GybhCLCvsVdNz0Fu/CQ==", - "url": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.0.9.tgz", + "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": [], @@ -98147,18 +92537,18 @@ "generate_bzl_library_targets": false } }, - "npm__ansi-regex__4.1.1": { + "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__ansi-regex__4.1.1", - "package": "ansi-regex", - "version": "4.1.1", + "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-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", - "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "url": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -98172,20 +92562,20 @@ "generate_bzl_library_targets": false } }, - "npm__is-typedarray__1.0.0__links": { + "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__is-typedarray__1.0.0__links", - "package": "is-typedarray", - "version": "1.0.0", - "dev": false, + "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": { - "is-typedarray": [ - "1.0.0" + "@vue/shared": [ + "3.2.37" ] }, "lifecycle_build_target": false, @@ -98195,83 +92585,31 @@ "npm_translate_lock_repo": "npm" } }, - "npm__dlv__1.1.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dlv__1.1.3", - "package": "dlv", - "version": "1.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "url": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__file-loader__6.2.0__webpack_5.88.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__file-loader__6.2.0__webpack_5.88.2", - "package": "file-loader", - "version": "6.2.0_webpack_5.88.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", - "url": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__fs-extra__10.1.0__links": { + "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__fs-extra__10.1.0__links", - "package": "fs-extra", - "version": "10.1.0", - "dev": false, + "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": { - "graceful-fs": "4.2.11", - "jsonfile": "6.1.0", - "universalify": "2.0.0" + "semver": "7.5.4" }, "transitive_closure": { - "fs-extra": [ - "10.1.0" + "make-dir": [ + "4.0.0" ], - "graceful-fs": [ - "4.2.11" + "semver": [ + "7.5.4" ], - "jsonfile": [ - "6.1.0" + "lru-cache": [ + "6.0.0" ], - "universalify": [ - "2.0.0" + "yallist": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -98281,18 +92619,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__deep-equal__2.2.2": { + "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__deep-equal__2.2.2", - "package": "deep-equal", - "version": "2.2.2", + "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-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==", - "url": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.2.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "url": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -98306,888 +92644,279 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-import-attributes__7.22.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-syntax-import-attributes__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-import-attributes", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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": {}, + "link_packages": { + "react": [ + "eslint-config-react-app" + ] + }, "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "@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": { - "@babel/plugin-syntax-import-attributes": [ - "7.22.5_at_babel_core_7.23.0" + "eslint-config-react-app": [ + "7.0.1_-1451297107" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@babel/eslint-parser": [ + "7.23.3_-38058428" ], - "@ampproject/remapping": [ - "2.2.1" + "@rushstack/eslint-patch": [ + "1.5.1" ], - "@babel/code-frame": [ - "7.22.13" + "@typescript-eslint/eslint-plugin": [ + "5.44.0_-937717529" ], - "@babel/generator": [ - "7.23.0" + "@typescript-eslint/parser": [ + "5.44.0_1767590274" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "babel-preset-react-app": [ + "10.0.1" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "confusing-browser-globals": [ + "1.0.11" ], - "@babel/helpers": [ - "7.23.1" + "eslint": [ + "8.55.0" ], - "@babel/parser": [ - "7.23.0" + "eslint-plugin-flowtype": [ + "8.0.3_-1935277227" ], - "@babel/template": [ - "7.22.15" + "eslint-plugin-import": [ + "2.28.1_-730556401" ], - "@babel/traverse": [ - "7.23.0" + "eslint-plugin-jest": [ + "25.7.0_-408391597" ], - "@babel/types": [ - "7.23.0" + "eslint-plugin-jsx-a11y": [ + "6.7.1_eslint_8.55.0" ], - "convert-source-map": [ - "2.0.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" ], - "gensync": [ - "1.0.0-beta.2" + "globby": [ + "11.1.0" ], - "json5": [ - "2.2.3" + "is-glob": [ + "4.0.3" ], - "semver": [ - "6.3.1" + "tsutils": [ + "3.21.0_typescript_4.9.3" ], - "ms": [ - "2.1.2" + "tslib": [ + "1.14.1" ], - "@babel/helper-string-parser": [ - "7.22.5" + "is-extglob": [ + "2.1.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "array-union": [ + "2.1.0" ], - "to-fast-properties": [ - "2.0.0" + "dir-glob": [ + "3.0.1" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "fast-glob": [ + "3.3.1" ], - "@babel/helper-function-name": [ - "7.23.0" + "ignore": [ + "5.2.4" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "merge2": [ + "1.4.1" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "slash": [ + "3.0.0" ], - "globals": [ - "11.12.0" + "@nodelib/fs.stat": [ + "2.0.5" ], - "@babel/helper-module-imports": [ - "7.22.15" + "@nodelib/fs.walk": [ + "1.2.8" ], - "@babel/helper-simple-access": [ - "7.22.5" + "glob-parent": [ + "6.0.2", + "5.1.2" ], - "@babel/compat-data": [ - "7.22.20" + "micromatch": [ + "4.0.5" ], - "@babel/helper-validator-option": [ - "7.22.15" + "braces": [ + "3.0.2" ], - "browserslist": [ - "4.22.1" + "picomatch": [ + "2.3.1" ], - "lru-cache": [ - "5.1.1" + "fill-range": [ + "7.0.1" ], - "yallist": [ - "3.1.1" + "to-regex-range": [ + "5.0.1" ], - "caniuse-lite": [ - "1.0.30001542" + "is-number": [ + "7.0.0" ], - "electron-to-chromium": [ - "1.4.539" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "node-releases": [ - "2.0.13" + "fastq": [ + "1.15.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "reusify": [ + "1.0.4" ], - "escalade": [ - "3.1.1" + "run-parallel": [ + "1.2.0" ], - "picocolors": [ - "1.0.0" + "queue-microtask": [ + "1.2.3" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "path-type": [ + "4.0.0" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "ms": [ + "2.1.3", + "2.1.2" ], - "jsesc": [ - "2.5.2" + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "array-includes": [ + "3.1.7" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "array.prototype.flatmap": [ + "1.3.2" ], - "@jridgewell/set-array": [ + "array.prototype.tosorted": [ "1.1.2" ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" + "doctrine": [ + "3.0.0", + "2.1.0" ], - "ansi-styles": [ - "3.2.1" + "es-iterator-helpers": [ + "1.0.15" ], - "escape-string-regexp": [ - "1.0.5" + "jsx-ast-utils": [ + "3.3.5" ], - "supports-color": [ - "5.5.0" + "minimatch": [ + "3.1.2" ], - "has-flag": [ - "3.0.0" + "object.entries": [ + "1.1.7" ], - "color-convert": [ - "1.9.3" + "object.fromentries": [ + "2.0.7" ], - "color-name": [ + "object.hasown": [ "1.1.3" ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__brace-expansion__1.1.11": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__brace-expansion__1.1.11", - "package": "brace-expansion", - "version": "1.1.11", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-optional-catch-binding__7.22.11__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-optional-catch-binding__7.22.11__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-optional-catch-binding", - "version": "7.22.11_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.11.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__p-retry__4.6.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__p-retry__4.6.2__links", - "package": "p-retry", - "version": "4.6.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/retry": "0.12.0", - "retry": "0.13.1" - }, - "transitive_closure": { - "p-retry": [ - "4.6.2" - ], - "@types/retry": [ - "0.12.0" - ], - "retry": [ - "0.13.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__spdx-expression-parse__3.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__spdx-expression-parse__3.0.1__links", - "package": "spdx-expression-parse", - "version": "3.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "spdx-exceptions": "2.3.0", - "spdx-license-ids": "3.0.15" - }, - "transitive_closure": { - "spdx-expression-parse": [ - "3.0.1" - ], - "spdx-exceptions": [ - "2.3.0" - ], - "spdx-license-ids": [ - "3.0.15" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__wrappy__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__wrappy__1.0.2__links", - "package": "wrappy", - "version": "1.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "wrappy": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__side-channel__1.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__side-channel__1.0.4", - "package": "side-channel", - "version": "1.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "url": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-get-type__24.9.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-get-type__24.9.0__links", - "package": "jest-get-type", - "version": "24.9.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "jest-get-type": [ - "24.9.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_jridgewell_gen-mapping__0.3.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_gen-mapping__0.3.3", - "package": "@jridgewell/gen-mapping", - "version": "0.3.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", - "url": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__didyoumean__1.2.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__didyoumean__1.2.2", - "package": "didyoumean", - "version": "1.2.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "url": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jsdom__20.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsdom__20.0.3__links", - "package": "jsdom", - "version": "20.0.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "abab": "2.0.6", - "acorn": "8.10.0", - "acorn-globals": "7.0.1", - "cssom": "0.5.0", - "cssstyle": "2.3.0", - "data-urls": "3.0.2", - "decimal.js": "10.4.3", - "domexception": "4.0.0", - "escodegen": "2.1.0", - "form-data": "4.0.0", - "html-encoding-sniffer": "3.0.0", - "http-proxy-agent": "5.0.0", - "https-proxy-agent": "5.0.1", - "is-potential-custom-element-name": "1.0.1", - "nwsapi": "2.2.7", - "parse5": "7.1.2", - "saxes": "6.0.0", - "symbol-tree": "3.2.4", - "tough-cookie": "4.1.3", - "w3c-xmlserializer": "4.0.0", - "webidl-conversions": "7.0.0", - "whatwg-encoding": "2.0.0", - "whatwg-mimetype": "3.0.0", - "whatwg-url": "11.0.0", - "ws": "8.14.2", - "xml-name-validator": "4.0.0" - }, - "transitive_closure": { - "jsdom": [ - "20.0.3" - ], - "abab": [ - "2.0.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-globals": [ - "7.0.1" - ], - "cssom": [ - "0.3.8", - "0.5.0" - ], - "cssstyle": [ - "2.3.0" - ], - "data-urls": [ - "3.0.2" - ], - "decimal.js": [ - "10.4.3" - ], - "domexception": [ - "4.0.0" - ], - "escodegen": [ - "2.1.0" - ], - "form-data": [ - "4.0.0" - ], - "html-encoding-sniffer": [ - "3.0.0" - ], - "http-proxy-agent": [ - "5.0.0" - ], - "https-proxy-agent": [ - "5.0.1" - ], - "is-potential-custom-element-name": [ - "1.0.1" - ], - "nwsapi": [ - "2.2.7" - ], - "parse5": [ - "7.1.2" - ], - "saxes": [ - "6.0.0" - ], - "symbol-tree": [ - "3.2.4" - ], - "tough-cookie": [ - "4.1.3" - ], - "w3c-xmlserializer": [ - "4.0.0" - ], - "webidl-conversions": [ - "7.0.0" - ], - "whatwg-encoding": [ - "2.0.0" - ], - "whatwg-mimetype": [ - "3.0.0" - ], - "whatwg-url": [ - "11.0.0" - ], - "ws": [ - "8.14.2" - ], - "xml-name-validator": [ - "4.0.0" - ], - "tr46": [ - "3.0.0" - ], - "punycode": [ - "2.3.0" - ], - "iconv-lite": [ - "0.6.3" - ], - "safer-buffer": [ - "2.1.2" - ], - "psl": [ - "1.9.0" - ], - "universalify": [ - "0.2.0" - ], - "url-parse": [ - "1.5.10" - ], - "querystringify": [ - "2.2.0" - ], - "requires-port": [ - "1.0.0" - ], - "xmlchars": [ - "2.2.0" - ], - "entities": [ - "4.5.0" - ], - "agent-base": [ - "6.0.2" - ], - "debug": [ - "4.3.4" - ], - "ms": [ - "2.1.2" - ], - "@tootallnate/once": [ - "2.0.0" - ], - "asynckit": [ - "0.4.0" - ], - "combined-stream": [ - "1.0.8" - ], - "mime-types": [ - "2.1.35" - ], - "mime-db": [ - "1.52.0" - ], - "delayed-stream": [ - "1.0.0" - ], - "esprima": [ - "4.0.1" - ], - "estraverse": [ - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "source-map": [ - "0.6.1" - ], - "acorn-walk": [ - "8.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.22.15__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_svgr_plugin-svgo__5.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_plugin-svgo__5.5.0__links", - "package": "@svgr/plugin-svgo", - "version": "5.5.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "cosmiconfig": "7.1.0", - "deepmerge": "4.3.1", - "svgo": "1.3.2" - }, - "transitive_closure": { - "@svgr/plugin-svgo": [ - "5.5.0" - ], - "cosmiconfig": [ - "7.1.0" - ], - "deepmerge": [ - "4.3.1" - ], - "svgo": [ - "1.3.2" - ], - "chalk": [ - "2.4.2" - ], - "coa": [ - "2.0.2" - ], - "css-select": [ - "2.1.0" - ], - "css-select-base-adapter": [ - "0.1.1" - ], - "css-tree": [ - "1.1.3", - "1.0.0-alpha.37" - ], - "csso": [ - "4.2.0" - ], - "js-yaml": [ - "3.14.1" - ], - "mkdirp": [ - "0.5.6" - ], "object.values": [ "1.1.7" ], - "sax": [ - "1.2.4" + "prop-types": [ + "15.8.1" ], - "stable": [ - "0.1.8" + "resolve": [ + "1.22.6", + "2.0.0-next.4" ], - "unquote": [ - "1.1.1" + "string.prototype.matchall": [ + "4.0.10" ], - "util.promisify": [ - "1.0.1" + "call-bind": [ + "1.0.2" ], "define-properties": [ "1.2.1" @@ -99195,44 +92924,47 @@ "es-abstract": [ "1.22.2" ], + "get-intrinsic": [ + "1.2.1" + ], "has-symbols": [ "1.0.3" ], - "object.getownpropertydescriptors": [ - "2.1.7" + "internal-slot": [ + "1.0.5" ], - "array.prototype.reduce": [ - "1.0.6" + "regexp.prototype.flags": [ + "1.5.1" ], - "call-bind": [ - "1.0.2" + "set-function-name": [ + "2.0.1" ], - "safe-array-concat": [ - "1.0.1" + "side-channel": [ + "1.0.4" ], - "get-intrinsic": [ - "1.2.1" + "object-inspect": [ + "1.12.3" ], - "isarray": [ - "2.0.5" + "define-data-property": [ + "1.1.0" ], - "function-bind": [ - "1.1.1" + "functions-have-names": [ + "1.2.3" ], - "has": [ - "1.0.3" + "has-property-descriptors": [ + "1.0.0" ], - "has-proto": [ + "gopd": [ "1.0.1" ], - "es-array-method-boxes-properly": [ - "1.0.0" + "has": [ + "1.0.3" ], - "is-string": [ - "1.0.7" + "function-bind": [ + "1.1.1" ], - "has-tostringtag": [ - "1.0.0" + "has-proto": [ + "1.0.1" ], "array-buffer-byte-length": [ "1.0.0" @@ -99258,15 +92990,6 @@ "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" ], @@ -99282,23 +93005,23 @@ "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" @@ -99333,6 +93056,9 @@ "for-each": [ "0.3.3" ], + "has-tostringtag": [ + "1.0.0" + ], "has-bigints": [ "1.0.2" ], @@ -99351,931 +93077,225 @@ "is-symbol": [ "1.0.4" ], - "set-function-name": [ - "2.0.1" - ], - "define-data-property": [ - "1.1.0" - ], - "functions-have-names": [ - "1.2.3" - ], - "side-channel": [ - "1.0.4" + "isarray": [ + "2.0.5" ], "is-date-object": [ "1.0.5" ], - "minimist": [ - "1.2.8" - ], - "argparse": [ - "1.0.10" + "is-core-module": [ + "2.13.0" ], - "esprima": [ - "4.0.1" + "path-parse": [ + "1.0.7" ], - "sprintf-js": [ - "1.0.3" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "mdn-data": [ - "2.0.4", - "2.0.14" + "loose-envify": [ + "1.4.0" ], - "source-map": [ - "0.6.1" + "object-assign": [ + "4.1.1" ], - "boolbase": [ - "1.0.0" + "react-is": [ + "16.13.1" ], - "css-what": [ - "3.4.2" + "js-tokens": [ + "4.0.0" ], - "domutils": [ - "1.7.0" + "brace-expansion": [ + "1.1.11" ], - "nth-check": [ + "balanced-match": [ "1.0.2" ], - "dom-serializer": [ - "0.2.2" - ], - "domelementtype": [ - "2.3.0", - "1.3.1" + "concat-map": [ + "0.0.1" ], - "entities": [ - "2.2.0" + "array.prototype.flat": [ + "1.3.2" ], - "@types/q": [ - "1.5.6" + "es-shim-unscopables": [ + "1.0.0" ], - "q": [ - "1.5.1" + "asynciterator.prototype": [ + "1.0.0" ], - "ansi-styles": [ - "3.2.1" + "iterator.prototype": [ + "1.1.2" ], - "escape-string-regexp": [ - "1.0.5" + "reflect.getprototypeof": [ + "1.0.4" ], - "supports-color": [ - "5.5.0" + "which-builtin-type": [ + "1.1.3" ], - "has-flag": [ - "3.0.0" + "is-async-function": [ + "2.0.0" ], - "color-convert": [ - "1.9.3" + "is-finalizationregistry": [ + "1.0.2" ], - "color-name": [ - "1.1.3" + "is-generator-function": [ + "1.0.10" ], - "@types/parse-json": [ - "4.0.0" + "which-collection": [ + "1.0.1" ], - "import-fresh": [ - "3.3.0" + "is-map": [ + "2.0.2" ], - "parse-json": [ - "5.2.0" + "is-set": [ + "2.0.2" ], - "path-type": [ - "4.0.0" + "is-weakmap": [ + "2.0.1" ], - "yaml": [ - "1.10.2" + "is-weakset": [ + "2.0.2" ], - "@babel/code-frame": [ - "7.22.13" + "esutils": [ + "2.0.3" ], - "error-ex": [ - "1.3.2" + "@babel/runtime": [ + "7.23.1" ], - "json-parse-even-better-errors": [ - "2.3.1" + "aria-query": [ + "5.3.0" ], - "lines-and-columns": [ - "1.2.4" + "ast-types-flow": [ + "0.0.7" ], - "is-arrayish": [ - "0.2.1" + "axe-core": [ + "4.8.2" ], - "@babel/highlight": [ - "7.22.20" + "axobject-query": [ + "3.2.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "damerau-levenshtein": [ + "1.0.8" ], - "js-tokens": [ - "4.0.0" + "emoji-regex": [ + "9.2.2" ], - "parent-module": [ - "1.0.1" + "language-tags": [ + "1.0.5" ], - "resolve-from": [ - "4.0.0" + "language-subtag-registry": [ + "0.3.22" ], - "callsites": [ - "3.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__string_decoder__1.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__string_decoder__1.3.0__links", - "package": "string_decoder", - "version": "1.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "safe-buffer": "5.2.1" - }, - "transitive_closure": { - "string_decoder": [ - "1.3.0" + "dequal": [ + "2.0.3" ], - "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" + "regenerator-runtime": [ + "0.14.0" ], - "nice-try": [ - "1.0.5" + "@typescript-eslint/experimental-utils": [ + "5.62.0_1767590274" ], - "path-key": [ - "2.0.1" + "array.prototype.findlastindex": [ + "1.2.3" ], - "semver": [ - "5.7.2" + "eslint-import-resolver-node": [ + "0.3.9" ], - "shebang-command": [ - "1.2.0" + "eslint-module-utils": [ + "2.8.0_-1048982895" ], - "which": [ - "1.3.1" + "object.groupby": [ + "1.0.1" ], - "isexe": [ - "2.0.0" + "tsconfig-paths": [ + "3.14.2" ], - "shebang-regex": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__css-loader__6.8.1__webpack_5.88.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-loader__6.8.1__webpack_5.88.2__links", - "package": "css-loader", - "version": "6.8.1_webpack_5.88.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "icss-utils": "5.1.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-modules-extract-imports": "3.0.0_postcss_8.4.31", - "postcss-modules-local-by-default": "4.0.3_postcss_8.4.31", - "postcss-modules-scope": "3.0.0_postcss_8.4.31", - "postcss-modules-values": "4.0.0_postcss_8.4.31", - "postcss-value-parser": "4.2.0", - "semver": "7.5.4", - "webpack": "5.88.2" - }, - "transitive_closure": { - "css-loader": [ - "6.8.1_webpack_5.88.2" + "@types/json5": [ + "0.0.29" ], - "icss-utils": [ - "5.1.0_postcss_8.4.31" + "json5": [ + "2.2.3", + "1.0.2" ], - "postcss": [ - "8.4.31" + "minimist": [ + "1.2.8" ], - "postcss-modules-extract-imports": [ - "3.0.0_postcss_8.4.31" + "strip-bom": [ + "3.0.0" ], - "postcss-modules-local-by-default": [ - "4.0.3_postcss_8.4.31" + "@babel/plugin-syntax-flow": [ + "7.23.3_at_babel_core_7.23.5" ], - "postcss-modules-scope": [ - "3.0.0_postcss_8.4.31" + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.23.5" ], - "postcss-modules-values": [ - "4.0.0_postcss_8.4.31" + "lodash": [ + "4.17.21" ], - "postcss-value-parser": [ - "4.2.0" + "string-natural-compare": [ + "3.0.1" ], - "semver": [ - "7.5.4" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "webpack": [ - "5.88.2" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@types/eslint-scope": [ - "3.7.5" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@types/estree": [ - "1.0.2" + "@babel/plugin-syntax-jsx": [ + "7.23.3_at_babel_core_7.23.5" ], - "@webassemblyjs/ast": [ - "1.11.6" + "@babel/types": [ + "7.23.5" ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "schema-utils": [ - "3.3.0" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ], - "@types/node": [ - "20.8.2" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "merge-stream": [ + "to-fast-properties": [ "2.0.0" ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ], - "lru-cache": [ - "6.0.0" - ], - "yallist": [ - "4.0.0" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__eslint-plugin-import__2.28.1__918111916__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-import__2.28.1__918111916__links", - "package": "eslint-plugin-import", - "version": "2.28.1_918111916", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/parser": "5.44.0_509062556", - "array-includes": "3.1.7", - "array.prototype.findlastindex": "1.2.3", - "array.prototype.flat": "1.3.2", - "array.prototype.flatmap": "1.3.2", - "debug": "3.2.7", - "doctrine": "2.1.0", - "eslint": "8.28.0", - "eslint-import-resolver-node": "0.3.9", - "eslint-module-utils": "2.8.0_2031701610", - "has": "1.0.3", - "is-core-module": "2.13.0", - "is-glob": "4.0.3", - "minimatch": "3.1.2", - "object.fromentries": "2.0.7", - "object.groupby": "1.0.1", - "object.values": "1.1.7", - "semver": "6.3.1", - "tsconfig-paths": "3.14.2" - }, - "transitive_closure": { - "eslint-plugin-import": [ - "2.28.1_918111916" - ], - "@typescript-eslint/parser": [ - "5.44.0_509062556" - ], - "array-includes": [ - "3.1.7" - ], - "array.prototype.findlastindex": [ - "1.2.3" - ], - "array.prototype.flat": [ - "1.3.2" - ], - "array.prototype.flatmap": [ - "1.3.2" - ], - "debug": [ - "4.3.4", - "3.2.7" - ], - "doctrine": [ - "3.0.0", - "2.1.0" - ], - "eslint": [ - "8.28.0" - ], - "eslint-import-resolver-node": [ - "0.3.9" - ], - "eslint-module-utils": [ - "2.8.0_2031701610" - ], - "has": [ - "1.0.3" - ], - "is-core-module": [ - "2.13.0" - ], - "is-glob": [ - "4.0.3" - ], - "minimatch": [ - "3.1.2" - ], - "object.fromentries": [ - "2.0.7" - ], - "object.groupby": [ - "1.0.1" - ], - "object.values": [ - "1.1.7" - ], - "semver": [ - "7.5.4", - "6.3.1" - ], - "tsconfig-paths": [ - "3.14.2" - ], - "@types/json5": [ - "0.0.29" - ], - "json5": [ - "1.0.2" - ], - "minimist": [ - "1.2.8" - ], - "strip-bom": [ - "3.0.0" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.2.1" - ], - "es-abstract": [ - "1.22.2" - ], - "array-buffer-byte-length": [ - "1.0.0" - ], - "arraybuffer.prototype.slice": [ - "1.0.2" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "es-set-tostringtag": [ - "2.0.1" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function.prototype.name": [ - "1.1.6" - ], - "get-intrinsic": [ - "1.2.1" - ], - "get-symbol-description": [ - "1.0.0" - ], - "globalthis": [ - "1.0.3" - ], - "gopd": [ - "1.0.1" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "internal-slot": [ - "1.0.5" - ], - "is-array-buffer": [ - "3.0.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-typed-array": [ - "1.1.12" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.3" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.5.1" - ], - "safe-array-concat": [ - "1.0.1" - ], - "safe-regex-test": [ - "1.0.0" - ], - "string.prototype.trim": [ - "1.2.8" - ], - "string.prototype.trimend": [ - "1.0.7" - ], - "string.prototype.trimstart": [ - "1.0.7" - ], - "typed-array-buffer": [ - "1.0.0" - ], - "typed-array-byte-length": [ - "1.0.0" - ], - "typed-array-byte-offset": [ - "1.0.0" - ], - "typed-array-length": [ - "1.0.4" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-typed-array": [ - "1.1.11" - ], - "for-each": [ - "0.3.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-bigints": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "isarray": [ - "2.0.5" - ], - "set-function-name": [ - "2.0.1" - ], - "define-data-property": [ - "1.1.0" - ], - "functions-have-names": [ - "1.2.3" - ], - "side-channel": [ - "1.0.4" - ], - "function-bind": [ - "1.1.1" - ], - "is-date-object": [ - "1.0.5" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "is-extglob": [ - "2.1.1" - ], - "eslint-import-resolver-typescript": [ - "3.6.1_237066510" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "fast-glob": [ - "3.3.1" - ], - "get-tsconfig": [ - "4.7.2" - ], - "resolve-pkg-maps": [ - "1.0.0" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "glob-parent": [ - "6.0.2", - "5.1.2" - ], - "merge2": [ - "1.4.1" - ], - "micromatch": [ - "4.0.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "graceful-fs": [ - "4.2.11" - ], - "tapable": [ - "2.2.1" - ], - "ms": [ - "2.1.3", - "2.1.2" - ], - "resolve": [ - "1.22.6" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "@eslint-community/regexpp": [ + "4.10.0" ], "@eslint/eslintrc": [ - "1.4.1" + "2.1.4" + ], + "@eslint/js": [ + "8.55.0" ], "@humanwhocodes/config-array": [ - "0.11.11" + "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" ], - "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" ], @@ -100286,16 +93306,11 @@ "5.0.0" ], "globals": [ + "11.12.0", "13.22.0" ], - "grapheme-splitter": [ - "1.0.4" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" + "graphemer": [ + "1.4.0" ], "imurmurhash": [ "0.1.4" @@ -100303,9 +93318,6 @@ "is-path-inside": [ "3.0.3" ], - "js-sdsl": [ - "4.4.2" - ], "js-yaml": [ "4.1.0" ], @@ -100324,15 +93336,9 @@ "optionator": [ "0.9.3" ], - "regexpp": [ - "3.2.0" - ], "strip-ansi": [ "6.0.1" ], - "strip-json-comments": [ - "3.1.1" - ], "text-table": [ "0.2.0" ], @@ -100357,15 +93363,6 @@ "argparse": [ "2.0.1" ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], "type-fest": [ "0.20.2" ], @@ -100420,18 +93417,12 @@ "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" ], @@ -100448,18 +93439,23 @@ "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": [ @@ -100472,167 +93468,65 @@ "4.4.1" ], "punycode": [ - "2.3.0" + "2.3.1" ], "@humanwhocodes/object-schema": [ - "1.2.1" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3" - ], - "typescript": [ - "4.9.3" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "globby": [ - "11.1.0" - ], - "tsutils": [ - "3.21.0_typescript_4.9.3" - ], - "tslib": [ - "1.14.1" - ], - "lru-cache": [ - "6.0.0" - ], - "yallist": [ - "4.0.0" + "2.0.1" ], - "array-union": [ - "2.1.0" + "import-fresh": [ + "3.3.0" ], - "dir-glob": [ - "3.0.1" + "strip-json-comments": [ + "3.1.1" ], - "slash": [ - "3.0.0" + "parent-module": [ + "1.0.1" ], - "path-type": [ + "resolve-from": [ "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__path-is-absolute__1.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__path-is-absolute__1.0.1", - "package": "path-is-absolute", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "url": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__babel-preset-react-app__10.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-react-app__10.0.1__links", - "package": "babel-preset-react-app", - "version": "10.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/plugin-proposal-class-properties": "7.18.6_at_babel_core_7.23.0", - "@babel/plugin-proposal-decorators": "7.23.0_at_babel_core_7.23.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6_at_babel_core_7.23.0", - "@babel/plugin-proposal-numeric-separator": "7.18.6_at_babel_core_7.23.0", - "@babel/plugin-proposal-optional-chaining": "7.21.0_at_babel_core_7.23.0", - "@babel/plugin-proposal-private-methods": "7.18.6_at_babel_core_7.23.0", - "@babel/plugin-proposal-private-property-in-object": "7.21.11_at_babel_core_7.23.0", - "@babel/plugin-transform-flow-strip-types": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-react-display-name": "7.22.5_at_babel_core_7.23.0", - "@babel/plugin-transform-runtime": "7.22.15_at_babel_core_7.23.0", - "@babel/preset-env": "7.22.20_at_babel_core_7.23.0", - "@babel/preset-react": "7.22.15_at_babel_core_7.23.0", - "@babel/preset-typescript": "7.23.0_at_babel_core_7.23.0", - "@babel/runtime": "7.23.1", - "babel-plugin-macros": "3.1.0", - "babel-plugin-transform-react-remove-prop-types": "0.4.24" - }, - "transitive_closure": { - "babel-preset-react-app": [ - "10.0.1" ], - "@babel/core": [ - "7.23.0" + "callsites": [ + "3.1.0" ], "@babel/plugin-proposal-class-properties": [ - "7.18.6_at_babel_core_7.23.0" + "7.18.6_at_babel_core_7.23.5" ], "@babel/plugin-proposal-decorators": [ - "7.23.0_at_babel_core_7.23.0" + "7.23.5_at_babel_core_7.23.5" ], "@babel/plugin-proposal-nullish-coalescing-operator": [ - "7.18.6_at_babel_core_7.23.0" + "7.18.6_at_babel_core_7.23.5" ], "@babel/plugin-proposal-numeric-separator": [ - "7.18.6_at_babel_core_7.23.0" + "7.18.6_at_babel_core_7.23.5" ], "@babel/plugin-proposal-optional-chaining": [ - "7.21.0_at_babel_core_7.23.0" + "7.21.0_at_babel_core_7.23.5" ], "@babel/plugin-proposal-private-methods": [ - "7.18.6_at_babel_core_7.23.0" + "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.0", - "7.21.11_at_babel_core_7.23.0" + "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.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-react-display-name": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-runtime": [ - "7.22.15_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/preset-env": [ - "7.22.20_at_babel_core_7.23.0" + "7.23.5_at_babel_core_7.23.5" ], "@babel/preset-react": [ - "7.22.15_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/preset-typescript": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/runtime": [ - "7.23.1" + "7.23.3_at_babel_core_7.23.5" ], "babel-plugin-macros": [ "3.1.0" @@ -100643,41 +93537,17 @@ "cosmiconfig": [ "7.1.0" ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], "@types/parse-json": [ - "4.0.0" - ], - "import-fresh": [ - "3.3.0" + "4.0.2" ], "parse-json": [ "5.2.0" ], - "path-type": [ - "4.0.0" - ], "yaml": [ "1.10.2" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "error-ex": [ "1.3.2" @@ -100692,70 +93562,23 @@ "0.2.1" ], "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-option": [ - "7.22.15" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.5" ], "@babel/plugin-transform-modules-commonjs": [ - "7.23.0_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-typescript": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "7.23.5_at_babel_core_7.23.5" ], "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "7.22.15_at_babel_core_7.23.5", + "7.23.5_at_babel_core_7.23.5" ], "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/helper-environment-visitor": [ "7.22.20" @@ -100770,7 +93593,7 @@ "7.22.5" ], "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" + "7.22.20_at_babel_core_7.23.5" ], "@babel/helper-skip-transparent-expression-wrappers": [ "7.22.5" @@ -100778,278 +93601,263 @@ "@babel/helper-split-export-declaration": [ "7.22.6" ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "to-fast-properties": [ - "2.0.0" - ], "@babel/template": [ "7.22.15" ], "@babel/parser": [ - "7.23.0" + "7.23.5" ], "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "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.22.15_at_babel_core_7.23.0" - ], "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.23.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/plugin-transform-react-pure-annotations": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-compilation-targets": [ "7.22.15" ], "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.22.15_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.22.15_at_babel_core_7.23.0" + "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.0" + "7.8.4_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-class-static-block": [ - "7.14.5_at_babel_core_7.23.0" + "7.14.5_at_babel_core_7.23.5" ], "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.0" + "7.8.3_at_babel_core_7.23.5" ], "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.0" + "7.8.3_at_babel_core_7.23.5" ], "@babel/plugin-syntax-import-assertions": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-syntax-import-attributes": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_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-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.0" + "7.14.5_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/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.0" + "7.18.6_at_babel_core_7.23.5" ], "@babel/plugin-transform-arrow-functions": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-async-generator-functions": [ - "7.22.15_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-async-to-generator": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-block-scoped-functions": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-block-scoping": [ - "7.23.0_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-class-properties": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-class-static-block": [ - "7.22.11_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-classes": [ - "7.22.15_at_babel_core_7.23.0" + "7.23.5_at_babel_core_7.23.5" ], "@babel/plugin-transform-computed-properties": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-destructuring": [ - "7.23.0_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-dotall-regex": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-duplicate-keys": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-dynamic-import": [ - "7.22.11_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-exponentiation-operator": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-export-namespace-from": [ - "7.22.11_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-for-of": [ - "7.22.15_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-function-name": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-json-strings": [ - "7.22.11_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-literals": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-logical-assignment-operators": [ - "7.22.11_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-member-expression-literals": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-modules-amd": [ - "7.23.0_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-modules-systemjs": [ - "7.23.0_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-modules-umd": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/plugin-transform-new-target": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.22.11_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-numeric-separator": [ - "7.22.11_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-object-rest-spread": [ - "7.22.15_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-object-super": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-optional-catch-binding": [ - "7.22.11_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-optional-chaining": [ - "7.23.0_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-parameters": [ - "7.22.15_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-private-methods": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-private-property-in-object": [ - "7.22.11_at_babel_core_7.23.0" + "7.23.4_at_babel_core_7.23.5" ], "@babel/plugin-transform-property-literals": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-regenerator": [ - "7.22.10_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-reserved-words": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-shorthand-properties": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-spread": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-sticky-regex": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-template-literals": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-typeof-symbol": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-unicode-escapes": [ - "7.22.10_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-unicode-property-regex": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-unicode-regex": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/plugin-transform-unicode-sets-regex": [ - "7.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.0" + "0.1.6-no-external-plugins_at_babel_core_7.23.5" ], "babel-plugin-polyfill-corejs2": [ - "0.4.5_at_babel_core_7.23.0" + "0.4.6_at_babel_core_7.23.5" ], "babel-plugin-polyfill-corejs3": [ - "0.8.4_at_babel_core_7.23.0" + "0.8.6_at_babel_core_7.23.5" ], "babel-plugin-polyfill-regenerator": [ - "0.5.2_at_babel_core_7.23.0" + "0.5.3_at_babel_core_7.23.5" ], "core-js-compat": [ - "3.33.0" + "3.34.0" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -101058,22 +93866,13 @@ "1.0.0" ], "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" - ], - "debug": [ - "4.3.4" + "0.4.3_at_babel_core_7.23.5" ], "lodash.debounce": [ "4.0.8" ], - "ms": [ - "2.1.2" - ], - "esutils": [ - "2.0.3" - ], "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "7.22.15_at_babel_core_7.23.5" ], "regexpu-core": [ "5.3.2" @@ -101115,38 +93914,41 @@ "@babel/helper-builder-binary-assignment-operator-visitor": [ "7.22.15" ], - "globals": [ - "11.12.0" - ], "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.0" + "7.22.20_at_babel_core_7.23.5" ], "@babel/helper-wrap-function": [ "7.22.20" ], - "lru-cache": [ - "5.1.1" + "@babel/plugin-syntax-decorators": [ + "7.23.3_at_babel_core_7.23.5" ], - "yallist": [ - "3.1.1" + "@typescript-eslint/type-utils": [ + "5.44.0_1767590274" ], - "@babel/plugin-syntax-flow": [ - "7.22.5_at_babel_core_7.23.0" + "natural-compare-lite": [ + "1.4.0" ], - "@babel/plugin-syntax-decorators": [ - "7.22.10_at_babel_core_7.23.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.0" + "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" @@ -101154,9 +93956,6 @@ "gensync": [ "1.0.0-beta.2" ], - "json5": [ - "2.2.3" - ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -101180,20 +93979,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__dedent__0.7.0__links": { + "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__dedent__0.7.0__links", - "package": "dedent", - "version": "0.7.0", + "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": { - "dedent": [ - "0.7.0" + "@vue/devtools-api": [ + "6.5.0" ] }, "lifecycle_build_target": false, @@ -101203,20 +94027,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__harmony-reflect__1.6.2__links": { + "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__harmony-reflect__1.6.2__links", - "package": "harmony-reflect", - "version": "1.6.2", - "dev": false, + "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": { - "harmony-reflect": [ - "1.6.2" + "kind-of": [ + "6.0.3" ] }, "lifecycle_build_target": false, @@ -101226,18 +94050,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webidl-conversions__6.1.0": { + "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__webidl-conversions__6.1.0", - "package": "webidl-conversions", - "version": "6.1.0", + "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-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", - "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", + "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": [], @@ -101251,18 +94075,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_aria-query__5.0.2": { + "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__at_types_aria-query__5.0.2", - "package": "@types/aria-query", - "version": "5.0.2", + "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-PHKZuMN+K5qgKIWhBodXzQslTo5P+K/6LqeKXS6O/4liIDdZqaX5RXrCK++LAw+y/nptN48YmUMFiQHRSWYwtQ==", - "url": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.2.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "url": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -101276,41 +94100,18 @@ "generate_bzl_library_targets": false } }, - "npm__xml__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__xml__1.0.1__links", - "package": "xml", - "version": "1.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "xml": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__leven__3.1.0": { + "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__leven__3.1.0", - "package": "leven", - "version": "3.1.0", + "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-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", - "url": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "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": [], @@ -101324,18 +94125,18 @@ "generate_bzl_library_targets": false } }, - "npm__yocto-queue__0.1.0": { + "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__yocto-queue__0.1.0", - "package": "yocto-queue", - "version": "0.1.0", + "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-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "url": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "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": [], @@ -101349,37 +94150,180 @@ "generate_bzl_library_targets": false } }, - "npm__pretty-format__24.9.0__links": { + "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__pretty-format__24.9.0__links", - "package": "pretty-format", - "version": "24.9.0", - "dev": false, + "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": { - "@jest/types": "24.9.0", - "ansi-regex": "4.1.1", - "ansi-styles": "3.2.1", - "react-is": "16.13.1" + "@babel/core": "7.23.5", + "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "pretty-format": [ - "24.9.0" + "@babel/plugin-transform-react-pure-annotations": [ + "7.23.3_at_babel_core_7.23.5" ], - "@jest/types": [ - "24.9.0" + "@babel/core": [ + "7.23.5" ], - "ansi-regex": [ - "4.1.1" + "@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" ], - "react-is": [ - "16.13.1" + "escape-string-regexp": [ + "1.0.5" + ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" ], "color-convert": [ "1.9.3" @@ -101387,20 +94331,8 @@ "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" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -101410,25 +94342,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__domhandler__4.3.1__links": { + "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__domhandler__4.3.1__links", - "package": "domhandler", - "version": "4.3.1", - "dev": false, + "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": { - "domelementtype": "2.3.0" - }, + "deps": {}, "transitive_closure": { - "domhandler": [ - "4.3.1" - ], - "domelementtype": [ - "2.3.0" + "@leichtgewicht/ip-codec": [ + "2.0.4" ] }, "lifecycle_build_target": false, @@ -101438,20 +94365,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__lilconfig__2.1.0__links": { + "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__lilconfig__2.1.0__links", - "package": "lilconfig", - "version": "2.1.0", - "dev": false, + "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": { - "lilconfig": [ - "2.1.0" + "cookie": [ + "0.5.0" ] }, "lifecycle_build_target": false, @@ -101461,51 +94388,235 @@ "npm_translate_lock_repo": "npm" } }, - "npm__isarray__2.0.5__links": { + "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__isarray__2.0.5__links", - "package": "isarray", - "version": "2.0.5", - "dev": false, + "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": { - "isarray": [ - "2.0.5" + "esbuild-windows-arm64": [ + "0.15.18" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__thenify-all__1.6.0__links": { + "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__thenify-all__1.6.0__links", - "package": "thenify-all", - "version": "1.6.0", - "dev": false, + "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": { - "thenify": "3.3.1" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "thenify-all": [ - "1.6.0" + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.5" ], - "thenify": [ - "3.3.1" + "@babel/core": [ + "7.23.5" ], - "any-promise": [ - "1.3.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/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, @@ -101515,41 +94626,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-number__6.0.0__links": { + "npm__whatwg-encoding__2.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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__for-each__0.3.3": { + "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__for-each__0.3.3", - "package": "for-each", - "version": "0.3.3", + "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-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", - "url": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "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": [], @@ -101563,18 +94676,18 @@ "generate_bzl_library_targets": false } }, - "npm__import-local__3.1.0": { + "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__import-local__3.1.0", - "package": "import-local", - "version": "3.1.0", + "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-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "url": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==", + "url": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -101588,18 +94701,41 @@ "generate_bzl_library_targets": false } }, - "npm__update-browserslist-db__1.0.13__browserslist_4.22.1": { + "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__update-browserslist-db__1.0.13__browserslist_4.22.1", - "package": "update-browserslist-db", - "version": "1.0.13_browserslist_4.22.1", + "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-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", - "url": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "url": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -101613,192 +94749,220 @@ "generate_bzl_library_targets": false } }, - "npm__object.values__1.1.7__links": { + "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__object.values__1.1.7__links", - "package": "object.values", - "version": "1.1.7", - "dev": false, + "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": { - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "es-abstract": "1.22.2" + "@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": { - "object.values": [ - "1.1.7" + "@babel/plugin-transform-object-rest-spread": [ + "7.23.4_at_babel_core_7.23.5" ], - "call-bind": [ - "1.0.2" + "@babel/compat-data": [ + "7.23.5" ], - "define-properties": [ - "1.2.1" + "@babel/core": [ + "7.23.5" ], - "es-abstract": [ - "1.22.2" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "array-buffer-byte-length": [ - "1.0.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "arraybuffer.prototype.slice": [ - "1.0.2" + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.5" ], - "available-typed-arrays": [ - "1.0.5" + "@babel/plugin-transform-parameters": [ + "7.23.3_at_babel_core_7.23.5" ], - "es-set-tostringtag": [ - "2.0.1" + "@babel/helper-validator-option": [ + "7.23.5" ], - "es-to-primitive": [ - "1.2.1" + "browserslist": [ + "4.22.2" ], - "function.prototype.name": [ - "1.1.6" + "lru-cache": [ + "5.1.1" ], - "get-intrinsic": [ - "1.2.1" + "semver": [ + "6.3.1" ], - "get-symbol-description": [ - "1.0.0" + "yallist": [ + "3.1.1" ], - "globalthis": [ - "1.0.3" + "caniuse-lite": [ + "1.0.30001566" ], - "gopd": [ - "1.0.1" + "electron-to-chromium": [ + "1.4.608" ], - "has": [ - "1.0.3" + "node-releases": [ + "2.0.14" ], - "has-property-descriptors": [ - "1.0.0" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "has-proto": [ - "1.0.1" + "escalade": [ + "3.1.1" ], - "has-symbols": [ - "1.0.3" + "picocolors": [ + "1.0.0" ], - "internal-slot": [ - "1.0.5" + "@ampproject/remapping": [ + "2.2.1" ], - "is-array-buffer": [ - "3.0.2" + "@babel/code-frame": [ + "7.23.5" ], - "is-callable": [ - "1.2.7" + "@babel/generator": [ + "7.23.5" ], - "is-negative-zero": [ - "2.0.2" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "is-regex": [ - "1.1.4" + "@babel/helpers": [ + "7.23.5" ], - "is-shared-array-buffer": [ - "1.0.2" + "@babel/parser": [ + "7.23.5" ], - "is-string": [ - "1.0.7" + "@babel/template": [ + "7.22.15" ], - "is-typed-array": [ - "1.1.12" + "@babel/traverse": [ + "7.23.5" ], - "is-weakref": [ - "1.0.2" + "@babel/types": [ + "7.23.5" ], - "object-inspect": [ - "1.12.3" + "convert-source-map": [ + "2.0.0" ], - "object-keys": [ - "1.1.1" + "debug": [ + "4.3.4" ], - "object.assign": [ - "4.1.4" + "gensync": [ + "1.0.0-beta.2" ], - "regexp.prototype.flags": [ - "1.5.1" + "json5": [ + "2.2.3" ], - "safe-array-concat": [ - "1.0.1" + "ms": [ + "2.1.2" ], - "safe-regex-test": [ - "1.0.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "string.prototype.trim": [ - "1.2.8" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "string.prototype.trimend": [ - "1.0.7" + "to-fast-properties": [ + "2.0.0" ], - "string.prototype.trimstart": [ - "1.0.7" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "typed-array-buffer": [ - "1.0.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "typed-array-byte-length": [ - "1.0.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "typed-array-byte-offset": [ - "1.0.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "typed-array-length": [ - "1.0.4" + "globals": [ + "11.12.0" ], - "unbox-primitive": [ - "1.0.2" + "@babel/helper-module-imports": [ + "7.22.15" ], - "which-typed-array": [ - "1.1.11" + "@babel/helper-simple-access": [ + "7.22.5" ], - "for-each": [ + "@jridgewell/gen-mapping": [ "0.3.3" ], - "has-tostringtag": [ - "1.0.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "has-bigints": [ - "1.0.2" + "jsesc": [ + "2.5.2" ], - "which-boxed-primitive": [ - "1.0.2" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "is-bigint": [ - "1.0.4" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "is-boolean-object": [ + "@jridgewell/set-array": [ "1.1.2" ], - "is-number-object": [ - "1.0.7" + "@babel/highlight": [ + "7.23.4" ], - "is-symbol": [ - "1.0.4" + "chalk": [ + "2.4.2" ], - "isarray": [ - "2.0.5" + "ansi-styles": [ + "3.2.1" ], - "set-function-name": [ - "2.0.1" + "escape-string-regexp": [ + "1.0.5" ], - "define-data-property": [ - "1.1.0" + "supports-color": [ + "5.5.0" ], - "functions-have-names": [ - "1.2.3" + "has-flag": [ + "3.0.0" ], - "side-channel": [ - "1.0.4" + "color-convert": [ + "1.9.3" ], - "function-bind": [ - "1.1.1" + "color-name": [ + "1.1.3" ], - "is-date-object": [ - "1.0.5" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -101808,63 +94972,29 @@ "npm_translate_lock_repo": "npm" } }, - "npm__camel-case__4.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__camel-case__4.1.2", - "package": "camel-case", - "version": "4.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", - "url": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-modules-values__4.0.0__postcss_8.4.31__links": { + "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__postcss-modules-values__4.0.0__postcss_8.4.31__links", - "package": "postcss-modules-values", - "version": "4.0.0_postcss_8.4.31", + "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": { - "icss-utils": "5.1.0_postcss_8.4.31", - "postcss": "8.4.31" + "@jridgewell/resolve-uri": "3.1.1", + "@jridgewell/sourcemap-codec": "1.4.15" }, "transitive_closure": { - "postcss-modules-values": [ - "4.0.0_postcss_8.4.31" - ], - "icss-utils": [ - "5.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "picocolors": [ - "1.0.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "source-map-js": [ - "1.0.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ] }, "lifecycle_build_target": false, @@ -101874,43 +95004,22 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jsonpath__1.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsonpath__1.1.1", - "package": "jsonpath", - "version": "1.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==", - "url": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__whatwg-mimetype__3.0.0": { + "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__whatwg-mimetype__3.0.0", - "package": "whatwg-mimetype", - "version": "3.0.0", + "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": {}, - "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", - "url": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", + "link_packages": { + "vue": [ + "vue" + ] + }, + "integrity": "sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==", + "url": "https://registry.npmjs.org/vue/-/vue-3.2.45.tgz", "commit": "", "patch_args": [], "patches": [], @@ -101924,147 +95033,1141 @@ "generate_bzl_library_targets": false } }, - "npm__at_swc_core-linux-x64-gnu__1.3.100__links": { + "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__at_swc_core-linux-x64-gnu__1.3.100__links", - "package": "@swc/core-linux-x64-gnu", - "version": "1.3.100", + "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": { - "@swc/core-linux-x64-gnu": [ - "1.3.100" + "concat-map": [ + "0.0.1" ] }, - "lifecycle_build_target": true, + "lifecycle_build_target": false, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], + "lifecycle_hooks_execution_requirements": [], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_pmmmwh_react-refresh-webpack-plugin__0.5.11__-2131594514__links": { + "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__at_pmmmwh_react-refresh-webpack-plugin__0.5.11__-2131594514__links", - "package": "@pmmmwh/react-refresh-webpack-plugin", - "version": "0.5.11_-2131594514", - "dev": false, + "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": { - "ansi-html-community": "0.0.8", - "common-path-prefix": "3.0.0", - "core-js-pure": "3.33.0", - "error-stack-parser": "2.1.4", - "find-up": "5.0.0", - "html-entities": "2.4.0", - "loader-utils": "2.0.4", - "react-refresh": "0.11.0", - "schema-utils": "3.3.0", - "source-map": "0.7.4", - "webpack": "5.88.2", - "webpack-dev-server": "4.15.1_webpack_5.88.2" + "@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": { - "@pmmmwh/react-refresh-webpack-plugin": [ - "0.5.11_-2131594514" - ], - "ansi-html-community": [ - "0.0.8" - ], - "common-path-prefix": [ - "3.0.0" - ], - "core-js-pure": [ - "3.33.0" + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" ], - "error-stack-parser": [ - "2.1.4" + "@types/express": [ + "4.17.18" ], - "find-up": [ - "5.0.0" + "@types/http-proxy": [ + "1.17.12" ], - "html-entities": [ - "2.4.0" + "http-proxy": [ + "1.18.1" ], - "loader-utils": [ - "2.0.4" + "is-glob": [ + "4.0.3" ], - "react-refresh": [ - "0.11.0" + "is-plain-obj": [ + "3.0.0" ], - "schema-utils": [ - "4.2.0", - "3.3.0" + "micromatch": [ + "4.0.5" ], - "source-map": [ - "0.6.1", - "0.7.4" + "braces": [ + "3.0.2" ], - "webpack": [ - "5.88.2" + "picomatch": [ + "2.3.1" ], - "webpack-dev-server": [ - "4.15.1_webpack_5.88.2" + "fill-range": [ + "7.0.1" ], - "@types/bonjour": [ - "3.5.11" + "to-regex-range": [ + "5.0.1" ], - "@types/connect-history-api-fallback": [ - "1.5.1" + "is-number": [ + "7.0.0" ], - "@types/express": [ - "4.17.18" + "is-extglob": [ + "2.1.1" ], - "@types/serve-index": [ - "1.9.2" + "eventemitter3": [ + "4.0.7" ], - "@types/serve-static": [ + "follow-redirects": [ "1.15.3" ], - "@types/sockjs": [ - "0.3.34" - ], - "@types/ws": [ - "8.5.6" + "requires-port": [ + "1.0.0" ], - "bonjour-service": [ - "1.1.1" + "@types/node": [ + "18.11.9" ], - "chokidar": [ - "3.5.3" + "@types/body-parser": [ + "1.19.3" ], - "colorette": [ - "2.0.20" + "@types/express-serve-static-core": [ + "4.17.37" ], - "compression": [ - "1.7.4" + "@types/qs": [ + "6.9.8" ], - "connect-history-api-fallback": [ - "2.0.0" + "@types/serve-static": [ + "1.15.3" ], - "default-gateway": [ - "6.0.3" + "@types/http-errors": [ + "2.0.2" ], - "express": [ - "4.18.2" + "@types/mime": [ + "1.3.3", + "3.0.2" ], - "graceful-fs": [ - "4.2.11" + "@types/range-parser": [ + "1.2.5" ], - "http-proxy-middleware": [ - "2.0.6_at_types_express_4.17.18" + "@types/send": [ + "0.17.2" ], - "ipaddr.js": [ - "1.9.1", + "@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": [ @@ -102092,7 +96195,7 @@ "4.0.2" ], "webpack-dev-middleware": [ - "5.3.3_webpack_5.88.2" + "5.3.3_webpack_5.89.0" ], "ws": [ "8.14.2" @@ -102100,15 +96203,9 @@ "memfs": [ "3.5.3" ], - "mime-types": [ - "2.1.35" - ], "range-parser": [ "1.2.1" ], - "mime-db": [ - "1.52.0" - ], "fs-monkey": [ "1.0.5" ], @@ -102253,7 +96350,7 @@ "4.4.1" ], "punycode": [ - "2.3.0" + "2.3.1" ], "glob": [ "7.2.3" @@ -102349,7 +96446,6 @@ "1.0.0" ], "@types/node": [ - "20.8.2", "18.11.9" ], "array-flatten": [ @@ -102477,9 +96573,6 @@ "execa": [ "5.1.1" ], - "cross-spawn": [ - "7.0.3" - ], "get-stream": [ "6.0.1" ], @@ -102510,23 +96603,14 @@ "path-key": [ "3.1.1" ], - "shebang-command": [ - "2.0.0" + "compressible": [ + "2.0.18" ], - "which": [ - "2.0.2" + "on-headers": [ + "1.0.2" ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "compressible": [ - "2.0.18" - ], - "on-headers": [ - "1.0.2" + "mime-db": [ + "1.52.0" ], "anymatch": [ "3.1.3" @@ -102589,72 +96673,63 @@ "@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" + "resolve": [ + "1.22.6" ], - "acorn": [ - "8.10.0" + "is-core-module": [ + "2.13.0" ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" + "path-parse": [ + "1.0.7" ], - "browserslist": [ - "4.22.1" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "chrome-trace-event": [ - "1.0.3" + "pkg-dir": [ + "4.2.0" ], - "enhanced-resolve": [ - "5.15.0" + "resolve-cwd": [ + "3.0.0" ], - "es-module-lexer": [ - "1.3.1" + "resolve-from": [ + "5.0.0" ], - "eslint-scope": [ - "5.1.1" + "find-up": [ + "4.1.0" ], - "events": [ - "3.3.0" + "locate-path": [ + "5.0.0" ], - "glob-to-regexp": [ - "0.4.1" + "path-exists": [ + "4.0.0" ], - "json-parse-even-better-errors": [ - "2.3.1" + "p-locate": [ + "4.1.0" ], - "loader-runner": [ - "4.3.0" + "p-limit": [ + "2.3.0" ], - "neo-async": [ - "2.6.2" + "p-try": [ + "2.2.0" ], - "tapable": [ - "2.2.1" + "shebang-command": [ + "2.0.0" ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" + "which": [ + "2.0.2" ], - "watchpack": [ - "2.4.0" + "isexe": [ + "2.0.0" ], - "webpack-sources": [ - "3.2.3" + "shebang-regex": [ + "3.0.0" ], "@jridgewell/trace-mapping": [ "0.3.19" ], + "@swc/core": [ + "1.3.100" + ], "jest-worker": [ "27.5.1" ], @@ -102667,15 +96742,15 @@ "@jridgewell/source-map": [ "0.3.5" ], - "commander": [ - "2.20.3" - ], "source-map-support": [ "0.5.21" ], "buffer-from": [ "1.1.2" ], + "source-map": [ + "0.6.1" + ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -102694,9 +96769,45 @@ "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" ], @@ -102764,35 +96875,80 @@ "@types/eslint": [ "8.44.3" ], - "fast-json-stable-stringify": [ - "2.1.0" + "renderkid": [ + "3.0.0" ], - "big.js": [ - "5.2.2" + "css-select": [ + "4.3.0" ], - "emojis-list": [ - "3.0.0" + "dom-converter": [ + "0.2.0" ], - "json5": [ - "2.2.3" + "htmlparser2": [ + "6.1.0" ], - "locate-path": [ - "6.0.0" + "strip-ansi": [ + "6.0.1" ], - "path-exists": [ - "4.0.0" + "ansi-regex": [ + "5.0.1" ], - "p-locate": [ - "5.0.0" + "domelementtype": [ + "2.3.0" ], - "p-limit": [ - "3.1.0" + "domhandler": [ + "4.3.1" ], - "yocto-queue": [ - "0.1.0" + "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" ], - "stackframe": [ - "1.3.4" + "no-case": [ + "3.0.4" + ], + "lower-case": [ + "2.0.2" + ], + "pascal-case": [ + "3.1.2" ] }, "lifecycle_build_target": false, @@ -102802,75 +96958,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-normalize-string__5.1.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-string__5.1.0__postcss_8.4.31", - "package": "postcss-normalize-string", - "version": "5.1.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", - "url": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_eslint-scope__3.7.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_eslint-scope__3.7.5", - "package": "@types/eslint-scope", - "version": "3.7.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==", - "url": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__for-each__0.3.3__links": { + "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__for-each__0.3.3__links", - "package": "for-each", - "version": "0.3.3", - "dev": false, + "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": { - "is-callable": "1.2.7" - }, + "deps": {}, "transitive_closure": { - "for-each": [ - "0.3.3" - ], - "is-callable": [ - "1.2.7" + "rrweb-cssom": [ + "0.6.0" ] }, "lifecycle_build_target": false, @@ -102880,20 +96981,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__type-fest__0.20.2__links": { + "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__type-fest__0.20.2__links", - "package": "type-fest", - "version": "0.20.2", - "dev": false, + "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": { - "type-fest": [ - "0.20.2" + "react-refresh": [ + "0.14.0" ] }, "lifecycle_build_target": false, @@ -102903,52 +97004,42 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_apideck_better-ajv-errors__0.3.6__ajv_8.12.0__links": { + "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__at_apideck_better-ajv-errors__0.3.6__ajv_8.12.0__links", - "package": "@apideck/better-ajv-errors", - "version": "0.3.6_ajv_8.12.0", - "dev": false, + "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": { - "ajv": "8.12.0", - "json-schema": "0.4.0", - "jsonpointer": "5.0.1", - "leven": "3.1.0" + "faye-websocket": "0.11.4", + "uuid": "8.3.2", + "websocket-driver": "0.7.4" }, "transitive_closure": { - "@apideck/better-ajv-errors": [ - "0.3.6_ajv_8.12.0" - ], - "ajv": [ - "8.12.0" - ], - "json-schema": [ - "0.4.0" - ], - "jsonpointer": [ - "5.0.1" + "sockjs": [ + "0.3.24" ], - "leven": [ - "3.1.0" + "faye-websocket": [ + "0.11.4" ], - "fast-deep-equal": [ - "3.1.3" + "uuid": [ + "8.3.2" ], - "json-schema-traverse": [ - "1.0.0" + "websocket-driver": [ + "0.7.4" ], - "require-from-string": [ - "2.0.2" + "http-parser-js": [ + "0.5.8" ], - "uri-js": [ - "4.4.1" + "safe-buffer": [ + "5.2.1" ], - "punycode": [ - "2.3.0" + "websocket-extensions": [ + "0.1.4" ] }, "lifecycle_build_target": false, @@ -102958,76 +97049,134 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-optional-chaining__7.23.0__at_babel_core_7.23.0__links": { + "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-transform-optional-chaining__7.23.0__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-optional-chaining", - "version": "7.23.0_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-skip-transparent-expression-wrappers": "7.22.5", - "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.23.0" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/plugin-transform-optional-chaining": [ - "7.23.0_at_babel_core_7.23.0" + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "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.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -103047,6 +97196,15 @@ "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" ], @@ -103069,13 +97227,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -103084,16 +97242,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -103120,7 +97278,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -103154,54 +97312,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__domutils__1.7.0__links": { + "npm__readable-stream__3.6.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__domutils__1.7.0__links", - "package": "domutils", - "version": "1.7.0", - "dev": false, + "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": {}, - "deps": { - "dom-serializer": "0.2.2", - "domelementtype": "1.3.1" - }, - "transitive_closure": { - "domutils": [ - "1.7.0" - ], - "dom-serializer": [ - "0.2.2" - ], - "domelementtype": [ - "2.3.0", - "1.3.1" - ], - "entities": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__eslint-utils__3.0.0__eslint_8.55.0": { + "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__eslint-utils__3.0.0__eslint_8.55.0", - "package": "eslint-utils", - "version": "3.0.0_eslint_8.55.0", + "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-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -103215,167 +97362,328 @@ "generate_bzl_library_targets": false } }, - "npm__safe-buffer__5.1.2__links": { + "npm__resolve-from__4.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__safe-buffer__5.1.2__links", - "package": "safe-buffer", - "version": "5.1.2", - "dev": false, + "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": {}, - "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" + "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__available-typed-arrays__1.0.5__links": { + "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_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__available-typed-arrays__1.0.5__links", - "package": "available-typed-arrays", - "version": "1.0.5", - "dev": false, + "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": {}, - "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" + "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_babel_plugin-transform-async-to-generator__7.22.5__at_babel_core_7.23.0__links": { + "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_babel_plugin-transform-async-to-generator__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-async-to-generator", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-module-imports": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-remap-async-to-generator": "7.22.20_at_babel_core_7.23.0" + "@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": { - "@babel/plugin-transform-async-to-generator": [ - "7.22.5_at_babel_core_7.23.0" + "@jest/reporters": [ + "29.7.0" ], - "@babel/core": [ - "7.23.0" + "@bcoe/v8-coverage": [ + "0.2.3" ], - "@babel/helper-module-imports": [ - "7.22.15" + "@jest/console": [ + "29.7.0" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@jest/test-result": [ + "29.7.0" ], - "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.0" + "@jest/transform": [ + "29.7.0" ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "@jest/types": [ + "29.6.3" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@babel/helper-wrap-function": [ - "7.22.20" + "@types/node": [ + "18.11.9" ], - "@babel/helper-function-name": [ - "7.23.0" + "chalk": [ + "2.4.2", + "4.1.2" ], - "@babel/template": [ - "7.22.15" + "collect-v8-coverage": [ + "1.0.2" ], - "@babel/types": [ - "7.23.0" + "exit": [ + "0.1.2" ], - "@babel/helper-string-parser": [ - "7.22.5" + "glob": [ + "7.2.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "graceful-fs": [ + "4.2.11" ], - "to-fast-properties": [ + "istanbul-lib-coverage": [ + "3.2.0" + ], + "istanbul-lib-instrument": [ + "5.2.1", + "6.0.0" + ], + "istanbul-lib-report": [ + "3.0.1" + ], + "istanbul-lib-source-maps": [ + "4.0.1" + ], + "istanbul-reports": [ + "3.1.6" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "jest-worker": [ + "29.7.0" + ], + "slash": [ + "3.0.0" + ], + "string-length": [ + "4.0.2" + ], + "strip-ansi": [ + "6.0.1" + ], + "v8-to-istanbul": [ + "9.1.0" + ], + "@types/istanbul-lib-coverage": [ + "2.0.4" + ], + "convert-source-map": [ + "2.0.0", + "1.9.0" + ], + "ansi-regex": [ + "5.0.1" + ], + "char-regex": [ + "1.0.2" + ], + "merge-stream": [ "2.0.0" ], + "supports-color": [ + "7.2.0", + "5.5.0", + "8.1.1" + ], + "has-flag": [ + "3.0.0", + "4.0.0" + ], + "ci-info": [ + "3.8.0" + ], + "picomatch": [ + "2.3.1" + ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], - "@babel/parser": [ - "7.23.0" + "@types/stack-utils": [ + "2.0.1" ], - "@babel/highlight": [ - "7.22.20" + "micromatch": [ + "4.0.5" ], - "chalk": [ - "2.4.2" + "pretty-format": [ + "29.7.0" ], - "ansi-styles": [ - "3.2.1" + "stack-utils": [ + "2.0.6" ], "escape-string-regexp": [ - "1.0.5" + "1.0.5", + "2.0.0" ], - "supports-color": [ - "5.5.0" + "@jest/schemas": [ + "29.6.3" ], - "has-flag": [ - "3.0.0" + "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.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" - ], - "@babel/traverse": [ - "7.23.0" + "7.23.5" ], - "convert-source-map": [ - "2.0.0" + "@babel/template": [ + "7.22.15" ], - "debug": [ - "4.3.4" + "@babel/traverse": [ + "7.23.5" ], "gensync": [ "1.0.0-beta.2" @@ -103383,11 +97691,11 @@ "json5": [ "2.2.3" ], - "semver": [ - "6.3.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "ms": [ - "2.1.2" + "@babel/helper-function-name": [ + "7.23.0" ], "@babel/helper-hoist-variables": [ "7.22.5" @@ -103398,35 +97706,32 @@ "globals": [ "11.12.0" ], + "@babel/helper-module-imports": [ + "7.22.15" + ], "@babel/helper-simple-access": [ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" + "4.22.2" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -103437,169 +97742,161 @@ "@jridgewell/gen-mapping": [ "0.3.3" ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], "jsesc": [ "2.5.2" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@jridgewell/set-array": [ + "1.1.2" ], "@jridgewell/sourcemap-codec": [ "1.4.15" ], - "@jridgewell/set-array": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__faye-websocket__0.11.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__faye-websocket__0.11.4", - "package": "faye-websocket", - "version": "0.11.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", - "url": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-validate__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-validate__29.7.0", - "package": "jest-validate", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", - "url": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_test-result__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-result__27.5.1", - "package": "@jest/test-result", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", - "url": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__pretty-error__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pretty-error__4.0.0__links", - "package": "pretty-error", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "lodash": "4.17.21", - "renderkid": "3.0.0" - }, - "transitive_closure": { - "pretty-error": [ - "4.0.0" + "fs.realpath": [ + "1.0.0" ], - "lodash": [ - "4.17.21" + "inflight": [ + "1.0.6" ], - "renderkid": [ - "3.0.0" + "inherits": [ + "2.0.4" ], - "css-select": [ - "4.3.0" + "minimatch": [ + "3.1.2" ], - "dom-converter": [ - "0.2.0" + "once": [ + "1.4.0" ], - "htmlparser2": [ - "6.1.0" + "path-is-absolute": [ + "1.0.1" ], - "strip-ansi": [ - "6.0.1" + "wrappy": [ + "1.0.2" ], - "ansi-regex": [ - "5.0.1" + "brace-expansion": [ + "1.1.11" ], - "domelementtype": [ - "2.3.0" + "balanced-match": [ + "1.0.2" ], - "domhandler": [ - "4.3.1" + "concat-map": [ + "0.0.1" ], - "domutils": [ - "2.8.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "entities": [ - "2.2.0" + "@types/istanbul-reports": [ + "3.0.2" ], - "dom-serializer": [ - "1.4.1" + "@types/yargs": [ + "17.0.26" ], - "utila": [ - "0.4.0" + "@types/yargs-parser": [ + "21.0.1" ], - "boolbase": [ - "1.0.0" + "@types/istanbul-lib-report": [ + "3.0.1" ], - "css-what": [ - "6.1.0" + "babel-plugin-istanbul": [ + "6.1.1" ], - "nth-check": [ + "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, @@ -103609,18 +97906,76 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-scope__5.1.1": { + "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__eslint-scope__5.1.1", - "package": "eslint-scope", - "version": "5.1.1", + "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-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "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": [], @@ -103634,18 +97989,18 @@ "generate_bzl_library_targets": false } }, - "npm__lru-cache__6.0.0": { + "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__lru-cache__6.0.0", - "package": "lru-cache", - "version": "6.0.0", + "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-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "url": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -103659,18 +98014,18 @@ "generate_bzl_library_targets": false } }, - "npm__object.assign__4.1.4": { + "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__object.assign__4.1.4", - "package": "object.assign", - "version": "4.1.4", + "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-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", - "url": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "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": [], @@ -103684,25 +98039,84 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_graceful-fs__4.1.7__links": { + "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_types_graceful-fs__4.1.7__links", - "package": "@types/graceful-fs", - "version": "4.1.7", + "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": { - "@types/node": "18.11.9" + "@babel/types": "7.23.5" }, "transitive_closure": { - "@types/graceful-fs": [ - "4.1.7" + "@babel/parser": [ + "7.23.0" ], - "@types/node": [ - "18.11.9" + "@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, @@ -103712,45 +98126,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__side-channel__1.0.4__links": { + "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__side-channel__1.0.4__links", - "package": "side-channel", - "version": "1.0.4", - "dev": false, + "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": { - "call-bind": "1.0.2", - "get-intrinsic": "1.2.1", - "object-inspect": "1.12.3" - }, + "deps": {}, "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" + "json-schema-traverse": [ + "0.4.1" ] }, "lifecycle_build_target": false, @@ -103760,199 +98149,88 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_typescript-eslint_type-utils__5.44.0__1767590274__links": { + "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_typescript-eslint_type-utils__5.44.0__1767590274__links", - "package": "@typescript-eslint/type-utils", - "version": "5.44.0_1767590274", - "dev": false, + "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": { - "@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" + "@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": { - "@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" + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" ], - "tslib": [ - "1.14.1" + "@webassemblyjs/ast": [ + "1.11.6" ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" + "@webassemblyjs/helper-buffer": [ + "1.11.6" ], - "@eslint-community/regexpp": [ - "4.10.0" + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" ], - "@eslint/eslintrc": [ - "2.1.4" + "@webassemblyjs/wasm-gen": [ + "1.11.6" ], - "@eslint/js": [ - "8.55.0" + "@webassemblyjs/ieee754": [ + "1.11.6" ], - "@humanwhocodes/config-array": [ - "0.11.13" + "@webassemblyjs/leb128": [ + "1.11.6" ], - "@humanwhocodes/module-importer": [ - "1.0.1" + "@webassemblyjs/utf8": [ + "1.11.6" ], - "@nodelib/fs.walk": [ - "1.2.8" + "@xtuc/long": [ + "4.2.2" ], - "@ungap/structured-clone": [ + "@xtuc/ieee754": [ "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" + "@webassemblyjs/helper-numbers": [ + "1.11.6" ], - "file-entry-cache": [ - "6.0.1" + "@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" ], - "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" ], @@ -103967,202 +98245,6 @@ ], "yocto-queue": [ "0.1.0" - ], - "flat-cache": [ - "3.1.0" - ], - "flatted": [ - "3.2.9" - ], - "keyv": [ - "4.5.3" - ], - "rimraf": [ - "3.0.2" - ], - "glob": [ - "7.2.3" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "json-buffer": [ - "3.0.1" - ], - "estraverse": [ - "4.3.0", - "5.3.0" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "esrecurse": [ - "4.3.0" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "ansi-styles": [ - "4.3.0" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "@humanwhocodes/object-schema": [ - "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, @@ -104172,68 +98254,50 @@ "npm_translate_lock_repo": "npm" } }, - "npm__prompts__2.4.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__prompts__2.4.2", - "package": "prompts", - "version": "2.4.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "url": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-calc__8.2.4__postcss_8.4.31": { + "npm__why-is-node-running__2.2.2__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-calc__8.2.4__postcss_8.4.31", - "package": "postcss-calc", - "version": "8.2.4_postcss_8.4.31", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", - "url": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__at_jest_source-map__29.6.3": { + "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__at_jest_source-map__29.6.3", - "package": "@jest/source-map", - "version": "29.6.3", + "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-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", - "url": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "url": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -104247,41 +98311,18 @@ "generate_bzl_library_targets": false } }, - "npm__unicode-match-property-value-ecmascript__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__unicode-match-property-value-ecmascript__2.1.0__links", - "package": "unicode-match-property-value-ecmascript", - "version": "2.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "unicode-match-property-value-ecmascript": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-nullish-coalescing-operator__7.8.3__at_babel_core_7.23.0": { + "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_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", + "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-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", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "url": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -104295,18 +98336,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_parse-json__4.0.0": { + "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__at_types_parse-json__4.0.0", - "package": "@types/parse-json", - "version": "4.0.0", + "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-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "url": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "url": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -104320,507 +98361,272 @@ "generate_bzl_library_targets": false } }, - "npm__jest-resolve__29.7.0__links": { + "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__jest-resolve__29.7.0__links", - "package": "jest-resolve", - "version": "29.7.0", + "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": { - "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" + "@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": { - "jest-resolve": [ - "29.7.0" + "@svgr/core": [ + "8.1.0_typescript_4.9.3" ], - "chalk": [ - "4.1.2" + "@babel/core": [ + "7.23.5" ], - "graceful-fs": [ - "4.2.11" + "@svgr/babel-preset": [ + "8.1.0_at_babel_core_7.23.5" ], - "jest-haste-map": [ - "29.7.0" + "camelcase": [ + "6.3.0" ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_29.7.0" + "cosmiconfig": [ + "8.3.6_typescript_4.9.3" ], - "jest-util": [ - "29.7.0" + "snake-case": [ + "3.0.4" ], - "jest-validate": [ - "29.7.0" + "dot-case": [ + "3.0.4" ], - "resolve": [ - "1.22.6" + "tslib": [ + "2.6.2" ], - "resolve.exports": [ + "no-case": [ + "3.0.4" + ], + "lower-case": [ "2.0.2" ], - "slash": [ - "3.0.0" + "import-fresh": [ + "3.3.0" ], - "is-core-module": [ - "2.13.0" + "js-yaml": [ + "4.1.0" ], - "path-parse": [ - "1.0.7" + "parse-json": [ + "5.2.0" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "path-type": [ + "4.0.0" ], - "has": [ - "1.0.3" + "typescript": [ + "4.9.3" ], - "function-bind": [ - "1.1.1" + "@babel/code-frame": [ + "7.23.5" ], - "@jest/types": [ - "29.6.3" + "error-ex": [ + "1.3.2" ], - "camelcase": [ - "6.3.0" + "json-parse-even-better-errors": [ + "2.3.1" ], - "jest-get-type": [ - "29.6.3" + "lines-and-columns": [ + "1.2.4" ], - "leven": [ - "3.1.0" + "is-arrayish": [ + "0.2.1" ], - "pretty-format": [ - "29.7.0" + "@babel/highlight": [ + "7.23.4" ], - "@jest/schemas": [ - "29.6.3" + "chalk": [ + "2.4.2" ], "ansi-styles": [ - "4.3.0", - "5.2.0" + "3.2.1" ], - "react-is": [ - "18.2.0" + "escape-string-regexp": [ + "1.0.5" ], - "@sinclair/typebox": [ - "0.27.8" + "supports-color": [ + "5.5.0" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "has-flag": [ + "3.0.0" ], - "@types/istanbul-reports": [ - "3.0.2" + "color-convert": [ + "1.9.3" ], - "@types/node": [ - "18.11.9" + "color-name": [ + "1.1.3" ], - "@types/yargs": [ - "17.0.26" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@types/yargs-parser": [ - "21.0.1" + "js-tokens": [ + "4.0.0" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "argparse": [ + "2.0.1" ], - "ci-info": [ - "3.8.0" + "parent-module": [ + "1.0.1" ], - "picomatch": [ - "2.3.1" + "resolve-from": [ + "4.0.0" ], - "@types/graceful-fs": [ - "4.1.7" + "callsites": [ + "3.1.0" ], - "anymatch": [ - "3.1.3" + "@svgr/babel-plugin-add-jsx-attribute": [ + "8.0.0_at_babel_core_7.23.5" ], - "fb-watchman": [ - "2.0.2" + "@svgr/babel-plugin-remove-jsx-attribute": [ + "8.0.0_at_babel_core_7.23.5" ], - "jest-regex-util": [ - "29.6.3" + "@svgr/babel-plugin-remove-jsx-empty-expression": [ + "8.0.0_at_babel_core_7.23.5" ], - "jest-worker": [ - "29.7.0" + "@svgr/babel-plugin-replace-jsx-attribute-value": [ + "8.0.0_at_babel_core_7.23.5" ], - "micromatch": [ - "4.0.5" + "@svgr/babel-plugin-svg-dynamic-title": [ + "8.0.0_at_babel_core_7.23.5" ], - "walker": [ - "1.0.8" + "@svgr/babel-plugin-svg-em-dimensions": [ + "8.0.0_at_babel_core_7.23.5" ], - "fsevents": [ - "2.3.3" + "@svgr/babel-plugin-transform-react-native-svg": [ + "8.1.0_at_babel_core_7.23.5" ], - "makeerror": [ - "1.0.12" + "@svgr/babel-plugin-transform-svg-component": [ + "8.0.0_at_babel_core_7.23.5" ], - "tmpl": [ - "1.0.5" + "@ampproject/remapping": [ + "2.2.1" ], - "braces": [ - "3.0.2" + "@babel/generator": [ + "7.23.5" ], - "fill-range": [ - "7.0.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "to-regex-range": [ - "5.0.1" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "is-number": [ - "7.0.0" + "@babel/helpers": [ + "7.23.5" ], - "merge-stream": [ + "@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" ], - "supports-color": [ - "7.2.0", - "8.1.1" + "debug": [ + "4.3.4" ], - "has-flag": [ - "4.0.0" + "gensync": [ + "1.0.0-beta.2" ], - "bser": [ - "2.1.1" + "json5": [ + "2.2.3" ], - "node-int64": [ - "0.4.0" + "semver": [ + "6.3.1" ], - "normalize-path": [ - "3.0.0" + "ms": [ + "2.1.2" ], - "color-convert": [ - "2.0.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "color-name": [ - "1.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-cascade-layers__1.1.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-cascade-layers__1.1.1__postcss_8.4.31", - "package": "@csstools/postcss-cascade-layers", - "version": "1.1.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", - "url": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-json-strings__7.22.11__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-json-strings__7.22.11__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-json-strings", - "version": "7.22.11_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.11.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__array.prototype.findlastindex__1.2.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.findlastindex__1.2.3", - "package": "array.prototype.findlastindex", - "version": "1.2.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==", - "url": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__node-int64__0.4.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__node-int64__0.4.0", - "package": "node-int64", - "version": "0.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", - "url": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__strip-bom__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-bom__3.0.0__links", - "package": "strip-bom", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "strip-bom": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_sinclair_typebox__0.27.8": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_sinclair_typebox__0.27.8", - "package": "@sinclair/typebox", - "version": "0.27.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", - "url": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__dotenv-expand__5.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dotenv-expand__5.1.0", - "package": "dotenv-expand", - "version": "5.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", - "url": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-arguments__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-arguments__1.1.1__links", - "package": "is-arguments", - "version": "1.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "is-arguments": [ - "1.1.1" + "to-fast-properties": [ + "2.0.0" ], - "call-bind": [ - "1.0.2" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "has-tostringtag": [ + "@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" ], - "has-symbols": [ - "1.0.3" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "function-bind": [ - "1.1.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "get-intrinsic": [ - "1.2.1" + "jsesc": [ + "2.5.2" ], - "has": [ - "1.0.3" + "@jridgewell/resolve-uri": [ + "3.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__domhandler__4.3.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__domhandler__4.3.1", - "package": "domhandler", - "version": "4.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "url": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__atob__2.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__atob__2.1.2", - "package": "atob", - "version": "2.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "url": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__acorn-walk__8.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__acorn-walk__8.2.0__links", - "package": "acorn-walk", - "version": "8.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "acorn-walk": [ - "8.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__array-flatten__2.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array-flatten__2.1.2__links", - "package": "array-flatten", - "version": "2.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "array-flatten": [ - "2.1.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" ] }, "lifecycle_build_target": false, @@ -104830,63 +98636,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-array-buffer__3.0.2__links": { + "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__is-array-buffer__3.0.2__links", - "package": "is-array-buffer", - "version": "3.0.2", + "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": { - "call-bind": "1.0.2", - "get-intrinsic": "1.2.1", - "is-typed-array": "1.1.12" + "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": { - "is-array-buffer": [ - "3.0.2" - ], - "call-bind": [ - "1.0.2" - ], - "get-intrinsic": [ - "1.2.1" + "browserslist": [ + "4.22.2" ], - "is-typed-array": [ - "1.1.12" + "caniuse-lite": [ + "1.0.30001566" ], - "which-typed-array": [ - "1.1.11" + "electron-to-chromium": [ + "1.4.608" ], - "available-typed-arrays": [ - "1.0.5" + "node-releases": [ + "2.0.14" ], - "for-each": [ - "0.3.3" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "gopd": [ - "1.0.1" + "escalade": [ + "3.1.1" ], - "has-tostringtag": [ + "picocolors": [ "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, @@ -104896,375 +98682,313 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webpack__5.88.2__links": { + "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__webpack__5.88.2__links", - "package": "webpack", - "version": "5.88.2", - "dev": false, + "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": { - "@types/eslint-scope": "3.7.5", - "@types/estree": "1.0.2", - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/wasm-edit": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6", - "acorn": "8.10.0", - "acorn-import-assertions": "1.9.0_acorn_8.10.0", - "browserslist": "4.22.1", - "chrome-trace-event": "1.0.3", - "enhanced-resolve": "5.15.0", - "es-module-lexer": "1.3.1", - "eslint-scope": "5.1.1", - "events": "3.3.0", - "glob-to-regexp": "0.4.1", - "graceful-fs": "4.2.11", - "json-parse-even-better-errors": "2.3.1", - "loader-runner": "4.3.0", - "mime-types": "2.1.35", - "neo-async": "2.6.2", - "schema-utils": "3.3.0", - "tapable": "2.2.1", - "terser-webpack-plugin": "5.3.9_webpack_5.88.2", - "watchpack": "2.4.0", - "webpack-sources": "3.2.3" + "@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": { - "webpack": [ - "5.88.2" + "eslint-plugin-import": [ + "2.28.1_-730556401" ], - "@types/eslint-scope": [ - "3.7.5" + "@typescript-eslint/parser": [ + "5.44.0_1767590274" ], - "@types/estree": [ - "1.0.2" + "array-includes": [ + "3.1.7" ], - "@webassemblyjs/ast": [ - "1.11.6" + "array.prototype.findlastindex": [ + "1.2.3" ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" + "array.prototype.flat": [ + "1.3.2" ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" + "array.prototype.flatmap": [ + "1.3.2" ], - "acorn": [ - "8.10.0" + "debug": [ + "4.3.4", + "3.2.7" ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" + "doctrine": [ + "3.0.0", + "2.1.0" ], - "browserslist": [ - "4.22.1" + "eslint": [ + "8.55.0" ], - "chrome-trace-event": [ + "eslint-import-resolver-node": [ + "0.3.9" + ], + "eslint-module-utils": [ + "2.8.0_-1048982895" + ], + "has": [ "1.0.3" ], - "enhanced-resolve": [ - "5.15.0" + "is-core-module": [ + "2.13.0" ], - "es-module-lexer": [ - "1.3.1" + "is-glob": [ + "4.0.3" ], - "eslint-scope": [ - "5.1.1" + "minimatch": [ + "3.1.2" ], - "events": [ - "3.3.0" + "object.fromentries": [ + "2.0.7" ], - "glob-to-regexp": [ - "0.4.1" + "object.groupby": [ + "1.0.1" ], - "graceful-fs": [ - "4.2.11" + "object.values": [ + "1.1.7" ], - "json-parse-even-better-errors": [ - "2.3.1" + "semver": [ + "7.5.4", + "6.3.1" ], - "loader-runner": [ - "4.3.0" + "tsconfig-paths": [ + "3.14.2" ], - "mime-types": [ - "2.1.35" + "@types/json5": [ + "0.0.29" ], - "neo-async": [ - "2.6.2" + "json5": [ + "1.0.2" ], - "schema-utils": [ - "3.3.0" + "minimist": [ + "1.2.8" ], - "tapable": [ - "2.2.1" + "strip-bom": [ + "3.0.0" ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" + "call-bind": [ + "1.0.2" ], - "watchpack": [ - "2.4.0" + "define-properties": [ + "1.2.1" ], - "webpack-sources": [ - "3.2.3" + "es-abstract": [ + "1.22.2" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "array-buffer-byte-length": [ + "1.0.0" ], - "jest-worker": [ - "27.5.1" + "arraybuffer.prototype.slice": [ + "1.0.2" ], - "serialize-javascript": [ - "6.0.1" + "available-typed-arrays": [ + "1.0.5" ], - "terser": [ - "5.20.0" + "es-set-tostringtag": [ + "2.0.1" ], - "@jridgewell/source-map": [ - "0.3.5" + "es-to-primitive": [ + "1.2.1" ], - "commander": [ - "2.20.3" + "function.prototype.name": [ + "1.1.6" ], - "source-map-support": [ - "0.5.21" + "get-intrinsic": [ + "1.2.1" ], - "buffer-from": [ - "1.1.2" + "get-symbol-description": [ + "1.0.0" ], - "source-map": [ - "0.6.1" + "globalthis": [ + "1.0.3" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "gopd": [ + "1.0.1" ], - "@jridgewell/set-array": [ - "1.1.2" + "has-property-descriptors": [ + "1.0.0" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "has-proto": [ + "1.0.1" ], - "randombytes": [ - "2.1.0" + "has-symbols": [ + "1.0.3" ], - "safe-buffer": [ - "5.2.1" + "internal-slot": [ + "1.0.5" ], - "@types/node": [ - "20.8.2" + "is-array-buffer": [ + "3.0.2" ], - "merge-stream": [ - "2.0.0" + "is-callable": [ + "1.2.7" ], - "supports-color": [ - "8.1.1" + "is-negative-zero": [ + "2.0.2" ], - "has-flag": [ - "4.0.0" + "is-regex": [ + "1.1.4" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "is-shared-array-buffer": [ + "1.0.2" ], - "@types/json-schema": [ - "7.0.13" + "is-string": [ + "1.0.7" ], - "ajv": [ - "6.12.6" + "is-typed-array": [ + "1.1.12" ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" + "is-weakref": [ + "1.0.2" ], - "fast-deep-equal": [ - "3.1.3" + "object-inspect": [ + "1.12.3" ], - "fast-json-stable-stringify": [ - "2.1.0" + "object-keys": [ + "1.1.1" ], - "json-schema-traverse": [ - "0.4.1" + "object.assign": [ + "4.1.4" ], - "uri-js": [ - "4.4.1" + "regexp.prototype.flags": [ + "1.5.1" ], - "punycode": [ - "2.3.0" + "safe-array-concat": [ + "1.0.1" ], - "mime-db": [ - "1.52.0" + "safe-regex-test": [ + "1.0.0" ], - "esrecurse": [ - "4.3.0" + "string.prototype.trim": [ + "1.2.8" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "string.prototype.trimend": [ + "1.0.7" ], - "caniuse-lite": [ - "1.0.30001542" + "string.prototype.trimstart": [ + "1.0.7" ], - "electron-to-chromium": [ - "1.4.539" + "typed-array-buffer": [ + "1.0.0" ], - "node-releases": [ - "2.0.13" + "typed-array-byte-length": [ + "1.0.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "typed-array-byte-offset": [ + "1.0.0" ], - "escalade": [ - "3.1.1" + "typed-array-length": [ + "1.0.4" ], - "picocolors": [ + "unbox-primitive": [ + "1.0.2" + ], + "which-typed-array": [ + "1.1.11" + ], + "for-each": [ + "0.3.3" + ], + "has-tostringtag": [ "1.0.0" ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" + "has-bigints": [ + "1.0.2" ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" + "which-boxed-primitive": [ + "1.0.2" ], - "@webassemblyjs/ieee754": [ - "1.11.6" + "is-bigint": [ + "1.0.4" ], - "@webassemblyjs/leb128": [ - "1.11.6" + "is-boolean-object": [ + "1.1.2" ], - "@webassemblyjs/utf8": [ - "1.11.6" + "is-number-object": [ + "1.0.7" ], - "@xtuc/long": [ - "4.2.2" + "is-symbol": [ + "1.0.4" ], - "@xtuc/ieee754": [ - "1.2.0" + "isarray": [ + "2.0.5" ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" + "set-function-name": [ + "2.0.1" ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" + "define-data-property": [ + "1.1.0" ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" + "functions-have-names": [ + "1.2.3" ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" + "side-channel": [ + "1.0.4" ], - "@webassemblyjs/wast-printer": [ - "1.11.6" + "function-bind": [ + "1.1.1" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "is-date-object": [ + "1.0.5" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "brace-expansion": [ + "1.1.11" ], - "@types/eslint": [ - "8.44.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__forwarded__0.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__forwarded__0.2.0", - "package": "forwarded", - "version": "0.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "url": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-color-rebeccapurple__7.1.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-color-rebeccapurple__7.1.1__postcss_8.4.31", - "package": "postcss-color-rebeccapurple", - "version": "7.1.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", - "url": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_typescript-eslint_parser__5.44.0__509062556__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_parser__5.44.0__509062556__links", - "package": "@typescript-eslint/parser", - "version": "5.44.0_509062556", - "dev": 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" + "balanced-match": [ + "1.0.2" ], - "@typescript-eslint/scope-manager": [ - "5.44.0" + "concat-map": [ + "0.0.1" ], - "@typescript-eslint/types": [ - "5.44.0" + "is-extglob": [ + "2.1.1" ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3" + "resolve": [ + "1.22.6" ], - "debug": [ - "4.3.4" + "path-parse": [ + "1.0.7" ], - "eslint": [ - "8.28.0" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "typescript": [ - "4.9.3" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" + ], + "@eslint-community/regexpp": [ + "4.10.0" ], "@eslint/eslintrc": [ - "1.4.1" + "2.1.4" + ], + "@eslint/js": [ + "8.55.0" ], "@humanwhocodes/config-array": [ - "0.11.11" + "0.11.13" ], "@humanwhocodes/module-importer": [ "1.0.1" @@ -105272,6 +98996,9 @@ "@nodelib/fs.walk": [ "1.2.8" ], + "@ungap/structured-clone": [ + "1.2.0" + ], "ajv": [ "6.12.6" ], @@ -105281,20 +99008,13 @@ "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": [ @@ -105322,27 +99042,18 @@ "globals": [ "13.22.0" ], - "grapheme-splitter": [ - "1.0.4" + "graphemer": [ + "1.4.0" ], "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" ], @@ -105355,24 +99066,15 @@ "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" ], @@ -105394,30 +99096,9 @@ "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" ], @@ -105484,6 +99165,10 @@ "esrecurse": [ "4.3.0" ], + "ms": [ + "2.1.3", + "2.1.2" + ], "path-key": [ "3.1.1" ], @@ -105524,7 +99209,7 @@ "4.4.1" ], "punycode": [ - "2.3.0" + "2.3.1" ], "@nodelib/fs.scandir": [ "2.1.5" @@ -105545,31 +99230,55 @@ "1.2.3" ], "@humanwhocodes/object-schema": [ - "1.2.1" + "2.0.1" ], - "ms": [ - "2.1.2" + "import-fresh": [ + "3.3.0" ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" + "strip-json-comments": [ + "3.1.1" ], - "globby": [ - "11.1.0" + "parent-module": [ + "1.0.1" ], - "semver": [ - "7.5.4" + "resolve-from": [ + "4.0.0" ], - "tsutils": [ - "3.21.0_typescript_4.9.3" + "callsites": [ + "3.1.0" ], - "tslib": [ - "1.14.1" + "es-shim-unscopables": [ + "1.0.0" ], - "lru-cache": [ - "6.0.0" + "@typescript-eslint/scope-manager": [ + "5.44.0" ], - "yallist": [ - "4.0.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" @@ -105615,18 +99324,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_reporters__27.5.1": { + "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__at_jest_reporters__27.5.1", - "package": "@jest/reporters", - "version": "27.5.1", + "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-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", - "url": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", + "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": [], @@ -105640,52 +99349,438 @@ "generate_bzl_library_targets": false } }, - "npm__caniuse-api__3.0.0__links": { + "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__caniuse-api__3.0.0__links", - "package": "caniuse-api", - "version": "3.0.0", - "dev": false, + "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": { - "browserslist": "4.22.1", - "caniuse-lite": "1.0.30001542", - "lodash.memoize": "4.1.2", - "lodash.uniq": "4.5.0" + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" }, "transitive_closure": { - "caniuse-api": [ - "3.0.0" + "raw-body": [ + "2.5.1" ], - "browserslist": [ - "4.22.1" + "bytes": [ + "3.1.2" ], - "caniuse-lite": [ - "1.0.30001542" + "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" ], - "lodash.memoize": [ + "chalk": [ "4.1.2" ], - "lodash.uniq": [ - "4.5.0" + "cross-spawn": [ + "7.0.3" ], - "electron-to-chromium": [ - "1.4.539" + "debug": [ + "4.3.4" ], - "node-releases": [ - "2.0.13" + "doctrine": [ + "3.0.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "escape-string-regexp": [ + "4.0.0" ], - "escalade": [ - "3.1.1" + "eslint-scope": [ + "7.2.2" ], - "picocolors": [ + "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, @@ -105695,18 +99790,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ms__2.1.3": { + "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__ms__2.1.3", - "package": "ms", - "version": "2.1.3", + "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-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "url": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -105720,18 +99815,18 @@ "generate_bzl_library_targets": false } }, - "npm__ms__2.1.2": { + "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__ms__2.1.2", - "package": "ms", - "version": "2.1.2", + "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-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "url": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "url": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -105745,18 +99840,18 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-linux-riscv64__0.15.18": { + "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__esbuild-linux-riscv64__0.15.18", - "package": "esbuild-linux-riscv64", - "version": "0.15.18", + "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-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==", - "url": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.18.tgz", + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", + "url": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -105765,129 +99860,71 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__onetime__5.1.2__links": { + "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__onetime__5.1.2__links", - "package": "onetime", - "version": "5.1.2", - "dev": false, + "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": { - "mimic-fn": "2.1.0" - }, + "deps": {}, "transitive_closure": { - "onetime": [ - "5.1.2" - ], - "mimic-fn": [ - "2.1.0" + "@swc/core-linux-x64-musl": [ + "1.3.100" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_swc_core__1.3.100__links": { + "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__at_swc_core__1.3.100__links", - "package": "@swc/core", - "version": "1.3.100", + "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": { - "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" - }, + "link_packages": {}, + "deps": {}, "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" + "sisteransi": [ + "1.0.5" ] }, - "lifecycle_build_target": true, + "lifecycle_build_target": false, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], + "lifecycle_hooks_execution_requirements": [], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__wrap-ansi__7.0.0": { + "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__wrap-ansi__7.0.0", - "package": "wrap-ansi", - "version": "7.0.0", + "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-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "url": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "url": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -105901,18 +99938,18 @@ "generate_bzl_library_targets": false } }, - "npm__tslib__1.14.1": { + "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__tslib__1.14.1", - "package": "tslib", - "version": "1.14.1", + "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-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "url": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "url": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -105926,18 +99963,18 @@ "generate_bzl_library_targets": false } }, - "npm__domexception__2.0.1": { + "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__domexception__2.0.1", - "package": "domexception", - "version": "2.0.1", + "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-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", - "url": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", + "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": [], @@ -105951,29 +99988,20 @@ "generate_bzl_library_targets": false } }, - "npm__workbox-background-sync__6.6.0__links": { + "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__workbox-background-sync__6.6.0__links", - "package": "workbox-background-sync", - "version": "6.6.0", - "dev": false, + "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": { - "idb": "7.1.1", - "workbox-core": "6.6.0" - }, + "deps": {}, "transitive_closure": { - "workbox-background-sync": [ - "6.6.0" - ], - "idb": [ - "7.1.1" - ], - "workbox-core": [ - "6.6.0" + "exit": [ + "0.1.2" ] }, "lifecycle_build_target": false, @@ -105983,20 +100011,77 @@ "npm_translate_lock_repo": "npm" } }, - "npm__safer-buffer__2.1.2__links": { + "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__safer-buffer__2.1.2__links", - "package": "safer-buffer", - "version": "2.1.2", - "dev": false, + "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": { - "safer-buffer": [ - "2.1.2" + "svg-parser": [ + "2.0.4" ] }, "lifecycle_build_target": false, @@ -106006,20 +100091,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-visitor-keys__2.1.0__links": { + "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__eslint-visitor-keys__2.1.0__links", - "package": "eslint-visitor-keys", - "version": "2.1.0", - "dev": false, + "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": { - "eslint-visitor-keys": [ - "2.1.0" + "depd": [ + "1.1.2" ] }, "lifecycle_build_target": false, @@ -106029,18 +100114,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__babel-plugin-transform-react-remove-prop-types__0.4.24": { + "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__babel-plugin-transform-react-remove-prop-types__0.4.24", - "package": "babel-plugin-transform-react-remove-prop-types", - "version": "0.4.24", + "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-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", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "url": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -106054,185 +100139,66 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-import-assertions__7.22.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-syntax-import-assertions__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-import-assertions", - "version": "7.22.5_at_babel_core_7.23.0", + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "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": { - "@babel/plugin-syntax-import-assertions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ + "joycon": [ "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" ] }, "lifecycle_build_target": false, @@ -106242,18 +100208,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__object.getownpropertydescriptors__2.1.7": { + "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__object.getownpropertydescriptors__2.1.7", - "package": "object.getownpropertydescriptors", - "version": "2.1.7", + "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-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g==", - "url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.7.tgz", + "integrity": "sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==", + "url": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz", "commit": "", "patch_args": [], "patches": [], @@ -106267,25 +100258,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_ws__8.5.6__links": { + "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__at_types_ws__8.5.6__links", - "package": "@types/ws", - "version": "8.5.6", + "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": { - "@types/node": "18.11.9" - }, + "deps": {}, "transitive_closure": { - "@types/ws": [ - "8.5.6" - ], - "@types/node": [ - "18.11.9" + "client-only": [ + "0.0.1" ] }, "lifecycle_build_target": false, @@ -106295,441 +100281,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_next_eslint-plugin-next__13.0.5__links": { + "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__at_next_eslint-plugin-next__13.0.5__links", - "package": "@next/eslint-plugin-next", - "version": "13.0.5", - "dev": true, - "root_package": "", - "link_packages": { - "next.js": [ - "@next/eslint-plugin-next" - ] - }, - "deps": { - "glob": "7.1.7" - }, - "transitive_closure": { - "@next/eslint-plugin-next": [ - "13.0.5" - ], - "glob": [ - "7.1.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__object.getownpropertydescriptors__2.1.7__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__object.getownpropertydescriptors__2.1.7__links", - "package": "object.getownpropertydescriptors", - "version": "2.1.7", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "array.prototype.reduce": "1.0.6", - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "es-abstract": "1.22.2", - "safe-array-concat": "1.0.1" - }, - "transitive_closure": { - "object.getownpropertydescriptors": [ - "2.1.7" - ], - "array.prototype.reduce": [ - "1.0.6" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.2.1" - ], - "es-abstract": [ - "1.22.2" - ], - "safe-array-concat": [ - "1.0.1" - ], - "get-intrinsic": [ - "1.2.1" - ], - "has-symbols": [ - "1.0.3" - ], - "isarray": [ - "2.0.5" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "array-buffer-byte-length": [ - "1.0.0" - ], - "arraybuffer.prototype.slice": [ - "1.0.2" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "es-set-tostringtag": [ - "2.0.1" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function.prototype.name": [ - "1.1.6" - ], - "get-symbol-description": [ - "1.0.0" - ], - "globalthis": [ - "1.0.3" - ], - "gopd": [ - "1.0.1" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.5" - ], - "is-array-buffer": [ - "3.0.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-typed-array": [ - "1.1.12" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.3" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.5.1" - ], - "safe-regex-test": [ - "1.0.0" - ], - "string.prototype.trim": [ - "1.2.8" - ], - "string.prototype.trimend": [ - "1.0.7" - ], - "string.prototype.trimstart": [ - "1.0.7" - ], - "typed-array-buffer": [ - "1.0.0" - ], - "typed-array-byte-length": [ - "1.0.0" - ], - "typed-array-byte-offset": [ - "1.0.0" - ], - "typed-array-length": [ - "1.0.4" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-typed-array": [ - "1.1.11" - ], - "for-each": [ - "0.3.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-bigints": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "set-function-name": [ - "2.0.1" - ], - "define-data-property": [ - "1.1.0" - ], - "functions-have-names": [ - "1.2.3" - ], - "side-channel": [ - "1.0.4" - ], - "is-date-object": [ - "1.0.5" - ], - "es-array-method-boxes-properly": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-place__7.0.5__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-place__7.0.5__postcss_8.4.31", - "package": "postcss-place", - "version": "7.0.5_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", - "url": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_runtime-dom__3.2.45__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-dom__3.2.45__links", - "package": "@vue/runtime-dom", - "version": "3.2.45", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@vue/runtime-core": "3.2.45", - "@vue/shared": "3.2.45", - "csstype": "2.6.21" - }, - "transitive_closure": { - "@vue/runtime-dom": [ - "3.2.45" - ], - "@vue/runtime-core": [ - "3.2.45" - ], - "@vue/shared": [ - "3.2.45" - ], - "csstype": [ - "2.6.21" - ], - "@vue/reactivity": [ - "3.2.45" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__merge-descriptors__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__merge-descriptors__1.0.1__links", - "package": "merge-descriptors", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "merge-descriptors": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__eslint-plugin-react__7.33.2__eslint_8.28.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-react__7.33.2__eslint_8.28.0", - "package": "eslint-plugin-react", - "version": "7.33.2_eslint_8.28.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", - "url": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__object-keys__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__object-keys__1.1.1__links", - "package": "object-keys", - "version": "1.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "object-keys": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__webidl-conversions__7.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__7.0.0__links", - "package": "webidl-conversions", - "version": "7.0.0", + "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": { - "webidl-conversions": [ - "7.0.0" + "esbuild-linux-arm": [ + "0.15.18" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__mkdirp__0.5.6": { + "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__mkdirp__0.5.6", - "package": "mkdirp", - "version": "0.5.6", + "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-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "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": [], @@ -106743,18 +100331,18 @@ "generate_bzl_library_targets": false } }, - "npm__eslint-module-utils__2.8.0__-1048982895": { + "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__eslint-module-utils__2.8.0__-1048982895", - "package": "eslint-module-utils", - "version": "2.8.0_-1048982895", + "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-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", - "url": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", + "integrity": "sha512-NPxbdmmo3Bk7mbNeHmcCd7R7fptJaczPYBaELk6NcXxy7HLNyWwCyDJ/Xx+/YcNH7Im5dHdx9gZ5xIwyliQCbg==", + "url": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -106763,110 +100351,46 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__http-deceiver__1.2.7__links": { + "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__http-deceiver__1.2.7__links", - "package": "http-deceiver", - "version": "1.2.7", - "dev": false, + "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": {}, - "transitive_closure": { - "http-deceiver": [ - "1.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_testing-library_user-event__14.4.3__at_testing-library_dom_8.20.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_testing-library_user-event__14.4.3__at_testing-library_dom_8.20.1__links", - "package": "@testing-library/user-event", - "version": "14.4.3_at_testing-library_dom_8.20.1", - "dev": false, - "root_package": "", - "link_packages": { - "react": [ - "@testing-library/user-event" - ] - }, "deps": { - "@testing-library/dom": "8.20.1" + "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": { - "@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" ], @@ -107007,21 +100531,6 @@ ], "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, @@ -107031,43 +100540,328 @@ "npm_translate_lock_repo": "npm" } }, - "npm__querystringify__2.2.0__links": { + "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__querystringify__2.2.0__links", - "package": "querystringify", - "version": "2.2.0", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "querystringify": [ - "2.2.0" + "link_packages": { + "react": [ + "jest-environment-jsdom" ] }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__xml-name-validator__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__xml-name-validator__3.0.0__links", - "package": "xml-name-validator", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, + "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, @@ -107077,18 +100871,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__expect__27.5.1": { + "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__expect__27.5.1", - "package": "expect", - "version": "27.5.1", + "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-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", - "url": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "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": [], @@ -107102,22 +100896,18 @@ "generate_bzl_library_targets": false } }, - "npm__react-scripts__5.0.1__-1051263088": { + "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__react-scripts__5.0.1__-1051263088", - "package": "react-scripts", - "version": "5.0.1_-1051263088", + "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": { - "react": [ - "react-scripts" - ] - }, - "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", - "url": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", + "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": [], @@ -107131,43 +100921,101 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_core__27.5.1": { + "npm__memfs__3.5.3__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_core__27.5.1", - "package": "@jest/core", - "version": "27.5.1", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", - "url": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__thenify-all__1.6.0": { + "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__thenify-all__1.6.0", - "package": "thenify-all", - "version": "1.6.0", + "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-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", - "url": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "url": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -107181,20 +101029,20 @@ "generate_bzl_library_targets": false } }, - "npm__is-root__2.1.0__links": { + "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__is-root__2.1.0__links", - "package": "is-root", - "version": "2.1.0", + "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": { - "is-root": [ - "2.1.0" + "estree-walker": [ + "2.0.2" ] }, "lifecycle_build_target": false, @@ -107204,18 +101052,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__agent-base__6.0.2": { + "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__agent-base__6.0.2", - "package": "agent-base", - "version": "6.0.2", + "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-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "url": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==", + "url": "https://registry.npmjs.org/@types/connect/-/connect-3.4.36.tgz", "commit": "", "patch_args": [], "patches": [], @@ -107229,20 +101077,45 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_helper-string-parser__7.22.5": { + "npm__esbuild-darwin-arm64__0.15.18__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-string-parser__7.22.5", - "package": "@babel/helper-string-parser", - "version": "7.22.5", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", - "url": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "commit": "", - "patch_args": [], + "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": "", @@ -107254,18 +101127,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_webassemblyjs_helper-buffer__1.11.6": { + "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_webassemblyjs_helper-buffer__1.11.6", - "package": "@webassemblyjs/helper-buffer", - "version": "1.11.6", + "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-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==", - "url": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", + "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": [], @@ -107279,25 +101152,45 @@ "generate_bzl_library_targets": false } }, - "npm__get-tsconfig__4.7.2__links": { + "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__get-tsconfig__4.7.2__links", - "package": "get-tsconfig", - "version": "4.7.2", + "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": { - "resolve-pkg-maps": "1.0.0" - }, + "deps": {}, "transitive_closure": { - "get-tsconfig": [ - "4.7.2" - ], - "resolve-pkg-maps": [ - "1.0.0" + "resolve-from": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -107307,18 +101200,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__esbuild-sunos-64__0.15.18": { + "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__esbuild-sunos-64__0.15.18", - "package": "esbuild-sunos-64", - "version": "0.15.18", + "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-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==", - "url": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.15.18.tgz", + "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": [], @@ -107327,27 +101220,46 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__terser-webpack-plugin__5.3.9__webpack_5.88.2": { + "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__terser-webpack-plugin__5.3.9__webpack_5.88.2", - "package": "terser-webpack-plugin", - "version": "5.3.9_webpack_5.88.2", + "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-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", - "url": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz", + "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": [], @@ -107361,143 +101273,94 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_console__28.1.3__links": { + "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__at_jest_console__28.1.3__links", - "package": "@jest/console", - "version": "28.1.3", - "dev": false, + "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": { - "@jest/types": "28.1.3", - "@types/node": "18.11.9", - "chalk": "4.1.2", - "jest-message-util": "28.1.3", - "jest-util": "28.1.3", - "slash": "3.0.0" + "locate-path": "5.0.0", + "path-exists": "4.0.0" }, "transitive_closure": { - "@jest/console": [ - "28.1.3" - ], - "@jest/types": [ - "28.1.3" - ], - "@types/node": [ - "18.11.9" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "jest-message-util": [ - "28.1.3" - ], - "jest-util": [ - "28.1.3" - ], - "slash": [ - "3.0.0" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "28.1.3" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "@jest/schemas": [ - "28.1.3" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.24.51" + "find-up": [ + "4.1.0" ], - "braces": [ - "3.0.2" + "locate-path": [ + "5.0.0" ], - "fill-range": [ - "7.0.1" + "path-exists": [ + "4.0.0" ], - "to-regex-range": [ - "5.0.1" + "p-locate": [ + "4.1.0" ], - "is-number": [ - "7.0.0" + "p-limit": [ + "2.3.0" ], - "@babel/highlight": [ - "7.22.20" + "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": [ - "7.2.0", - "5.5.0" + "8.1.1" ], "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, @@ -107507,376 +101370,425 @@ "npm_translate_lock_repo": "npm" } }, - "npm__workbox-build__6.6.0__links": { + "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__workbox-build__6.6.0__links", - "package": "workbox-build", - "version": "6.6.0", - "dev": false, + "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": { - "@apideck/better-ajv-errors": "0.3.6_ajv_8.12.0", - "@babel/core": "7.23.0", - "@babel/preset-env": "7.22.20_at_babel_core_7.23.0", - "@babel/runtime": "7.23.1", - "@rollup/plugin-babel": "5.3.1_116925565", - "@rollup/plugin-node-resolve": "11.2.1_rollup_2.79.1", - "@rollup/plugin-replace": "2.4.2_rollup_2.79.1", - "@surma/rollup-plugin-off-main-thread": "2.2.3", - "ajv": "8.12.0", - "common-tags": "1.8.2", - "fast-json-stable-stringify": "2.1.0", - "fs-extra": "9.1.0", - "glob": "7.2.3", - "lodash": "4.17.21", - "pretty-bytes": "5.6.0", - "rollup": "2.79.1", - "rollup-plugin-terser": "7.0.2_rollup_2.79.1", - "source-map": "0.8.0-beta.0", - "stringify-object": "3.3.0", - "strip-comments": "2.0.1", - "tempy": "0.6.0", - "upath": "1.2.0", - "workbox-background-sync": "6.6.0", - "workbox-broadcast-update": "6.6.0", - "workbox-cacheable-response": "6.6.0", - "workbox-core": "6.6.0", - "workbox-expiration": "6.6.0", - "workbox-google-analytics": "6.6.0", - "workbox-navigation-preload": "6.6.0", - "workbox-precaching": "6.6.0", - "workbox-range-requests": "6.6.0", - "workbox-recipes": "6.6.0", - "workbox-routing": "6.6.0", - "workbox-strategies": "6.6.0", - "workbox-streams": "6.6.0", - "workbox-sw": "6.6.0", - "workbox-window": "6.6.0" - }, - "transitive_closure": { - "workbox-build": [ - "6.6.0" - ], - "@apideck/better-ajv-errors": [ - "0.3.6_ajv_8.12.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/preset-env": [ - "7.22.20_at_babel_core_7.23.0" - ], + "regenerator-runtime": "0.14.0" + }, + "transitive_closure": { "@babel/runtime": [ "7.23.1" ], - "@rollup/plugin-babel": [ - "5.3.1_116925565" - ], - "@rollup/plugin-node-resolve": [ - "11.2.1_rollup_2.79.1" - ], - "@rollup/plugin-replace": [ - "2.4.2_rollup_2.79.1" - ], - "@surma/rollup-plugin-off-main-thread": [ - "2.2.3" - ], - "ajv": [ - "8.12.0" - ], - "common-tags": [ - "1.8.2" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "fs-extra": [ - "9.1.0" - ], - "glob": [ - "7.2.3" - ], - "lodash": [ - "4.17.21" - ], - "pretty-bytes": [ - "5.6.0" - ], - "rollup": [ - "2.79.1" - ], - "rollup-plugin-terser": [ - "7.0.2_rollup_2.79.1" - ], - "source-map": [ - "0.6.1", - "0.8.0-beta.0" - ], - "stringify-object": [ - "3.3.0" - ], - "strip-comments": [ - "2.0.1" - ], - "tempy": [ - "0.6.0" - ], - "upath": [ - "1.2.0" - ], - "workbox-background-sync": [ - "6.6.0" - ], - "workbox-broadcast-update": [ - "6.6.0" - ], - "workbox-cacheable-response": [ - "6.6.0" - ], - "workbox-core": [ - "6.6.0" - ], - "workbox-expiration": [ - "6.6.0" - ], - "workbox-google-analytics": [ - "6.6.0" - ], - "workbox-navigation-preload": [ - "6.6.0" - ], - "workbox-precaching": [ - "6.6.0" - ], - "workbox-range-requests": [ - "6.6.0" - ], - "workbox-recipes": [ - "6.6.0" - ], - "workbox-routing": [ - "6.6.0" - ], - "workbox-strategies": [ - "6.6.0" - ], - "workbox-streams": [ - "6.6.0" - ], - "workbox-sw": [ - "6.6.0" - ], - "workbox-window": [ - "6.6.0" - ], - "@types/trusted-types": [ - "2.0.4" - ], - "idb": [ - "7.1.1" - ], - "is-stream": [ - "2.0.1" + "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" ], - "temp-dir": [ - "2.0.0" + "@babel/types": [ + "7.23.5" ], - "type-fest": [ - "0.16.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "unique-string": [ - "2.0.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "crypto-random-string": [ + "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" ], - "get-own-enumerable-property-symbols": [ - "3.0.2" - ], - "is-obj": [ - "1.0.1" + "array-flatten": [ + "2.1.2" ], - "is-regexp": [ + "dns-equal": [ "1.0.0" ], - "whatwg-url": [ - "7.1.0" - ], - "lodash.sortby": [ - "4.7.0" - ], - "tr46": [ - "1.0.1" - ], - "webidl-conversions": [ - "4.0.2" - ], - "punycode": [ - "2.3.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "jest-worker": [ - "26.6.2" - ], - "serialize-javascript": [ - "4.0.0" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "acorn": [ - "8.10.0" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "fast-deep-equal": [ + "3.1.3" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "multicast-dns": [ + "7.2.5" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "dns-packet": [ + "5.6.1" ], - "@jridgewell/set-array": [ - "1.1.2" + "thunky": [ + "1.1.0" ], - "randombytes": [ - "2.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" ], - "safe-buffer": [ - "5.2.1" + "assertion-error": [ + "1.1.0" ], - "@types/node": [ - "18.11.9" + "check-error": [ + "1.0.3" ], - "merge-stream": [ - "2.0.0" + "deep-eql": [ + "4.1.3" ], - "supports-color": [ - "5.5.0", - "7.2.0" + "get-func-name": [ + "2.0.2" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "loupe": [ + "2.3.7" ], - "@babel/highlight": [ - "7.22.20" + "pathval": [ + "1.1.1" ], - "chalk": [ - "4.1.2", - "2.4.2" + "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": [ - "4.3.0", "3.2.1" ], - "escape-string-regexp": [ - "1.0.5" - ], - "color-convert": [ - "2.0.1", - "1.9.3" - ], - "color-name": [ - "1.1.4", - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "fsevents": [ - "2.3.3" - ], - "fs.realpath": [ - "1.0.0" + "chalk": [ + "2.4.2" ], - "inflight": [ - "1.0.6" + "cross-spawn": [ + "6.0.5" ], - "inherits": [ - "2.0.4" + "memorystream": [ + "0.3.1" ], "minimatch": [ - "5.1.6", "3.1.2" ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "2.0.1", - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "at-least-node": [ - "1.0.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "jsonfile": [ - "6.1.0" - ], - "universalify": [ - "2.0.0" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "json-schema-traverse": [ - "1.0.0" - ], - "require-from-string": [ - "2.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "ejs": [ - "3.1.9" + "pidtree": [ + "0.3.1" ], - "json5": [ - "2.2.3" + "read-pkg": [ + "3.0.0" ], - "magic-string": [ - "0.25.9" + "shell-quote": [ + "1.8.1" ], - "string.prototype.matchall": [ - "4.0.10" + "string.prototype.padend": [ + "3.1.5" ], "call-bind": [ "1.0.2" @@ -107887,48 +101799,6 @@ "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" ], @@ -107947,12 +101817,33 @@ "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" ], @@ -107977,12 +101868,18 @@ "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" ], @@ -108043,48 +101940,60 @@ "isarray": [ "2.0.5" ], - "is-date-object": [ - "1.0.5" - ], - "sourcemap-codec": [ - "1.4.8" + "set-function-name": [ + "2.0.1" ], - "jake": [ - "10.8.7" + "define-data-property": [ + "1.1.0" ], - "async": [ - "3.2.4" + "functions-have-names": [ + "1.2.3" ], - "filelist": [ + "side-channel": [ "1.0.4" ], - "@rollup/pluginutils": [ - "3.1.0_rollup_2.79.1" - ], - "@types/estree": [ - "0.0.39" + "function-bind": [ + "1.1.1" ], - "estree-walker": [ - "1.0.1" + "is-date-object": [ + "1.0.5" ], - "picomatch": [ - "2.3.1" + "load-json-file": [ + "4.0.0" ], - "@types/resolve": [ - "1.17.1" + "normalize-package-data": [ + "2.5.0" ], - "builtin-modules": [ - "3.3.0" + "path-type": [ + "3.0.0" ], - "deepmerge": [ - "4.3.1" + "pify": [ + "3.0.0" ], - "is-module": [ - "1.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" ], @@ -108094,417 +102003,88 @@ "supports-preserve-symlinks-flag": [ "1.0.0" ], - "@babel/helper-module-imports": [ - "7.22.15" + "graceful-fs": [ + "4.2.11" ], - "@babel/types": [ - "7.23.0" + "parse-json": [ + "4.0.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "strip-bom": [ + "3.0.0" ], - "to-fast-properties": [ - "2.0.0" + "error-ex": [ + "1.3.2" ], - "regenerator-runtime": [ - "0.14.0" + "json-parse-better-errors": [ + "1.0.2" ], - "@babel/compat-data": [ - "7.22.20" + "is-arrayish": [ + "0.2.1" ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-assertions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-attributes": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-arrow-functions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-async-generator-functions": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-async-to-generator": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-block-scoped-functions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-block-scoping": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-class-properties": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-class-static-block": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-classes": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-computed-properties": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-destructuring": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-dotall-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-duplicate-keys": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-dynamic-import": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-exponentiation-operator": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-export-namespace-from": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-for-of": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-function-name": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-json-strings": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-literals": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-logical-assignment-operators": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-member-expression-literals": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-modules-amd": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-modules-systemjs": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-modules-umd": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-new-target": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-numeric-separator": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-object-rest-spread": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-object-super": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-optional-catch-binding": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-parameters": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-private-methods": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-private-property-in-object": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-property-literals": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-regenerator": [ - "7.22.10_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-reserved-words": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-shorthand-properties": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-spread": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-sticky-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-template-literals": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-typeof-symbol": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-unicode-escapes": [ - "7.22.10_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-unicode-property-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-unicode-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-unicode-sets-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.0" - ], - "babel-plugin-polyfill-corejs2": [ - "0.4.5_at_babel_core_7.23.0" - ], - "babel-plugin-polyfill-corejs3": [ - "0.8.4_at_babel_core_7.23.0" - ], - "babel-plugin-polyfill-regenerator": [ - "0.5.2_at_babel_core_7.23.0" - ], - "core-js-compat": [ - "3.33.0" + "brace-expansion": [ + "1.1.11" ], - "semver": [ - "6.3.1" + "balanced-match": [ + "1.0.2" ], - "browserslist": [ - "4.22.1" + "concat-map": [ + "0.0.1" ], - "caniuse-lite": [ - "1.0.30001542" + "nice-try": [ + "1.0.5" ], - "electron-to-chromium": [ - "1.4.539" + "path-key": [ + "2.0.1" ], - "node-releases": [ - "2.0.13" + "shebang-command": [ + "1.2.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "which": [ + "1.3.1" ], - "escalade": [ - "3.1.1" + "isexe": [ + "2.0.0" ], - "picocolors": [ + "shebang-regex": [ "1.0.0" ], - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" - ], - "debug": [ - "4.3.4" - ], - "lodash.debounce": [ - "4.0.8" - ], - "ms": [ - "2.1.2" - ], - "esutils": [ - "2.0.3" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "regexpu-core": [ - "5.3.2" - ], - "@babel/regjsgen": [ - "0.8.0" - ], - "regenerate": [ - "1.4.2" - ], - "regenerate-unicode-properties": [ - "10.1.1" - ], - "regjsparser": [ - "0.9.1" + "escape-string-regexp": [ + "1.0.5" ], - "unicode-match-property-ecmascript": [ - "2.0.0" + "supports-color": [ + "5.5.0" ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" + "has-flag": [ + "3.0.0" ], - "unicode-canonical-property-names-ecmascript": [ - "2.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" - ], - "jsesc": [ - "2.5.2", - "0.5.0" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "regenerator-transform": [ - "0.15.2" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" - ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-wrap-function": [ - "7.22.20" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json-schema": [ - "0.4.0" - ], - "jsonpointer": [ - "5.0.1" - ], - "leven": [ - "3.1.0" ] }, "lifecycle_build_target": false, @@ -108514,78 +102094,59 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-module-transforms__7.23.0__at_babel_core_7.23.0__links": { + "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_helper-module-transforms__7.23.0__at_babel_core_7.23.0__links", - "package": "@babel/helper-module-transforms", - "version": "7.23.0_at_babel_core_7.23.0", - "dev": false, + "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.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/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "@babel/types": [ - "7.23.0" + "7.23.5" ], - "@babel/helper-string-parser": [ + "@babel/helper-plugin-utils": [ "7.22.5" ], - "to-fast-properties": [ - "2.0.0" - ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@babel/generator": [ - "7.23.0" + "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.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" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -108605,23 +102166,44 @@ "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.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -108630,16 +102212,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -108666,7 +102248,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -108700,33 +102282,36 @@ "npm_translate_lock_repo": "npm" } }, - "npm__v8-to-istanbul__8.1.1__links": { + "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__v8-to-istanbul__8.1.1__links", - "package": "v8-to-istanbul", - "version": "8.1.1", - "dev": false, + "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/istanbul-lib-coverage": "2.0.4", - "convert-source-map": "1.9.0", - "source-map": "0.7.4" + "@types/node": "18.11.9", + "@types/tough-cookie": "4.0.3", + "parse5": "7.1.2" }, "transitive_closure": { - "v8-to-istanbul": [ - "8.1.1" + "@types/jsdom": [ + "20.0.1" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "@types/node": [ + "18.11.9" ], - "convert-source-map": [ - "1.9.0" + "@types/tough-cookie": [ + "4.0.3" ], - "source-map": [ - "0.7.4" + "parse5": [ + "7.1.2" + ], + "entities": [ + "4.5.0" ] }, "lifecycle_build_target": false, @@ -108736,18 +102321,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ee-first__1.1.1": { + "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__ee-first__1.1.1", - "package": "ee-first", + "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-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", - "url": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", + "url": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -108761,18 +102369,18 @@ "generate_bzl_library_targets": false } }, - "npm__jest-leak-detector__29.7.0": { + "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__jest-leak-detector__29.7.0", - "package": "jest-leak-detector", - "version": "29.7.0", + "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-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", - "url": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", + "integrity": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==", + "url": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -108786,49 +102394,68 @@ "generate_bzl_library_targets": false } }, - "npm__serialize-javascript__4.0.0__links": { + "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__serialize-javascript__4.0.0__links", - "package": "serialize-javascript", - "version": "4.0.0", + "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": { - "randombytes": "2.1.0" - }, + "deps": {}, "transitive_closure": { - "serialize-javascript": [ - "4.0.0" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" + "@next/swc-linux-arm64-gnu": [ + "13.0.5" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__json-buffer__3.0.1": { + "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__json-buffer__3.0.1", - "package": "json-buffer", - "version": "3.0.1", + "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-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "url": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "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": [], @@ -108842,184 +102469,19 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-shorthand-properties__7.22.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-shorthand-properties__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-shorthand-properties", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, + "deps": {}, "transitive_closure": { - "@babel/plugin-transform-shorthand-properties": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ + "xml-name-validator": [ "4.0.0" ] }, @@ -109030,43 +102492,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__http-errors__2.0.0": { + "npm__encodeurl__1.0.2__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__http-errors__2.0.0", - "package": "http-errors", - "version": "2.0.0", + "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_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 + "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__workbox-navigation-preload__6.6.0": { + "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__workbox-navigation-preload__6.6.0", - "package": "workbox-navigation-preload", - "version": "6.6.0", + "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-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==", - "url": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz", + "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", + "url": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -109080,18 +102540,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_helper-replace-supers__7.22.20__at_babel_core_7.23.0": { + "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__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", + "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-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", - "url": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "url": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -109105,18 +102565,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_csstools_selector-specificity__2.2.0__postcss-selector-parser_6.0.13": { + "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__at_csstools_selector-specificity__2.2.0__postcss-selector-parser_6.0.13", - "package": "@csstools/selector-specificity", - "version": "2.2.0_postcss-selector-parser_6.0.13", + "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-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==", - "url": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "url": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -109130,43 +102590,64 @@ "generate_bzl_library_targets": false } }, - "npm__colorette__2.0.20__links": { + "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__colorette__2.0.20__links", - "package": "colorette", - "version": "2.0.20", - "dev": false, + "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": { - "colorette": [ - "2.0.20" + "esbuild-android-64": [ + "0.15.18" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__inherits__2.0.4__links": { + "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__inherits__2.0.4__links", - "package": "inherits", - "version": "2.0.4", - "dev": false, + "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": {}, + "deps": { + "path-key": "3.1.1", + "shebang-command": "2.0.0", + "which": "2.0.2" + }, "transitive_closure": { - "inherits": [ - "2.0.4" + "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, @@ -109176,28 +102657,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-string__1.0.7__links": { + "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__is-string__1.0.7__links", - "package": "is-string", - "version": "1.0.7", - "dev": false, + "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": { - "has-tostringtag": "1.0.0" - }, + "deps": {}, "transitive_closure": { - "is-string": [ - "1.0.7" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" + "react-is": [ + "17.0.2" ] }, "lifecycle_build_target": false, @@ -109207,18 +102680,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-simple-access__7.22.5": { + "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__at_babel_helper-simple-access__7.22.5", - "package": "@babel/helper-simple-access", - "version": "7.22.5", + "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-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", - "url": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", + "integrity": "sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==", + "url": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.18.tgz", "commit": "", "patch_args": [], "patches": [], @@ -109227,23 +102700,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__define-lazy-prop__2.0.0": { + "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__define-lazy-prop__2.0.0", - "package": "define-lazy-prop", - "version": "2.0.0", + "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-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "url": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "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": [], @@ -109257,48 +102734,20 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-calc__8.2.4__postcss_8.4.31__links": { + "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__postcss-calc__8.2.4__postcss_8.4.31__links", - "package": "postcss-calc", - "version": "8.2.4_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13", - "postcss-value-parser": "4.2.0" - }, + "deps": {}, "transitive_closure": { - "postcss-calc": [ - "8.2.4_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "estraverse": [ + "5.3.0" ] }, "lifecycle_build_target": false, @@ -109308,18 +102757,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jest_transform__27.5.1": { + "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__at_jest_transform__27.5.1", - "package": "@jest/transform", - "version": "27.5.1", + "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-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", - "url": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", + "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": [], @@ -109333,41 +102782,18 @@ "generate_bzl_library_targets": false } }, - "npm__graceful-fs__4.2.11__links": { + "npm__color-convert__2.0.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__graceful-fs__4.2.11__links", - "package": "graceful-fs", - "version": "4.2.11", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "graceful-fs": [ - "4.2.11" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__http-deceiver__1.2.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__http-deceiver__1.2.7", - "package": "http-deceiver", - "version": "1.2.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", - "url": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -109381,18 +102807,41 @@ "generate_bzl_library_targets": false } }, - "npm__onetime__5.1.2": { + "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__onetime__5.1.2", - "package": "onetime", - "version": "5.1.2", + "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-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "url": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "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": [], @@ -109401,137 +102850,275 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__is-wsl__2.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-wsl__2.2.0__links", - "package": "is-wsl", - "version": "2.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "is-docker": "2.2.1" - }, - "transitive_closure": { - "is-wsl": [ - "2.2.0" - ], - "is-docker": [ - "2.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.0__links": { + "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_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/helper-create-regexp-features-plugin", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-annotate-as-pure": "7.22.5", - "regexpu-core": "5.3.2", - "semver": "6.3.1" + "@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/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "@babel/plugin-proposal-class-properties": [ + "7.18.6_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "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" ], - "regexpu-core": [ - "5.3.2" + "@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/regjsgen": [ - "0.8.0" - ], - "regenerate": [ - "1.4.2" + "@babel/types": [ + "7.23.5" ], - "regenerate-unicode-properties": [ - "10.1.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "regjsparser": [ - "0.9.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "unicode-match-property-ecmascript": [ + "to-fast-properties": [ "2.0.0" ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" + "@babel/template": [ + "7.22.15" ], - "unicode-canonical-property-names-ecmascript": [ + "@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" ], - "unicode-property-aliases-ecmascript": [ - "2.1.0" + "debug": [ + "4.3.4" ], - "jsesc": [ - "2.5.2", - "0.5.0" + "gensync": [ + "1.0.0-beta.2" ], - "@babel/types": [ - "7.23.0" + "json5": [ + "2.2.3" ], - "@babel/helper-string-parser": [ + "ms": [ + "2.1.2" + ], + "@babel/helper-hoist-variables": [ "7.22.5" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "globals": [ + "11.12.0" ], - "to-fast-properties": [ - "2.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" + ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -109545,9 +103132,21 @@ "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" ], @@ -109570,13 +103169,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -109585,16 +103184,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -109608,6 +103207,9 @@ "@jridgewell/trace-mapping": [ "0.3.19" ], + "jsesc": [ + "2.5.2" + ], "@jridgewell/resolve-uri": [ "3.1.1" ], @@ -109618,7 +103220,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -109652,205 +103254,180 @@ "npm_translate_lock_repo": "npm" } }, - "npm__mini-css-extract-plugin__2.7.6__webpack_5.88.2__links": { + "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__mini-css-extract-plugin__2.7.6__webpack_5.88.2__links", - "package": "mini-css-extract-plugin", - "version": "2.7.6_webpack_5.88.2", - "dev": false, + "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": { - "schema-utils": "4.2.0", - "webpack": "5.88.2" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "mini-css-extract-plugin": [ - "2.7.6_webpack_5.88.2" - ], - "schema-utils": [ - "3.3.0", - "4.2.0" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" + "@babel/plugin-syntax-decorators": [ + "7.23.3_at_babel_core_7.23.5" ], - "mime-types": [ - "2.1.35" + "@babel/core": [ + "7.23.5" ], - "neo-async": [ - "2.6.2" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "tapable": [ + "@ampproject/remapping": [ "2.2.1" ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" + "@babel/code-frame": [ + "7.23.5" ], - "webpack-sources": [ - "3.2.3" + "@babel/generator": [ + "7.23.5" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "jest-worker": [ - "27.5.1" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "serialize-javascript": [ - "6.0.1" + "@babel/helpers": [ + "7.23.5" ], - "terser": [ - "5.20.0" + "@babel/parser": [ + "7.23.5" ], - "@jridgewell/source-map": [ - "0.3.5" + "@babel/template": [ + "7.22.15" ], - "commander": [ - "2.20.3" + "@babel/traverse": [ + "7.23.5" ], - "source-map-support": [ - "0.5.21" + "@babel/types": [ + "7.23.5" ], - "buffer-from": [ - "1.1.2" + "convert-source-map": [ + "2.0.0" ], - "source-map": [ - "0.6.1" + "debug": [ + "4.3.4" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "gensync": [ + "1.0.0-beta.2" ], - "@jridgewell/set-array": [ - "1.1.2" + "json5": [ + "2.2.3" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "semver": [ + "6.3.1" ], - "randombytes": [ - "2.1.0" + "ms": [ + "2.1.2" ], - "safe-buffer": [ - "5.2.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@types/node": [ - "20.8.2" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "merge-stream": [ + "to-fast-properties": [ "2.0.0" ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@types/json-schema": [ - "7.0.13" + "@babel/helper-function-name": [ + "7.23.0" ], - "ajv": [ - "8.12.0", - "6.12.6" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "ajv-keywords": [ - "5.1.0_ajv_8.12.0", - "3.5.2_ajv_6.12.6" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "fast-deep-equal": [ - "3.1.3" + "globals": [ + "11.12.0" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "json-schema-traverse": [ - "1.0.0", - "0.4.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "uri-js": [ - "4.4.1" + "@babel/compat-data": [ + "7.23.5" ], - "punycode": [ - "2.3.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "mime-db": [ - "1.52.0" + "browserslist": [ + "4.22.2" ], - "esrecurse": [ - "4.3.0" + "lru-cache": [ + "5.1.1" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "yallist": [ + "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -109858,56 +103435,50 @@ "picocolors": [ "1.0.0" ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@webassemblyjs/leb128": [ - "1.11.6" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@webassemblyjs/utf8": [ - "1.11.6" + "jsesc": [ + "2.5.2" ], - "@xtuc/long": [ - "4.2.2" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@xtuc/ieee754": [ - "1.2.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" + "@jridgewell/set-array": [ + "1.1.2" ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" + "@babel/highlight": [ + "7.23.4" ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" + "chalk": [ + "2.4.2" ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" + "ansi-styles": [ + "3.2.1" ], - "@webassemblyjs/wast-printer": [ - "1.11.6" + "escape-string-regexp": [ + "1.0.5" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "supports-color": [ + "5.5.0" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "has-flag": [ + "3.0.0" ], - "@types/eslint": [ - "8.44.3" + "color-convert": [ + "1.9.3" ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" + "color-name": [ + "1.1.3" ], - "require-from-string": [ - "2.0.2" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -109917,43 +103488,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_parser__7.23.0": { + "npm__css-what__6.1.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_parser__7.23.0", - "package": "@babel/parser", - "version": "7.23.0", + "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_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 + "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__babel-preset-jest__29.6.3__at_babel_core_7.23.0": { + "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__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", + "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-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", - "url": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", + "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": [], @@ -109967,29 +103536,29 @@ "generate_bzl_library_targets": false } }, - "npm__css-tree__1.0.0-alpha.37__links": { + "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__css-tree__1.0.0-alpha.37__links", - "package": "css-tree", - "version": "1.0.0-alpha.37", - "dev": false, + "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": { - "mdn-data": "2.0.4", - "source-map": "0.6.1" + "graceful-fs": "4.2.11", + "tapable": "2.2.1" }, "transitive_closure": { - "css-tree": [ - "1.0.0-alpha.37" + "enhanced-resolve": [ + "5.15.0" ], - "mdn-data": [ - "2.0.4" + "graceful-fs": [ + "4.2.11" ], - "source-map": [ - "0.6.1" + "tapable": [ + "2.2.1" ] }, "lifecycle_build_target": false, @@ -109999,65 +103568,67 @@ "npm_translate_lock_repo": "npm" } }, - "npm__babel-jest__27.5.1__at_babel_core_7.23.0__links": { + "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__babel-jest__27.5.1__at_babel_core_7.23.0__links", - "package": "babel-jest", - "version": "27.5.1_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@jest/transform": "27.5.1", - "@jest/types": "27.5.1", - "@types/babel__core": "7.20.2", - "babel-plugin-istanbul": "6.1.1", - "babel-preset-jest": "27.5.1_at_babel_core_7.23.0", - "chalk": "4.1.2", - "graceful-fs": "4.2.11", - "slash": "3.0.0" + "@jest/expect-utils": "29.7.0", + "jest-get-type": "29.6.3", + "jest-matcher-utils": "29.7.0", + "jest-message-util": "29.7.0", + "jest-util": "29.7.0" }, "transitive_closure": { - "babel-jest": [ - "27.5.1_at_babel_core_7.23.0" + "expect": [ + "29.7.0" ], - "@babel/core": [ - "7.23.0" + "@jest/expect-utils": [ + "29.7.0" ], - "@jest/transform": [ - "27.5.1" + "jest-get-type": [ + "29.6.3" ], - "@jest/types": [ - "27.5.1" + "jest-matcher-utils": [ + "29.7.0" ], - "@types/babel__core": [ - "7.20.2" + "jest-message-util": [ + "29.7.0" ], - "babel-plugin-istanbul": [ - "6.1.1" + "jest-util": [ + "29.7.0" ], - "babel-preset-jest": [ - "27.5.1_at_babel_core_7.23.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" ], - "slash": [ - "3.0.0" + "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" ], @@ -110073,179 +103644,8 @@ "1.1.3", "1.1.4" ], - "babel-plugin-jest-hoist": [ - "27.5.1" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "js-tokens": [ - "4.0.0" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "glob": [ - "7.2.3" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "semver": [ - "6.3.1" - ], - "camelcase": [ - "5.3.1" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" + "@jest/schemas": [ + "29.6.3" ], "@types/istanbul-lib-coverage": [ "2.0.4" @@ -110253,12 +103653,8 @@ "@types/istanbul-reports": [ "3.0.2" ], - "@types/node": [ - "18.11.9", - "20.8.2" - ], "@types/yargs": [ - "16.0.6" + "17.0.26" ], "@types/yargs-parser": [ "21.0.1" @@ -110266,52 +103662,37 @@ "@types/istanbul-lib-report": [ "3.0.1" ], - "convert-source-map": [ - "2.0.0", - "1.9.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "jest-haste-map": [ - "27.5.1" + "@sinclair/typebox": [ + "0.27.8" ], - "jest-regex-util": [ - "27.5.1" + "@babel/code-frame": [ + "7.23.5" ], - "jest-util": [ - "27.5.1" + "@types/stack-utils": [ + "2.0.1" ], "micromatch": [ "4.0.5" ], - "pirates": [ - "4.0.6" - ], - "source-map": [ - "0.6.1" - ], - "write-file-atomic": [ - "3.0.3" + "pretty-format": [ + "29.7.0" ], - "imurmurhash": [ - "0.1.4" + "slash": [ + "3.0.0" ], - "is-typedarray": [ - "1.0.0" + "stack-utils": [ + "2.0.6" ], - "signal-exit": [ - "3.0.7" + "escape-string-regexp": [ + "1.0.5", + "2.0.0" ], - "typedarray-to-buffer": [ - "3.1.5" + "react-is": [ + "18.2.0" ], "braces": [ "3.0.2" ], - "picomatch": [ - "2.3.1" - ], "fill-range": [ "7.0.1" ], @@ -110321,65 +103702,388 @@ "is-number": [ "7.0.0" ], - "ci-info": [ - "3.8.0" + "@babel/highlight": [ + "7.23.4" ], - "@types/graceful-fs": [ - "4.1.7" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "anymatch": [ - "3.1.3" + "js-tokens": [ + "4.0.0" ], - "fb-watchman": [ - "2.0.2" + "jest-diff": [ + "29.7.0" ], - "jest-serializer": [ - "27.5.1" + "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" ], - "jest-worker": [ - "27.5.1" + "fast-deep-equal": [ + "3.1.3" ], - "walker": [ - "1.0.8" + "fast-json-stable-stringify": [ + "2.1.0" ], - "fsevents": [ - "2.3.3" + "json-schema-traverse": [ + "0.4.1" ], - "makeerror": [ - "1.0.12" + "uri-js": [ + "4.4.1" ], - "tmpl": [ - "1.0.5" + "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" ], - "merge-stream": [ + "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" ], - "bser": [ - "2.1.1" + "ansi-styles": [ + "4.3.0" ], - "node-int64": [ - "0.4.0" + "supports-color": [ + "7.2.0" ], - "normalize-path": [ + "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.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" @@ -110393,18 +104097,9 @@ "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" ], @@ -110415,13 +104110,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -110430,16 +104125,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -110473,18 +104168,22 @@ "npm_translate_lock_repo": "npm" } }, - "npm__styled-jsx__5.1.0__-756074946": { + "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__styled-jsx__5.1.0__-756074946", - "package": "styled-jsx", - "version": "5.1.0_-756074946", + "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": {}, - "integrity": "sha512-/iHaRJt9U7T+5tp6TRelLnqBqiaIT0HsO0+vgyj8hK2KUk7aejFqRrumqPUlAqDwAj8IbS/1hk3IhBAAK/FCUQ==", - "url": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.0.tgz", + "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": [], @@ -110498,55 +104197,43 @@ "generate_bzl_library_targets": false } }, - "npm__faye-websocket__0.11.4__links": { + "npm__at_typescript-eslint_utils__5.62.0__1767590274": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__faye-websocket__0.11.4__links", - "package": "faye-websocket", - "version": "0.11.4", - "dev": false, + "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": {}, - "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" + "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__parseurl__1.3.3": { + "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__parseurl__1.3.3", - "package": "parseurl", - "version": "1.3.3", + "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-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "url": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "url": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -110560,49 +104247,214 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_compiler-core__3.3.4__links": { + "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_vue_compiler-core__3.3.4__links", - "package": "@vue/compiler-core", - "version": "3.3.4", + "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/parser": "7.23.0", - "@vue/shared": "3.3.4", - "estree-walker": "2.0.2", - "source-map-js": "1.0.2" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@vue/compiler-core": [ - "3.3.4" + "@babel/plugin-transform-literals": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/parser": [ - "7.23.0" + "@babel/core": [ + "7.23.5" ], - "@vue/shared": [ - "3.3.4" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "estree-walker": [ - "2.0.2" + "@ampproject/remapping": [ + "2.2.1" ], - "source-map-js": [ - "1.0.2" + "@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.0" + "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.22.5" + "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, @@ -110612,50 +104464,60 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-jasmine2__27.5.1": { + "npm__get-intrinsic__1.2.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-jasmine2__27.5.1", - "package": "jest-jasmine2", - "version": "27.5.1", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", - "url": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__thenify__3.3.1__links": { + "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__thenify__3.3.1__links", - "package": "thenify", - "version": "3.3.1", + "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": { - "any-promise": "1.3.0" - }, + "deps": {}, "transitive_closure": { - "thenify": [ - "3.3.1" - ], - "any-promise": [ - "1.3.0" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -110665,20 +104527,35 @@ "npm_translate_lock_repo": "npm" } }, - "npm__unquote__1.1.1__links": { + "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__unquote__1.1.1__links", - "package": "unquote", - "version": "1.1.1", - "dev": false, + "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": {}, + "deps": { + "dot-case": "3.0.4", + "tslib": "2.6.2" + }, "transitive_closure": { - "unquote": [ - "1.1.1" + "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, @@ -110688,28 +104565,47 @@ "npm_translate_lock_repo": "npm" } }, - "npm__react__18.2.0": { + "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__react__18.2.0", - "package": "react", - "version": "18.2.0", + "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": { - "next.js": [ - "react" - ], "react": [ - "react" - ], - "react-webpack": [ - "react" + "vite-plugin-svgr" ] }, - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "url": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "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": [], @@ -110723,699 +104619,217 @@ "generate_bzl_library_targets": false } }, - "npm__fork-ts-checker-webpack-plugin__6.5.3__-1620898957__links": { + "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__fork-ts-checker-webpack-plugin__6.5.3__-1620898957__links", - "package": "fork-ts-checker-webpack-plugin", - "version": "6.5.3_-1620898957", - "dev": false, + "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": { - "@babel/code-frame": "7.22.13", - "@types/json-schema": "7.0.13", - "chalk": "4.1.2", - "chokidar": "3.5.3", - "cosmiconfig": "6.0.0", - "deepmerge": "4.3.1", - "eslint": "8.55.0", - "fs-extra": "9.1.0", - "glob": "7.2.3", - "memfs": "3.5.3", - "minimatch": "3.1.2", - "schema-utils": "2.7.0", - "semver": "7.5.4", - "tapable": "1.1.3", - "typescript": "4.9.3", - "webpack": "5.88.2" + "mime-db": "1.52.0" }, "transitive_closure": { - "fork-ts-checker-webpack-plugin": [ - "6.5.3_-1620898957" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/json-schema": [ - "7.0.13" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "chokidar": [ - "3.5.3" - ], - "cosmiconfig": [ - "6.0.0" - ], - "deepmerge": [ - "4.3.1" - ], - "eslint": [ - "8.55.0" - ], - "fs-extra": [ - "9.1.0" - ], - "glob": [ - "7.2.3" - ], - "memfs": [ - "3.5.3" - ], - "minimatch": [ - "3.1.2" - ], - "schema-utils": [ - "3.3.0", - "2.7.0" - ], - "semver": [ - "7.5.4" - ], - "tapable": [ - "2.2.1", - "1.1.3" - ], - "typescript": [ - "4.9.3" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "7.2.2", - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" + "compressible": [ + "2.0.18" ], - "watchpack": [ - "2.4.0" + "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" ], - "webpack-sources": [ - "3.2.3" + "@babel/parser": [ + "7.23.0" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "@vue/compiler-core": [ + "3.2.37" ], - "jest-worker": [ - "27.5.1" + "@vue/compiler-dom": [ + "3.2.37" ], - "serialize-javascript": [ - "6.0.1" + "@vue/compiler-ssr": [ + "3.2.37" ], - "terser": [ - "5.20.0" + "@vue/reactivity-transform": [ + "3.2.37" ], - "@jridgewell/source-map": [ - "0.3.5" + "@vue/shared": [ + "3.2.37" ], - "commander": [ - "2.20.3" + "estree-walker": [ + "2.0.2" ], - "source-map-support": [ - "0.5.21" + "magic-string": [ + "0.25.9" ], - "buffer-from": [ - "1.1.2" + "postcss": [ + "8.4.31" ], "source-map": [ "0.6.1" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "nanoid": [ + "3.3.6" ], - "@jridgewell/set-array": [ - "1.1.2" + "picocolors": [ + "1.0.0" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "source-map-js": [ + "1.0.2" ], - "randombytes": [ - "2.1.0" + "sourcemap-codec": [ + "1.4.8" ], - "safe-buffer": [ - "5.2.1" + "@babel/types": [ + "7.23.5" ], - "@types/node": [ - "20.8.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0", - "8.1.1" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ], - "lru-cache": [ - "6.0.0" - ], - "yallist": [ - "4.0.0" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "fs-monkey": [ - "1.0.5" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "at-least-node": [ - "1.0.0" - ], - "jsonfile": [ - "6.1.0" - ], - "universalify": [ - "2.0.0" - ], - "@eslint-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" - ], - "cross-spawn": [ - "7.0.3" - ], - "debug": [ - "4.3.4" - ], - "doctrine": [ - "3.0.0" - ], - "escape-string-regexp": [ - "1.0.5", - "4.0.0" - ], - "eslint-visitor-keys": [ - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "esutils": [ - "2.0.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "globals": [ - "13.22.0" - ], - "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" - ], - "json-buffer": [ - "3.0.1" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "ms": [ - "2.1.2" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "@humanwhocodes/object-schema": [ - "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/parse-json": [ - "4.0.0" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "yaml": [ - "1.10.2" - ], - "error-ex": [ - "1.3.2" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "anymatch": [ - "3.1.3" - ], - "braces": [ - "3.0.2" - ], - "is-binary-path": [ - "2.1.0" - ], - "normalize-path": [ - "3.0.0" - ], - "readdirp": [ - "3.6.0" - ], - "fsevents": [ - "2.3.3" - ], - "picomatch": [ - "2.3.1" - ], - "binary-extensions": [ - "2.2.0" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "ansi-styles": [ - "3.2.1", - "4.3.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@babel/highlight": [ - "7.22.20" + "@babel/helper-string-parser": [ + "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__levn__0.4.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__levn__0.4.1__links", - "package": "levn", - "version": "0.4.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "prelude-ls": "1.2.1", - "type-check": "0.4.0" - }, - "transitive_closure": { - "levn": [ - "0.4.1" - ], - "prelude-ls": [ - "1.2.1" - ], - "type-check": [ - "0.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__object-hash__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__object-hash__3.0.0__links", - "package": "object-hash", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "object-hash": [ - "3.0.0" + "to-fast-properties": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -111425,61 +104839,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-weakref__1.0.2__links": { + "npm__glob__7.1.7": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-weakref__1.0.2__links", - "package": "is-weakref", - "version": "1.0.2", - "dev": false, + "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": {}, - "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" + "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__at_babel_plugin-transform-member-expression-literals__7.22.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-member-expression-literals__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-member-expression-literals", - "version": "7.22.5_at_babel_core_7.23.0", + "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-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "url": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -111493,69 +104889,43 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-nesting__10.2.0__postcss_8.4.31__links": { + "npm__xml-name-validator__5.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-nesting__10.2.0__postcss_8.4.31__links", - "package": "postcss-nesting", - "version": "10.2.0_postcss_8.4.31", - "dev": false, + "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": {}, - "deps": { - "@csstools/selector-specificity": "2.2.0_postcss-selector-parser_6.0.13", - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "postcss-nesting": [ - "10.2.0_postcss_8.4.31" - ], - "@csstools/selector-specificity": [ - "2.2.0_postcss-selector-parser_6.0.13" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__which-collection__1.0.1": { + "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__which-collection__1.0.1", - "package": "which-collection", - "version": "1.0.1", + "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-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", - "url": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "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": [], @@ -111569,20 +104939,29 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_html-minifier-terser__6.1.0__links": { + "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__at_types_html-minifier-terser__6.1.0__links", - "package": "@types/html-minifier-terser", - "version": "6.1.0", - "dev": false, + "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": {}, + "deps": { + "esrecurse": "4.3.0", + "estraverse": "5.3.0" + }, "transitive_closure": { - "@types/html-minifier-terser": [ - "6.1.0" + "eslint-scope": [ + "7.2.2" + ], + "esrecurse": [ + "4.3.0" + ], + "estraverse": [ + "5.3.0" ] }, "lifecycle_build_target": false, @@ -111592,18 +104971,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__esbuild-darwin-arm64__0.15.18": { + "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__esbuild-darwin-arm64__0.15.18", - "package": "esbuild-darwin-arm64", - "version": "0.15.18", + "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-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==", - "url": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.18.tgz", + "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": [], @@ -111612,27 +104991,27 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__run-parallel__1.2.0": { + "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__run-parallel__1.2.0", - "package": "run-parallel", - "version": "1.2.0", + "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": {}, - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "url": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "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": [], @@ -111646,43 +105025,46 @@ "generate_bzl_library_targets": false } }, - "npm__react-is__17.0.2": { + "npm__is-symbol__1.0.4__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-is__17.0.2", - "package": "react-is", - "version": "17.0.2", + "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_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 + "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_jest_globals__27.5.1": { + "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_jest_globals__27.5.1", - "package": "@jest/globals", - "version": "27.5.1", + "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-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", - "url": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "url": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -111696,69 +105078,81 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_types__29.6.3__links": { + "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__at_jest_types__29.6.3__links", - "package": "@jest/types", - "version": "29.6.3", + "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": { - "@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" + "has-symbols": "1.0.3" }, "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" + "asynciterator.prototype": [ + "1.0.0" ], - "@types/node": [ - "18.11.9" + "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" ], - "@types/yargs": [ - "17.0.26" + "@babel/highlight": [ + "7.22.20" ], "chalk": [ - "4.1.2" + "2.4.2" ], "ansi-styles": [ - "4.3.0" + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" ], "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" - ], - "@types/yargs-parser": [ - "21.0.1" + "1.1.3" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@sinclair/typebox": [ - "0.27.8" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -111768,18 +105162,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__encodeurl__1.0.2": { + "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__encodeurl__1.0.2", - "package": "encodeurl", - "version": "1.0.2", + "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-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "url": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", + "url": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -111793,18 +105187,46 @@ "generate_bzl_library_targets": false } }, - "npm__has-flag__4.0.0": { + "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__has-flag__4.0.0", - "package": "has-flag", - "version": "4.0.0", + "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-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -111818,18 +105240,18 @@ "generate_bzl_library_targets": false } }, - "npm__v8-to-istanbul__8.1.1": { + "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__v8-to-istanbul__8.1.1", - "package": "v8-to-istanbul", - "version": "8.1.1", + "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-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", - "url": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", + "integrity": "sha512-asaEIoc6J+DbBKXtO7p2shWUpKacZOoMBEGBgPG91P8xhO53ohzHWGCs4ScZo5pQMf5ukQzVT9fhX1WzpHihig==", + "url": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -111843,20 +105265,71 @@ "generate_bzl_library_targets": false } }, - "npm__path-key__3.1.1__links": { + "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__path-key__3.1.1__links", - "package": "path-key", - "version": "3.1.1", + "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": {}, + "deps": { + "@babel/template": "7.22.15", + "@babel/types": "7.23.5" + }, "transitive_closure": { - "path-key": [ - "3.1.1" + "@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, @@ -111866,25 +105339,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__lru-cache__5.1.1__links": { + "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__lru-cache__5.1.1__links", - "package": "lru-cache", - "version": "5.1.1", - "dev": false, + "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": { - "yallist": "3.1.1" + "@types/yargs-parser": "21.0.1" }, "transitive_closure": { - "lru-cache": [ - "5.1.1" + "@types/yargs": [ + "17.0.26" ], - "yallist": [ - "3.1.1" + "@types/yargs-parser": [ + "21.0.1" ] }, "lifecycle_build_target": false, @@ -111894,18 +105367,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__workbox-broadcast-update__6.6.0": { + "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__workbox-broadcast-update__6.6.0", - "package": "workbox-broadcast-update", - "version": "6.6.0", + "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-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==", - "url": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "url": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -111919,18 +105392,18 @@ "generate_bzl_library_targets": false } }, - "npm__terser__5.20.0": { + "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__terser__5.20.0", - "package": "terser", - "version": "5.20.0", + "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-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ==", - "url": "https://registry.npmjs.org/terser/-/terser-5.20.0.tgz", + "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==", + "url": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -111944,18 +105417,64 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_istanbul-lib-report__3.0.1": { + "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_types_istanbul-lib-report__3.0.1", - "package": "@types/istanbul-lib-report", - "version": "3.0.1", + "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-gPQuzaPR5h/djlAv2apEG1HVOyj1IUs7GpfMZixU0/0KXT3pm64ylHuMUI1/Akh+sq/iikxg6Z2j+fcMDXaaTQ==", - "url": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "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": [], @@ -111964,150 +105483,34 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__cookie__0.5.0": { + "npm__at_types_http-proxy__1.17.12__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cookie__0.5.0", - "package": "cookie", - "version": "0.5.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", - "url": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__es-iterator-helpers__1.0.15": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__es-iterator-helpers__1.0.15", - "package": "es-iterator-helpers", - "version": "1.0.15", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==", - "url": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_http-proxy__1.17.12": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_http-proxy__1.17.12", - "package": "@types/http-proxy", - "version": "1.17.12", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kQtujO08dVtQ2wXAuSFfk9ASy3sug4+ogFR8Kd8UgP8PEuc1/G/8yjYRmp//PcDNJEUKOza/MrQu15bouEUCiw==", - "url": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.12.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__babel-plugin-jest-hoist__29.6.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-jest-hoist__29.6.3", - "package": "babel-plugin-jest-hoist", - "version": "29.6.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", - "url": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-private-methods__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-private-methods__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-private-methods", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__flat__5.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__flat__5.0.2__links", - "package": "flat", - "version": "5.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, + "deps": { + "@types/node": "18.11.9" + }, "transitive_closure": { - "flat": [ - "5.0.2" + "@types/http-proxy": [ + "1.17.12" + ], + "@types/node": [ + "18.11.9" ] }, "lifecycle_build_target": false, @@ -112117,20 +105520,59 @@ "npm_translate_lock_repo": "npm" } }, - "npm__picocolors__0.2.1__links": { + "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__picocolors__0.2.1__links", - "package": "picocolors", - "version": "0.2.1", - "dev": false, + "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": {}, + "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": { - "picocolors": [ - "0.2.1" + "@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, @@ -112140,20 +105582,59 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ansi-regex__5.0.1__links": { + "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__ansi-regex__5.0.1__links", - "package": "ansi-regex", - "version": "5.0.1", + "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": {}, + "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": { - "ansi-regex": [ - "5.0.1" + "@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, @@ -112163,41 +105644,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_connect-history-api-fallback__1.5.1__links": { + "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__at_types_connect-history-api-fallback__1.5.1__links", - "package": "@types/connect-history-api-fallback", - "version": "1.5.1", + "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": { - "@types/express-serve-static-core": "4.17.37", - "@types/node": "18.11.9" - }, + "deps": {}, "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" + "caniuse-lite": [ + "1.0.30001542" ] }, "lifecycle_build_target": false, @@ -112207,20 +105667,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__css.escape__1.5.1__links": { + "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__css.escape__1.5.1__links", - "package": "css.escape", - "version": "1.5.1", - "dev": false, + "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": { - "css.escape": [ - "1.5.1" + "get-stream": [ + "8.0.1" ] }, "lifecycle_build_target": false, @@ -112230,18 +105690,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__statuses__1.5.0": { + "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__statuses__1.5.0", - "package": "statuses", - "version": "1.5.0", + "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-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", - "url": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "url": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -112255,71 +105715,181 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-colormin__5.3.1__postcss_8.4.31__links": { + "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__postcss-colormin__5.3.1__postcss_8.4.31__links", - "package": "postcss-colormin", - "version": "5.3.1_postcss_8.4.31", - "dev": false, + "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": { - "browserslist": "4.22.1", - "caniuse-api": "3.0.0", - "colord": "2.9.3", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "@babel/core": "7.23.5" }, "transitive_closure": { - "postcss-colormin": [ - "5.3.1_postcss_8.4.31" + "@svgr/babel-plugin-remove-jsx-attribute": [ + "8.0.0_at_babel_core_7.23.5" ], - "browserslist": [ - "4.22.1" + "@babel/core": [ + "7.23.5" ], - "caniuse-api": [ - "3.0.0" + "@ampproject/remapping": [ + "2.2.1" ], - "colord": [ - "2.9.3" + "@babel/code-frame": [ + "7.23.5" ], - "postcss": [ - "8.4.31" + "@babel/generator": [ + "7.23.5" ], - "postcss-value-parser": [ - "4.2.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "nanoid": [ - "3.3.6" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "picocolors": [ - "1.0.0" + "@babel/helpers": [ + "7.23.5" ], - "source-map-js": [ - "1.0.2" + "@babel/parser": [ + "7.23.5" ], - "caniuse-lite": [ - "1.0.30001542" + "@babel/template": [ + "7.22.15" ], - "lodash.memoize": [ - "4.1.2" + "@babel/traverse": [ + "7.23.5" ], - "lodash.uniq": [ - "4.5.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" + ], + "@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.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "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, @@ -112329,43 +105899,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__batch__0.6.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__batch__0.6.1", - "package": "batch", - "version": "0.6.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", - "url": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__cross-spawn__6.0.5": { + "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__cross-spawn__6.0.5", - "package": "cross-spawn", - "version": "6.0.5", + "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-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", + "url": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -112379,20 +105924,25 @@ "generate_bzl_library_targets": false } }, - "npm__indent-string__4.0.0__links": { + "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__indent-string__4.0.0__links", - "package": "indent-string", + "name": "aspect_rules_js~1.32.6~npm~npm__domexception__4.0.0__links", + "package": "domexception", "version": "4.0.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, - "deps": {}, + "deps": { + "webidl-conversions": "7.0.0" + }, "transitive_closure": { - "indent-string": [ + "domexception": [ "4.0.0" + ], + "webidl-conversions": [ + "7.0.0" ] }, "lifecycle_build_target": false, @@ -112402,20 +105952,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__csstype__2.6.21__links": { + "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__csstype__2.6.21__links", - "package": "csstype", - "version": "2.6.21", - "dev": false, + "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": { - "csstype": [ - "2.6.21" + "isexe": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -112425,104 +105975,22 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jridgewell_source-map__0.3.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_source-map__0.3.5", - "package": "@jridgewell/source-map", - "version": "0.3.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", - "url": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__stable__0.1.8": { + "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__stable__0.1.8", - "package": "stable", - "version": "0.1.8", + "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": {}, - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", - "url": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__http-proxy__1.18.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__http-proxy__1.18.1__links", - "package": "http-proxy", - "version": "1.18.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "eventemitter3": "4.0.7", - "follow-redirects": "1.15.3", - "requires-port": "1.0.0" - }, - "transitive_closure": { - "http-proxy": [ - "1.18.1" - ], - "eventemitter3": [ - "4.0.7" - ], - "follow-redirects": [ - "1.15.3" - ], - "requires-port": [ - "1.0.0" + "link_packages": { + "react-webpack": [ + "swc-loader" ] }, - "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", + "integrity": "sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A==", + "url": "https://registry.npmjs.org/swc-loader/-/swc-loader-0.2.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -112536,99 +106004,20 @@ "generate_bzl_library_targets": false } }, - "npm__upath__1.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__upath__1.2.0__links", - "package": "upath", - "version": "1.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "upath": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__esrecurse__4.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esrecurse__4.3.0__links", - "package": "esrecurse", - "version": "4.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "estraverse": "5.3.0" - }, - "transitive_closure": { - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__which__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__which__2.0.2__links", - "package": "which", - "version": "2.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "isexe": "2.0.0" - }, - "transitive_closure": { - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__punycode__2.3.0__links": { + "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__punycode__2.3.0__links", - "package": "punycode", - "version": "2.3.0", - "dev": false, + "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": { - "punycode": [ - "2.3.0" + "array-flatten": [ + "1.1.1" ] }, "lifecycle_build_target": false, @@ -112638,18 +106027,22 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_json5__0.0.29": { + "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__at_types_json5__0.0.29", - "package": "@types/json5", - "version": "0.0.29", + "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": {}, - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", - "url": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "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": [], @@ -112663,18 +106056,18 @@ "generate_bzl_library_targets": false } }, - "npm__babel-plugin-istanbul__6.1.1": { + "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__babel-plugin-istanbul__6.1.1", - "package": "babel-plugin-istanbul", - "version": "6.1.1", + "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-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "url": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==", + "url": "https://registry.npmjs.org/strip-literal/-/strip-literal-1.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -112688,28 +106081,20 @@ "generate_bzl_library_targets": false } }, - "npm__scheduler__0.23.0__links": { + "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__scheduler__0.23.0__links", - "package": "scheduler", - "version": "0.23.0", - "dev": false, + "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": { - "loose-envify": "1.4.0" - }, + "deps": {}, "transitive_closure": { - "scheduler": [ - "0.23.0" - ], - "loose-envify": [ - "1.4.0" - ], - "js-tokens": [ - "4.0.0" + "argparse": [ + "2.0.1" ] }, "lifecycle_build_target": false, @@ -112719,43 +106104,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-private-property-in-object__7.21.11__at_babel_core_7.23.0", - "package": "@babel/plugin-proposal-private-property-in-object", - "version": "7.21.11_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", - "url": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__http-parser-js__0.5.8": { + "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__http-parser-js__0.5.8", - "package": "http-parser-js", - "version": "0.5.8", + "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-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", - "url": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "url": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -112769,18 +106129,18 @@ "generate_bzl_library_targets": false } }, - "npm__locate-path__6.0.0": { + "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__locate-path__6.0.0", - "package": "locate-path", - "version": "6.0.0", + "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-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "url": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "url": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -112794,43 +106154,160 @@ "generate_bzl_library_targets": false } }, - "npm__browser-process-hrtime__1.0.0": { + "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_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__browser-process-hrtime__1.0.0", - "package": "browser-process-hrtime", - "version": "1.0.0", + "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_workspace": "", - "link_packages": {}, - "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", - "url": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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_runtime-dom__3.3.4": { + "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_runtime-dom__3.3.4", - "package": "@vue/runtime-dom", - "version": "3.3.4", + "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-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==", - "url": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.4.tgz", + "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", + "url": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.45.tgz", "commit": "", "patch_args": [], "patches": [], @@ -112844,94 +106321,195 @@ "generate_bzl_library_targets": false } }, - "npm__regenerate__1.4.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__regenerate__1.4.2__links", - "package": "regenerate", - "version": "1.4.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "regenerate": [ - "1.4.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__acorn-jsx__5.3.2__acorn_8.10.0__links": { + "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__acorn-jsx__5.3.2__acorn_8.10.0__links", - "package": "acorn-jsx", - "version": "5.3.2_acorn_8.10.0", - "dev": false, + "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": { - "acorn": "8.10.0" + "@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": { - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "@babel/plugin-transform-object-super": [ + "7.23.3_at_babel_core_7.23.5" ], - "acorn": [ - "8.10.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jsesc__2.5.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsesc__2.5.2__links", - "package": "jsesc", - "version": "2.5.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "jsesc": [ - "2.5.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__utils-merge__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__utils-merge__1.0.1__links", - "package": "utils-merge", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "utils-merge": [ - "1.0.1" + "@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, @@ -112941,453 +106519,607 @@ "npm_translate_lock_repo": "npm" } }, - "npm__atob__2.1.2__links": { + "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__atob__2.1.2__links", - "package": "atob", - "version": "2.1.2", - "dev": false, + "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": { - "atob": [ - "2.1.2" + "@esbuild/android-arm64": [ + "0.19.8" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_typescript-eslint_eslint-plugin__5.44.0__-937717529__links": { + "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_typescript-eslint_eslint-plugin__5.44.0__-937717529__links", - "package": "@typescript-eslint/eslint-plugin", - "version": "5.44.0_-937717529", - "dev": false, + "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": { - "react": [ - "@typescript-eslint/eslint-plugin" - ] - }, + "link_packages": {}, "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" + "@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": { - "@typescript-eslint/eslint-plugin": [ - "5.44.0_-937717529" - ], - "@typescript-eslint/parser": [ - "5.44.0_1767590274" + "@babel/plugin-proposal-private-property-in-object": [ + "7.21.11_at_babel_core_7.23.5" ], - "@typescript-eslint/scope-manager": [ - "5.44.0" + "@babel/core": [ + "7.23.5" ], - "@typescript-eslint/type-utils": [ - "5.44.0_1767590274" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "@typescript-eslint/utils": [ - "5.44.0_1767590274" + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.5" ], - "debug": [ - "4.3.4" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "eslint": [ - "8.55.0" + "@babel/plugin-syntax-private-property-in-object": [ + "7.14.5_at_babel_core_7.23.5" ], - "ignore": [ - "5.2.4" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "natural-compare-lite": [ - "1.4.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "regexpp": [ - "3.2.0" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "semver": [ - "7.5.4" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "tsutils": [ - "3.21.0_typescript_4.9.3" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.5" ], - "typescript": [ - "4.9.3" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "tslib": [ - "1.14.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "lru-cache": [ - "6.0.0" + "semver": [ + "6.3.1" ], - "yallist": [ - "4.0.0" + "@babel/types": [ + "7.23.5" ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@eslint-community/regexpp": [ - "4.10.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@eslint/eslintrc": [ - "2.1.4" + "to-fast-properties": [ + "2.0.0" ], - "@eslint/js": [ - "8.55.0" + "@babel/template": [ + "7.22.15" ], - "@humanwhocodes/config-array": [ - "0.11.13" + "@babel/code-frame": [ + "7.23.5" ], - "@humanwhocodes/module-importer": [ - "1.0.1" + "@babel/parser": [ + "7.23.5" ], - "@nodelib/fs.walk": [ - "1.2.8" + "@babel/highlight": [ + "7.23.4" ], - "@ungap/structured-clone": [ - "1.2.0" + "chalk": [ + "2.4.2" ], - "ajv": [ - "6.12.6" + "ansi-styles": [ + "3.2.1" ], - "chalk": [ - "4.1.2" + "escape-string-regexp": [ + "1.0.5" ], - "cross-spawn": [ - "7.0.3" + "supports-color": [ + "5.5.0" ], - "doctrine": [ + "has-flag": [ "3.0.0" ], - "escape-string-regexp": [ + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ "4.0.0" ], - "eslint-scope": [ - "5.1.1", - "7.2.2" + "@ampproject/remapping": [ + "2.2.1" ], - "eslint-visitor-keys": [ - "2.1.0", - "3.4.3" + "@babel/generator": [ + "7.23.5" ], - "espree": [ - "9.6.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "esquery": [ - "1.5.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "esutils": [ - "2.0.3" + "@babel/helpers": [ + "7.23.5" ], - "fast-deep-equal": [ - "3.1.3" + "@babel/traverse": [ + "7.23.5" ], - "file-entry-cache": [ - "6.0.1" + "convert-source-map": [ + "2.0.0" ], - "find-up": [ - "5.0.0" + "debug": [ + "4.3.4" ], - "glob-parent": [ - "5.1.2", - "6.0.2" + "gensync": [ + "1.0.0-beta.2" ], - "globals": [ - "13.22.0" + "json5": [ + "2.2.3" ], - "graphemer": [ - "1.4.0" + "ms": [ + "2.1.2" ], - "imurmurhash": [ - "0.1.4" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "is-glob": [ - "4.0.3" + "globals": [ + "11.12.0" ], - "is-path-inside": [ - "3.0.3" + "@babel/helper-module-imports": [ + "7.22.15" ], - "js-yaml": [ - "4.1.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" + "@babel/compat-data": [ + "7.23.5" ], - "levn": [ - "0.4.1" + "@babel/helper-validator-option": [ + "7.23.5" ], - "lodash.merge": [ - "4.6.2" + "browserslist": [ + "4.22.2" ], - "minimatch": [ - "3.1.2" + "lru-cache": [ + "5.1.1" ], - "natural-compare": [ - "1.4.0" + "yallist": [ + "3.1.1" ], - "optionator": [ - "0.9.3" + "caniuse-lite": [ + "1.0.30001566" ], - "strip-ansi": [ - "6.0.1" + "electron-to-chromium": [ + "1.4.608" ], - "text-table": [ - "0.2.0" + "node-releases": [ + "2.0.14" ], - "ansi-regex": [ - "5.0.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "escalade": [ + "3.1.1" ], - "deep-is": [ - "0.1.4" + "picocolors": [ + "1.0.0" ], - "fast-levenshtein": [ - "2.0.6" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "prelude-ls": [ - "1.2.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "type-check": [ - "0.4.0" + "jsesc": [ + "2.5.2" ], - "brace-expansion": [ - "1.1.11" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "balanced-match": [ - "1.0.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "concat-map": [ - "0.0.1" + "@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" ], - "argparse": [ - "2.0.1" + "@babel/core": [ + "7.23.5" ], - "is-extglob": [ - "2.1.1" + "@babel/plugin-transform-react-jsx-self": [ + "7.23.3_at_babel_core_7.23.5" ], - "type-fest": [ - "0.20.2" + "@babel/plugin-transform-react-jsx-source": [ + "7.23.3_at_babel_core_7.23.5" ], - "locate-path": [ - "6.0.0" + "@types/babel__core": [ + "7.20.5" ], - "path-exists": [ - "4.0.0" + "react-refresh": [ + "0.14.0" ], - "p-locate": [ - "5.0.0" + "vite": [ + "3.2.7" ], - "p-limit": [ - "3.1.0" + "esbuild": [ + "0.15.18" ], - "yocto-queue": [ - "0.1.0" + "postcss": [ + "8.4.31" ], - "flat-cache": [ - "3.1.0" + "resolve": [ + "1.22.6" ], - "flatted": [ - "3.2.9" + "rollup": [ + "2.79.1" ], - "keyv": [ - "4.5.3" + "fsevents": [ + "2.3.3" ], - "rimraf": [ - "3.0.2" + "is-core-module": [ + "2.13.0" ], - "glob": [ - "7.2.3" + "path-parse": [ + "1.0.7" ], - "fs.realpath": [ + "supports-preserve-symlinks-flag": [ "1.0.0" ], - "inflight": [ - "1.0.6" + "has": [ + "1.0.3" ], - "inherits": [ - "2.0.4" + "function-bind": [ + "1.1.1" ], - "once": [ - "1.4.0" + "nanoid": [ + "3.3.6" ], - "path-is-absolute": [ - "1.0.1" + "picocolors": [ + "1.0.0" ], - "wrappy": [ + "source-map-js": [ "1.0.2" ], - "json-buffer": [ - "3.0.1" + "@esbuild/android-arm": [ + "0.15.18" ], - "estraverse": [ - "4.3.0", - "5.3.0" + "@esbuild/linux-loong64": [ + "0.15.18" ], - "acorn": [ - "8.10.0" + "esbuild-android-64": [ + "0.15.18" ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "esbuild-android-arm64": [ + "0.15.18" ], - "esrecurse": [ - "4.3.0" + "esbuild-darwin-64": [ + "0.15.18" ], - "path-key": [ - "3.1.1" + "esbuild-darwin-arm64": [ + "0.15.18" ], - "shebang-command": [ - "2.0.0" + "esbuild-freebsd-64": [ + "0.15.18" ], - "which": [ - "2.0.2" + "esbuild-freebsd-arm64": [ + "0.15.18" ], - "isexe": [ - "2.0.0" + "esbuild-linux-32": [ + "0.15.18" ], - "shebang-regex": [ - "3.0.0" + "esbuild-linux-64": [ + "0.15.18" ], - "ansi-styles": [ - "4.3.0" + "esbuild-linux-arm": [ + "0.15.18" ], - "supports-color": [ - "7.2.0" + "esbuild-linux-arm64": [ + "0.15.18" ], - "has-flag": [ - "4.0.0" + "esbuild-linux-mips64le": [ + "0.15.18" ], - "color-convert": [ - "2.0.1" + "esbuild-linux-ppc64le": [ + "0.15.18" ], - "color-name": [ - "1.1.4" + "esbuild-linux-riscv64": [ + "0.15.18" ], - "fast-json-stable-stringify": [ - "2.1.0" + "esbuild-linux-s390x": [ + "0.15.18" ], - "json-schema-traverse": [ - "0.4.1" + "esbuild-netbsd-64": [ + "0.15.18" ], - "uri-js": [ - "4.4.1" + "esbuild-openbsd-64": [ + "0.15.18" ], - "punycode": [ - "2.3.0" + "esbuild-sunos-64": [ + "0.15.18" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "esbuild-windows-32": [ + "0.15.18" ], - "fastq": [ - "1.15.0" + "esbuild-windows-64": [ + "0.15.18" ], - "reusify": [ - "1.0.4" + "esbuild-windows-arm64": [ + "0.15.18" ], - "@nodelib/fs.stat": [ - "2.0.5" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "run-parallel": [ - "1.2.0" + "@babel/types": [ + "7.23.5", + "7.23.0" ], - "queue-microtask": [ - "1.2.3" + "@types/babel__generator": [ + "7.6.5" ], - "@humanwhocodes/object-schema": [ - "2.0.1" + "@types/babel__template": [ + "7.4.2" ], - "import-fresh": [ - "3.3.0" + "@types/babel__traverse": [ + "7.20.2" ], - "strip-json-comments": [ - "3.1.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "parent-module": [ - "1.0.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "resolve-from": [ - "4.0.0" + "to-fast-properties": [ + "2.0.0" ], - "callsites": [ - "3.1.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" ], - "@types/json-schema": [ - "7.0.13" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@types/semver": [ - "7.5.3" + "@babel/helper-function-name": [ + "7.23.0" ], - "@typescript-eslint/types": [ - "5.44.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "eslint-utils": [ - "3.0.0_eslint_8.55.0" + "globals": [ + "11.12.0" ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "globby": [ - "11.1.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "array-union": [ - "2.1.0" + "@babel/compat-data": [ + "7.23.5" ], - "dir-glob": [ - "3.0.1" + "@babel/helper-validator-option": [ + "7.23.5" ], - "fast-glob": [ - "3.3.1" + "browserslist": [ + "4.22.2" ], - "merge2": [ - "1.4.1" + "lru-cache": [ + "5.1.1" ], - "slash": [ - "3.0.0" + "yallist": [ + "3.1.1" ], - "micromatch": [ - "4.0.5" + "caniuse-lite": [ + "1.0.30001566" ], - "braces": [ - "3.0.2" + "electron-to-chromium": [ + "1.4.608" ], - "picomatch": [ - "2.3.1" + "node-releases": [ + "2.0.14" ], - "fill-range": [ - "7.0.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "to-regex-range": [ - "5.0.1" + "escalade": [ + "3.1.1" ], - "is-number": [ - "7.0.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "path-type": [ + "@jridgewell/trace-mapping": [ + "0.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" ] }, @@ -113398,677 +107130,686 @@ "npm_translate_lock_repo": "npm" } }, - "npm__detect-node__2.1.0__links": { + "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__detect-node__2.1.0__links", - "package": "detect-node", - "version": "2.1.0", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "detect-node": [ - "2.1.0" + "link_packages": { + "": [ + "vitest" ] }, - "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" + "@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": { - "eslint-plugin-react": [ - "7.33.2_eslint_8.28.0" + "vitest": [ + "1.0.2_jsdom_23.0.1" ], - "array-includes": [ - "3.1.7" + "@vitest/expect": [ + "1.0.2" ], - "array.prototype.flatmap": [ - "1.3.2" + "@vitest/runner": [ + "1.0.2" ], - "array.prototype.tosorted": [ - "1.1.2" + "@vitest/snapshot": [ + "1.0.2" ], - "doctrine": [ - "3.0.0", - "2.1.0" + "@vitest/spy": [ + "1.0.2" ], - "es-iterator-helpers": [ - "1.0.15" + "@vitest/utils": [ + "1.0.2" ], - "eslint": [ - "8.28.0" + "acorn-walk": [ + "8.3.1" ], - "estraverse": [ - "5.3.0" + "cac": [ + "6.7.14" ], - "jsx-ast-utils": [ - "3.3.5" + "chai": [ + "4.3.10" ], - "minimatch": [ - "3.1.2" + "debug": [ + "4.3.4" ], - "object.entries": [ - "1.1.7" + "execa": [ + "8.0.1" ], - "object.fromentries": [ - "2.0.7" + "jsdom": [ + "23.0.1" ], - "object.hasown": [ - "1.1.3" + "local-pkg": [ + "0.5.0" ], - "object.values": [ - "1.1.7" + "magic-string": [ + "0.30.5" ], - "prop-types": [ - "15.8.1" + "pathe": [ + "1.1.1" ], - "resolve": [ - "2.0.0-next.4" + "picocolors": [ + "1.0.0" ], - "semver": [ - "6.3.1" + "std-env": [ + "3.6.0" ], - "string.prototype.matchall": [ - "4.0.10" + "strip-literal": [ + "1.3.0" ], - "call-bind": [ + "tinybench": [ + "2.5.1" + ], + "tinypool": [ + "0.8.1" + ], + "vite": [ + "5.0.6" + ], + "vite-node": [ "1.0.2" ], - "define-properties": [ - "1.2.1" + "why-is-node-running": [ + "2.2.2" ], - "es-abstract": [ - "1.22.2" + "siginfo": [ + "2.0.0" ], - "get-intrinsic": [ - "1.2.1" + "stackback": [ + "0.0.2" ], - "has-symbols": [ - "1.0.3" + "esbuild": [ + "0.19.8" ], - "internal-slot": [ - "1.0.5" + "postcss": [ + "8.4.32" ], - "regexp.prototype.flags": [ - "1.5.1" + "rollup": [ + "4.6.1" ], - "set-function-name": [ - "2.0.1" + "fsevents": [ + "2.3.3" ], - "side-channel": [ - "1.0.4" + "@rollup/rollup-android-arm-eabi": [ + "4.6.1" ], - "object-inspect": [ - "1.12.3" + "@rollup/rollup-android-arm64": [ + "4.6.1" ], - "define-data-property": [ - "1.1.0" + "@rollup/rollup-darwin-arm64": [ + "4.6.1" ], - "functions-have-names": [ - "1.2.3" + "@rollup/rollup-darwin-x64": [ + "4.6.1" ], - "has-property-descriptors": [ - "1.0.0" + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.6.1" ], - "gopd": [ - "1.0.1" + "@rollup/rollup-linux-arm64-gnu": [ + "4.6.1" ], - "has": [ - "1.0.3" + "@rollup/rollup-linux-arm64-musl": [ + "4.6.1" ], - "function-bind": [ - "1.1.1" + "@rollup/rollup-linux-x64-gnu": [ + "4.6.1" ], - "has-proto": [ - "1.0.1" + "@rollup/rollup-linux-x64-musl": [ + "4.6.1" ], - "array-buffer-byte-length": [ - "1.0.0" + "@rollup/rollup-win32-arm64-msvc": [ + "4.6.1" ], - "arraybuffer.prototype.slice": [ - "1.0.2" + "@rollup/rollup-win32-ia32-msvc": [ + "4.6.1" ], - "available-typed-arrays": [ - "1.0.5" + "@rollup/rollup-win32-x64-msvc": [ + "4.6.1" ], - "es-set-tostringtag": [ - "2.0.1" + "nanoid": [ + "3.3.7" ], - "es-to-primitive": [ - "1.2.1" + "source-map-js": [ + "1.0.2" ], - "function.prototype.name": [ - "1.1.6" + "@esbuild/android-arm": [ + "0.19.8" ], - "get-symbol-description": [ - "1.0.0" + "@esbuild/android-arm64": [ + "0.19.8" ], - "globalthis": [ - "1.0.3" + "@esbuild/android-x64": [ + "0.19.8" ], - "is-array-buffer": [ - "3.0.2" + "@esbuild/darwin-arm64": [ + "0.19.8" ], - "is-callable": [ - "1.2.7" + "@esbuild/darwin-x64": [ + "0.19.8" ], - "is-negative-zero": [ - "2.0.2" + "@esbuild/freebsd-arm64": [ + "0.19.8" ], - "is-regex": [ - "1.1.4" + "@esbuild/freebsd-x64": [ + "0.19.8" ], - "is-shared-array-buffer": [ - "1.0.2" + "@esbuild/linux-arm": [ + "0.19.8" ], - "is-string": [ - "1.0.7" + "@esbuild/linux-arm64": [ + "0.19.8" ], - "is-typed-array": [ - "1.1.12" + "@esbuild/linux-ia32": [ + "0.19.8" ], - "is-weakref": [ - "1.0.2" + "@esbuild/linux-loong64": [ + "0.19.8" ], - "object-keys": [ - "1.1.1" + "@esbuild/linux-mips64el": [ + "0.19.8" ], - "object.assign": [ - "4.1.4" + "@esbuild/linux-ppc64": [ + "0.19.8" ], - "safe-array-concat": [ - "1.0.1" + "@esbuild/linux-riscv64": [ + "0.19.8" ], - "safe-regex-test": [ - "1.0.0" + "@esbuild/linux-s390x": [ + "0.19.8" ], - "string.prototype.trim": [ - "1.2.8" + "@esbuild/linux-x64": [ + "0.19.8" ], - "string.prototype.trimend": [ - "1.0.7" + "@esbuild/netbsd-x64": [ + "0.19.8" ], - "string.prototype.trimstart": [ - "1.0.7" + "@esbuild/openbsd-x64": [ + "0.19.8" ], - "typed-array-buffer": [ - "1.0.0" + "@esbuild/sunos-x64": [ + "0.19.8" ], - "typed-array-byte-length": [ - "1.0.0" + "@esbuild/win32-arm64": [ + "0.19.8" ], - "typed-array-byte-offset": [ - "1.0.0" + "@esbuild/win32-ia32": [ + "0.19.8" ], - "typed-array-length": [ - "1.0.4" + "@esbuild/win32-x64": [ + "0.19.8" ], - "unbox-primitive": [ - "1.0.2" + "acorn": [ + "8.10.0" ], - "which-typed-array": [ - "1.1.11" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "for-each": [ - "0.3.3" + "mlly": [ + "1.4.2" ], - "has-tostringtag": [ - "1.0.0" + "pkg-types": [ + "1.0.3" ], - "has-bigints": [ - "1.0.2" + "jsonc-parser": [ + "3.2.0" ], - "which-boxed-primitive": [ - "1.0.2" + "ufo": [ + "1.3.2" ], - "is-bigint": [ - "1.0.4" + "cssstyle": [ + "3.0.0" ], - "is-boolean-object": [ - "1.1.2" + "data-urls": [ + "5.0.0" ], - "is-number-object": [ - "1.0.7" + "decimal.js": [ + "10.4.3" ], - "is-symbol": [ - "1.0.4" + "form-data": [ + "4.0.0" ], - "isarray": [ - "2.0.5" + "html-encoding-sniffer": [ + "4.0.0" ], - "is-date-object": [ - "1.0.5" + "http-proxy-agent": [ + "7.0.0" ], - "is-core-module": [ - "2.13.0" + "https-proxy-agent": [ + "7.0.2" ], - "path-parse": [ - "1.0.7" + "is-potential-custom-element-name": [ + "1.0.1" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "nwsapi": [ + "2.2.7" ], - "loose-envify": [ - "1.4.0" + "parse5": [ + "7.1.2" ], - "object-assign": [ - "4.1.1" + "rrweb-cssom": [ + "0.6.0" ], - "react-is": [ - "16.13.1" + "saxes": [ + "6.0.0" ], - "js-tokens": [ - "4.0.0" + "symbol-tree": [ + "3.2.4" ], - "brace-expansion": [ - "1.1.11" + "tough-cookie": [ + "4.1.3" ], - "balanced-match": [ - "1.0.2" + "w3c-xmlserializer": [ + "5.0.0" ], - "concat-map": [ - "0.0.1" + "webidl-conversions": [ + "7.0.0" ], - "array.prototype.flat": [ - "1.3.2" + "whatwg-encoding": [ + "3.1.1" ], - "es-shim-unscopables": [ - "1.0.0" + "whatwg-mimetype": [ + "4.0.0" ], - "@eslint/eslintrc": [ - "1.4.1" + "whatwg-url": [ + "14.0.0" ], - "@humanwhocodes/config-array": [ - "0.11.11" + "ws": [ + "8.14.2" ], - "@humanwhocodes/module-importer": [ - "1.0.1" + "xml-name-validator": [ + "5.0.0" ], - "@nodelib/fs.walk": [ - "1.2.8" + "tr46": [ + "5.0.0" ], - "ajv": [ - "6.12.6" + "punycode": [ + "2.3.1" ], - "chalk": [ - "4.1.2" + "iconv-lite": [ + "0.6.3" ], - "cross-spawn": [ - "7.0.3" + "safer-buffer": [ + "2.1.2" ], - "debug": [ - "4.3.4" + "psl": [ + "1.9.0" ], - "escape-string-regexp": [ - "4.0.0" + "universalify": [ + "0.2.0" ], - "eslint-scope": [ - "7.2.2" + "url-parse": [ + "1.5.10" ], - "eslint-utils": [ - "3.0.0_eslint_8.28.0" + "querystringify": [ + "2.2.0" ], - "eslint-visitor-keys": [ - "2.1.0", - "3.4.3" + "requires-port": [ + "1.0.0" ], - "espree": [ - "9.6.1" + "xmlchars": [ + "2.2.0" ], - "esquery": [ - "1.5.0" + "entities": [ + "4.5.0" ], - "esutils": [ - "2.0.3" + "agent-base": [ + "7.1.0" ], - "fast-deep-equal": [ - "3.1.3" + "asynckit": [ + "0.4.0" ], - "file-entry-cache": [ - "6.0.1" + "combined-stream": [ + "1.0.8" ], - "find-up": [ - "5.0.0" + "mime-types": [ + "2.1.35" ], - "glob-parent": [ - "6.0.2" + "mime-db": [ + "1.52.0" ], - "globals": [ - "13.22.0" + "delayed-stream": [ + "1.0.0" ], - "grapheme-splitter": [ - "1.0.4" + "cross-spawn": [ + "7.0.3" ], - "ignore": [ - "5.2.4" + "get-stream": [ + "8.0.1" ], - "import-fresh": [ - "3.3.0" + "human-signals": [ + "5.0.0" ], - "imurmurhash": [ - "0.1.4" + "is-stream": [ + "3.0.0" ], - "is-glob": [ - "4.0.3" + "merge-stream": [ + "2.0.0" ], - "is-path-inside": [ - "3.0.3" + "npm-run-path": [ + "5.1.0" ], - "js-sdsl": [ - "4.4.2" + "onetime": [ + "6.0.0" ], - "js-yaml": [ + "signal-exit": [ "4.1.0" ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" + "strip-final-newline": [ + "3.0.0" ], - "natural-compare": [ - "1.4.0" + "mimic-fn": [ + "4.0.0" ], - "optionator": [ - "0.9.3" + "path-key": [ + "3.1.1", + "4.0.0" ], - "regexpp": [ - "3.2.0" + "shebang-command": [ + "2.0.0" ], - "strip-ansi": [ - "6.0.1" + "which": [ + "2.0.2" ], - "strip-json-comments": [ - "3.1.1" + "isexe": [ + "2.0.0" ], - "text-table": [ - "0.2.0" + "shebang-regex": [ + "3.0.0" ], - "ansi-regex": [ - "5.0.1" + "ms": [ + "2.1.2" ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "assertion-error": [ + "1.1.0" ], - "deep-is": [ - "0.1.4" + "check-error": [ + "1.0.3" ], - "fast-levenshtein": [ - "2.0.6" + "deep-eql": [ + "4.1.3" ], - "prelude-ls": [ - "1.2.1" + "get-func-name": [ + "2.0.2" ], - "type-check": [ - "0.4.0" + "loupe": [ + "2.3.7" ], - "argparse": [ - "2.0.1" + "pathval": [ + "1.1.1" ], - "is-extglob": [ - "2.1.1" + "type-detect": [ + "4.0.8" ], - "parent-module": [ - "1.0.1" + "diff-sequences": [ + "29.6.3" ], - "resolve-from": [ - "4.0.0" + "pretty-format": [ + "29.7.0" ], - "callsites": [ - "3.1.0" + "@jest/schemas": [ + "29.6.3" ], - "type-fest": [ - "0.20.2" + "ansi-styles": [ + "5.2.0" ], - "locate-path": [ - "6.0.0" + "react-is": [ + "18.2.0" ], - "path-exists": [ - "4.0.0" + "@sinclair/typebox": [ + "0.27.8" ], - "p-locate": [ - "5.0.0" + "tinyspy": [ + "2.2.0" ], "p-limit": [ - "3.1.0" + "5.0.0" ], "yocto-queue": [ - "0.1.0" + "1.0.0" + ] + }, + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" + } + }, + "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" ], - "flat-cache": [ - "3.1.0" + "@babel/core": [ + "7.23.0" ], - "flatted": [ - "3.2.9" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "keyv": [ - "4.5.3" + "@ampproject/remapping": [ + "2.2.1" ], - "rimraf": [ - "3.0.2" + "@babel/code-frame": [ + "7.23.5", + "7.22.13" ], - "glob": [ - "7.2.3" + "@babel/generator": [ + "7.23.5", + "7.23.0" ], - "fs.realpath": [ - "1.0.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "inflight": [ - "1.0.6" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], - "inherits": [ - "2.0.4" + "@babel/helpers": [ + "7.23.1" ], - "once": [ - "1.4.0" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "path-is-absolute": [ - "1.0.1" + "@babel/template": [ + "7.22.15" ], - "wrappy": [ - "1.0.2" + "@babel/traverse": [ + "7.23.5", + "7.23.0" ], - "json-buffer": [ - "3.0.1" + "@babel/types": [ + "7.23.5" ], - "acorn": [ - "8.10.0" + "convert-source-map": [ + "2.0.0" ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "debug": [ + "4.3.4" ], - "esrecurse": [ - "4.3.0" + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" ], "ms": [ "2.1.2" ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "which": [ - "2.0.2" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "isexe": [ + "to-fast-properties": [ "2.0.0" ], - "shebang-regex": [ - "3.0.0" - ], - "ansi-styles": [ - "4.3.0" - ], - "supports-color": [ - "7.2.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "has-flag": [ - "4.0.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "color-convert": [ - "2.0.1" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "color-name": [ - "1.1.4" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "fast-json-stable-stringify": [ - "2.1.0" + "globals": [ + "11.12.0" ], - "json-schema-traverse": [ - "0.4.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "uri-js": [ - "4.4.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "punycode": [ - "2.3.0" + "jsesc": [ + "2.5.2" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "fastq": [ - "1.15.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "reusify": [ - "1.0.4" + "@jridgewell/set-array": [ + "1.1.2" ], - "@nodelib/fs.stat": [ - "2.0.5" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "run-parallel": [ - "1.2.0" + "chalk": [ + "2.4.2" ], - "queue-microtask": [ - "1.2.3" + "ansi-styles": [ + "3.2.1" ], - "@humanwhocodes/object-schema": [ - "1.2.1" + "escape-string-regexp": [ + "1.0.5" ], - "asynciterator.prototype": [ - "1.0.0" + "supports-color": [ + "5.5.0" ], - "iterator.prototype": [ - "1.1.2" + "has-flag": [ + "3.0.0" ], - "reflect.getprototypeof": [ - "1.0.4" + "color-convert": [ + "1.9.3" ], - "which-builtin-type": [ + "color-name": [ "1.1.3" ], - "is-async-function": [ - "2.0.0" + "js-tokens": [ + "4.0.0" ], - "is-finalizationregistry": [ - "1.0.2" + "@babel/helper-module-imports": [ + "7.22.15" ], - "is-generator-function": [ - "1.0.10" + "@babel/helper-simple-access": [ + "7.22.5" ], - "which-collection": [ - "1.0.1" + "@babel/compat-data": [ + "7.23.5" ], - "is-map": [ - "2.0.2" + "@babel/helper-validator-option": [ + "7.23.5" ], - "is-set": [ - "2.0.2" + "browserslist": [ + "4.22.2" ], - "is-weakmap": [ - "2.0.1" + "lru-cache": [ + "5.1.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" + "yallist": [ + "3.1.1" ], - "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" + "caniuse-lite": [ + "1.0.30001566" ], - "mkdirp": [ - "1.0.4" + "electron-to-chromium": [ + "1.4.608" ], - "strip-ansi": [ - "6.0.1" + "node-releases": [ + "2.0.14" ], - "uuid": [ - "8.3.2" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "xml": [ - "1.0.1" + "escalade": [ + "3.1.1" ], - "ansi-regex": [ - "5.0.1" + "picocolors": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -114078,41 +107819,56 @@ "npm_translate_lock_repo": "npm" } }, - "npm__http-errors__2.0.0__links": { + "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__http-errors__2.0.0__links", - "package": "http-errors", - "version": "2.0.0", - "dev": false, + "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": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" + "@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": { - "http-errors": [ - "2.0.0" + "@webassemblyjs/wasm-gen": [ + "1.11.6" ], - "depd": [ - "2.0.0" + "@webassemblyjs/ast": [ + "1.11.6" ], - "inherits": [ - "2.0.4" + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" ], - "setprototypeof": [ + "@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" ], - "statuses": [ - "2.0.1" + "@webassemblyjs/helper-numbers": [ + "1.11.6" ], - "toidentifier": [ - "1.0.1" + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" + ], + "@webassemblyjs/helper-api-error": [ + "1.11.6" ] }, "lifecycle_build_target": false, @@ -114122,18 +107878,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__dom-serializer__1.4.1": { + "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__dom-serializer__1.4.1", - "package": "dom-serializer", - "version": "1.4.1", + "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-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "url": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", + "url": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -114147,18 +107903,41 @@ "generate_bzl_library_targets": false } }, - "npm__tmpl__1.0.5": { + "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__tmpl__1.0.5", - "package": "tmpl", - "version": "1.0.5", + "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-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", - "url": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "url": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "commit": "", "patch_args": [], "patches": [], @@ -114172,18 +107951,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-arrow-functions__7.22.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-arrow-functions__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-arrow-functions", - "version": "7.22.5_at_babel_core_7.23.0", + "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-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz", + "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": [], @@ -114197,18 +107976,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_semver__7.5.3": { + "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_types_semver__7.5.3", - "package": "@types/semver", - "version": "7.5.3", + "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-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==", - "url": "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz", + "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": [], @@ -114222,68 +108001,202 @@ "generate_bzl_library_targets": false } }, - "npm__ajv__8.12.0__links": { + "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__ajv__8.12.0__links", - "package": "ajv", - "version": "8.12.0", - "dev": false, + "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": {}, + "link_packages": { + "vue": [ + "@vitejs/plugin-vue" + ] + }, "deps": { - "fast-deep-equal": "3.1.3", - "json-schema-traverse": "1.0.0", - "require-from-string": "2.0.2", - "uri-js": "4.4.1" + "vite": "3.2.7_at_types_node_18.11.9", + "vue": "3.2.45" }, "transitive_closure": { - "ajv": [ - "8.12.0" + "@vitejs/plugin-vue": [ + "3.2.0_vite_3.2.7__vue_3.2.45" ], - "fast-deep-equal": [ - "3.1.3" + "vite": [ + "3.2.7_at_types_node_18.11.9" ], - "json-schema-traverse": [ - "1.0.0" + "vue": [ + "3.2.45" ], - "require-from-string": [ + "@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" ], - "uri-js": [ - "4.4.1" + "magic-string": [ + "0.25.9" ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__to-regex-range__5.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__to-regex-range__5.0.1__links", - "package": "to-regex-range", - "version": "5.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "is-number": "7.0.0" - }, - "transitive_closure": { - "to-regex-range": [ - "5.0.1" + "postcss": [ + "8.4.31" ], - "is-number": [ - "7.0.0" + "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, @@ -114293,47 +108206,30 @@ "npm_translate_lock_repo": "npm" } }, - "npm__axobject-query__3.2.1__links": { + "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__axobject-query__3.2.1__links", - "package": "axobject-query", - "version": "3.2.1", - "dev": false, + "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": { - "dequal": "2.0.3" + "p-locate": "4.1.0" }, "transitive_closure": { - "axobject-query": [ - "3.2.1" + "locate-path": [ + "5.0.0" ], - "dequal": [ - "2.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__binary-extensions__2.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__binary-extensions__2.2.0__links", - "package": "binary-extensions", - "version": "2.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "binary-extensions": [ + "p-locate": [ + "4.1.0" + ], + "p-limit": [ + "2.3.0" + ], + "p-try": [ "2.2.0" ] }, @@ -114344,41 +108240,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__content-type__1.0.5__links": { + "npm__uuid__8.3.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__content-type__1.0.5__links", - "package": "content-type", - "version": "1.0.5", - "dev": false, + "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": {}, - "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" + "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__eslint-webpack-plugin__3.2.0__eslint_8.55.0__webpack_5.88.2": { + "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__eslint-webpack-plugin__3.2.0__eslint_8.55.0__webpack_5.88.2", - "package": "eslint-webpack-plugin", - "version": "3.2.0_eslint_8.55.0__webpack_5.88.2", + "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-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==", - "url": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz", + "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": [], @@ -114392,70 +108290,413 @@ "generate_bzl_library_targets": false } }, - "npm__jest-diff__24.9.0__links": { + "npm__at_vue_shared__3.2.45": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-diff__24.9.0__links", - "package": "jest-diff", - "version": "24.9.0", - "dev": false, - "root_package": "", + "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": { - "chalk": "2.4.2", - "diff-sequences": "24.9.0", - "jest-get-type": "24.9.0", - "pretty-format": "24.9.0" + "has-tostringtag": "1.0.0" }, "transitive_closure": { - "jest-diff": [ - "24.9.0" + "is-number-object": [ + "1.0.7" ], - "chalk": [ - "2.4.2" + "has-tostringtag": [ + "1.0.0" ], - "diff-sequences": [ - "24.9.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" ], - "jest-get-type": [ - "24.9.0" + "react": [ + "@bazel/ibazel" ], - "pretty-format": [ - "24.9.0" + "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" ], - "@jest/types": [ - "24.9.0" + "@babel/core": [ + "7.23.5" ], - "ansi-regex": [ - "4.1.1" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "ansi-styles": [ - "3.2.1" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "react-is": [ - "16.13.1" + "@babel/plugin-transform-optional-chaining": [ + "7.23.4_at_babel_core_7.23.5" ], - "color-convert": [ - "1.9.3" + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.5" ], - "color-name": [ - "1.1.3" + "@babel/types": [ + "7.23.5" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@types/istanbul-reports": [ + "@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" ], - "@types/yargs": [ - "13.0.12" + "@babel/highlight": [ + "7.23.4" ], - "@types/yargs-parser": [ - "21.0.1" + "chalk": [ + "2.4.2" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "ansi-styles": [ + "3.2.1" ], "escape-string-regexp": [ "1.0.5" @@ -114465,6 +108706,15 @@ ], "has-flag": [ "3.0.0" + ], + "color-convert": [ + "1.9.3" + ], + "color-name": [ + "1.1.3" + ], + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -114474,18 +108724,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.22.15__at_babel_core_7.23.0": { + "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__at_babel_plugin-bugfix-safari-id-destructuring-collision-in-function-expression__7.22.15__at_babel_core_7.23.0", - "package": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "version": "7.22.15_at_babel_core_7.23.0", + "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-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==", - "url": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "url": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -114499,18 +108749,18 @@ "generate_bzl_library_targets": false } }, - "npm__handle-thing__2.0.1": { + "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__handle-thing__2.0.1", - "package": "handle-thing", - "version": "2.0.1", + "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-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", - "url": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "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": [], @@ -114524,18 +108774,84 @@ "generate_bzl_library_targets": false } }, - "npm__svg-tags__1.0.0": { + "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__svg-tags__1.0.0", - "package": "svg-tags", - "version": "1.0.0", + "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-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", - "url": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "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": [], @@ -114549,18 +108865,41 @@ "generate_bzl_library_targets": false } }, - "npm__object-keys__1.1.1": { + "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__object-keys__1.1.1", - "package": "object-keys", - "version": "1.1.1", + "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-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "url": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -114574,59 +108913,90 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_reactivity-transform__3.2.37__links": { + "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__at_vue_reactivity-transform__3.2.37__links", - "package": "@vue/reactivity-transform", - "version": "3.2.37", + "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": { - "@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" + "ajv": "8.12.0" }, "transitive_closure": { - "@vue/reactivity-transform": [ - "3.2.37" + "ajv-formats": [ + "2.1.1_ajv_8.12.0" ], - "@babel/parser": [ - "7.23.0" + "ajv": [ + "8.12.0" ], - "@vue/compiler-core": [ - "3.2.37" + "fast-deep-equal": [ + "3.1.3" ], - "@vue/shared": [ - "3.2.37" + "json-schema-traverse": [ + "1.0.0" ], - "estree-walker": [ + "require-from-string": [ "2.0.2" ], - "magic-string": [ - "0.25.9" - ], - "sourcemap-codec": [ - "1.4.8" - ], - "source-map": [ - "0.6.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "uri-js": [ + "4.4.1" ], - "to-fast-properties": [ - "2.0.0" + "punycode": [ + "2.3.1" ] }, "lifecycle_build_target": false, @@ -114636,18 +109006,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__serialize-javascript__4.0.0": { + "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__serialize-javascript__4.0.0", - "package": "serialize-javascript", - "version": "4.0.0", + "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-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", - "url": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", + "url": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -114661,18 +109056,18 @@ "generate_bzl_library_targets": false } }, - "npm__file-entry-cache__6.0.1": { + "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__file-entry-cache__6.0.1", - "package": "file-entry-cache", - "version": "6.0.1", + "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-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "url": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "url": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -114686,18 +109081,18 @@ "generate_bzl_library_targets": false } }, - "npm__ipaddr.js__1.9.1": { + "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__ipaddr.js__1.9.1", - "package": "ipaddr.js", - "version": "1.9.1", + "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-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "url": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==", + "url": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -114711,20 +109106,32 @@ "generate_bzl_library_targets": false } }, - "npm__resolve-from__5.0.0__links": { + "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__resolve-from__5.0.0__links", - "package": "resolve-from", - "version": "5.0.0", - "dev": false, + "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": {}, + "deps": { + "agent-base": "6.0.2", + "debug": "4.3.4" + }, "transitive_closure": { - "resolve-from": [ - "5.0.0" + "https-proxy-agent": [ + "5.0.1" + ], + "agent-base": [ + "6.0.2" + ], + "debug": [ + "4.3.4" + ], + "ms": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -114734,18 +109141,89 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_estree__0.0.39": { + "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_types_estree__0.0.39", - "package": "@types/estree", - "version": "0.0.39", + "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-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", - "url": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "url": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -114759,22 +109237,18 @@ "generate_bzl_library_targets": false } }, - "npm__tsconfig-to-swcconfig__2.4.0": { + "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__tsconfig-to-swcconfig__2.4.0", - "package": "tsconfig-to-swcconfig", - "version": "2.4.0", + "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": { - "react": [ - "tsconfig-to-swcconfig" - ] - }, - "integrity": "sha512-vT1hUG06TC3XCRQoina91VGH5HKfxYgA4hN2Ly0uNxHKNeCds++7aBE2Je62FUTKvvdkTpLjmynF8bzgYcDymA==", - "url": "https://registry.npmjs.org/tsconfig-to-swcconfig/-/tsconfig-to-swcconfig-2.4.0.tgz", + "link_packages": {}, + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "url": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -114788,18 +109262,18 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-windows-64__0.15.18": { + "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__esbuild-windows-64__0.15.18", - "package": "esbuild-windows-64", - "version": "0.15.18", + "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-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==", - "url": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.15.18.tgz", + "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": [], @@ -114808,34 +109282,39 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__lower-case__2.0.2__links": { + "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__lower-case__2.0.2__links", - "package": "lower-case", - "version": "2.0.2", - "dev": false, + "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": { - "tslib": "2.6.2" + "@babel/types": "7.23.5" }, "transitive_closure": { - "lower-case": [ - "2.0.2" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "tslib": [ - "2.6.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, @@ -114845,18 +109324,22 @@ "npm_translate_lock_repo": "npm" } }, - "npm__lilconfig__2.1.0": { + "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__lilconfig__2.1.0", - "package": "lilconfig", - "version": "2.1.0", + "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": {}, - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", - "url": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "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": [], @@ -114870,20 +109353,20 @@ "generate_bzl_library_targets": false } }, - "npm__parse5__6.0.1__links": { + "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__parse5__6.0.1__links", - "package": "parse5", - "version": "6.0.1", - "dev": false, + "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": { - "parse5": [ - "6.0.1" + "yocto-queue": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -114893,34 +109376,42 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_csstools_postcss-unset-value__1.0.2__postcss_8.4.31__links": { + "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__at_csstools_postcss-unset-value__1.0.2__postcss_8.4.31__links", - "package": "@csstools/postcss-unset-value", - "version": "1.0.2_postcss_8.4.31", + "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": { - "postcss": "8.4.31" + "browserslist": "4.22.2", + "escalade": "3.1.1", + "picocolors": "1.0.0" }, "transitive_closure": { - "@csstools/postcss-unset-value": [ - "1.0.2_postcss_8.4.31" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "postcss": [ - "8.4.31" + "browserslist": [ + "4.22.2" ], - "nanoid": [ - "3.3.6" + "escalade": [ + "3.1.1" ], "picocolors": [ "1.0.0" ], - "source-map-js": [ - "1.0.2" + "caniuse-lite": [ + "1.0.30001566" + ], + "electron-to-chromium": [ + "1.4.608" + ], + "node-releases": [ + "2.0.14" ] }, "lifecycle_build_target": false, @@ -114930,25 +109421,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__dns-packet__5.6.1__links": { + "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__dns-packet__5.6.1__links", - "package": "dns-packet", - "version": "5.6.1", - "dev": false, + "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": { - "@leichtgewicht/ip-codec": "2.0.4" + "@humanwhocodes/object-schema": "1.2.1", + "debug": "4.3.4", + "minimatch": "3.1.2" }, "transitive_closure": { - "dns-packet": [ - "5.6.1" + "@humanwhocodes/config-array": [ + "0.11.11" ], - "@leichtgewicht/ip-codec": [ - "2.0.4" + "@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, @@ -114958,25 +109469,53 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_bonjour__3.5.11__links": { + "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__at_types_bonjour__3.5.11__links", - "package": "@types/bonjour", - "version": "3.5.11", - "dev": false, + "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": { - "@types/node": "18.11.9" + "lru-cache": "6.0.0" }, "transitive_closure": { - "@types/bonjour": [ - "3.5.11" + "semver": [ + "7.5.4" ], - "@types/node": [ - "18.11.9" + "lru-cache": [ + "6.0.0" + ], + "yallist": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -114986,359 +109525,119 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint__8.28.0__links": { + "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__eslint__8.28.0__links", - "package": "eslint", - "version": "8.28.0", + "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": { - "next.js": [ - "eslint" - ], - "react": [ - "eslint" + "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": { - "@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" + "@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": { - "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" + "rollup": [ + "4.6.1" ], - "color-convert": [ - "2.0.1" + "@rollup/rollup-android-arm-eabi": [ + "4.6.1" ], - "color-name": [ - "1.1.4" + "@rollup/rollup-android-arm64": [ + "4.6.1" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@rollup/rollup-darwin-arm64": [ + "4.6.1" ], - "json-schema-traverse": [ - "0.4.1" + "@rollup/rollup-darwin-x64": [ + "4.6.1" ], - "uri-js": [ - "4.4.1" + "@rollup/rollup-linux-arm-gnueabihf": [ + "4.6.1" ], - "punycode": [ - "2.3.0" + "@rollup/rollup-linux-arm64-gnu": [ + "4.6.1" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "@rollup/rollup-linux-arm64-musl": [ + "4.6.1" ], - "fastq": [ - "1.15.0" + "@rollup/rollup-linux-x64-gnu": [ + "4.6.1" ], - "reusify": [ - "1.0.4" + "@rollup/rollup-linux-x64-musl": [ + "4.6.1" ], - "@nodelib/fs.stat": [ - "2.0.5" + "@rollup/rollup-win32-arm64-msvc": [ + "4.6.1" ], - "run-parallel": [ - "1.2.0" + "@rollup/rollup-win32-ia32-msvc": [ + "4.6.1" ], - "queue-microtask": [ - "1.2.3" + "@rollup/rollup-win32-x64-msvc": [ + "4.6.1" ], - "@humanwhocodes/object-schema": [ - "1.2.1" + "fsevents": [ + "2.3.3" ] }, "lifecycle_build_target": false, @@ -115348,20 +109647,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ts-interface-checker__0.1.13__links": { + "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__ts-interface-checker__0.1.13__links", - "package": "ts-interface-checker", - "version": "0.1.13", - "dev": false, + "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": { - "ts-interface-checker": [ - "0.1.13" + "thunky": [ + "1.1.0" ] }, "lifecycle_build_target": false, @@ -115371,63 +109695,36 @@ "npm_translate_lock_repo": "npm" } }, - "npm__typed-array-buffer__1.0.0__links": { + "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__typed-array-buffer__1.0.0__links", - "package": "typed-array-buffer", - "version": "1.0.0", - "dev": false, + "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": { - "call-bind": "1.0.2", - "get-intrinsic": "1.2.1", - "is-typed-array": "1.1.12" + "emoji-regex": "8.0.0", + "is-fullwidth-code-point": "3.0.0", + "strip-ansi": "6.0.1" }, "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" + "string-width": [ + "4.2.3" ], - "is-callable": [ - "1.2.7" + "emoji-regex": [ + "8.0.0" ], - "function-bind": [ - "1.1.1" + "is-fullwidth-code-point": [ + "3.0.0" ], - "has": [ - "1.0.3" + "strip-ansi": [ + "6.0.1" ], - "has-proto": [ - "1.0.1" + "ansi-regex": [ + "5.0.1" ] }, "lifecycle_build_target": false, @@ -115437,103 +109734,149 @@ "npm_translate_lock_repo": "npm" } }, - "npm__sucrase__3.34.0__links": { + "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__sucrase__3.34.0__links", - "package": "sucrase", - "version": "3.34.0", - "dev": false, + "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": { - "@jridgewell/gen-mapping": "0.3.3", - "commander": "4.1.1", - "glob": "7.1.6", - "lines-and-columns": "1.2.4", - "mz": "2.7.0", - "pirates": "4.0.6", - "ts-interface-checker": "0.1.13" + "clone-deep": "4.0.1", + "flat": "5.0.2", + "wildcard": "2.0.1" }, "transitive_closure": { - "sucrase": [ - "3.34.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "commander": [ - "4.1.1" - ], - "glob": [ - "7.1.6" - ], - "lines-and-columns": [ - "1.2.4" - ], - "mz": [ - "2.7.0" - ], - "pirates": [ - "4.0.6" - ], - "ts-interface-checker": [ - "0.1.13" - ], - "any-promise": [ - "1.3.0" - ], - "object-assign": [ - "4.1.1" - ], - "thenify-all": [ - "1.6.0" + "webpack-merge": [ + "5.10.0" ], - "thenify": [ - "3.3.1" + "clone-deep": [ + "4.0.1" ], - "fs.realpath": [ - "1.0.0" + "flat": [ + "5.0.2" ], - "inflight": [ - "1.0.6" + "wildcard": [ + "2.0.1" ], - "inherits": [ + "is-plain-object": [ "2.0.4" ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "kind-of": [ + "6.0.3" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "shallow-clone": [ + "3.0.1" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "isobject": [ + "3.0.1" ] }, "lifecycle_build_target": false, @@ -115543,20 +109886,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__path-type__4.0.0__links": { + "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__path-type__4.0.0__links", - "package": "path-type", - "version": "4.0.0", + "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": { - "path-type": [ - "4.0.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ] }, "lifecycle_build_target": false, @@ -115566,20 +109909,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__char-regex__1.0.2__links": { + "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__char-regex__1.0.2__links", - "package": "char-regex", - "version": "1.0.2", - "dev": false, + "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": { - "char-regex": [ - "1.0.2" + "@xtuc/long": [ + "4.2.2" ] }, "lifecycle_build_target": false, @@ -115589,319 +109932,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-plugin-react-hooks__4.6.0__eslint_8.55.0__links": { + "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__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": false, + "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": { - "eslint": "8.55.0" + "safe-buffer": "5.2.1" }, "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.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" + "content-disposition": [ + "0.5.4" ], - "callsites": [ - "3.1.0" + "safe-buffer": [ + "5.2.1" ] }, "lifecycle_build_target": false, @@ -115911,43 +109960,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__lodash.memoize__4.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__lodash.memoize__4.1.2", - "package": "lodash.memoize", - "version": "4.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", - "url": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-wsl__2.2.0": { + "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__is-wsl__2.2.0", - "package": "is-wsl", - "version": "2.2.0", + "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-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "url": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "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": [], @@ -115961,18 +109985,18 @@ "generate_bzl_library_targets": false } }, - "npm__jest-util__27.5.1": { + "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__jest-util__27.5.1", - "package": "jest-util", - "version": "27.5.1", + "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-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", - "url": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "url": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", "commit": "", "patch_args": [], "patches": [], @@ -115986,18 +110010,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_eslint-parser__7.22.15__1785327679": { + "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_eslint-parser__7.22.15__1785327679", - "package": "@babel/eslint-parser", - "version": "7.22.15_1785327679", + "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-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg==", - "url": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.15.tgz", + "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": [], @@ -116011,88 +110035,48 @@ "generate_bzl_library_targets": false } }, - "npm__css-prefers-color-scheme__6.0.3__postcss_8.4.31": { + "npm__is-generator-fn__2.1.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-prefers-color-scheme__6.0.3__postcss_8.4.31", - "package": "css-prefers-color-scheme", - "version": "6.0.3_postcss_8.4.31", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", - "url": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__at_swc_core-darwin-x64__1.3.100": { + "npm__supports-color__5.5.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-darwin-x64__1.3.100", - "package": "@swc/core-darwin-x64", - "version": "1.3.100", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KF/MXrnH1nakm1wbt4XV8FS7kvqD9TGmVxeJ0U4bbvxXMvzeYUurzg3AJUTXYmXDhH/VXOYJE5N5RkwZZPs5iA==", - "url": "https://registry.npmjs.org/@swc/core-darwin-x64/-/core-darwin-x64-1.3.100.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-opacity-percentage__1.1.3__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-opacity-percentage__1.1.3__postcss_8.4.31__links", - "package": "postcss-opacity-percentage", - "version": "1.1.3_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31" + "has-flag": "3.0.0" }, "transitive_closure": { - "postcss-opacity-percentage": [ - "1.1.3_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" + "supports-color": [ + "5.5.0" ], - "source-map-js": [ - "1.0.2" + "has-flag": [ + "3.0.0" ] }, "lifecycle_build_target": false, @@ -116102,40 +110086,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__tempy__0.6.0__links": { + "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__tempy__0.6.0__links", - "package": "tempy", - "version": "0.6.0", - "dev": false, + "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": { - "is-stream": "2.0.1", - "temp-dir": "2.0.0", - "type-fest": "0.16.0", - "unique-string": "2.0.0" + "xml-name-validator": "5.0.0" }, "transitive_closure": { - "tempy": [ - "0.6.0" - ], - "is-stream": [ - "2.0.1" - ], - "temp-dir": [ - "2.0.0" - ], - "type-fest": [ - "0.16.0" - ], - "unique-string": [ - "2.0.0" + "w3c-xmlserializer": [ + "5.0.0" ], - "crypto-random-string": [ - "2.0.0" + "xml-name-validator": [ + "5.0.0" ] }, "lifecycle_build_target": false, @@ -116145,18 +110114,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_swc_helpers__0.4.14": { + "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_swc_helpers__0.4.14", - "package": "@swc/helpers", - "version": "0.4.14", + "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-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==", - "url": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz", + "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": [], @@ -116170,18 +110139,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-top-level-await__7.14.5__at_babel_core_7.23.0": { + "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_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", + "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-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "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": [], @@ -116195,141 +110164,20 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-darwin-64__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-darwin-64__0.15.18", - "package": "esbuild-darwin-64", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==", - "url": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__safe-array-concat__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__safe-array-concat__1.0.1__links", - "package": "safe-array-concat", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "get-intrinsic": "1.2.1", - "has-symbols": "1.0.3", - "isarray": "2.0.5" - }, - "transitive_closure": { - "safe-array-concat": [ - "1.0.1" - ], - "call-bind": [ - "1.0.2" - ], - "get-intrinsic": [ - "1.2.1" - ], - "has-symbols": [ - "1.0.3" - ], - "isarray": [ - "2.0.5" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__pretty-format__28.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__28.1.3__links", - "package": "pretty-format", - "version": "28.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/schemas": "28.1.3", - "ansi-regex": "5.0.1", - "ansi-styles": "5.2.0", - "react-is": "18.2.0" - }, - "transitive_closure": { - "pretty-format": [ - "28.1.3" - ], - "@jest/schemas": [ - "28.1.3" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.24.51" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__emittery__0.8.1__links": { + "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__emittery__0.8.1__links", - "package": "emittery", - "version": "0.8.1", + "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": { - "emittery": [ - "0.8.1" + "caniuse-lite": [ + "1.0.30001566" ] }, "lifecycle_build_target": false, @@ -116339,18 +110187,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-odd__0.1.2": { + "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__is-odd__0.1.2", - "package": "is-odd", - "version": "0.1.2", + "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-Ri7C2K7o5IrUU9UEI8losXJCCD/UtsaIrkR5sxIcFg4xQ9cRJXlWA5DQvTE0yDc0krvSNLsRGXN11UPS6KyfBw==", - "url": "https://registry.npmjs.org/is-odd/-/is-odd-0.1.2.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "url": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -116364,20 +110212,20 @@ "generate_bzl_library_targets": false } }, - "npm__tapable__1.1.3__links": { + "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__tapable__1.1.3__links", - "package": "tapable", - "version": "1.1.3", - "dev": false, + "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": { - "tapable": [ - "1.1.3" + "get-func-name": [ + "2.0.2" ] }, "lifecycle_build_target": false, @@ -116387,18 +110235,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__domexception__4.0.0": { + "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__domexception__4.0.0", - "package": "domexception", - "version": "4.0.0", + "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-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", - "url": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", + "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": [], @@ -116412,18 +110260,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_istanbul-reports__3.0.2": { + "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__at_types_istanbul-reports__3.0.2", - "package": "@types/istanbul-reports", - "version": "3.0.2", + "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-kv43F9eb3Lhj+lr/Hn6OcLCs/sSM8bt+fIaP11rCYngfV6NVjzWXJ17owQtDQTL9tQ8WSLUrGsSJ6rJz0F1w1A==", - "url": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.2.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "url": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -116437,127 +110285,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-normalize__10.0.1__-695478989__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize__10.0.1__-695478989__links", - "package": "postcss-normalize", - "version": "10.0.1_-695478989", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@csstools/normalize.css": "12.0.0", - "browserslist": "4.22.1", - "postcss": "8.4.31", - "postcss-browser-comments": "4.0.0_-695478989", - "sanitize.css": "13.0.0" - }, - "transitive_closure": { - "postcss-normalize": [ - "10.0.1_-695478989" - ], - "@csstools/normalize.css": [ - "12.0.0" - ], - "browserslist": [ - "4.22.1" - ], - "postcss": [ - "8.4.31" - ], - "postcss-browser-comments": [ - "4.0.0_-695478989" - ], - "sanitize.css": [ - "13.0.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_babel__template__7.4.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_babel__template__7.4.2__links", - "package": "@types/babel__template", - "version": "7.4.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/parser": "7.23.0", - "@babel/types": "7.23.0" - }, - "transitive_closure": { - "@types/babel__template": [ - "7.4.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__aria-query__5.1.3": { + "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__aria-query__5.1.3", - "package": "aria-query", - "version": "5.1.3", + "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-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", - "url": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "url": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -116571,41 +110310,18 @@ "generate_bzl_library_targets": false } }, - "npm__pidtree__0.3.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pidtree__0.3.1__links", - "package": "pidtree", - "version": "0.3.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "pidtree": [ - "0.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-object-rest-spread__7.22.15__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-object-rest-spread__7.22.15__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-object-rest-spread", - "version": "7.22.15_at_babel_core_7.23.0", + "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-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.15.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "url": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -116619,57 +110335,18 @@ "generate_bzl_library_targets": false } }, - "npm__global-prefix__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__global-prefix__3.0.0__links", - "package": "global-prefix", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "ini": "1.3.8", - "kind-of": "6.0.3", - "which": "1.3.1" - }, - "transitive_closure": { - "global-prefix": [ - "3.0.0" - ], - "ini": [ - "1.3.8" - ], - "kind-of": [ - "6.0.3" - ], - "which": [ - "1.3.1" - ], - "isexe": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__commander__2.20.3": { + "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__commander__2.20.3", - "package": "commander", - "version": "2.20.3", + "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-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "url": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "url": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -116683,141 +110360,76 @@ "generate_bzl_library_targets": false } }, - "npm__is-map__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-map__2.0.2__links", - "package": "is-map", - "version": "2.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-map": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__fast-json-stable-stringify__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fast-json-stable-stringify__2.1.0__links", - "package": "fast-json-stable-stringify", - "version": "2.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "fast-json-stable-stringify": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-serializer__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-serializer__27.5.1__links", - "package": "jest-serializer", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/node": "18.11.9", - "graceful-fs": "4.2.11" - }, - "transitive_closure": { - "jest-serializer": [ - "27.5.1" - ], - "@types/node": [ - "18.11.9" - ], - "graceful-fs": [ - "4.2.11" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-dynamic-import__7.22.11__at_babel_core_7.23.0__links": { + "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-transform-dynamic-import__7.22.11__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-dynamic-import", - "version": "7.22.11_at_babel_core_7.23.0", - "dev": false, + "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.0", + "@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.0" + "@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-dynamic-import": [ - "7.22.11_at_babel_core_7.23.0" + "@babel/plugin-proposal-optional-chaining": [ + "7.21.0_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.0" + "@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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -116837,15 +110449,6 @@ "ms": [ "2.1.2" ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], "@babel/helper-environment-visitor": [ "7.22.20" ], @@ -116868,13 +110471,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -116883,16 +110486,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -116919,7 +110522,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -116953,18 +110556,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_istanbuljs_schema__0.1.3": { + "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__at_istanbuljs_schema__0.1.3", - "package": "@istanbuljs/schema", - "version": "0.1.3", + "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-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "url": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "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": [], @@ -116978,18 +110581,18 @@ "generate_bzl_library_targets": false } }, - "npm__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.0": { + "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__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", + "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-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "url": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -117003,41 +110606,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_yargs-parser__21.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs-parser__21.0.1__links", - "package": "@types/yargs-parser", - "version": "21.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/yargs-parser": [ - "21.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_next_swc-linux-arm64-musl__13.0.5": { + "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_next_swc-linux-arm64-musl__13.0.5", - "package": "@next/swc-linux-arm64-musl", - "version": "13.0.5", + "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-xenvqlXz+KxVKAB1YR723gnVNszpsCvKZkiFFaAYqDGJ502YuqU2fwLsaSm/ASRizNcBYeo9HPLTyc3r/9cdMQ==", - "url": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.0.5.tgz", + "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": [], @@ -117046,29 +110626,33 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_types_istanbul-lib-coverage__2.0.4__links": { + "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__at_types_istanbul-lib-coverage__2.0.4__links", - "package": "@types/istanbul-lib-coverage", - "version": "2.0.4", - "dev": false, + "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": {}, + "deps": { + "iconv-lite": "0.6.3" + }, "transitive_closure": { - "@types/istanbul-lib-coverage": [ - "2.0.4" + "whatwg-encoding": [ + "3.1.1" + ], + "iconv-lite": [ + "0.6.3" + ], + "safer-buffer": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -117078,260 +110662,81 @@ "npm_translate_lock_repo": "npm" } }, - "npm__media-typer__0.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__media-typer__0.3.0", - "package": "media-typer", - "version": "0.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", - "url": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__unicode-property-aliases-ecmascript__2.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__unicode-property-aliases-ecmascript__2.1.0", - "package": "unicode-property-aliases-ecmascript", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "url": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__coa__2.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__coa__2.0.2", - "package": "coa", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", - "url": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__webpack-manifest-plugin__4.1.1__webpack_5.88.2": { + "npm__at_types_estree__1.0.2__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack-manifest-plugin__4.1.1__webpack_5.88.2", - "package": "webpack-manifest-plugin", - "version": "4.1.1_webpack_5.88.2", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", - "url": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__eslint-utils__3.0.0__eslint_8.28.0__links": { + "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__eslint-utils__3.0.0__eslint_8.28.0__links", - "package": "eslint-utils", - "version": "3.0.0_eslint_8.28.0", + "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": { - "eslint": "8.28.0", - "eslint-visitor-keys": "2.1.0" + "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-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" ], @@ -117344,9 +110749,6 @@ "argparse": [ "2.0.1" ], - "is-extglob": [ - "2.1.1" - ], "parent-module": [ "1.0.1" ], @@ -117359,101 +110761,20 @@ "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" + "eslint-visitor-keys": [ + "3.4.3" ], "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-deep-equal": [ + "3.1.3" ], "fast-json-stable-stringify": [ "2.1.0" @@ -117465,28 +110786,7 @@ "4.4.1" ], "punycode": [ - "2.3.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "@humanwhocodes/object-schema": [ - "1.2.1" + "2.3.1" ] }, "lifecycle_build_target": false, @@ -117496,18 +110796,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__express__4.18.2": { + "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__express__4.18.2", - "package": "express", - "version": "4.18.2", + "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-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", - "url": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "integrity": "sha512-65NKvSuAVDP/n4CqH+a9w2kTlLReS9vhsAP06MWx+/89nMinJyB2icyl58RIcqCmIggpojIGeuJGhjU1aGMBSg==", + "url": "https://registry.npmjs.org/tinybench/-/tinybench-2.5.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -117521,41 +110821,43 @@ "generate_bzl_library_targets": false } }, - "npm__ansi-regex__6.0.1__links": { + "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__ansi-regex__6.0.1__links", - "package": "ansi-regex", - "version": "6.0.1", + "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": { - "ansi-regex": [ - "6.0.1" + "@next/swc-win32-x64-msvc": [ + "13.0.5" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_webassemblyjs_helper-api-error__1.11.6": { + "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__at_webassemblyjs_helper-api-error__1.11.6", - "package": "@webassemblyjs/helper-api-error", - "version": "1.11.6", + "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-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "url": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "url": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -117569,18 +110871,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_xtuc_long__4.2.2": { + "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__at_xtuc_long__4.2.2", - "package": "@xtuc/long", - "version": "4.2.2", + "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-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "url": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", + "url": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -117594,21 +110896,21 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_shared__3.2.37__links": { + "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__at_vue_shared__3.2.37__links", - "package": "@vue/shared", - "version": "3.2.37", + "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": { - "@vue/shared": [ - "3.2.37" - ] + "decimal.js": [ + "10.4.3" + ] }, "lifecycle_build_target": false, "lifecycle_hooks_env": [], @@ -117617,52 +110919,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__make-dir__4.0.0__links": { + "npm__at_jest_types__24.9.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__make-dir__4.0.0__links", - "package": "make-dir", - "version": "4.0.0", - "dev": false, + "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": {}, - "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" + "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__shallow-clone__3.0.1": { + "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__shallow-clone__3.0.1", - "package": "shallow-clone", - "version": "3.0.1", + "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-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "url": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "url": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -117676,45 +110969,20 @@ "generate_bzl_library_targets": false } }, - "npm__data-urls__2.0.0__links": { + "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__data-urls__2.0.0__links", - "package": "data-urls", - "version": "2.0.0", - "dev": false, + "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": { - "abab": "2.0.6", - "whatwg-mimetype": "2.3.0", - "whatwg-url": "8.7.0" - }, + "deps": {}, "transitive_closure": { - "data-urls": [ - "2.0.0" - ], - "abab": [ - "2.0.6" - ], - "whatwg-mimetype": [ - "2.3.0" - ], - "whatwg-url": [ - "8.7.0" - ], - "lodash": [ - "4.17.21" - ], - "tr46": [ - "2.1.0" - ], - "webidl-conversions": [ - "6.1.0" - ], - "punycode": [ - "2.3.0" + "batch": [ + "0.6.1" ] }, "lifecycle_build_target": false, @@ -117724,109 +110992,36 @@ "npm_translate_lock_repo": "npm" } }, - "npm__get-symbol-description__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__get-symbol-description__1.0.0", - "package": "get-symbol-description", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "url": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-export-namespace-from__7.22.11__at_babel_core_7.23.0__links": { + "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_plugin-transform-export-namespace-from__7.22.11__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-export-namespace-from", - "version": "7.22.11_at_babel_core_7.23.0", + "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/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-export-namespace-from": "7.8.3_at_babel_core_7.23.0" + "@babel/template": "7.22.15", + "@babel/traverse": "7.23.5", + "@babel/types": "7.23.5" }, "transitive_closure": { - "@babel/plugin-transform-export-namespace-from": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -117834,6 +111029,12 @@ "to-fast-properties": [ "2.0.0" ], + "@babel/code-frame": [ + "7.23.5" + ], + "@babel/generator": [ + "7.23.5" + ], "@babel/helper-environment-visitor": [ "7.22.20" ], @@ -117846,47 +111047,17 @@ "@babel/helper-split-export-declaration": [ "7.22.6" ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" + "@babel/parser": [ + "7.23.5" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "debug": [ + "4.3.4" ], - "escalade": [ - "3.1.1" + "globals": [ + "11.12.0" ], - "picocolors": [ - "1.0.0" + "ms": [ + "2.1.2" ], "@jridgewell/gen-mapping": [ "0.3.3" @@ -117907,7 +111078,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -117941,91 +111112,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vue_devtools-api__6.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_devtools-api__6.5.0__links", - "package": "@vue/devtools-api", - "version": "6.5.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@vue/devtools-api": [ - "6.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__kind-of__6.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__kind-of__6.0.3__links", - "package": "kind-of", - "version": "6.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "kind-of": [ - "6.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__asynckit__0.4.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__asynckit__0.4.0", - "package": "asynckit", - "version": "0.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "url": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__pretty-bytes__5.6.0__links": { + "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__pretty-bytes__5.6.0__links", - "package": "pretty-bytes", - "version": "5.6.0", - "dev": false, + "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": { - "pretty-bytes": [ - "5.6.0" + "escape-string-regexp": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -118035,18 +111135,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.0": { + "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__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.0", - "package": "@babel/preset-modules", - "version": "0.1.6-no-external-plugins_at_babel_core_7.23.0", + "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-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", + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "url": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -118060,18 +111160,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_helper-optimise-call-expression__7.22.5": { + "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_babel_helper-optimise-call-expression__7.22.5", - "package": "@babel/helper-optimise-call-expression", - "version": "7.22.5", + "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-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", - "url": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "url": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -118085,184 +111185,32 @@ "generate_bzl_library_targets": false } }, - "npm__at_leichtgewicht_ip-codec__2.0.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_leichtgewicht_ip-codec__2.0.4__links", - "package": "@leichtgewicht/ip-codec", - "version": "2.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@leichtgewicht/ip-codec": [ - "2.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__cookie__0.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cookie__0.5.0__links", - "package": "cookie", - "version": "0.5.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "cookie": [ - "0.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__esbuild-windows-arm64__0.15.18__links": { + "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__esbuild-windows-arm64__0.15.18__links", - "package": "esbuild-windows-arm64", - "version": "0.15.18", + "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": {}, - "transitive_closure": { - "esbuild-windows-arm64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-number__3.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-number__3.0.0", - "package": "is-number", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", - "url": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_csstools_postcss-is-pseudo-class__2.0.7__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-is-pseudo-class__2.0.7__postcss_8.4.31", - "package": "@csstools/postcss-is-pseudo-class", - "version": "2.0.7_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", - "url": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__whatwg-encoding__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-encoding__2.0.0", - "package": "whatwg-encoding", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", - "url": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-env-function__4.0.6__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-env-function__4.0.6__postcss_8.4.31__links", - "package": "postcss-env-function", - "version": "4.0.6_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "agent-base": "7.1.0", + "debug": "4.3.4" }, "transitive_closure": { - "postcss-env-function": [ - "4.0.6_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" + "https-proxy-agent": [ + "7.0.2" ], - "nanoid": [ - "3.3.6" + "agent-base": [ + "7.1.0" ], - "picocolors": [ - "1.0.0" + "debug": [ + "4.3.4" ], - "source-map-js": [ - "1.0.2" + "ms": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -118272,45 +111220,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-get-type__24.9.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-get-type__24.9.0", - "package": "jest-get-type", - "version": "24.9.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q==", - "url": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-24.9.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__follow-redirects__1.15.3__links": { + "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__follow-redirects__1.15.3__links", - "package": "follow-redirects", - "version": "1.15.3", - "dev": false, + "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": { - "follow-redirects": [ - "1.15.3" + "@fastify/deepmerge": [ + "1.3.0" ] }, "lifecycle_build_target": false, @@ -118320,18 +111243,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__workbox-window__6.6.0": { + "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__workbox-window__6.6.0", - "package": "workbox-window", - "version": "6.6.0", + "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-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==", - "url": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz", + "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", + "url": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -118345,18 +111268,22 @@ "generate_bzl_library_targets": false } }, - "npm__universalify__0.2.0": { + "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__universalify__0.2.0", - "package": "universalify", - "version": "0.2.0", + "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": {}, - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", - "url": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "link_packages": { + "": [ + "eslint" + ] + }, + "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==", + "url": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -118370,18 +111297,18 @@ "generate_bzl_library_targets": false } }, - "npm__strip-json-comments__3.1.1": { + "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__strip-json-comments__3.1.1", - "package": "strip-json-comments", - "version": "3.1.1", + "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-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "url": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "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": [], @@ -118395,187 +111322,53 @@ "generate_bzl_library_targets": false } }, - "npm__at_jridgewell_trace-mapping__0.3.19__links": { + "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_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", + "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", - "root_package": "", - "link_workspace": "", - "link_packages": { - "vue": [ - "vue" - ] - }, - "integrity": "sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==", - "url": "https://registry.npmjs.org/vue/-/vue-3.2.45.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__concat-map__0.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__concat-map__0.0.1__links", - "package": "concat-map", - "version": "0.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "concat-map": [ - "0.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__http-proxy-middleware__2.0.6__at_types_express_4.17.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__http-proxy-middleware__2.0.6__at_types_express_4.17.18__links", - "package": "http-proxy-middleware", - "version": "2.0.6_at_types_express_4.17.18", "dev": false, "root_package": "", "link_packages": {}, "deps": { - "@types/express": "4.17.18", - "@types/http-proxy": "1.17.12", - "http-proxy": "1.18.1", - "is-glob": "4.0.3", - "is-plain-obj": "3.0.0", - "micromatch": "4.0.5" + "@vue/compiler-dom": "3.2.45", + "@vue/shared": "3.2.45" }, "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" + "@vue/compiler-ssr": [ + "3.2.45" ], - "@types/body-parser": [ - "1.19.3" + "@vue/compiler-dom": [ + "3.2.45" ], - "@types/express-serve-static-core": [ - "4.17.37" + "@vue/shared": [ + "3.2.45" ], - "@types/qs": [ - "6.9.8" + "@vue/compiler-core": [ + "3.2.45" ], - "@types/serve-static": [ - "1.15.3" + "@babel/parser": [ + "7.23.5" ], - "@types/http-errors": [ + "estree-walker": [ "2.0.2" ], - "@types/mime": [ - "1.3.3", - "3.0.2" + "source-map": [ + "0.6.1" ], - "@types/range-parser": [ - "1.2.5" + "@babel/types": [ + "7.23.5" ], - "@types/send": [ - "0.17.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@types/connect": [ - "3.4.36" + "@babel/helper-validator-identifier": [ + "7.22.20" + ], + "to-fast-properties": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -118585,18 +111378,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__dns-equal__1.0.0": { + "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__dns-equal__1.0.0", - "package": "dns-equal", - "version": "1.0.0", + "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-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", - "url": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "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": [], @@ -118610,132 +111403,44 @@ "generate_bzl_library_targets": false } }, - "npm__js-sdsl__4.4.2__links": { + "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__js-sdsl__4.4.2__links", - "package": "js-sdsl", - "version": "4.4.2", + "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": {}, - "transitive_closure": { - "js-sdsl": [ - "4.4.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helper-define-polyfill-provider__0.4.2__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-define-polyfill-provider__0.4.2__at_babel_core_7.23.0__links", - "package": "@babel/helper-define-polyfill-provider", - "version": "0.4.2_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, "deps": { "@babel/core": "7.23.0", - "@babel/helper-compilation-targets": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5", - "debug": "4.3.4", - "lodash.debounce": "4.0.8", - "resolve": "1.22.6" + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.0" ], "@babel/core": [ "7.23.0" ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], "@babel/helper-plugin-utils": [ "7.22.5" ], - "debug": [ - "4.3.4" - ], - "lodash.debounce": [ - "4.0.8" - ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ + "7.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" ], @@ -118743,28 +111448,39 @@ "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.0" + "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.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -118787,12 +111503,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" ], @@ -118812,7 +111522,8 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.22.20", + "7.23.4" ], "chalk": [ "2.4.2" @@ -118837,6 +111548,45 @@ ], "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, @@ -118846,18 +111596,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_swc_counter__0.1.2": { + "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_swc_counter__0.1.2", - "package": "@swc/counter", - "version": "0.1.2", + "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-9F4ys4C74eSTEUNndnER3VJ15oru2NumfQxS8geE+f3eB5xvfxpWyqE5XlVnxb/R14uoXi6SLbBwwiDSkv+XEw==", - "url": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.2.tgz", + "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": [], @@ -118871,18 +111621,43 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-custom-selectors__6.0.3__postcss_8.4.31": { + "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__postcss-custom-selectors__6.0.3__postcss_8.4.31", - "package": "postcss-custom-selectors", - "version": "6.0.3_postcss_8.4.31", + "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-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", - "url": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "url": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -118896,20 +111671,20 @@ "generate_bzl_library_targets": false } }, - "npm__yargs-parser__20.2.9__links": { + "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__yargs-parser__20.2.9__links", - "package": "yargs-parser", - "version": "20.2.9", - "dev": false, + "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": { - "yargs-parser": [ - "20.2.9" + "hosted-git-info": [ + "2.8.9" ] }, "lifecycle_build_target": false, @@ -118919,43 +111694,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-dynamic-import__7.22.11__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-dynamic-import__7.22.11__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-dynamic-import", - "version": "7.22.11_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.11.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-worker__29.7.0": { + "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__jest-worker__29.7.0", - "package": "jest-worker", - "version": "29.7.0", + "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-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", - "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "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": [], @@ -118969,30 +111719,30 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-unicode-regex__7.22.5__at_babel_core_7.23.0__links": { + "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.22.5__at_babel_core_7.23.0__links", + "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.22.5_at_babel_core_7.23.0", - "dev": false, + "version": "7.23.3_at_babel_core_7.23.5", + "dev": true, "root_package": "", "link_packages": {}, "deps": { - "@babel/core": "7.23.0", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", + "@babel/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.22.5_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "7.22.15_at_babel_core_7.23.5" ], "@babel/helper-plugin-utils": [ "7.22.5" @@ -119035,10 +111785,10 @@ "0.5.0" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -119050,28 +111800,28 @@ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@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/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" @@ -119110,13 +111860,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -119125,16 +111875,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -119158,7 +111908,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -119192,73 +111942,658 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.0__links": { + "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_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-modules__0.1.6-no-external-plugins__at_babel_core_7.23.0__links", - "package": "@babel/preset-modules", - "version": "0.1.6-no-external-plugins_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/types": "7.23.0", - "esutils": "2.0.3" + "de-indent": "1.0.2", + "he": "1.2.0" }, "transitive_closure": { - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.0" + "vue-template-compiler": [ + "2.7.14" ], - "@babel/core": [ - "7.23.0" + "de-indent": [ + "1.0.2" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "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" ], - "@babel/types": [ - "7.23.0" + "@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" ], - "@babel/helper-string-parser": [ - "7.22.5" + "fast-deep-equal": [ + "3.1.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "file-entry-cache": [ + "6.0.1" ], - "to-fast-properties": [ + "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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -119278,6 +112613,15 @@ "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" ], @@ -119300,13 +112644,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -119315,16 +112659,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -119351,7 +112695,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -119385,59 +112729,95 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jridgewell_gen-mapping__0.3.3__links": { + "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_jridgewell_gen-mapping__0.3.3__links", - "package": "@jridgewell/gen-mapping", - "version": "0.3.3", + "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": { - "@jridgewell/set-array": "1.1.2", - "@jridgewell/sourcemap-codec": "1.4.15", - "@jridgewell/trace-mapping": "0.3.19" - }, + "deps": {}, "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" + "@next/swc-android-arm64": [ + "13.0.5" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__functions-have-names__1.2.3__links": { + "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__functions-have-names__1.2.3__links", - "package": "functions-have-names", - "version": "1.2.3", - "dev": false, + "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": {}, + "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": { - "functions-have-names": [ - "1.2.3" + "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, @@ -119447,56 +112827,66 @@ "npm_translate_lock_repo": "npm" } }, - "npm__node-forge__1.3.1__links": { + "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__node-forge__1.3.1__links", - "package": "node-forge", - "version": "1.3.1", - "dev": false, + "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": { - "node-forge": [ - "1.3.1" + "@rollup/rollup-linux-x64-gnu": [ + "4.6.1" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_webassemblyjs_helper-numbers__1.11.6__links": { + "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__at_webassemblyjs_helper-numbers__1.11.6__links", - "package": "@webassemblyjs/helper-numbers", - "version": "1.11.6", - "dev": false, + "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": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@xtuc/long": "4.2.2" + "mlly": "1.4.2", + "pkg-types": "1.0.3" }, "transitive_closure": { - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "local-pkg": [ + "0.5.0" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "mlly": [ + "1.4.2" ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" + "pkg-types": [ + "1.0.3" ], - "@xtuc/long": [ - "4.2.2" + "jsonc-parser": [ + "3.2.0" + ], + "pathe": [ + "1.1.1" + ], + "acorn": [ + "8.10.0" + ], + "ufo": [ + "1.3.2" ] }, "lifecycle_build_target": false, @@ -119506,37 +112896,45 @@ "npm_translate_lock_repo": "npm" } }, - "npm__babel-plugin-macros__3.1.0__links": { + "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__babel-plugin-macros__3.1.0__links", - "package": "babel-plugin-macros", - "version": "3.1.0", - "dev": false, + "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": { - "@babel/runtime": "7.23.1", - "cosmiconfig": "7.1.0", - "resolve": "1.22.6" + "@typescript-eslint/parser": "5.44.0_1767590274", + "debug": "3.2.7", + "eslint": "8.55.0", + "eslint-import-resolver-node": "0.3.9" }, "transitive_closure": { - "babel-plugin-macros": [ - "3.1.0" + "eslint-module-utils": [ + "2.8.0_-1048982895" ], - "@babel/runtime": [ - "7.23.1" + "@typescript-eslint/parser": [ + "5.44.0_1767590274" ], - "cosmiconfig": [ - "7.1.0" + "debug": [ + "4.3.4", + "3.2.7" ], - "resolve": [ - "1.22.6" + "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" ], @@ -119549,112 +112947,367 @@ "function-bind": [ "1.1.1" ], - "@types/parse-json": [ - "4.0.0" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], - "import-fresh": [ - "3.3.0" + "@eslint-community/regexpp": [ + "4.10.0" ], - "parse-json": [ - "5.2.0" + "@eslint/eslintrc": [ + "2.1.4" ], - "path-type": [ + "@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" ], - "yaml": [ - "1.10.2" + "eslint-scope": [ + "7.2.2" ], - "@babel/code-frame": [ - "7.22.13" + "eslint-visitor-keys": [ + "3.4.3" ], - "error-ex": [ - "1.3.2" + "espree": [ + "9.6.1" ], - "json-parse-even-better-errors": [ - "2.3.1" + "esquery": [ + "1.5.0" ], - "lines-and-columns": [ - "1.2.4" + "esutils": [ + "2.0.3" ], - "is-arrayish": [ - "0.2.1" + "fast-deep-equal": [ + "3.1.3" ], - "@babel/highlight": [ - "7.22.20" + "file-entry-cache": [ + "6.0.1" ], - "chalk": [ - "2.4.2" + "find-up": [ + "5.0.0" ], - "ansi-styles": [ - "3.2.1" + "glob-parent": [ + "5.1.2", + "6.0.2" ], - "escape-string-regexp": [ - "1.0.5" + "globals": [ + "13.22.0" ], - "supports-color": [ - "5.5.0" + "graphemer": [ + "1.4.0" ], - "has-flag": [ - "3.0.0" + "ignore": [ + "5.2.4" ], - "color-convert": [ - "1.9.3" + "imurmurhash": [ + "0.1.4" ], - "color-name": [ - "1.1.3" + "is-glob": [ + "4.0.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "is-path-inside": [ + "3.0.3" ], - "js-tokens": [ - "4.0.0" + "js-yaml": [ + "4.1.0" ], - "parent-module": [ + "json-stable-stringify-without-jsonify": [ "1.0.1" ], - "resolve-from": [ + "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" ], - "callsites": [ - "3.1.0" + "p-locate": [ + "5.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_nicolo-ribaudo_eslint-scope-5-internals__5.1.1-v1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_nicolo-ribaudo_eslint-scope-5-internals__5.1.1-v1__links", - "package": "@nicolo-ribaudo/eslint-scope-5-internals", - "version": "5.1.1-v1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "eslint-scope": "5.1.1" - }, - "transitive_closure": { - "@nicolo-ribaudo/eslint-scope-5-internals": [ - "5.1.1-v1" + "p-limit": [ + "3.1.0" ], - "eslint-scope": [ - "5.1.1" + "yocto-queue": [ + "0.1.0" ], - "esrecurse": [ - "4.3.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", + "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, @@ -119664,18 +113317,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__globalthis__1.0.3": { + "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__globalthis__1.0.3", - "package": "globalthis", - "version": "1.0.3", + "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-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", - "url": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "url": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -119689,18 +113342,18 @@ "generate_bzl_library_targets": false } }, - "npm__babel-plugin-jest-hoist__27.5.1": { + "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__babel-plugin-jest-hoist__27.5.1", - "package": "babel-plugin-jest-hoist", - "version": "27.5.1", + "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-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", - "url": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + "url": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -119714,18 +113367,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-lab-function__4.2.1__postcss_8.4.31": { + "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__postcss-lab-function__4.2.1__postcss_8.4.31", - "package": "postcss-lab-function", - "version": "4.2.1_postcss_8.4.31", + "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-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", - "url": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", + "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -119739,18 +113392,103 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_compiler-dom__3.3.4": { + "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__at_vue_compiler-dom__3.3.4", - "package": "@vue/compiler-dom", - "version": "3.3.4", + "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-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==", - "url": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.4.tgz", + "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": [], @@ -119764,20 +113502,20 @@ "generate_bzl_library_targets": false } }, - "npm__diff-sequences__27.5.1__links": { + "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__diff-sequences__27.5.1__links", - "package": "diff-sequences", - "version": "27.5.1", - "dev": false, + "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": { - "diff-sequences": [ - "27.5.1" + "etag": [ + "1.8.1" ] }, "lifecycle_build_target": false, @@ -119787,18 +113525,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-syntax-class-static-block__7.14.5__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-class-static-block", - "version": "7.14.5_at_babel_core_7.23.0", + "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-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "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": [], @@ -119812,20 +113550,20 @@ "generate_bzl_library_targets": false } }, - "npm__ms__2.0.0__links": { + "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__ms__2.0.0__links", - "package": "ms", - "version": "2.0.0", - "dev": false, + "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": { - "ms": [ - "2.0.0" + "@discoveryjs/json-ext": [ + "0.5.7" ] }, "lifecycle_build_target": false, @@ -119835,18 +113573,47 @@ "npm_translate_lock_repo": "npm" } }, - "npm__walker__1.0.8": { + "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__walker__1.0.8", - "package": "walker", - "version": "1.0.8", + "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-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", - "url": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "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": [], @@ -119860,105 +113627,510 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-object-rest-spread__7.22.15__at_babel_core_7.23.0__links": { + "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_babel_plugin-transform-object-rest-spread__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-object-rest-spread", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/compat-data": "7.22.20", - "@babel/core": "7.23.0", - "@babel/helper-compilation-targets": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-transform-parameters": "7.22.15_at_babel_core_7.23.0" + "muggle-string": "0.1.0" }, "transitive_closure": { - "@babel/plugin-transform-object-rest-spread": [ - "7.22.15_at_babel_core_7.23.0" + "@volar/source-map": [ + "1.0.9" ], - "@babel/compat-data": [ - "7.22.20" + "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.0" + "7.23.5" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "@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-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.5" ], - "@babel/plugin-transform-parameters": [ - "7.22.15_at_babel_core_7.23.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "@babel/helper-validator-option": [ - "7.22.15" + "@babel/plugin-syntax-decorators": [ + "7.23.3_at_babel_core_7.23.5" ], - "browserslist": [ - "4.22.1" + "@babel/types": [ + "7.23.5" ], - "lru-cache": [ - "5.1.1" + "@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" ], - "yallist": [ - "3.1.1" + "@babel/template": [ + "7.22.15" ], - "caniuse-lite": [ - "1.0.30001542" + "@babel/code-frame": [ + "7.23.5" ], - "electron-to-chromium": [ - "1.4.539" + "@babel/parser": [ + "7.23.5" ], - "node-releases": [ - "2.0.13" + "@babel/highlight": [ + "7.23.4" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "chalk": [ + "2.4.2" ], - "escalade": [ - "3.1.1" + "ansi-styles": [ + "3.2.1" ], - "picocolors": [ - "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" + ], + "js-tokens": [ + "4.0.0" ], "@ampproject/remapping": [ "2.2.1" ], - "@babel/code-frame": [ - "7.22.13" - ], "@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" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" + "7.23.5" ], "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -119975,27 +114147,9 @@ "ms": [ "2.1.2" ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], "@babel/helper-hoist-variables": [ "7.22.5" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], "globals": [ "11.12.0" ], @@ -120005,6 +114159,39 @@ "@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" ], @@ -120022,33 +114209,6 @@ ], "@jridgewell/set-array": [ "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" ] }, "lifecycle_build_target": false, @@ -120058,196 +114218,311 @@ "npm_translate_lock_repo": "npm" } }, - "npm__array.prototype.flat__1.3.2__links": { + "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__array.prototype.flat__1.3.2__links", - "package": "array.prototype.flat", - "version": "1.3.2", - "dev": false, + "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": { - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "es-abstract": "1.22.2", - "es-shim-unscopables": "1.0.0" + "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": { - "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": [ + "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" ], - "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" + "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" ], - "has-symbols": [ - "1.0.3" + "@types/node": [ + "18.18.3" ], - "internal-slot": [ - "1.0.5" + "esbuild": [ + "0.15.18" ], - "is-array-buffer": [ - "3.0.2" + "postcss": [ + "8.4.31" ], - "is-callable": [ - "1.2.7" + "resolve": [ + "1.22.6" ], - "is-negative-zero": [ - "2.0.2" + "rollup": [ + "2.79.1" ], - "is-regex": [ - "1.1.4" + "fsevents": [ + "2.3.3" ], - "is-shared-array-buffer": [ - "1.0.2" + "is-core-module": [ + "2.13.0" ], - "is-string": [ + "path-parse": [ "1.0.7" ], - "is-typed-array": [ - "1.1.12" - ], - "is-weakref": [ - "1.0.2" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "object-inspect": [ - "1.12.3" + "has": [ + "1.0.3" ], - "object-keys": [ + "function-bind": [ "1.1.1" ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.5.1" - ], - "safe-array-concat": [ - "1.0.1" + "nanoid": [ + "3.3.6" ], - "safe-regex-test": [ + "picocolors": [ "1.0.0" ], - "string.prototype.trim": [ - "1.2.8" + "source-map-js": [ + "1.0.2" ], - "string.prototype.trimend": [ - "1.0.7" + "@esbuild/android-arm": [ + "0.15.18" ], - "string.prototype.trimstart": [ - "1.0.7" + "@esbuild/linux-loong64": [ + "0.15.18" ], - "typed-array-buffer": [ - "1.0.0" + "esbuild-android-64": [ + "0.15.18" ], - "typed-array-byte-length": [ - "1.0.0" + "esbuild-android-arm64": [ + "0.15.18" ], - "typed-array-byte-offset": [ - "1.0.0" + "esbuild-darwin-64": [ + "0.15.18" ], - "typed-array-length": [ - "1.0.4" + "esbuild-darwin-arm64": [ + "0.15.18" ], - "unbox-primitive": [ - "1.0.2" + "esbuild-freebsd-64": [ + "0.15.18" ], - "which-typed-array": [ - "1.1.11" + "esbuild-freebsd-arm64": [ + "0.15.18" ], - "for-each": [ - "0.3.3" + "esbuild-linux-32": [ + "0.15.18" ], - "has-tostringtag": [ - "1.0.0" + "esbuild-linux-64": [ + "0.15.18" ], - "has-bigints": [ - "1.0.2" + "esbuild-linux-arm": [ + "0.15.18" ], - "which-boxed-primitive": [ - "1.0.2" + "esbuild-linux-arm64": [ + "0.15.18" ], - "is-bigint": [ - "1.0.4" + "esbuild-linux-mips64le": [ + "0.15.18" ], - "is-boolean-object": [ - "1.1.2" + "esbuild-linux-ppc64le": [ + "0.15.18" ], - "is-number-object": [ - "1.0.7" + "esbuild-linux-riscv64": [ + "0.15.18" ], - "is-symbol": [ - "1.0.4" + "esbuild-linux-s390x": [ + "0.15.18" ], - "isarray": [ - "2.0.5" + "esbuild-netbsd-64": [ + "0.15.18" ], - "set-function-name": [ - "2.0.1" + "esbuild-openbsd-64": [ + "0.15.18" ], - "define-data-property": [ - "1.1.0" + "esbuild-sunos-64": [ + "0.15.18" ], - "functions-have-names": [ - "1.2.3" + "esbuild-windows-32": [ + "0.15.18" ], - "side-channel": [ - "1.0.4" + "esbuild-windows-64": [ + "0.15.18" ], - "is-date-object": [ - "1.0.5" + "esbuild-windows-arm64": [ + "0.15.18" ] }, "lifecycle_build_target": false, @@ -120257,18 +114532,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_highlight__7.22.20": { + "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__at_babel_highlight__7.22.20", - "package": "@babel/highlight", - "version": "7.22.20", + "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-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", - "url": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "url": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -120282,1020 +114582,1911 @@ "generate_bzl_library_targets": false } }, - "npm__html-webpack-plugin__5.5.3__webpack_5.89.0__links": { + "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__html-webpack-plugin__5.5.3__webpack_5.89.0__links", - "package": "html-webpack-plugin", - "version": "5.5.3_webpack_5.89.0", + "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": { - "react-webpack": [ - "html-webpack-plugin" - ] - }, + "link_packages": {}, "deps": { - "@types/html-minifier-terser": "6.1.0", - "html-minifier-terser": "6.1.0", - "lodash": "4.17.21", - "pretty-error": "4.0.0", - "tapable": "2.2.1", - "webpack": "5.89.0_-1501518582" + "execa": "5.1.1" }, "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" + "default-gateway": [ + "6.0.3" ], - "tapable": [ - "2.2.1" + "execa": [ + "5.1.1" ], - "webpack": [ - "5.89.0_-1501518582" + "cross-spawn": [ + "7.0.3" ], - "@types/eslint-scope": [ - "3.7.5" + "get-stream": [ + "6.0.1" ], - "@types/estree": [ - "1.0.2" + "human-signals": [ + "2.1.0" ], - "@webassemblyjs/ast": [ - "1.11.6" + "is-stream": [ + "2.0.1" ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" + "merge-stream": [ + "2.0.0" ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" + "npm-run-path": [ + "4.0.1" ], - "acorn": [ - "8.10.0" + "onetime": [ + "5.1.2" ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" + "signal-exit": [ + "3.0.7" ], - "browserslist": [ - "4.22.1" + "strip-final-newline": [ + "2.0.0" ], - "chrome-trace-event": [ - "1.0.3" + "mimic-fn": [ + "2.1.0" ], - "enhanced-resolve": [ - "5.15.0" + "path-key": [ + "3.1.1" ], - "es-module-lexer": [ - "1.3.1" + "shebang-command": [ + "2.0.0" ], - "eslint-scope": [ - "5.1.1" + "which": [ + "2.0.2" ], - "events": [ - "3.3.0" + "isexe": [ + "2.0.0" ], - "glob-to-regexp": [ + "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" ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" + "media-typer": [ + "0.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" + "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" ], - "webpack-cli": [ - "5.1.4_34022717" + "@babel/helper-string-parser": [ + "7.23.4" ], - "webpack-sources": [ - "3.2.3" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@discoveryjs/json-ext": [ - "0.5.7" + "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" ], - "@webpack-cli/configtest": [ - "2.1.1_-360275163" + "@babel/types": [ + "7.23.5" ], - "@webpack-cli/info": [ - "2.0.2_-360275163" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@webpack-cli/serve": [ - "2.0.5_-1521883062" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "colorette": [ - "2.0.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" ], - "commander": [ - "8.3.0", - "2.20.3", - "10.0.1" + "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" ], - "cross-spawn": [ - "7.0.3" + "@jest/types": [ + "29.6.3" ], - "envinfo": [ - "7.11.0" + "@types/node": [ + "18.11.9" ], - "fastest-levenshtein": [ - "1.0.16" + "chalk": [ + "2.4.2", + "4.1.2" ], - "import-local": [ - "3.1.0" + "jest-message-util": [ + "29.7.0" ], - "interpret": [ - "3.1.1" + "jest-util": [ + "29.7.0" ], - "rechoir": [ - "0.8.0" + "slash": [ + "3.0.0" ], - "webpack-dev-server": [ - "4.15.1_-360275163" + "ci-info": [ + "3.8.0" ], - "webpack-merge": [ - "5.10.0" + "graceful-fs": [ + "4.2.11" ], - "clone-deep": [ - "4.0.1" + "picomatch": [ + "2.3.1" ], - "flat": [ - "5.0.2" + "@babel/code-frame": [ + "7.23.5" ], - "wildcard": [ + "@types/stack-utils": [ "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" + "micromatch": [ + "4.0.5" ], - "chokidar": [ - "3.5.3" + "pretty-format": [ + "29.7.0" ], - "compression": [ - "1.7.4" + "stack-utils": [ + "2.0.6" ], - "connect-history-api-fallback": [ + "escape-string-regexp": [ + "1.0.5", "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" + "@jest/schemas": [ + "29.6.3" ], - "launch-editor": [ - "2.6.0" + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" ], - "open": [ - "8.4.2" + "react-is": [ + "18.2.0" ], - "p-retry": [ - "4.6.2" + "@sinclair/typebox": [ + "0.27.8" ], - "rimraf": [ + "braces": [ "3.0.2" ], - "selfsigned": [ - "2.1.1" - ], - "serve-index": [ - "1.9.1" + "fill-range": [ + "7.0.1" ], - "sockjs": [ - "0.3.24" + "to-regex-range": [ + "5.0.1" ], - "spdy": [ - "4.0.2" + "is-number": [ + "7.0.0" ], - "webpack-dev-middleware": [ - "5.3.3_webpack_5.89.0" + "@babel/highlight": [ + "7.23.4" ], - "ws": [ - "8.14.2" + "supports-color": [ + "7.2.0", + "5.5.0" ], - "memfs": [ - "3.5.3" + "has-flag": [ + "4.0.0", + "3.0.0" ], - "range-parser": [ - "1.2.1" + "color-convert": [ + "2.0.1", + "1.9.3" ], - "fs-monkey": [ - "1.0.5" + "color-name": [ + "1.1.4", + "1.1.3" ], - "debug": [ - "2.6.9", - "4.3.4" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "handle-thing": [ - "2.0.1" + "js-tokens": [ + "4.0.0" ], - "http-deceiver": [ - "1.2.7" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "select-hose": [ - "2.0.0" + "@types/istanbul-reports": [ + "3.0.2" ], - "spdy-transport": [ - "3.0.0" + "@types/yargs": [ + "17.0.26" ], - "detect-node": [ - "2.1.0" + "@types/yargs-parser": [ + "21.0.1" ], - "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": [ + "@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" ], - "isarray": [ + "has-tostringtag": [ "1.0.0" ], - "process-nextick-args": [ - "2.0.1" - ], - "ms": [ - "2.1.3", - "2.0.0", - "2.1.2" - ], - "faye-websocket": [ - "0.11.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_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" ], - "uuid": [ - "8.3.2" + "@babel/core": [ + "7.23.5" ], - "websocket-driver": [ - "0.7.4" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "http-parser-js": [ - "0.5.8" + "@ampproject/remapping": [ + "2.2.1" ], - "websocket-extensions": [ - "0.1.4" + "@babel/code-frame": [ + "7.23.5" ], - "accepts": [ - "1.3.8" + "@babel/generator": [ + "7.23.5" ], - "batch": [ - "0.6.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "escape-html": [ - "1.0.3" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "http-errors": [ - "2.0.0", - "1.6.3" + "@babel/helpers": [ + "7.23.5" ], - "parseurl": [ - "1.3.3" + "@babel/parser": [ + "7.23.5" ], - "depd": [ - "2.0.0", - "1.1.2" + "@babel/template": [ + "7.22.15" ], - "setprototypeof": [ - "1.2.0", - "1.1.0" + "@babel/traverse": [ + "7.23.5" ], - "statuses": [ - "2.0.1", - "1.5.0" + "@babel/types": [ + "7.23.5" ], - "negotiator": [ - "0.6.3" + "convert-source-map": [ + "2.0.0" ], - "node-forge": [ - "1.3.1" + "debug": [ + "4.3.4" ], - "@types/json-schema": [ - "7.0.13" + "gensync": [ + "1.0.0-beta.2" ], - "ajv": [ - "6.12.6", - "8.12.0" + "json5": [ + "2.2.3" ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" + "semver": [ + "6.3.1" ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6", - "5.1.0_ajv_8.12.0" + "ms": [ + "2.1.2" ], - "fast-deep-equal": [ - "3.1.3" + "@babel/helper-string-parser": [ + "7.23.4" ], - "json-schema-traverse": [ - "0.4.1", - "1.0.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "require-from-string": [ - "2.0.2" + "to-fast-properties": [ + "2.0.0" ], - "uri-js": [ - "4.4.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "punycode": [ - "2.3.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "glob": [ - "7.2.3" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "fs.realpath": [ - "1.0.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "inflight": [ - "1.0.6" + "globals": [ + "11.12.0" ], - "minimatch": [ - "3.1.2" + "@babel/helper-module-imports": [ + "7.22.15" ], - "once": [ - "1.4.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "path-is-absolute": [ - "1.0.1" + "@babel/compat-data": [ + "7.23.5" ], - "wrappy": [ - "1.0.2" + "@babel/helper-validator-option": [ + "7.23.5" ], - "brace-expansion": [ - "1.1.11" + "browserslist": [ + "4.22.2" ], - "balanced-match": [ - "1.0.2" + "lru-cache": [ + "5.1.1" ], - "concat-map": [ - "0.0.1" + "yallist": [ + "3.1.1" ], - "@types/retry": [ - "0.12.0" + "caniuse-lite": [ + "1.0.30001566" ], - "retry": [ - "0.13.1" + "electron-to-chromium": [ + "1.4.608" ], - "define-lazy-prop": [ - "2.0.0" + "node-releases": [ + "2.0.14" ], - "is-docker": [ - "2.2.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "is-wsl": [ - "2.2.0" + "escalade": [ + "3.1.1" ], "picocolors": [ "1.0.0" ], - "shell-quote": [ - "1.8.1" - ], - "@types/http-proxy": [ - "1.17.12" - ], - "http-proxy": [ - "1.18.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "is-glob": [ - "4.0.3" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "is-plain-obj": [ - "3.0.0" + "jsesc": [ + "2.5.2" ], - "micromatch": [ - "4.0.5" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "braces": [ - "3.0.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "picomatch": [ - "2.3.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "fill-range": [ - "7.0.1" + "@babel/highlight": [ + "7.23.4" ], - "to-regex-range": [ - "5.0.1" + "chalk": [ + "2.4.2" ], - "is-number": [ - "7.0.0" + "ansi-styles": [ + "3.2.1" ], - "is-extglob": [ - "2.1.1" + "escape-string-regexp": [ + "1.0.5" ], - "eventemitter3": [ - "4.0.7" + "supports-color": [ + "5.5.0" ], - "follow-redirects": [ - "1.15.3" + "has-flag": [ + "3.0.0" ], - "requires-port": [ - "1.0.0" + "color-convert": [ + "1.9.3" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "color-name": [ + "1.1.3" ], - "array-flatten": [ - "2.1.2", - "1.1.1" + "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" ], - "body-parser": [ - "1.20.1" + "@babel/core": [ + "7.23.0" ], - "content-disposition": [ - "0.5.4" + "@babel/helper-module-imports": [ + "7.22.15" ], - "content-type": [ - "1.0.5" + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.0" ], - "cookie": [ - "0.5.0" + "@babel/template": [ + "7.22.15" ], - "cookie-signature": [ - "1.0.6" + "@babel/traverse": [ + "7.23.5", + "7.23.0" ], - "encodeurl": [ - "1.0.2" + "@babel/types": [ + "7.23.5" ], - "etag": [ - "1.8.1" + "@vue/babel-helper-vue-transform-on": [ + "1.1.5" ], - "finalhandler": [ - "1.2.0" + "camelcase": [ + "6.3.0" ], - "fresh": [ - "0.5.2" + "html-tags": [ + "3.3.1" ], - "merge-descriptors": [ - "1.0.1" + "svg-tags": [ + "1.0.0" ], - "methods": [ - "1.1.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "on-finished": [ - "2.4.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "path-to-regexp": [ - "0.1.7" + "to-fast-properties": [ + "2.0.0" ], - "proxy-addr": [ - "2.0.7" + "@babel/code-frame": [ + "7.22.13", + "7.23.5" ], - "qs": [ - "6.11.0" + "@babel/generator": [ + "7.23.0", + "7.23.5" ], - "send": [ - "0.18.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "serve-static": [ - "1.15.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "type-is": [ - "1.6.18" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "utils-merge": [ - "1.0.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "vary": [ - "1.1.2" + "@babel/parser": [ + "7.23.0", + "7.23.5" ], - "media-typer": [ - "0.3.0" + "debug": [ + "4.3.4" ], - "destroy": [ - "1.2.0" + "globals": [ + "11.12.0" ], - "mime": [ - "1.6.0" + "ms": [ + "2.1.2" ], - "side-channel": [ - "1.0.4" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "call-bind": [ - "1.0.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "get-intrinsic": [ - "1.2.1" + "jsesc": [ + "2.5.2" ], - "object-inspect": [ - "1.12.3" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "function-bind": [ - "1.1.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "has": [ - "1.0.3" + "@jridgewell/set-array": [ + "1.1.2" ], - "has-proto": [ - "1.0.1" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "has-symbols": [ - "1.0.3" + "chalk": [ + "2.4.2" ], - "forwarded": [ - "0.2.0" + "ansi-styles": [ + "3.2.1" ], - "ee-first": [ - "1.1.1" + "escape-string-regexp": [ + "1.0.5" ], - "toidentifier": [ - "1.0.1" + "supports-color": [ + "5.5.0" ], - "unpipe": [ - "1.0.0" + "has-flag": [ + "3.0.0" ], - "bytes": [ - "3.0.0", - "3.1.2" + "color-convert": [ + "1.9.3" ], - "iconv-lite": [ - "0.4.24" + "color-name": [ + "1.1.3" ], - "raw-body": [ - "2.5.1" + "js-tokens": [ + "4.0.0" ], - "safer-buffer": [ - "2.1.2" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "execa": [ - "5.1.1" + "@ampproject/remapping": [ + "2.2.1" ], - "get-stream": [ - "6.0.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "human-signals": [ - "2.1.0" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], - "is-stream": [ - "2.0.1" + "@babel/helpers": [ + "7.23.1" ], - "merge-stream": [ + "convert-source-map": [ "2.0.0" ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" + "gensync": [ + "1.0.0-beta.2" ], - "strip-final-newline": [ - "2.0.0" + "json5": [ + "2.2.3" ], - "mimic-fn": [ - "2.1.0" + "semver": [ + "6.3.1" ], - "path-key": [ - "3.1.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "compressible": [ - "2.0.18" + "@babel/compat-data": [ + "7.23.5" ], - "on-headers": [ - "1.0.2" + "@babel/helper-validator-option": [ + "7.23.5" ], - "mime-db": [ - "1.52.0" + "browserslist": [ + "4.22.2" ], - "anymatch": [ - "3.1.3" + "lru-cache": [ + "5.1.1" ], - "glob-parent": [ - "5.1.2" + "yallist": [ + "3.1.1" ], - "is-binary-path": [ - "2.1.0" + "caniuse-lite": [ + "1.0.30001566" ], - "normalize-path": [ - "3.0.0" + "electron-to-chromium": [ + "1.4.608" ], - "readdirp": [ - "3.6.0" + "node-releases": [ + "2.0.14" ], - "fsevents": [ - "2.3.3" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "binary-extensions": [ - "2.2.0" + "escalade": [ + "3.1.1" ], - "dns-equal": [ + "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" ], - "multicast-dns": [ - "7.2.5" - ], - "dns-packet": [ - "5.6.1" - ], - "thunky": [ - "1.1.0" - ], - "@leichtgewicht/ip-codec": [ - "2.0.4" + "@vue/compiler-ssr": [ + "3.3.4" ], - "@types/http-errors": [ - "2.0.2" + "@vue/shared": [ + "3.3.4" ], - "@types/mime": [ - "1.3.3", - "3.0.2" + "vue": [ + "3.3.4" ], - "@types/body-parser": [ - "1.19.3" + "@vue/compiler-dom": [ + "3.3.4" ], - "@types/express-serve-static-core": [ - "4.17.37" + "@vue/compiler-sfc": [ + "3.3.4" ], - "@types/qs": [ - "6.9.8" + "@vue/runtime-dom": [ + "3.3.4" ], - "@types/range-parser": [ - "1.2.5" + "@vue/runtime-core": [ + "3.3.4" ], - "@types/send": [ - "0.17.2" + "csstype": [ + "3.1.2" ], - "@types/connect": [ - "3.4.36" + "@vue/reactivity": [ + "3.3.4" ], - "resolve": [ - "1.22.6" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "is-core-module": [ - "2.13.0" + "@vue/compiler-core": [ + "3.3.4" ], - "path-parse": [ - "1.0.7" + "@vue/reactivity-transform": [ + "3.3.4" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "estree-walker": [ + "2.0.2" ], - "pkg-dir": [ - "4.2.0" + "magic-string": [ + "0.30.4" ], - "resolve-cwd": [ - "3.0.0" + "postcss": [ + "8.4.31" ], - "resolve-from": [ - "5.0.0" + "source-map-js": [ + "1.0.2" ], - "find-up": [ - "4.1.0" + "nanoid": [ + "3.3.6" ], - "locate-path": [ - "5.0.0" + "picocolors": [ + "1.0.0" ], - "path-exists": [ - "4.0.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "p-locate": [ - "4.1.0" + "@babel/types": [ + "7.23.5" ], - "p-limit": [ - "2.3.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "p-try": [ - "2.2.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ + "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" ], - "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" + "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" ], - "terser": [ - "5.20.0" + "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" ], - "@jridgewell/source-map": [ - "0.3.5" + "@babel/core": [ + "7.23.0" ], - "source-map-support": [ - "0.5.21" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "buffer-from": [ - "1.1.2" + "@ampproject/remapping": [ + "2.2.1" ], - "source-map": [ - "0.6.1" + "@babel/code-frame": [ + "7.23.5", + "7.22.13" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@babel/generator": [ + "7.23.5", + "7.23.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], - "randombytes": [ - "2.1.0" + "@babel/helpers": [ + "7.23.1" ], - "supports-color": [ - "8.1.1" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "has-flag": [ - "4.0.0" + "@babel/template": [ + "7.22.15" ], - "@swc/counter": [ - "0.1.2" + "@babel/traverse": [ + "7.23.5", + "7.23.0" ], - "@swc/types": [ - "0.1.5" + "@babel/types": [ + "7.23.5" ], - "@swc/core-darwin-arm64": [ - "1.3.100" + "convert-source-map": [ + "2.0.0" ], - "@swc/core-darwin-x64": [ - "1.3.100" + "debug": [ + "4.3.4" ], - "@swc/core-linux-arm64-gnu": [ - "1.3.100" + "gensync": [ + "1.0.0-beta.2" ], - "@swc/core-linux-arm64-musl": [ - "1.3.100" + "json5": [ + "2.2.3" ], - "@swc/core-linux-x64-gnu": [ - "1.3.100" + "semver": [ + "6.3.1" ], - "@swc/core-linux-x64-musl": [ - "1.3.100" + "ms": [ + "2.1.2" ], - "@swc/core-win32-arm64-msvc": [ - "1.3.100" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@swc/core-win32-ia32-msvc": [ - "1.3.100" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@swc/core-win32-x64-msvc": [ - "1.3.100" + "to-fast-properties": [ + "2.0.0" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "esrecurse": [ - "4.3.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "caniuse-lite": [ - "1.0.30001542" + "globals": [ + "11.12.0" ], - "electron-to-chromium": [ - "1.4.539" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "node-releases": [ - "2.0.13" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "jsesc": [ + "2.5.2" ], - "escalade": [ + "@jridgewell/resolve-uri": [ "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" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" + "@jridgewell/set-array": [ + "1.1.2" ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "@webassemblyjs/wast-printer": [ - "1.11.6" + "chalk": [ + "2.4.2" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "ansi-styles": [ + "3.2.1" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "escape-string-regexp": [ + "1.0.5" ], - "@types/eslint": [ - "8.44.3" + "supports-color": [ + "5.5.0" ], - "renderkid": [ + "has-flag": [ "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" + "color-convert": [ + "1.9.3" ], - "dom-serializer": [ - "1.4.1" + "color-name": [ + "1.1.3" ], - "utila": [ - "0.4.0" + "js-tokens": [ + "4.0.0" ], - "boolbase": [ - "1.0.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "css-what": [ - "6.1.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "nth-check": [ - "2.1.1" + "@babel/compat-data": [ + "7.23.5" ], - "camel-case": [ - "4.1.2" + "@babel/helper-validator-option": [ + "7.23.5" ], - "clean-css": [ - "5.3.2" + "browserslist": [ + "4.22.2" ], - "he": [ - "1.2.0" + "lru-cache": [ + "5.1.1" ], - "param-case": [ - "3.0.4" + "yallist": [ + "3.1.1" ], - "relateurl": [ - "0.2.7" + "caniuse-lite": [ + "1.0.30001566" ], - "dot-case": [ - "3.0.4" + "electron-to-chromium": [ + "1.4.608" ], - "tslib": [ - "2.6.2" + "node-releases": [ + "2.0.14" ], - "no-case": [ - "3.0.4" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "lower-case": [ - "2.0.2" + "escalade": [ + "3.1.1" ], - "pascal-case": [ - "3.1.2" + "picocolors": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -121305,247 +116496,224 @@ "npm_translate_lock_repo": "npm" } }, - "npm__util.promisify__1.0.1__links": { + "npm__is-symbol__1.0.4": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__util.promisify__1.0.1__links", - "package": "util.promisify", - "version": "1.0.1", - "dev": false, + "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": { - "define-properties": "1.2.1", - "es-abstract": "1.22.2", - "has-symbols": "1.0.3", - "object.getownpropertydescriptors": "2.1.7" + "vite": "3.2.7_at_types_node_18.18.3", + "vue": "3.3.4" }, "transitive_closure": { - "util.promisify": [ - "1.0.1" - ], - "define-properties": [ - "1.2.1" - ], - "es-abstract": [ - "1.22.2" - ], - "has-symbols": [ - "1.0.3" - ], - "object.getownpropertydescriptors": [ - "2.1.7" - ], - "array.prototype.reduce": [ - "1.0.6" + "@vitejs/plugin-vue": [ + "3.2.0_vite_3.2.7__vue_3.3.4" ], - "call-bind": [ - "1.0.2" + "vite": [ + "3.2.7_at_types_node_18.18.3" ], - "safe-array-concat": [ - "1.0.1" + "vue": [ + "3.3.4" ], - "get-intrinsic": [ - "1.2.1" + "@vue/compiler-dom": [ + "3.3.4" ], - "isarray": [ - "2.0.5" + "@vue/compiler-sfc": [ + "3.3.4" ], - "function-bind": [ - "1.1.1" + "@vue/runtime-dom": [ + "3.3.4" ], - "has": [ - "1.0.3" + "@vue/server-renderer": [ + "3.3.4_vue_3.3.4" ], - "has-proto": [ - "1.0.1" + "@vue/shared": [ + "3.3.4" ], - "es-array-method-boxes-properly": [ - "1.0.0" + "@vue/compiler-ssr": [ + "3.3.4" ], - "is-string": [ - "1.0.7" + "@vue/runtime-core": [ + "3.3.4" ], - "has-tostringtag": [ - "1.0.0" + "csstype": [ + "3.1.2" ], - "array-buffer-byte-length": [ - "1.0.0" + "@vue/reactivity": [ + "3.3.4" ], - "arraybuffer.prototype.slice": [ - "1.0.2" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "available-typed-arrays": [ - "1.0.5" + "@vue/compiler-core": [ + "3.3.4" ], - "es-set-tostringtag": [ - "2.0.1" + "@vue/reactivity-transform": [ + "3.3.4" ], - "es-to-primitive": [ - "1.2.1" + "estree-walker": [ + "2.0.2" ], - "function.prototype.name": [ - "1.1.6" + "magic-string": [ + "0.30.4" ], - "get-symbol-description": [ - "1.0.0" + "postcss": [ + "8.4.31" ], - "globalthis": [ - "1.0.3" + "source-map-js": [ + "1.0.2" ], - "gopd": [ - "1.0.1" + "nanoid": [ + "3.3.6" ], - "has-property-descriptors": [ + "picocolors": [ "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" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "is-shared-array-buffer": [ - "1.0.2" + "@babel/types": [ + "7.23.5" ], - "is-typed-array": [ - "1.1.12" + "@babel/helper-string-parser": [ + "7.23.4" ], - "is-weakref": [ - "1.0.2" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "object-inspect": [ - "1.12.3" + "to-fast-properties": [ + "2.0.0" ], - "object-keys": [ - "1.1.1" + "@types/node": [ + "18.18.3" ], - "object.assign": [ - "4.1.4" + "esbuild": [ + "0.15.18" ], - "regexp.prototype.flags": [ - "1.5.1" + "resolve": [ + "1.22.6" ], - "safe-regex-test": [ - "1.0.0" + "rollup": [ + "2.79.1" ], - "string.prototype.trim": [ - "1.2.8" + "fsevents": [ + "2.3.3" ], - "string.prototype.trimend": [ - "1.0.7" + "is-core-module": [ + "2.13.0" ], - "string.prototype.trimstart": [ + "path-parse": [ "1.0.7" ], - "typed-array-buffer": [ + "supports-preserve-symlinks-flag": [ "1.0.0" ], - "typed-array-byte-length": [ - "1.0.0" + "has": [ + "1.0.3" ], - "typed-array-byte-offset": [ - "1.0.0" + "function-bind": [ + "1.1.1" ], - "typed-array-length": [ - "1.0.4" + "@esbuild/android-arm": [ + "0.15.18" ], - "unbox-primitive": [ - "1.0.2" + "@esbuild/linux-loong64": [ + "0.15.18" ], - "which-typed-array": [ - "1.1.11" + "esbuild-android-64": [ + "0.15.18" ], - "for-each": [ - "0.3.3" + "esbuild-android-arm64": [ + "0.15.18" ], - "has-bigints": [ - "1.0.2" + "esbuild-darwin-64": [ + "0.15.18" ], - "which-boxed-primitive": [ - "1.0.2" + "esbuild-darwin-arm64": [ + "0.15.18" ], - "is-bigint": [ - "1.0.4" + "esbuild-freebsd-64": [ + "0.15.18" ], - "is-boolean-object": [ - "1.1.2" + "esbuild-freebsd-arm64": [ + "0.15.18" ], - "is-number-object": [ - "1.0.7" + "esbuild-linux-32": [ + "0.15.18" ], - "is-symbol": [ - "1.0.4" + "esbuild-linux-64": [ + "0.15.18" ], - "set-function-name": [ - "2.0.1" + "esbuild-linux-arm": [ + "0.15.18" ], - "define-data-property": [ - "1.1.0" + "esbuild-linux-arm64": [ + "0.15.18" ], - "functions-have-names": [ - "1.2.3" + "esbuild-linux-mips64le": [ + "0.15.18" ], - "side-channel": [ - "1.0.4" + "esbuild-linux-ppc64le": [ + "0.15.18" ], - "is-date-object": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__sockjs__0.3.24__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__sockjs__0.3.24__links", - "package": "sockjs", - "version": "0.3.24", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "faye-websocket": "0.11.4", - "uuid": "8.3.2", - "websocket-driver": "0.7.4" - }, - "transitive_closure": { - "sockjs": [ - "0.3.24" + "esbuild-linux-riscv64": [ + "0.15.18" ], - "faye-websocket": [ - "0.11.4" + "esbuild-linux-s390x": [ + "0.15.18" ], - "uuid": [ - "8.3.2" + "esbuild-netbsd-64": [ + "0.15.18" ], - "websocket-driver": [ - "0.7.4" + "esbuild-openbsd-64": [ + "0.15.18" ], - "http-parser-js": [ - "0.5.8" + "esbuild-sunos-64": [ + "0.15.18" ], - "safe-buffer": [ - "5.2.1" + "esbuild-windows-32": [ + "0.15.18" ], - "websocket-extensions": [ - "0.1.4" + "esbuild-windows-64": [ + "0.15.18" + ], + "esbuild-windows-arm64": [ + "0.15.18" ] }, "lifecycle_build_target": false, @@ -121555,18 +116723,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__normalize-range__0.1.2": { + "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__normalize-range__0.1.2", - "package": "normalize-range", - "version": "0.1.2", + "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-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", - "url": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "url": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -121580,18 +116748,18 @@ "generate_bzl_library_targets": false } }, - "npm__object-inspect__1.12.3": { + "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__object-inspect__1.12.3", - "package": "object-inspect", - "version": "1.12.3", + "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-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", - "url": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "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": [], @@ -121605,18 +116773,81 @@ "generate_bzl_library_targets": false } }, - "npm__jest-snapshot__29.7.0": { + "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__jest-snapshot__29.7.0", - "package": "jest-snapshot", - "version": "29.7.0", + "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-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", - "url": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "url": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -121630,18 +116861,18 @@ "generate_bzl_library_targets": false } }, - "npm__json-stable-stringify-without-jsonify__1.0.1": { + "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__json-stable-stringify-without-jsonify__1.0.1", - "package": "json-stable-stringify-without-jsonify", - "version": "1.0.1", + "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-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "url": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==", + "url": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.15.tgz", "commit": "", "patch_args": [], "patches": [], @@ -121655,18 +116886,18 @@ "generate_bzl_library_targets": false } }, - "npm__duplexer__0.1.2": { + "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__duplexer__0.1.2", - "package": "duplexer", - "version": "0.1.2", + "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-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", - "url": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "url": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -121680,18 +116911,18 @@ "generate_bzl_library_targets": false } }, - "npm__readable-stream__3.6.2": { + "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__readable-stream__3.6.2", - "package": "readable-stream", - "version": "3.6.2", + "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-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==", + "url": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.45.tgz", "commit": "", "patch_args": [], "patches": [], @@ -121705,18 +116936,18 @@ "generate_bzl_library_targets": false } }, - "npm__pretty-format__27.5.1": { + "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__pretty-format__27.5.1", - "package": "pretty-format", - "version": "27.5.1", + "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-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-/7Y7u77rdvmGTxR83PgaSvSBJCC2L3Kb1M/+dmSIvRvQPXXCuC97QAwMugBNG0yGcbEGfFBH7ojPzAOxfGNkwQ==", + "url": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -121725,185 +116956,79 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_jest_reporters__27.5.1__links": { + "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__at_jest_reporters__27.5.1__links", - "package": "@jest/reporters", - "version": "27.5.1", - "dev": false, + "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": { - "@bcoe/v8-coverage": "0.2.3", - "@jest/console": "27.5.1", - "@jest/test-result": "27.5.1", - "@jest/transform": "27.5.1", - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "chalk": "4.1.2", - "collect-v8-coverage": "1.0.2", - "exit": "0.1.2", - "glob": "7.2.3", - "graceful-fs": "4.2.11", - "istanbul-lib-coverage": "3.2.0", - "istanbul-lib-instrument": "5.2.1", - "istanbul-lib-report": "3.0.1", - "istanbul-lib-source-maps": "4.0.1", - "istanbul-reports": "3.1.6", - "jest-haste-map": "27.5.1", - "jest-resolve": "27.5.1", - "jest-util": "27.5.1", - "jest-worker": "27.5.1", - "slash": "3.0.0", - "source-map": "0.6.1", - "string-length": "4.0.2", - "terminal-link": "2.1.1", - "v8-to-istanbul": "8.1.1" + "@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": { - "@jest/reporters": [ - "27.5.1" - ], - "@bcoe/v8-coverage": [ - "0.2.3" - ], - "@jest/console": [ - "27.5.1" - ], - "@jest/test-result": [ - "27.5.1" - ], - "@jest/transform": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "exit": [ - "0.1.2" - ], - "glob": [ - "7.2.3" - ], - "graceful-fs": [ - "4.2.11" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "istanbul-lib-report": [ - "3.0.1" - ], - "istanbul-lib-source-maps": [ - "4.0.1" - ], - "istanbul-reports": [ - "3.1.6" - ], - "jest-haste-map": [ - "27.5.1" - ], - "jest-resolve": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "jest-worker": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "source-map": [ - "0.7.4", - "0.6.1" - ], - "string-length": [ - "4.0.2" - ], - "terminal-link": [ - "2.1.1" - ], - "v8-to-istanbul": [ - "8.1.1" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "babel-plugin-polyfill-corejs3": [ + "0.8.6_at_babel_core_7.23.5" ], - "convert-source-map": [ - "2.0.0", - "1.9.0" + "@babel/core": [ + "7.23.5" ], - "ansi-escapes": [ - "4.3.2" + "@babel/helper-define-polyfill-provider": [ + "0.4.3_at_babel_core_7.23.5" ], - "supports-hyperlinks": [ - "2.3.0" + "core-js-compat": [ + "3.34.0" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "browserslist": [ + "4.22.2" ], - "supports-color": [ - "5.5.0", - "8.1.1", - "7.2.0" + "caniuse-lite": [ + "1.0.30001566" ], - "type-fest": [ - "0.21.3" + "electron-to-chromium": [ + "1.4.608" ], - "char-regex": [ - "1.0.2" + "node-releases": [ + "2.0.14" ], - "strip-ansi": [ - "6.0.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "ansi-regex": [ - "5.0.1" + "escalade": [ + "3.1.1" ], - "merge-stream": [ - "2.0.0" + "picocolors": [ + "1.0.0" ], - "ci-info": [ - "3.8.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "picomatch": [ - "2.3.1" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" + "debug": [ + "4.3.4" ], - "jest-validate": [ - "27.5.1" + "lodash.debounce": [ + "4.0.8" ], "resolve": [ "1.22.6" ], - "resolve.exports": [ - "1.1.1" - ], "is-core-module": [ "2.13.0" ], @@ -121919,146 +117044,53 @@ "function-bind": [ "1.1.1" ], - "camelcase": [ - "5.3.1", - "6.3.0" - ], - "jest-get-type": [ - "27.5.1" - ], - "leven": [ - "3.1.0" - ], - "pretty-format": [ - "27.5.1" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "17.0.2" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-regex-util": [ - "27.5.1" - ], - "jest-serializer": [ - "27.5.1" - ], - "micromatch": [ - "4.0.5" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "html-escaper": [ - "2.0.2" - ], - "debug": [ - "4.3.4" - ], "ms": [ "2.1.2" ], - "make-dir": [ - "4.0.0" + "@babel/compat-data": [ + "7.23.5" ], - "semver": [ - "6.3.1", - "7.5.4" + "@babel/helper-validator-option": [ + "7.23.5" ], "lru-cache": [ - "5.1.1", - "6.0.0" - ], - "yallist": [ - "3.1.1", - "4.0.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/parser": [ - "7.23.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" + "5.1.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "semver": [ + "6.3.1" ], - "to-fast-properties": [ - "2.0.0" + "yallist": [ + "3.1.1" ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "7.23.5" ], "@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.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" + ], + "convert-source-map": [ + "2.0.0" ], "gensync": [ "1.0.0-beta.2" @@ -122066,6 +117098,15 @@ "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" ], @@ -122087,33 +117128,6 @@ "@babel/helper-simple-access": [ "7.22.5" ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -122133,142 +117147,31 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" ], "escape-string-regexp": [ - "2.0.0", "1.0.5" ], + "supports-color": [ + "5.5.0" + ], + "has-flag": [ + "3.0.0" + ], "color-convert": [ - "2.0.1", "1.9.3" ], "color-name": [ - "1.1.4", "1.1.3" ], "js-tokens": [ "4.0.0" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "pirates": [ - "4.0.6" - ], - "write-file-atomic": [ - "3.0.3" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-typedarray": [ - "1.0.0" - ], - "signal-exit": [ - "3.0.7" - ], - "typedarray-to-buffer": [ - "3.1.5" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "test-exclude": [ - "6.0.0" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "jest-message-util": [ - "27.5.1" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "stack-utils": [ - "2.0.6" ] }, "lifecycle_build_target": false, @@ -122278,18 +117181,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-block-scoped-functions__7.22.5__at_babel_core_7.23.0": { + "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_babel_plugin-transform-block-scoped-functions__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-block-scoped-functions", - "version": "7.22.5_at_babel_core_7.23.0", + "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-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz", + "integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==", + "url": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -122303,18 +117206,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_console__27.5.1": { + "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_jest_console__27.5.1", - "package": "@jest/console", - "version": "27.5.1", + "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-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", - "url": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "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": [], @@ -122328,34 +117231,20 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-discard-comments__5.1.2__postcss_8.4.31__links": { + "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__postcss-discard-comments__5.1.2__postcss_8.4.31__links", - "package": "postcss-discard-comments", - "version": "5.1.2_postcss_8.4.31", + "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": { - "postcss": "8.4.31" - }, + "deps": {}, "transitive_closure": { - "postcss-discard-comments": [ - "5.1.2_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "to-fast-properties": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -122365,18 +117254,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__resolve-from__4.0.0": { + "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__resolve-from__4.0.0", - "package": "resolve-from", - "version": "4.0.0", + "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-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "url": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "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": [], @@ -122390,18 +117279,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-convert-values__5.1.3__postcss_8.4.31": { + "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__postcss-convert-values__5.1.3__postcss_8.4.31", - "package": "postcss-convert-values", - "version": "5.1.3_postcss_8.4.31", + "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-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", - "url": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", + "integrity": "sha512-8B5EO9jLVCy+B58PLHvLDuOD8DRVMgQzq8d55SjLCOn9kqGyqOvy27exVaTio1q1nX5zLu8/6N0n2ThSxOM6tg==", + "url": "https://registry.npmjs.org/@types/ws/-/ws-8.5.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -122415,491 +117304,101 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_reporters__29.7.0__links": { + "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__at_jest_reporters__29.7.0__links", - "package": "@jest/reporters", - "version": "29.7.0", + "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": { - "@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" + "@vue/compiler-dom": "3.2.37", + "@vue/shared": "3.2.37" }, "transitive_closure": { - "@jest/reporters": [ - "29.7.0" - ], - "@bcoe/v8-coverage": [ - "0.2.3" - ], - "@jest/console": [ - "29.7.0" - ], - "@jest/test-result": [ - "29.7.0" - ], - "@jest/transform": [ - "29.7.0" - ], - "@jest/types": [ - "29.6.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@types/node": [ - "18.11.9" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "exit": [ - "0.1.2" - ], - "glob": [ - "7.2.3" - ], - "graceful-fs": [ - "4.2.11" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "istanbul-lib-instrument": [ - "5.2.1", - "6.0.0" - ], - "istanbul-lib-report": [ - "3.0.1" - ], - "istanbul-lib-source-maps": [ - "4.0.1" - ], - "istanbul-reports": [ - "3.1.6" - ], - "jest-message-util": [ - "29.7.0" - ], - "jest-util": [ - "29.7.0" - ], - "jest-worker": [ - "29.7.0" - ], - "slash": [ - "3.0.0" - ], - "string-length": [ - "4.0.2" - ], - "strip-ansi": [ - "6.0.1" - ], - "v8-to-istanbul": [ - "9.1.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "convert-source-map": [ - "2.0.0", - "1.9.0" - ], - "ansi-regex": [ - "5.0.1" - ], - "char-regex": [ - "1.0.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "7.2.0", - "5.5.0", - "8.1.1" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "ci-info": [ - "3.8.0" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "29.7.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "@jest/schemas": [ - "29.6.3" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" + "@vue/compiler-ssr": [ + "3.2.37" ], - "color-convert": [ - "2.0.1", - "1.9.3" + "@vue/compiler-dom": [ + "3.2.37" ], - "color-name": [ - "1.1.4", - "1.1.3" + "@vue/shared": [ + "3.2.37" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "@vue/compiler-core": [ + "3.2.37" ], - "js-tokens": [ - "4.0.0" + "@babel/parser": [ + "7.23.0" ], - "html-escaper": [ + "estree-walker": [ "2.0.2" ], - "debug": [ - "4.3.4" - ], "source-map": [ "0.6.1" ], - "ms": [ - "2.1.2" - ], - "make-dir": [ - "4.0.0" - ], - "semver": [ - "6.3.1", - "7.5.4" - ], - "lru-cache": [ - "5.1.1", - "6.0.0" - ], - "yallist": [ - "3.1.1", - "4.0.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/parser": [ - "7.23.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" + "7.23.4" ], - "@babel/compat-data": [ + "@babel/helper-validator-identifier": [ "7.22.20" ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "jest-haste-map": [ - "29.7.0" - ], - "jest-regex-util": [ - "29.6.3" - ], - "pirates": [ - "4.0.6" - ], - "write-file-atomic": [ - "4.0.2" - ], - "imurmurhash": [ - "0.1.4" - ], - "signal-exit": [ - "3.0.7" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "test-exclude": [ - "6.0.0" - ], - "camelcase": [ - "5.3.1" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" + "to-fast-properties": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -122909,19 +117408,23 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_next_swc-linux-arm64-gnu__13.0.5": { + "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__at_next_swc-linux-arm64-gnu__13.0.5", - "package": "@next/swc-linux-arm64-gnu", - "version": "13.0.5", + "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": {}, - "integrity": "sha512-5BfDS/VoRDR5QUGG9oedOCEZGmV2zxUVFYLUJVPMSMeIgqkjxWQBiG2BUHZI6/LGk9yvHmjx7BTvtBCLtRg6IQ==", - "url": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.0.5.tgz", - "commit": "", + "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": "", @@ -122929,27 +117432,23 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_next_swc-win32-x64-msvc__13.0.5": { + "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__at_next_swc-win32-x64-msvc__13.0.5", - "package": "@next/swc-win32-x64-msvc", - "version": "13.0.5", + "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-t5gRblrwwiNZP6cT7NkxlgxrFgHWtv9ei5vUraCLgBqzvIsa7X+PnarZUeQCXqz6Jg9JSGGT9j8lvzD97UqeJQ==", - "url": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.0.5.tgz", + "integrity": "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==", + "url": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.9.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -122958,52 +117457,51 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_typescript-eslint_typescript-estree__5.62.0__typescript_4.9.3": { + "npm__iconv-lite__0.6.3__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "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", - "package": "@typescript-eslint/typescript-estree", - "version": "5.62.0_typescript_4.9.3", + "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_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 + "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__on-finished__2.4.1": { + "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__on-finished__2.4.1", - "package": "on-finished", - "version": "2.4.1", + "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-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "url": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "url": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -123017,18 +117515,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.0": { + "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__at_babel_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.0", - "package": "@babel/plugin-proposal-private-methods", - "version": "7.18.6_at_babel_core_7.23.0", + "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-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "url": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "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": [], @@ -123042,18 +117540,18 @@ "generate_bzl_library_targets": false } }, - "npm__w3c-xmlserializer__4.0.0": { + "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__w3c-xmlserializer__4.0.0", - "package": "w3c-xmlserializer", - "version": "4.0.0", + "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-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==", - "url": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "url": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -123067,18 +117565,18 @@ "generate_bzl_library_targets": false } }, - "npm__make-dir__4.0.0": { + "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__make-dir__4.0.0", - "package": "make-dir", - "version": "4.0.0", + "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-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", - "url": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "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": [], @@ -123092,251 +117590,20 @@ "generate_bzl_library_targets": false } }, - "npm__style-loader__3.3.3__webpack_5.88.2__links": { + "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__style-loader__3.3.3__webpack_5.88.2__links", - "package": "style-loader", - "version": "3.3.3_webpack_5.88.2", + "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": { - "webpack": "5.88.2" - }, + "deps": {}, "transitive_closure": { - "style-loader": [ - "3.3.3_webpack_5.88.2" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "schema-utils": [ - "3.3.0" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ], - "@types/node": [ - "20.8.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" + "is-buffer": [ + "1.1.6" ] }, "lifecycle_build_target": false, @@ -123346,43 +117613,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-modules-local-by-default__4.0.3__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-modules-local-by-default__4.0.3__postcss_8.4.31", - "package": "postcss-modules-local-by-default", - "version": "4.0.3_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==", - "url": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__nth-check__1.0.2": { + "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__nth-check__1.0.2", - "package": "nth-check", - "version": "1.0.2", + "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-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", - "url": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "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": [], @@ -123396,18 +117638,18 @@ "generate_bzl_library_targets": false } }, - "npm__has-symbols__1.0.3": { + "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__has-symbols__1.0.3", - "package": "has-symbols", - "version": "1.0.3", + "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-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "url": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "url": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -123421,34 +117663,25 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_parser__7.23.0__links": { + "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_babel_parser__7.23.0__links", - "package": "@babel/parser", - "version": "7.23.0", + "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": { - "@babel/types": "7.23.0" + "@vue/shared": "3.2.45" }, "transitive_closure": { - "@babel/parser": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "@vue/reactivity": [ + "3.2.45" ], - "to-fast-properties": [ - "2.0.0" + "@vue/shared": [ + "3.2.45" ] }, "lifecycle_build_target": false, @@ -123458,112 +117691,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__json-schema-traverse__0.4.1__links": { + "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__json-schema-traverse__0.4.1__links", - "package": "json-schema-traverse", - "version": "0.4.1", - "dev": false, + "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": { - "json-schema-traverse": [ - "0.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_helper-wasm-section__1.11.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-wasm-section__1.11.6__links", - "package": "@webassemblyjs/helper-wasm-section", - "version": "1.11.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6" - }, - "transitive_closure": { - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__promise__8.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__promise__8.3.0__links", - "package": "promise", - "version": "8.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "asap": "2.0.6" - }, - "transitive_closure": { - "promise": [ - "8.3.0" - ], - "asap": [ - "2.0.6" + "escape-html": [ + "1.0.3" ] }, "lifecycle_build_target": false, @@ -123573,18 +117714,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ws__7.5.9": { + "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__ws__7.5.9", - "package": "ws", - "version": "7.5.9", + "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-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "url": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "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": [], @@ -123598,38 +117739,25 @@ "generate_bzl_library_targets": false } }, - "npm__find-up__5.0.0__links": { + "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__find-up__5.0.0__links", - "package": "find-up", - "version": "5.0.0", - "dev": false, + "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": { - "locate-path": "6.0.0", - "path-exists": "4.0.0" + "function-bind": "1.1.1" }, "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" + "has": [ + "1.0.3" ], - "yocto-queue": [ - "0.1.0" + "function-bind": [ + "1.1.1" ] }, "lifecycle_build_target": false, @@ -123639,20 +117767,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_sinclair_typebox__0.24.51__links": { + "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__at_sinclair_typebox__0.24.51__links", - "package": "@sinclair/typebox", - "version": "0.24.51", - "dev": false, + "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": { - "@sinclair/typebox": [ - "0.24.51" + "emittery": [ + "0.13.1" ] }, "lifecycle_build_target": false, @@ -123662,68 +117790,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__detect-port-alt__1.1.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__detect-port-alt__1.1.6", - "package": "detect-port-alt", - "version": "1.1.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", - "url": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__emittery__0.8.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__emittery__0.8.1", - "package": "emittery", - "version": "0.8.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", - "url": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__utils-merge__1.0.1": { + "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__utils-merge__1.0.1", - "package": "utils-merge", - "version": "1.0.1", + "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-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", - "url": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "url": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -123737,73 +117815,51 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-react-jsx__7.22.15__at_babel_core_7.23.0": { + "npm__at_rushstack_eslint-patch__1.5.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-jsx__7.22.15__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-react-jsx", - "version": "7.22.15_at_babel_core_7.23.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__at_csstools_postcss-cascade-layers__1.1.1__postcss_8.4.31__links": { + "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__at_csstools_postcss-cascade-layers__1.1.1__postcss_8.4.31__links", - "package": "@csstools/postcss-cascade-layers", - "version": "1.1.1_postcss_8.4.31", - "dev": false, + "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": { - "@csstools/selector-specificity": "2.2.0_postcss-selector-parser_6.0.13", - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" + "debug": "4.3.4" }, "transitive_closure": { - "@csstools/postcss-cascade-layers": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/selector-specificity": [ - "2.2.0_postcss-selector-parser_6.0.13" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" + "agent-base": [ + "6.0.2" ], - "picocolors": [ - "1.0.0" + "debug": [ + "4.3.4" ], - "source-map-js": [ - "1.0.2" + "ms": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -123813,45 +117869,60 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_jridgewell_set-array__1.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_set-array__1.1.2", - "package": "@jridgewell/set-array", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", - "url": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__any-promise__1.3.0__links": { + "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__any-promise__1.3.0__links", - "package": "any-promise", - "version": "1.3.0", - "dev": false, + "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": {}, + "deps": { + "@istanbuljs/schema": "0.1.3", + "glob": "7.2.3", + "minimatch": "3.1.2" + }, "transitive_closure": { - "any-promise": [ - "1.3.0" + "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, @@ -123861,448 +117932,175 @@ "npm_translate_lock_repo": "npm" } }, - "npm__acorn-walk__8.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__acorn-walk__8.2.0", - "package": "acorn-walk", - "version": "8.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", - "url": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__eslint-plugin-import__2.28.1__-730556401__links": { + "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-plugin-import__2.28.1__-730556401__links", - "package": "eslint-plugin-import", - "version": "2.28.1_-730556401", - "dev": false, + "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": { - "@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" + "eslint-visitor-keys": "2.1.0" }, "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-utils": [ + "3.0.0_eslint_8.55.0" ], "eslint": [ "8.55.0" ], - "eslint-import-resolver-node": [ - "0.3.9" - ], - "eslint-module-utils": [ - "2.8.0_-1048982895" + "eslint-visitor-keys": [ + "3.4.3", + "2.1.0" ], - "has": [ - "1.0.3" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], - "is-core-module": [ - "2.13.0" + "@eslint-community/regexpp": [ + "4.10.0" ], - "is-glob": [ - "4.0.3" + "@eslint/eslintrc": [ + "2.1.4" ], - "minimatch": [ - "3.1.2" + "@eslint/js": [ + "8.55.0" ], - "object.fromentries": [ - "2.0.7" + "@humanwhocodes/config-array": [ + "0.11.13" ], - "object.groupby": [ + "@humanwhocodes/module-importer": [ "1.0.1" ], - "object.values": [ - "1.1.7" + "@nodelib/fs.walk": [ + "1.2.8" ], - "semver": [ - "7.5.4", - "6.3.1" + "@ungap/structured-clone": [ + "1.2.0" ], - "tsconfig-paths": [ - "3.14.2" + "ajv": [ + "6.12.6" ], - "@types/json5": [ - "0.0.29" + "chalk": [ + "4.1.2" ], - "json5": [ - "1.0.2" + "cross-spawn": [ + "7.0.3" ], - "minimist": [ - "1.2.8" + "debug": [ + "4.3.4" ], - "strip-bom": [ + "doctrine": [ "3.0.0" ], - "call-bind": [ - "1.0.2" + "escape-string-regexp": [ + "4.0.0" ], - "define-properties": [ - "1.2.1" + "eslint-scope": [ + "7.2.2" ], - "es-abstract": [ - "1.22.2" + "espree": [ + "9.6.1" ], - "array-buffer-byte-length": [ - "1.0.0" + "esquery": [ + "1.5.0" ], - "arraybuffer.prototype.slice": [ - "1.0.2" + "esutils": [ + "2.0.3" ], - "available-typed-arrays": [ - "1.0.5" + "fast-deep-equal": [ + "3.1.3" ], - "es-set-tostringtag": [ - "2.0.1" + "file-entry-cache": [ + "6.0.1" ], - "es-to-primitive": [ - "1.2.1" + "find-up": [ + "5.0.0" ], - "function.prototype.name": [ - "1.1.6" + "glob-parent": [ + "6.0.2" ], - "get-intrinsic": [ - "1.2.1" + "globals": [ + "13.22.0" ], - "get-symbol-description": [ - "1.0.0" + "graphemer": [ + "1.4.0" ], - "globalthis": [ - "1.0.3" + "ignore": [ + "5.2.4" ], - "gopd": [ - "1.0.1" + "imurmurhash": [ + "0.1.4" ], - "has-property-descriptors": [ - "1.0.0" + "is-glob": [ + "4.0.3" ], - "has-proto": [ - "1.0.1" + "is-path-inside": [ + "3.0.3" ], - "has-symbols": [ - "1.0.3" + "js-yaml": [ + "4.1.0" ], - "internal-slot": [ - "1.0.5" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "is-array-buffer": [ - "3.0.2" + "levn": [ + "0.4.1" ], - "is-callable": [ - "1.2.7" + "lodash.merge": [ + "4.6.2" ], - "is-negative-zero": [ - "2.0.2" + "minimatch": [ + "3.1.2" ], - "is-regex": [ - "1.1.4" + "natural-compare": [ + "1.4.0" ], - "is-shared-array-buffer": [ - "1.0.2" + "optionator": [ + "0.9.3" ], - "is-string": [ - "1.0.7" + "strip-ansi": [ + "6.0.1" ], - "is-typed-array": [ - "1.1.12" + "text-table": [ + "0.2.0" ], - "is-weakref": [ - "1.0.2" + "ansi-regex": [ + "5.0.1" ], - "object-inspect": [ - "1.12.3" + "@aashutoshrathi/word-wrap": [ + "1.2.6" ], - "object-keys": [ - "1.1.1" + "deep-is": [ + "0.1.4" ], - "object.assign": [ - "4.1.4" + "fast-levenshtein": [ + "2.0.6" ], - "regexp.prototype.flags": [ - "1.5.1" + "prelude-ls": [ + "1.2.1" ], - "safe-array-concat": [ - "1.0.1" + "type-check": [ + "0.4.0" ], - "safe-regex-test": [ - "1.0.0" + "brace-expansion": [ + "1.1.11" ], - "string.prototype.trim": [ - "1.2.8" + "balanced-match": [ + "1.0.2" ], - "string.prototype.trimend": [ - "1.0.7" + "concat-map": [ + "0.0.1" ], - "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": [ + "argparse": [ "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" ], @@ -124370,7 +118168,6 @@ "4.3.0" ], "ms": [ - "2.1.3", "2.1.2" ], "path-key": [ @@ -124413,7 +118210,7 @@ "4.4.1" ], "punycode": [ - "2.3.0" + "2.3.1" ], "@nodelib/fs.scandir": [ "2.1.5" @@ -124450,75 +118247,6 @@ ], "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, @@ -124528,45 +118256,20 @@ "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": { + "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__parseurl__1.3.3__links", - "package": "parseurl", - "version": "1.3.3", - "dev": false, + "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": { - "parseurl": [ - "1.3.3" + "sprintf-js": [ + "1.0.3" ] }, "lifecycle_build_target": false, @@ -124576,55 +118279,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__raw-body__2.5.1__links": { + "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__raw-body__2.5.1__links", - "package": "raw-body", - "version": "2.5.1", - "dev": false, + "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": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, + "deps": {}, "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" + "@babel/regjsgen": [ + "0.8.0" ] }, "lifecycle_build_target": false, @@ -124634,357 +118302,189 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint__8.55.0__links": { + "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__eslint__8.55.0__links", - "package": "eslint", - "version": "8.55.0", - "dev": false, + "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": { - "": [ - "eslint" - ] - }, + "link_packages": {}, "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" + "@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": { - "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" + "@babel/plugin-transform-logical-assignment-operators": [ + "7.23.4_at_babel_core_7.23.5" ], - "find-up": [ - "5.0.0" + "@babel/core": [ + "7.23.5" ], - "glob-parent": [ - "6.0.2" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "globals": [ - "13.22.0" + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.5" ], - "graphemer": [ - "1.4.0" + "@ampproject/remapping": [ + "2.2.1" ], - "ignore": [ - "5.2.4" + "@babel/code-frame": [ + "7.23.5" ], - "imurmurhash": [ - "0.1.4" + "@babel/generator": [ + "7.23.5" ], - "is-glob": [ - "4.0.3" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "is-path-inside": [ - "3.0.3" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "js-yaml": [ - "4.1.0" + "@babel/helpers": [ + "7.23.5" ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" + "@babel/parser": [ + "7.23.5" ], - "levn": [ - "0.4.1" + "@babel/template": [ + "7.22.15" ], - "lodash.merge": [ - "4.6.2" + "@babel/traverse": [ + "7.23.5" ], - "minimatch": [ - "3.1.2" + "@babel/types": [ + "7.23.5" ], - "natural-compare": [ - "1.4.0" + "convert-source-map": [ + "2.0.0" ], - "optionator": [ - "0.9.3" + "debug": [ + "4.3.4" ], - "strip-ansi": [ - "6.0.1" + "gensync": [ + "1.0.0-beta.2" ], - "text-table": [ - "0.2.0" + "json5": [ + "2.2.3" ], - "ansi-regex": [ - "5.0.1" + "semver": [ + "6.3.1" ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "ms": [ + "2.1.2" ], - "deep-is": [ - "0.1.4" + "@babel/helper-string-parser": [ + "7.23.4" ], - "fast-levenshtein": [ - "2.0.6" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "prelude-ls": [ - "1.2.1" + "to-fast-properties": [ + "2.0.0" ], - "type-check": [ - "0.4.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "brace-expansion": [ - "1.1.11" + "@babel/helper-function-name": [ + "7.23.0" ], - "balanced-match": [ - "1.0.2" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "concat-map": [ - "0.0.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "argparse": [ - "2.0.1" + "globals": [ + "11.12.0" ], - "is-extglob": [ - "2.1.1" + "@babel/helper-module-imports": [ + "7.22.15" ], - "type-fest": [ - "0.20.2" + "@babel/helper-simple-access": [ + "7.22.5" ], - "locate-path": [ - "6.0.0" + "@babel/compat-data": [ + "7.23.5" ], - "path-exists": [ - "4.0.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "p-locate": [ - "5.0.0" + "browserslist": [ + "4.22.2" ], - "p-limit": [ - "3.1.0" + "lru-cache": [ + "5.1.1" ], - "yocto-queue": [ - "0.1.0" + "yallist": [ + "3.1.1" ], - "flat-cache": [ - "3.1.0" + "caniuse-lite": [ + "1.0.30001566" ], - "flatted": [ - "3.2.9" + "electron-to-chromium": [ + "1.4.608" ], - "keyv": [ - "4.5.3" + "node-releases": [ + "2.0.14" ], - "rimraf": [ - "3.0.2" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "glob": [ - "7.2.3" + "escalade": [ + "3.1.1" ], - "fs.realpath": [ + "picocolors": [ "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" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "esrecurse": [ - "4.3.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "ms": [ - "2.1.2" + "jsesc": [ + "2.5.2" ], - "path-key": [ + "@jridgewell/resolve-uri": [ "3.1.1" ], - "shebang-command": [ - "2.0.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "which": [ - "2.0.2" + "@jridgewell/set-array": [ + "1.1.2" ], - "isexe": [ - "2.0.0" + "@babel/highlight": [ + "7.23.4" ], - "shebang-regex": [ - "3.0.0" + "chalk": [ + "2.4.2" ], "ansi-styles": [ - "4.3.0" + "3.2.1" + ], + "escape-string-regexp": [ + "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" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "@humanwhocodes/object-schema": [ - "2.0.1" - ], - "import-fresh": [ - "3.3.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "parent-module": [ - "1.0.1" + "1.1.3" ], - "resolve-from": [ + "js-tokens": [ "4.0.0" - ], - "callsites": [ - "3.1.0" ] }, "lifecycle_build_target": false, @@ -124994,95 +118494,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__word-wrap__1.2.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__word-wrap__1.2.5", - "package": "word-wrap", - "version": "1.2.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", - "url": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__co__4.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__co__4.6.0", - "package": "co", - "version": "4.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", - "url": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__camelcase__5.3.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__camelcase__5.3.1", - "package": "camelcase", - "version": "5.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "url": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__estree-walker__1.0.1__links": { + "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__estree-walker__1.0.1__links", - "package": "estree-walker", - "version": "1.0.1", + "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": {}, + "deps": { + "sourcemap-codec": "1.4.8" + }, "transitive_closure": { - "estree-walker": [ - "1.0.1" + "magic-string": [ + "0.25.9" + ], + "sourcemap-codec": [ + "1.4.8" ] }, "lifecycle_build_target": false, @@ -125092,45 +118522,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_stack-utils__2.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_stack-utils__2.0.1", - "package": "@types/stack-utils", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", - "url": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__commondir__1.0.1__links": { + "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__commondir__1.0.1__links", - "package": "commondir", - "version": "1.0.1", - "dev": false, + "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": { - "commondir": [ - "1.0.1" + "nwsapi": [ + "2.2.7" ] }, "lifecycle_build_target": false, @@ -125140,18 +118545,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-page-break__3.0.4__postcss_8.4.31": { + "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__postcss-page-break__3.0.4__postcss_8.4.31", - "package": "postcss-page-break", - "version": "3.0.4_postcss_8.4.31", + "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-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", - "url": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", + "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", + "url": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -125165,204 +118570,409 @@ "generate_bzl_library_targets": false } }, - "npm__at_swc_core-linux-x64-musl__1.3.100__links": { + "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_swc_core-linux-x64-musl__1.3.100__links", - "package": "@swc/core-linux-x64-musl", - "version": "1.3.100", + "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": {}, - "transitive_closure": { - "@swc/core-linux-x64-musl": [ - "1.3.100" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-image-set-function__4.0.7__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-image-set-function__4.0.7__postcss_8.4.31", - "package": "postcss-image-set-function", - "version": "4.0.7_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", - "url": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__sisteransi__1.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__sisteransi__1.0.5__links", - "package": "sisteransi", - "version": "1.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "sisteransi": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__workbox-google-analytics__6.6.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-google-analytics__6.6.0__links", - "package": "workbox-google-analytics", - "version": "6.6.0", - "dev": false, - "root_package": "", - "link_packages": {}, "deps": { - "workbox-background-sync": "6.6.0", - "workbox-core": "6.6.0", - "workbox-routing": "6.6.0", - "workbox-strategies": "6.6.0" + "@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": { - "workbox-google-analytics": [ - "6.6.0" + "@jest/transform": [ + "29.7.0" ], - "workbox-background-sync": [ - "6.6.0" + "@babel/core": [ + "7.23.5" ], - "workbox-core": [ - "6.6.0" + "@jest/types": [ + "29.6.3" ], - "workbox-routing": [ - "6.6.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "workbox-strategies": [ - "6.6.0" + "babel-plugin-istanbul": [ + "6.1.1" ], - "idb": [ - "7.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__get-package-type__0.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__get-package-type__0.1.0", - "package": "get-package-type", - "version": "0.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "url": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__readdirp__3.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__readdirp__3.6.0", - "package": "readdirp", - "version": "3.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "url": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_csstools_postcss-trigonometric-functions__1.0.2__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-trigonometric-functions__1.0.2__postcss_8.4.31__links", - "package": "@csstools/postcss-trigonometric-functions", - "version": "1.0.2_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "@csstools/postcss-trigonometric-functions": [ - "1.0.2_postcss_8.4.31" + "chalk": [ + "2.4.2", + "4.1.2" ], - "postcss": [ - "8.4.31" + "convert-source-map": [ + "2.0.0" ], - "postcss-value-parser": [ - "4.2.0" + "fast-json-stable-stringify": [ + "2.1.0" ], - "nanoid": [ - "3.3.6" + "graceful-fs": [ + "4.2.11" ], - "picocolors": [ + "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" ], - "source-map-js": [ + "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, @@ -125372,20 +118982,56 @@ "npm_translate_lock_repo": "npm" } }, - "npm__exit__0.1.2__links": { + "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__exit__0.1.2__links", - "package": "exit", - "version": "0.1.2", - "dev": false, + "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": {}, + "deps": { + "@types/express": "4.17.18" + }, "transitive_closure": { - "exit": [ - "0.1.2" + "@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, @@ -125395,50 +119041,18 @@ "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": { + "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__json5__2.2.3", - "package": "json5", - "version": "2.2.3", + "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-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "url": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", + "url": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -125452,41 +119066,18 @@ "generate_bzl_library_targets": false } }, - "npm__svg-parser__2.0.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__svg-parser__2.0.4__links", - "package": "svg-parser", - "version": "2.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "svg-parser": [ - "2.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__workbox-sw__6.6.0": { + "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__workbox-sw__6.6.0", - "package": "workbox-sw", - "version": "6.6.0", + "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-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==", - "url": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz", + "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": [], @@ -125495,163 +119086,96 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__depd__1.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__depd__1.1.2__links", - "package": "depd", - "version": "1.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "depd": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__expect__27.5.1__links": { + "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__expect__27.5.1__links", - "package": "expect", - "version": "27.5.1", - "dev": false, + "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": "27.5.1", - "jest-get-type": "27.5.1", - "jest-matcher-utils": "27.5.1", - "jest-message-util": "27.5.1" + "@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": { - "expect": [ - "27.5.1" + "jest-each": [ + "29.7.0" ], "@jest/types": [ - "27.5.1" - ], - "jest-get-type": [ - "27.5.1" - ], - "jest-matcher-utils": [ - "27.5.1" - ], - "jest-message-util": [ - "27.5.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" + "29.6.3" ], "chalk": [ - "2.4.2", "4.1.2" ], - "graceful-fs": [ - "4.2.11" + "jest-get-type": [ + "29.6.3" ], - "micromatch": [ - "4.0.5" + "jest-util": [ + "29.7.0" ], "pretty-format": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" + "29.7.0" ], - "ansi-regex": [ - "5.0.1" + "@jest/schemas": [ + "29.6.3" ], "ansi-styles": [ - "3.2.1", "4.3.0", "5.2.0" ], "react-is": [ - "17.0.2" + "18.2.0" ], - "braces": [ - "3.0.2" + "@sinclair/typebox": [ + "0.27.8" ], - "picomatch": [ - "2.3.1" + "@types/node": [ + "18.11.9" ], - "fill-range": [ - "7.0.1" + "ci-info": [ + "3.8.0" ], - "to-regex-range": [ - "5.0.1" + "graceful-fs": [ + "4.2.11" ], - "is-number": [ - "7.0.0" + "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" ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "jest-diff": [ - "27.5.1" - ], - "diff-sequences": [ - "27.5.1" - ], "@types/istanbul-lib-coverage": [ "2.0.4" ], "@types/istanbul-reports": [ "3.0.2" ], - "@types/node": [ - "20.8.2" - ], "@types/yargs": [ - "16.0.6" + "17.0.26" ], "@types/yargs-parser": [ "21.0.1" @@ -125667,18 +119191,47 @@ "npm_translate_lock_repo": "npm" } }, - "npm__doctrine__3.0.0": { + "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__doctrine__3.0.0", - "package": "doctrine", - "version": "3.0.0", + "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-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "url": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "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": [], @@ -125692,20 +119245,49 @@ "generate_bzl_library_targets": false } }, - "npm__yaml__1.10.2__links": { + "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__yaml__1.10.2__links", - "package": "yaml", - "version": "1.10.2", - "dev": false, + "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": { - "yaml": [ - "1.10.2" + "psl": [ + "1.9.0" ] }, "lifecycle_build_target": false, @@ -125715,20 +119297,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_vue_shared__3.2.45__links": { + "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_vue_shared__3.2.45__links", - "package": "@vue/shared", - "version": "3.2.45", - "dev": false, + "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": { - "@vue/shared": [ - "3.2.45" + "@nodelib/fs.stat": [ + "2.0.5" ] }, "lifecycle_build_target": false, @@ -125738,41 +119320,111 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-proposal-nullish-coalescing-operator__7.18.6__at_babel_core_7.23.0__links", - "package": "@babel/plugin-proposal-nullish-coalescing-operator", - "version": "7.18.6_at_babel_core_7.23.0", - "dev": false, + "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/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_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" }, "transitive_closure": { - "@babel/plugin-proposal-nullish-coalescing-operator": [ - "7.18.6_at_babel_core_7.23.0" + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" ], "@babel/core": [ "7.23.0" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@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": [ @@ -125785,16 +119437,18 @@ "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.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -125815,7 +119469,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -125838,45 +119492,6 @@ "globals": [ "11.12.0" ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], "@jridgewell/gen-mapping": [ "0.3.3" ], @@ -125896,7 +119511,8 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.22.20", + "7.23.4" ], "chalk": [ "2.4.2" @@ -125921,6 +119537,45 @@ ], "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, @@ -125930,40 +119585,62 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_rollup_pluginutils__3.1.0__rollup_2.79.1__links": { + "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_rollup_pluginutils__3.1.0__rollup_2.79.1__links", - "package": "@rollup/pluginutils", - "version": "3.1.0_rollup_2.79.1", - "dev": false, + "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": { - "@types/estree": "0.0.39", - "estree-walker": "1.0.1", - "picomatch": "2.3.1", - "rollup": "2.79.1" + "@fastify/deepmerge": "1.3.0", + "joycon": "3.1.1", + "jsonc-parser": "3.2.0" }, "transitive_closure": { - "@rollup/pluginutils": [ - "3.1.0_rollup_2.79.1" - ], - "@types/estree": [ - "0.0.39" - ], - "estree-walker": [ - "1.0.1" + "tsconfig-to-swcconfig": [ + "2.4.0" ], - "picomatch": [ - "2.3.1" + "@fastify/deepmerge": [ + "1.3.0" ], - "rollup": [ - "2.79.1" + "joycon": [ + "3.1.1" ], - "fsevents": [ - "2.3.3" + "jsonc-parser": [ + "3.2.0" ] }, "lifecycle_build_target": false, @@ -125973,20 +119650,28 @@ "npm_translate_lock_repo": "npm" } }, - "npm__joycon__3.1.1__links": { + "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__joycon__3.1.1__links", - "package": "joycon", - "version": "3.1.1", + "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": {}, + "deps": { + "is-glob": "4.0.3" + }, "transitive_closure": { - "joycon": [ - "3.1.1" + "glob-parent": [ + "6.0.2" + ], + "is-glob": [ + "4.0.3" + ], + "is-extglob": [ + "2.1.1" ] }, "lifecycle_build_target": false, @@ -125996,18 +119681,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__source-map-loader__3.0.2__webpack_5.88.2": { + "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__source-map-loader__3.0.2__webpack_5.88.2", - "package": "source-map-loader", - "version": "3.0.2_webpack_5.88.2", + "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-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", - "url": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", + "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": [], @@ -126021,43 +119706,43 @@ "generate_bzl_library_targets": false } }, - "npm__at_next_swc-freebsd-x64__13.0.5__links": { + "npm__at_jest_expect__29.7.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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__at_types_json-schema__7.0.13": { + "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__at_types_json-schema__7.0.13", - "package": "@types/json-schema", - "version": "7.0.13", + "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-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==", - "url": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz", + "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==", + "url": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -126071,43 +119756,99 @@ "generate_bzl_library_targets": false } }, - "npm__client-only__0.0.1__links": { + "npm__at_babel_helper-compilation-targets__7.22.15": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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-arm__0.15.18__links": { + "npm__esbuild-linux-32__0.15.18": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-arm__0.15.18__links", - "package": "esbuild-linux-arm", + "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": { - "esbuild-linux-arm": [ - "0.15.18" + "@swc/core-win32-arm64-msvc": [ + "1.3.100" ] }, "lifecycle_build_target": true, @@ -126119,18 +119860,70 @@ "npm_translate_lock_repo": "npm" } }, - "npm__serialize-javascript__6.0.1": { + "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__serialize-javascript__6.0.1", - "package": "serialize-javascript", - "version": "6.0.1", + "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-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", - "url": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", + "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": [], @@ -126144,37 +119937,190 @@ "generate_bzl_library_targets": false } }, - "npm__deep-equal__2.2.2__links": { + "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__deep-equal__2.2.2__links", - "package": "deep-equal", - "version": "2.2.2", + "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": { - "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" + "deep-equal": "2.2.2" }, "transitive_closure": { + "aria-query": [ + "5.1.3" + ], "deep-equal": [ "2.2.2" ], @@ -126324,353 +120270,185 @@ "npm_translate_lock_repo": "npm" } }, - "npm__dom-serializer__0.2.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dom-serializer__0.2.2", - "package": "dom-serializer", - "version": "0.2.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", - "url": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-environment-jsdom__29.3.1__links": { + "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__jest-environment-jsdom__29.3.1__links", - "package": "jest-environment-jsdom", - "version": "29.3.1", + "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": { - "react": [ - "jest-environment-jsdom" - ] - }, + "link_packages": {}, "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" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "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" + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.5" ], - "acorn": [ - "8.10.0" + "@babel/core": [ + "7.23.5" ], - "acorn-globals": [ - "7.0.1" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "cssom": [ - "0.3.8", - "0.5.0" + "@ampproject/remapping": [ + "2.2.1" ], - "cssstyle": [ - "2.3.0" + "@babel/code-frame": [ + "7.23.5" ], - "data-urls": [ - "3.0.2" + "@babel/generator": [ + "7.23.5" ], - "decimal.js": [ - "10.4.3" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "domexception": [ - "4.0.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "escodegen": [ - "2.1.0" + "@babel/helpers": [ + "7.23.5" ], - "form-data": [ - "4.0.0" + "@babel/parser": [ + "7.23.5" ], - "html-encoding-sniffer": [ - "3.0.0" + "@babel/template": [ + "7.22.15" ], - "http-proxy-agent": [ - "5.0.0" + "@babel/traverse": [ + "7.23.5" ], - "https-proxy-agent": [ - "5.0.1" + "@babel/types": [ + "7.23.5" ], - "is-potential-custom-element-name": [ - "1.0.1" + "convert-source-map": [ + "2.0.0" ], - "nwsapi": [ - "2.2.7" + "debug": [ + "4.3.4" ], - "parse5": [ - "7.1.2" + "gensync": [ + "1.0.0-beta.2" ], - "saxes": [ - "6.0.0" + "json5": [ + "2.2.3" ], - "symbol-tree": [ - "3.2.4" + "semver": [ + "6.3.1" ], - "tough-cookie": [ - "4.1.3" + "ms": [ + "2.1.2" ], - "w3c-xmlserializer": [ - "4.0.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "webidl-conversions": [ - "7.0.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "whatwg-encoding": [ + "to-fast-properties": [ "2.0.0" ], - "whatwg-mimetype": [ - "3.0.0" - ], - "whatwg-url": [ - "11.0.0" - ], - "ws": [ - "8.14.2" - ], - "xml-name-validator": [ - "4.0.0" - ], - "tr46": [ - "3.0.0" - ], - "punycode": [ - "2.3.0" - ], - "iconv-lite": [ - "0.6.3" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "safer-buffer": [ - "2.1.2" + "@babel/helper-function-name": [ + "7.23.0" ], - "psl": [ - "1.9.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "universalify": [ - "0.2.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "url-parse": [ - "1.5.10" + "globals": [ + "11.12.0" ], - "querystringify": [ - "2.2.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "requires-port": [ - "1.0.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "xmlchars": [ - "2.2.0" + "@babel/compat-data": [ + "7.23.5" ], - "entities": [ - "4.5.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "agent-base": [ - "6.0.2" + "browserslist": [ + "4.22.2" ], - "debug": [ - "4.3.4" + "lru-cache": [ + "5.1.1" ], - "ms": [ - "2.1.2" + "yallist": [ + "3.1.1" ], - "@tootallnate/once": [ - "2.0.0" + "caniuse-lite": [ + "1.0.30001566" ], - "asynckit": [ - "0.4.0" + "electron-to-chromium": [ + "1.4.608" ], - "combined-stream": [ - "1.0.8" + "node-releases": [ + "2.0.14" ], - "mime-types": [ - "2.1.35" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "mime-db": [ - "1.52.0" + "escalade": [ + "3.1.1" ], - "delayed-stream": [ + "picocolors": [ "1.0.0" ], - "esprima": [ - "4.0.1" - ], - "estraverse": [ - "5.3.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "esutils": [ - "2.0.3" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "source-map": [ - "0.6.1" + "jsesc": [ + "2.5.2" ], - "acorn-walk": [ - "8.2.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "chalk": [ - "2.4.2", - "4.1.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "ci-info": [ - "3.8.0" + "@jridgewell/set-array": [ + "1.1.2" ], - "graceful-fs": [ - "4.2.11" + "@babel/highlight": [ + "7.23.4" ], - "picomatch": [ - "2.3.1" + "chalk": [ + "2.4.2" ], "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" + "3.2.1" + ], + "escape-string-regexp": [ + "1.0.5" ], "supports-color": [ - "5.5.0", - "7.2.0" + "5.5.0" ], "has-flag": [ - "3.0.0", - "4.0.0" + "3.0.0" ], "color-convert": [ - "1.9.3", - "2.0.1" + "1.9.3" ], "color-name": [ - "1.1.3", - "1.1.4" - ], - "@types/tough-cookie": [ - "4.0.3" - ], - "@jest/schemas": [ - "29.6.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@sinonjs/fake-timers": [ - "10.3.0" - ], - "jest-message-util": [ - "29.7.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "29.7.0" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "react-is": [ - "18.2.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "1.1.3" ], "js-tokens": [ "4.0.0" - ], - "@sinonjs/commons": [ - "3.0.0" - ], - "type-detect": [ - "4.0.8" ] }, "lifecycle_build_target": false, @@ -126680,18 +120458,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__string.prototype.padend__3.1.5": { + "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__string.prototype.padend__3.1.5", - "package": "string.prototype.padend", - "version": "3.1.5", + "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-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", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "url": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -126705,18 +120483,18 @@ "generate_bzl_library_targets": false } }, - "npm__eslint-plugin-react-hooks__4.6.0__eslint_8.28.0": { + "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__eslint-plugin-react-hooks__4.6.0__eslint_8.28.0", - "package": "eslint-plugin-react-hooks", - "version": "4.6.0_eslint_8.28.0", + "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-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", - "url": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==", + "url": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.15.18.tgz", "commit": "", "patch_args": [], "patches": [], @@ -126725,23 +120503,50 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__cssdb__7.7.2": { + "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__cssdb__7.7.2", - "package": "cssdb", - "version": "7.7.2", + "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-pQPYP7/kch4QlkTcLuUNiNL2v/E+O+VIdotT+ug62/+2B2/jkzs5fMM6RHCzGCZ9C82pODEMSIzRRUzJOrl78g==", - "url": "https://registry.npmjs.org/cssdb/-/cssdb-7.7.2.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "url": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -126755,105 +120560,43 @@ "generate_bzl_library_targets": false } }, - "npm__memfs__3.5.3__links": { + "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__memfs__3.5.3__links", - "package": "memfs", - "version": "3.5.3", - "dev": false, + "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": { - "fs-monkey": "1.0.5" - }, + "deps": {}, "transitive_closure": { - "memfs": [ - "3.5.3" - ], - "fs-monkey": [ - "1.0.5" + "@esbuild/linux-loong64": [ + "0.15.18" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_translate_lock.bzl", - "ruleClassName": "npm_translate_lock_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm", - "pnpm_lock": "@@//:pnpm-lock.yaml", - "update_pnpm_lock": false, - "npmrc": "@@//:.npmrc", - "use_home_npmrc": false, - "patches": {}, - "patch_args": {}, - "custom_postinstalls": {}, - "prod": false, - "public_hoist_packages": { - "@next/eslint-plugin-next": [ - "next.js" - ], - "eslint-config-react-app": [ - "react" - ], - "eslint@8.28.0": [ - "react" - ] - }, - "dev": false, - "no_optional": false, - "lifecycle_hooks": { - "*": [ - "preinstall", - "install", - "postinstall" - ] - }, - "lifecycle_hooks_envs": {}, - "lifecycle_hooks_execution_requirements": { - "*": [ - "no-sandbox" - ] - }, - "bins": { - "react-scripts": [ - "react-scripts=./bin/react-scripts.js" - ] - }, - "verify_node_modules_ignored": "@@//:.bazelignore", - "external_repository_action_cache": ".aspect/rules/external_repository_action_cache", - "link_workspace": "", - "root_package": ".", - "additional_file_contents": {}, - "repositories_bzl_filename": "repositories.bzl", - "defs_bzl_filename": "defs.bzl", - "generate_bzl_library_targets": false, - "data": [], - "preupdate": [], - "quiet": true, - "update_pnpm_lock_node_toolchain_prefix": "nodejs", - "npm_package_target_name": "{dirname}" - } - }, - "npm__mimic-fn__2.1.0": { + "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__mimic-fn__2.1.0", - "package": "mimic-fn", - "version": "2.1.0", + "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-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "url": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "url": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -126867,20 +120610,39 @@ "generate_bzl_library_targets": false } }, - "npm__estree-walker__2.0.2__links": { + "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__estree-walker__2.0.2__links", - "package": "estree-walker", - "version": "2.0.2", - "dev": false, + "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": {}, + "deps": { + "@types/istanbul-lib-coverage": "2.0.4", + "@types/istanbul-reports": "1.1.2", + "@types/yargs": "13.0.12" + }, "transitive_closure": { - "estree-walker": [ - "2.0.2" + "@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, @@ -126890,18 +120652,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_connect__3.4.36": { + "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__at_types_connect__3.4.36", - "package": "@types/connect", - "version": "3.4.36", + "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-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==", - "url": "https://registry.npmjs.org/@types/connect/-/connect-3.4.36.tgz", + "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", + "url": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -126915,20 +120677,20 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-darwin-arm64__0.15.18__links": { + "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__esbuild-darwin-arm64__0.15.18__links", - "package": "esbuild-darwin-arm64", - "version": "0.15.18", + "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.15.18" + "@esbuild/darwin-arm64": [ + "0.19.8" ] }, "lifecycle_build_target": true, @@ -126940,18 +120702,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-remap-async-to-generator__7.22.20__at_babel_core_7.23.0": { + "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__at_babel_helper-remap-async-to-generator__7.22.20__at_babel_core_7.23.0", - "package": "@babel/helper-remap-async-to-generator", - "version": "7.22.20_at_babel_core_7.23.0", + "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-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", + "integrity": "sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==", + "url": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -126965,18 +120727,94 @@ "generate_bzl_library_targets": false } }, - "npm__which__1.3.1": { + "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__which__1.3.1", - "package": "which", - "version": "1.3.1", + "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-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "url": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "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": [], @@ -126990,20 +120828,20 @@ "generate_bzl_library_targets": false } }, - "npm__at_alloc_quick-lru__5.2.0__links": { + "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__at_alloc_quick-lru__5.2.0__links", - "package": "@alloc/quick-lru", - "version": "5.2.0", - "dev": false, + "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": { - "@alloc/quick-lru": [ - "5.2.0" + "toidentifier": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -127013,18 +120851,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__promise__8.3.0": { + "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__promise__8.3.0", - "package": "promise", - "version": "8.3.0", + "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-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", - "url": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", + "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", + "url": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -127038,18 +120876,22 @@ "generate_bzl_library_targets": false } }, - "npm__is-core-module__2.13.0": { + "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__is-core-module__2.13.0", - "package": "is-core-module", - "version": "2.13.0", + "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": {}, - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", - "url": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", + "link_packages": { + "": [ + "jsdom" + ] + }, + "integrity": "sha512-2i27vgvlUsGEBO9+/kJQRbtqtm+191b5zAZrU/UezVmnC2dlDAFLgDYJvAEi94T4kjsRKkezEtLQTgsNEsW2lQ==", + "url": "https://registry.npmjs.org/jsdom/-/jsdom-23.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -127063,43 +120905,20 @@ "generate_bzl_library_targets": false } }, - "npm__resolve-from__4.0.0__links": { + "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__resolve-from__4.0.0__links", - "package": "resolve-from", - "version": "4.0.0", - "dev": false, + "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": { - "resolve-from": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__mime__1.6.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__mime__1.6.0__links", - "package": "mime", - "version": "1.6.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "mime": [ - "1.6.0" + "jsonc-parser": [ + "3.2.0" ] }, "lifecycle_build_target": false, @@ -127109,62 +120928,184 @@ "npm_translate_lock_repo": "npm" } }, - "npm__glob-to-regexp__0.4.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__glob-to-regexp__0.4.1", - "package": "glob-to-regexp", - "version": "0.4.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "url": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__core-js-compat__3.33.0__links": { + "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__core-js-compat__3.33.0__links", - "package": "core-js-compat", - "version": "3.33.0", - "dev": false, + "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": { - "browserslist": "4.22.1" + "@babel/core": "7.23.0", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "core-js-compat": [ - "3.33.0" + "@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.1" + "4.22.2" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -127180,38 +121121,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__find-up__4.1.0__links": { + "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__find-up__4.1.0__links", - "package": "find-up", - "version": "4.1.0", - "dev": false, + "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": { - "locate-path": "5.0.0", - "path-exists": "4.0.0" - }, + "deps": {}, "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" + "react-is": [ + "16.13.1" ] }, "lifecycle_build_target": false, @@ -127221,50 +121144,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__svgo__1.3.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__svgo__1.3.2", - "package": "svgo", - "version": "1.3.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", - "url": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__acorn-import-assertions__1.9.0__acorn_8.10.0__links": { + "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__acorn-import-assertions__1.9.0__acorn_8.10.0__links", - "package": "acorn-import-assertions", - "version": "1.9.0_acorn_8.10.0", - "dev": false, + "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": { - "acorn": "8.10.0" - }, + "deps": {}, "transitive_closure": { - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "acorn": [ - "8.10.0" + "ipaddr.js": [ + "2.1.0" ] }, "lifecycle_build_target": false, @@ -127274,50 +121167,79 @@ "npm_translate_lock_repo": "npm" } }, - "npm__builtin-modules__3.3.0": { + "npm__strip-bom__4.0.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__builtin-modules__3.3.0", - "package": "builtin-modules", - "version": "3.3.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", - "url": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__supports-color__8.1.1__links": { + "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__supports-color__8.1.1__links", - "package": "supports-color", - "version": "8.1.1", - "dev": false, + "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": { - "has-flag": "4.0.0" + "call-bind": "1.0.2", + "define-properties": "1.2.1" }, "transitive_closure": { - "supports-color": [ - "8.1.1" + "object-is": [ + "1.1.5" ], - "has-flag": [ - "4.0.0" + "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, @@ -127327,45 +121249,67 @@ "npm_translate_lock_repo": "npm" } }, - "npm__workbox-recipes__6.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-recipes__6.6.0", - "package": "workbox-recipes", - "version": "6.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==", - "url": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__type-fest__0.21.3__links": { + "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__type-fest__0.21.3__links", - "package": "type-fest", - "version": "0.21.3", - "dev": false, + "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": {}, + "deps": { + "call-bind": "1.0.2", + "has-bigints": "1.0.2", + "has-symbols": "1.0.3", + "which-boxed-primitive": "1.0.2" + }, "transitive_closure": { - "type-fest": [ - "0.21.3" + "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, @@ -127375,43 +121319,18 @@ "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": { + "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__fast-deep-equal__3.1.3", - "package": "fast-deep-equal", - "version": "3.1.3", + "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-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "url": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "url": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -127425,43 +121344,61 @@ "generate_bzl_library_targets": false } }, - "npm__autoprefixer__10.4.16__postcss_8.4.31": { + "npm__rechoir__0.8.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__autoprefixer__10.4.16__postcss_8.4.31", - "package": "autoprefixer", - "version": "10.4.16_postcss_8.4.31", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==", - "url": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__domutils__2.8.0": { + "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__domutils__2.8.0", - "package": "domutils", - "version": "2.8.0", + "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-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "url": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "url": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -127475,18 +121412,18 @@ "generate_bzl_library_targets": false } }, - "npm__jest-diff__24.9.0": { + "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__jest-diff__24.9.0", - "package": "jest-diff", - "version": "24.9.0", + "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-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==", - "url": "https://registry.npmjs.org/jest-diff/-/jest-diff-24.9.0.tgz", + "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": [], @@ -127500,186 +121437,87 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_runtime__7.23.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_runtime__7.23.1__links", - "package": "@babel/runtime", - "version": "7.23.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "regenerator-runtime": "0.14.0" - }, - "transitive_closure": { - "@babel/runtime": [ - "7.23.1" - ], - "regenerator-runtime": [ - "0.14.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helper-annotate-as-pure__7.22.5__links": { + "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_babel_helper-annotate-as-pure__7.22.5__links", - "package": "@babel/helper-annotate-as-pure", - "version": "7.22.5", - "dev": false, + "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/types": "7.23.0" + "@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": { - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.0" + "@svgr/babel-preset": [ + "8.1.0_at_babel_core_7.23.5" ], - "@babel/helper-string-parser": [ - "7.22.5" + "@babel/core": [ + "7.23.5" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "@svgr/babel-plugin-add-jsx-attribute": [ + "8.0.0_at_babel_core_7.23.5" ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-flexbugs-fixes__5.0.2__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-flexbugs-fixes__5.0.2__postcss_8.4.31__links", - "package": "postcss-flexbugs-fixes", - "version": "5.0.2_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "postcss-flexbugs-fixes": [ - "5.0.2_postcss_8.4.31" + "@svgr/babel-plugin-remove-jsx-attribute": [ + "8.0.0_at_babel_core_7.23.5" ], - "postcss": [ - "8.4.31" + "@svgr/babel-plugin-remove-jsx-empty-expression": [ + "8.0.0_at_babel_core_7.23.5" ], - "nanoid": [ - "3.3.6" + "@svgr/babel-plugin-replace-jsx-attribute-value": [ + "8.0.0_at_babel_core_7.23.5" ], - "picocolors": [ - "1.0.0" + "@svgr/babel-plugin-svg-dynamic-title": [ + "8.0.0_at_babel_core_7.23.5" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__p-limit__3.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__p-limit__3.1.0", - "package": "p-limit", - "version": "3.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "url": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-duplicate-keys__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-duplicate-keys__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-duplicate-keys", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-duplicate-keys": [ - "7.22.5_at_babel_core_7.23.0" + "@svgr/babel-plugin-svg-em-dimensions": [ + "8.0.0_at_babel_core_7.23.5" ], - "@babel/core": [ - "7.23.0" + "@svgr/babel-plugin-transform-react-native-svg": [ + "8.1.0_at_babel_core_7.23.5" ], - "@babel/helper-plugin-utils": [ - "7.22.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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -127700,7 +121538,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -127730,13 +121568,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -127745,16 +121583,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -127781,7 +121619,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -127815,136 +121653,172 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-regex-util__29.6.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-regex-util__29.6.3", - "package": "jest-regex-util", - "version": "29.6.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", - "url": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__glob__7.1.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__glob__7.1.6", - "package": "glob", - "version": "7.1.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", - "url": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__source-map__0.8.0-beta.0__links": { + "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__source-map__0.8.0-beta.0__links", - "package": "source-map", - "version": "0.8.0-beta.0", - "dev": false, + "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": { - "whatwg-url": "7.1.0" + "@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": { - "source-map": [ - "0.8.0-beta.0" + "jest-watcher": [ + "29.7.0" ], - "whatwg-url": [ - "7.1.0" + "@jest/test-result": [ + "29.7.0" ], - "lodash.sortby": [ - "4.7.0" + "@jest/types": [ + "29.6.3" ], - "tr46": [ - "1.0.1" + "@types/node": [ + "18.11.9" ], - "webidl-conversions": [ + "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" ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__bonjour-service__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__bonjour-service__1.1.1__links", - "package": "bonjour-service", - "version": "1.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "array-flatten": "2.1.2", - "dns-equal": "1.0.0", - "fast-deep-equal": "3.1.3", - "multicast-dns": "7.2.5" - }, - "transitive_closure": { - "bonjour-service": [ - "1.1.1" + "char-regex": [ + "1.0.2" ], - "array-flatten": [ - "2.1.2" + "strip-ansi": [ + "6.0.1" ], - "dns-equal": [ - "1.0.0" + "ansi-regex": [ + "5.0.1" ], - "fast-deep-equal": [ - "3.1.3" + "ci-info": [ + "3.8.0" ], - "multicast-dns": [ - "7.2.5" + "graceful-fs": [ + "4.2.11" ], - "dns-packet": [ - "5.6.1" + "picomatch": [ + "2.3.1" ], - "thunky": [ - "1.1.0" + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" ], - "@leichtgewicht/ip-codec": [ + "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, @@ -127954,18 +121828,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at-least-node__1.0.0": { + "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-least-node__1.0.0", - "package": "at-least-node", - "version": "1.0.0", + "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-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "url": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "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": [], @@ -127979,18 +121853,41 @@ "generate_bzl_library_targets": false } }, - "npm__body-parser__1.20.1": { + "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__body-parser__1.20.1", - "package": "body-parser", - "version": "1.20.1", + "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-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", - "url": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==", + "url": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", "commit": "", "patch_args": [], "patches": [], @@ -128004,266 +121901,232 @@ "generate_bzl_library_targets": false } }, - "npm__npm-run-all__4.1.5__links": { + "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__npm-run-all__4.1.5__links", - "package": "npm-run-all", - "version": "4.1.5", + "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": { - "vue": [ - "npm-run-all" + "react-webpack": [ + "webpack-dev-server" ] }, "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" + "@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" ], - "pidtree": [ - "0.3.1" + "@types/bonjour": [ + "3.5.11" ], - "read-pkg": [ - "3.0.0" + "@types/connect-history-api-fallback": [ + "1.5.1" ], - "shell-quote": [ - "1.8.1" + "@types/express": [ + "4.17.18" ], - "string.prototype.padend": [ - "3.1.5" + "@types/serve-index": [ + "1.9.2" ], - "call-bind": [ - "1.0.2" + "@types/serve-static": [ + "1.15.3" ], - "define-properties": [ - "1.2.1" + "@types/sockjs": [ + "0.3.34" ], - "es-abstract": [ - "1.22.2" + "@types/ws": [ + "8.5.6" ], - "array-buffer-byte-length": [ - "1.0.0" + "ansi-html-community": [ + "0.0.8" ], - "arraybuffer.prototype.slice": [ - "1.0.2" + "bonjour-service": [ + "1.1.1" ], - "available-typed-arrays": [ - "1.0.5" + "chokidar": [ + "3.5.3" ], - "es-set-tostringtag": [ - "2.0.1" + "colorette": [ + "2.0.20" ], - "es-to-primitive": [ - "1.2.1" + "compression": [ + "1.7.4" ], - "function.prototype.name": [ - "1.1.6" + "connect-history-api-fallback": [ + "2.0.0" ], - "get-intrinsic": [ - "1.2.1" + "default-gateway": [ + "6.0.3" ], - "get-symbol-description": [ - "1.0.0" + "express": [ + "4.18.2" ], - "globalthis": [ - "1.0.3" + "graceful-fs": [ + "4.2.11" ], - "gopd": [ - "1.0.1" + "html-entities": [ + "2.4.0" ], - "has": [ - "1.0.3" + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" ], - "has-property-descriptors": [ - "1.0.0" + "ipaddr.js": [ + "1.9.1", + "2.1.0" ], - "has-proto": [ - "1.0.1" + "launch-editor": [ + "2.6.0" ], - "has-symbols": [ - "1.0.3" + "open": [ + "8.4.2" ], - "internal-slot": [ - "1.0.5" + "p-retry": [ + "4.6.2" ], - "is-array-buffer": [ + "rimraf": [ "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" + "schema-utils": [ + "3.3.0", + "4.2.0" ], - "is-string": [ - "1.0.7" + "selfsigned": [ + "2.1.1" ], - "is-typed-array": [ - "1.1.12" + "serve-index": [ + "1.9.1" ], - "is-weakref": [ - "1.0.2" + "sockjs": [ + "0.3.24" ], - "object-inspect": [ - "1.12.3" + "spdy": [ + "4.0.2" ], - "object-keys": [ - "1.1.1" + "webpack": [ + "5.89.0_-1501518582" ], - "object.assign": [ - "4.1.4" + "webpack-cli": [ + "5.1.4_34022717" ], - "regexp.prototype.flags": [ - "1.5.1" + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" ], - "safe-array-concat": [ - "1.0.1" + "ws": [ + "8.14.2" ], - "safe-regex-test": [ - "1.0.0" + "memfs": [ + "3.5.3" ], - "string.prototype.trim": [ - "1.2.8" + "mime-types": [ + "2.1.35" ], - "string.prototype.trimend": [ - "1.0.7" + "range-parser": [ + "1.2.1" ], - "string.prototype.trimstart": [ - "1.0.7" + "mime-db": [ + "1.52.0" ], - "typed-array-buffer": [ - "1.0.0" + "fs-monkey": [ + "1.0.5" ], - "typed-array-byte-length": [ - "1.0.0" + "@discoveryjs/json-ext": [ + "0.5.7" ], - "typed-array-byte-offset": [ - "1.0.0" + "@webpack-cli/configtest": [ + "2.1.1_-360275163" ], - "typed-array-length": [ - "1.0.4" + "@webpack-cli/info": [ + "2.0.2_-360275163" ], - "unbox-primitive": [ - "1.0.2" + "@webpack-cli/serve": [ + "2.0.5_-1521883062" ], - "which-typed-array": [ - "1.1.11" + "commander": [ + "2.20.3", + "10.0.1" ], - "for-each": [ - "0.3.3" + "cross-spawn": [ + "7.0.3" ], - "has-tostringtag": [ - "1.0.0" + "envinfo": [ + "7.11.0" ], - "has-bigints": [ - "1.0.2" + "fastest-levenshtein": [ + "1.0.16" ], - "which-boxed-primitive": [ - "1.0.2" + "import-local": [ + "3.1.0" ], - "is-bigint": [ - "1.0.4" + "interpret": [ + "3.1.1" ], - "is-boolean-object": [ - "1.1.2" + "rechoir": [ + "0.8.0" ], - "is-number-object": [ - "1.0.7" + "webpack-merge": [ + "5.10.0" ], - "is-symbol": [ - "1.0.4" + "clone-deep": [ + "4.0.1" ], - "isarray": [ - "2.0.5" + "flat": [ + "5.0.2" ], - "set-function-name": [ + "wildcard": [ "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" + "is-plain-object": [ + "2.0.4" ], - "path-type": [ - "3.0.0" + "kind-of": [ + "6.0.3" ], - "pify": [ - "3.0.0" + "shallow-clone": [ + "3.0.1" ], - "hosted-git-info": [ - "2.8.9" + "isobject": [ + "3.0.1" ], "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" ], @@ -128273,280 +122136,242 @@ "supports-preserve-symlinks-flag": [ "1.0.0" ], - "graceful-fs": [ - "4.2.11" + "has": [ + "1.0.3" ], - "parse-json": [ - "4.0.0" + "function-bind": [ + "1.1.1" ], - "strip-bom": [ + "pkg-dir": [ + "4.2.0" + ], + "resolve-cwd": [ "3.0.0" ], - "error-ex": [ - "1.3.2" + "resolve-from": [ + "5.0.0" ], - "json-parse-better-errors": [ - "1.0.2" + "find-up": [ + "4.1.0" ], - "is-arrayish": [ - "0.2.1" + "locate-path": [ + "5.0.0" ], - "brace-expansion": [ - "1.1.11" + "path-exists": [ + "4.0.0" ], - "balanced-match": [ - "1.0.2" + "p-locate": [ + "4.1.0" ], - "concat-map": [ - "0.0.1" + "p-limit": [ + "2.3.0" ], - "nice-try": [ - "1.0.5" + "p-try": [ + "2.2.0" ], "path-key": [ - "2.0.1" + "3.1.1" ], "shebang-command": [ - "1.2.0" + "2.0.0" ], "which": [ - "1.3.1" + "2.0.2" ], "isexe": [ "2.0.0" ], "shebang-regex": [ - "1.0.0" + "3.0.0" ], - "escape-string-regexp": [ - "1.0.5" + "@types/eslint-scope": [ + "3.7.5" ], - "supports-color": [ - "5.5.0" + "@types/estree": [ + "1.0.2" ], - "has-flag": [ - "3.0.0" + "@webassemblyjs/ast": [ + "1.11.6" ], - "color-convert": [ - "1.9.3" + "@webassemblyjs/wasm-edit": [ + "1.11.6" ], - "color-name": [ - "1.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__unicode-property-aliases-ecmascript__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__unicode-property-aliases-ecmascript__2.1.0__links", - "package": "unicode-property-aliases-ecmascript", - "version": "2.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "unicode-property-aliases-ecmascript": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_jsdom__20.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_jsdom__20.0.1__links", - "package": "@types/jsdom", - "version": "20.0.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/node": "18.11.9", - "@types/tough-cookie": "4.0.3", - "parse5": "7.1.2" - }, - "transitive_closure": { - "@types/jsdom": [ - "20.0.1" + "@webassemblyjs/wasm-parser": [ + "1.11.6" ], - "@types/node": [ - "18.11.9" + "acorn": [ + "8.10.0" ], - "@types/tough-cookie": [ - "4.0.3" + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" ], - "parse5": [ - "7.1.2" + "browserslist": [ + "4.22.1" ], - "entities": [ - "4.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__cjs-module-lexer__1.2.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cjs-module-lexer__1.2.3__links", - "package": "cjs-module-lexer", - "version": "1.2.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "cjs-module-lexer": [ - "1.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-flow-strip-types__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-flow-strip-types__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-flow-strip-types", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-flow": "7.22.5_at_babel_core_7.23.0" - }, - "transitive_closure": { - "@babel/plugin-transform-flow-strip-types": [ - "7.22.5_at_babel_core_7.23.0" + "chrome-trace-event": [ + "1.0.3" ], - "@babel/core": [ - "7.23.0" + "enhanced-resolve": [ + "5.15.0" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "es-module-lexer": [ + "1.3.1" ], - "@babel/plugin-syntax-flow": [ - "7.22.5_at_babel_core_7.23.0" + "eslint-scope": [ + "5.1.1" ], - "@ampproject/remapping": [ + "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" ], - "@babel/code-frame": [ - "7.22.13" + "terser-webpack-plugin": [ + "5.3.9_1251614587" ], - "@babel/generator": [ - "7.23.0" + "watchpack": [ + "2.4.0" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "webpack-sources": [ + "3.2.3" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@babel/helpers": [ - "7.23.1" + "@swc/core": [ + "1.3.100" ], - "@babel/parser": [ - "7.23.0" + "jest-worker": [ + "27.5.1" ], - "@babel/template": [ - "7.22.15" + "serialize-javascript": [ + "6.0.1" ], - "@babel/traverse": [ - "7.23.0" + "terser": [ + "5.20.0" ], - "@babel/types": [ - "7.23.0" + "@jridgewell/source-map": [ + "0.3.5" ], - "convert-source-map": [ - "2.0.0" + "source-map-support": [ + "0.5.21" ], - "debug": [ - "4.3.4" + "buffer-from": [ + "1.1.2" ], - "gensync": [ - "1.0.0-beta.2" + "source-map": [ + "0.6.1" ], - "json5": [ - "2.2.3" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "semver": [ - "6.3.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "ms": [ - "2.1.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@babel/helper-string-parser": [ - "7.22.5" + "randombytes": [ + "2.1.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "safe-buffer": [ + "5.1.2", + "5.2.1" ], - "to-fast-properties": [ + "@types/node": [ + "18.11.9" + ], + "merge-stream": [ "2.0.0" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "supports-color": [ + "8.1.1" ], - "@babel/helper-function-name": [ - "7.23.0" + "has-flag": [ + "4.0.0" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "@swc/counter": [ + "0.1.2" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "@swc/types": [ + "0.1.5" ], - "globals": [ - "11.12.0" + "@swc/core-darwin-arm64": [ + "1.3.100" ], - "@babel/helper-module-imports": [ - "7.22.15" + "@swc/core-darwin-x64": [ + "1.3.100" ], - "@babel/helper-simple-access": [ - "7.22.5" + "@swc/core-linux-arm64-gnu": [ + "1.3.100" ], - "@babel/compat-data": [ - "7.22.20" + "@swc/core-linux-arm64-musl": [ + "1.3.100" ], - "@babel/helper-validator-option": [ - "7.22.15" + "@swc/core-linux-x64-gnu": [ + "1.3.100" ], - "browserslist": [ - "4.22.1" + "@swc/core-linux-x64-musl": [ + "1.3.100" ], - "lru-cache": [ - "5.1.1" + "@swc/core-win32-arm64-msvc": [ + "1.3.100" ], - "yallist": [ + "@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" ], @@ -128565,392 +122390,235 @@ "picocolors": [ "1.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" + "@webassemblyjs/helper-api-error": [ + "1.11.6" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@webassemblyjs/ieee754": [ + "1.11.6" ], - "@jridgewell/set-array": [ - "1.1.2" + "@webassemblyjs/leb128": [ + "1.11.6" ], - "@babel/highlight": [ - "7.22.20" + "@webassemblyjs/utf8": [ + "1.11.6" ], - "chalk": [ - "2.4.2" + "@xtuc/long": [ + "4.2.2" ], - "ansi-styles": [ - "3.2.1" + "@xtuc/ieee754": [ + "1.2.0" ], - "escape-string-regexp": [ - "1.0.5" + "@webassemblyjs/helper-buffer": [ + "1.11.6" ], - "supports-color": [ - "5.5.0" + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" ], - "has-flag": [ - "3.0.0" + "@webassemblyjs/wasm-gen": [ + "1.11.6" ], - "color-convert": [ - "1.9.3" + "@webassemblyjs/wasm-opt": [ + "1.11.6" ], - "color-name": [ - "1.1.3" + "@webassemblyjs/wast-printer": [ + "1.11.6" ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__pidtree__0.3.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pidtree__0.3.1", - "package": "pidtree", - "version": "0.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==", - "url": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_next_swc-linux-arm64-gnu__13.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-arm64-gnu__13.0.5__links", - "package": "@next/swc-linux-arm64-gnu", - "version": "13.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@next/swc-linux-arm64-gnu": [ - "13.0.5" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jsdom__16.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsdom__16.7.0", - "package": "jsdom", - "version": "16.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", - "url": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_typescript-eslint_parser__5.44.0__509062556": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_parser__5.44.0__509062556", - "package": "@typescript-eslint/parser", - "version": "5.44.0_509062556", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==", - "url": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.44.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__workbox-routing__6.6.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-routing__6.6.0__links", - "package": "workbox-routing", - "version": "6.6.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "workbox-core": "6.6.0" - }, - "transitive_closure": { - "workbox-routing": [ - "6.6.0" + "@webassemblyjs/helper-numbers": [ + "1.11.6" ], - "workbox-core": [ - "6.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__xml-name-validator__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__xml-name-validator__4.0.0__links", - "package": "xml-name-validator", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "xml-name-validator": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__encodeurl__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__encodeurl__1.0.2__links", - "package": "encodeurl", - "version": "1.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "encodeurl": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__read-pkg__3.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__read-pkg__3.0.0", - "package": "read-pkg", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", - "url": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__path-key__3.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__path-key__3.1.1", - "package": "path-key", - "version": "3.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "url": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__react-is__16.13.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-is__16.13.1", - "package": "react-is", - "version": "16.13.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", - "url": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_console__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_console__27.5.1__links", - "package": "@jest/console", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "chalk": "4.1.2", - "jest-message-util": "27.5.1", - "jest-util": "27.5.1", - "slash": "3.0.0" - }, - "transitive_closure": { - "@jest/console": [ - "27.5.1" + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" ], - "@jest/types": [ - "27.5.1" + "@types/eslint": [ + "8.44.3" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "debug": [ + "2.6.9", + "4.3.4" ], - "chalk": [ - "2.4.2", - "4.1.2" + "handle-thing": [ + "2.0.1" ], - "jest-message-util": [ - "27.5.1" + "http-deceiver": [ + "1.2.7" ], - "jest-util": [ - "27.5.1" + "select-hose": [ + "2.0.0" ], - "slash": [ + "spdy-transport": [ "3.0.0" ], - "ci-info": [ - "3.8.0" + "detect-node": [ + "2.1.0" ], - "graceful-fs": [ - "4.2.11" + "hpack.js": [ + "2.1.6" ], - "picomatch": [ - "2.3.1" + "obuf": [ + "1.1.2" ], - "@babel/code-frame": [ - "7.22.13" + "readable-stream": [ + "2.3.8", + "3.6.2" ], - "@types/stack-utils": [ + "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" ], - "micromatch": [ - "4.0.5" + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" ], - "pretty-format": [ - "27.5.1" + "faye-websocket": [ + "0.11.4" ], - "stack-utils": [ - "2.0.6" + "uuid": [ + "8.3.2" ], - "escape-string-regexp": [ - "1.0.5", + "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" ], - "ansi-regex": [ - "5.0.1" + "is-docker": [ + "2.2.1" ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" + "is-wsl": [ + "2.2.0" ], - "react-is": [ - "17.0.2" + "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" ], @@ -128960,45 +122628,227 @@ "is-number": [ "7.0.0" ], - "@babel/highlight": [ - "7.22.20" + "is-extglob": [ + "2.1.1" ], - "supports-color": [ - "7.2.0", - "5.5.0" + "eventemitter3": [ + "4.0.7" ], - "has-flag": [ - "4.0.0", + "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" ], - "color-convert": [ - "2.0.1", - "1.9.3" + "readdirp": [ + "3.6.0" ], - "color-name": [ - "1.1.4", - "1.1.3" + "fsevents": [ + "2.3.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "binary-extensions": [ + "2.2.0" ], - "js-tokens": [ - "4.0.0" + "dns-equal": [ + "1.0.0" ], - "@types/istanbul-lib-coverage": [ + "multicast-dns": [ + "7.2.5" + ], + "dns-packet": [ + "5.6.1" + ], + "thunky": [ + "1.1.0" + ], + "@leichtgewicht/ip-codec": [ "2.0.4" ], - "@types/istanbul-reports": [ + "@types/http-errors": [ + "2.0.2" + ], + "@types/mime": [ + "1.3.3", "3.0.2" ], - "@types/yargs": [ - "16.0.6" + "@types/body-parser": [ + "1.19.3" ], - "@types/yargs-parser": [ - "21.0.1" + "@types/express-serve-static-core": [ + "4.17.37" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@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, @@ -129008,45 +122858,79 @@ "npm_translate_lock_repo": "npm" } }, - "npm__esbuild-android-64__0.15.18__links": { + "npm__at_webassemblyjs_wasm-parser__1.11.6": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "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" + "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__fraction.js__4.3.6__links": { + "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__fraction.js__4.3.6__links", - "package": "fraction.js", - "version": "4.3.6", - "dev": false, + "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": {}, + "deps": { + "tslib": "1.14.1", + "typescript": "4.9.3" + }, "transitive_closure": { - "fraction.js": [ - "4.3.6" + "tsutils": [ + "3.21.0_typescript_4.9.3" + ], + "tslib": [ + "1.14.1" + ], + "typescript": [ + "4.9.3" ] }, "lifecycle_build_target": false, @@ -129056,39 +122940,50 @@ "npm_translate_lock_repo": "npm" } }, - "npm__cross-spawn__7.0.3__links": { + "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__cross-spawn__7.0.3__links", - "package": "cross-spawn", - "version": "7.0.3", - "dev": false, + "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": { - "path-key": "3.1.1", - "shebang-command": "2.0.0", - "which": "2.0.2" + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4" }, "transitive_closure": { - "cross-spawn": [ - "7.0.3" + "@vue/compiler-dom": [ + "3.3.4" ], - "path-key": [ - "3.1.1" + "@vue/compiler-core": [ + "3.3.4" ], - "shebang-command": [ - "2.0.0" + "@vue/shared": [ + "3.3.4" ], - "which": [ + "@babel/parser": [ + "7.23.5" + ], + "estree-walker": [ "2.0.2" ], - "isexe": [ - "2.0.0" + "source-map-js": [ + "1.0.2" ], - "shebang-regex": [ - "3.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" ] }, "lifecycle_build_target": false, @@ -129098,20 +122993,66 @@ "npm_translate_lock_repo": "npm" } }, - "npm__react-is__17.0.2__links": { + "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__react-is__17.0.2__links", - "package": "react-is", - "version": "17.0.2", - "dev": false, + "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": {}, + "deps": { + "ajv": "8.12.0", + "fast-deep-equal": "3.1.3" + }, "transitive_closure": { - "react-is": [ - "17.0.2" + "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, @@ -129121,18 +123062,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__esbuild-linux-s390x__0.15.18": { + "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__esbuild-linux-s390x__0.15.18", - "package": "esbuild-linux-s390x", - "version": "0.15.18", + "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-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==", - "url": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.18.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "url": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -129141,27 +123082,23 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], + "lifecycle_hooks": [], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__proxy-addr__2.0.7": { + "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__proxy-addr__2.0.7", - "package": "proxy-addr", - "version": "2.0.7", + "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-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "url": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "url": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -129175,20 +123112,20 @@ "generate_bzl_library_targets": false } }, - "npm__estraverse__5.3.0__links": { + "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__estraverse__5.3.0__links", - "package": "estraverse", - "version": "5.3.0", - "dev": false, + "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": { - "estraverse": [ - "5.3.0" + "damerau-levenshtein": [ + "1.0.8" ] }, "lifecycle_build_target": false, @@ -129198,18 +123135,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__type-fest__0.21.3": { + "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__type-fest__0.21.3", - "package": "type-fest", - "version": "0.21.3", + "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-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==", + "url": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.4.tgz", "commit": "", "patch_args": [], "patches": [], @@ -129223,18 +123160,18 @@ "generate_bzl_library_targets": false } }, - "npm__color-convert__2.0.1": { + "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__color-convert__2.0.1", - "package": "color-convert", - "version": "2.0.1", + "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-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "url": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -129248,66 +123185,20 @@ "generate_bzl_library_targets": false } }, - "npm__urix__0.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__urix__0.1.0__links", - "package": "urix", - "version": "0.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "urix": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-set__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-set__2.0.2__links", - "package": "is-set", - "version": "2.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-set": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__common-tags__1.8.2__links": { + "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__common-tags__1.8.2__links", - "package": "common-tags", - "version": "1.8.2", - "dev": false, + "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": { - "common-tags": [ - "1.8.2" + "websocket-extensions": [ + "0.1.4" ] }, "lifecycle_build_target": false, @@ -129317,18 +123208,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-minify-selectors__5.2.1__postcss_8.4.31": { + "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__postcss-minify-selectors__5.2.1__postcss_8.4.31", - "package": "postcss-minify-selectors", - "version": "5.2.1_postcss_8.4.31", + "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-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", - "url": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "url": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -129342,41 +123233,43 @@ "generate_bzl_library_targets": false } }, - "npm__css-what__6.1.0__links": { + "npm__semver__6.3.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-what__6.1.0__links", - "package": "css-what", - "version": "6.1.0", - "dev": false, + "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": {}, - "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" + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "url": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "commit": "", + "patch_args": [], + "patches": [], + "custom_postinstall": "", + "npm_auth": "", + "npm_auth_basic": "", + "npm_auth_username": "", + "npm_auth_password": "", + "lifecycle_hooks": [], + "extra_build_content": "", + "generate_bzl_library_targets": false } }, - "npm__at_babel_helper-function-name__7.23.0": { + "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__at_babel_helper-function-name__7.23.0", - "package": "@babel/helper-function-name", - "version": "7.23.0", + "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-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", - "url": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==", + "url": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -129390,29 +123283,20 @@ "generate_bzl_library_targets": false } }, - "npm__enhanced-resolve__5.15.0__links": { + "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__enhanced-resolve__5.15.0__links", - "package": "enhanced-resolve", - "version": "5.15.0", - "dev": false, + "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": { - "graceful-fs": "4.2.11", - "tapable": "2.2.1" - }, + "deps": {}, "transitive_closure": { - "enhanced-resolve": [ - "5.15.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "tapable": [ - "2.2.1" + "dns-equal": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -129422,179 +123306,185 @@ "npm_translate_lock_repo": "npm" } }, - "npm__react-dev-utils__12.0.1__-1620898957": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-dev-utils__12.0.1__-1620898957", - "package": "react-dev-utils", - "version": "12.0.1_-1620898957", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", - "url": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__expect__29.7.0__links": { + "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__expect__29.7.0__links", - "package": "expect", - "version": "29.7.0", + "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": { - "@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" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "expect": [ - "29.7.0" + "@babel/plugin-syntax-import-attributes": [ + "7.23.3_at_babel_core_7.23.5" ], - "@jest/expect-utils": [ - "29.7.0" + "@babel/core": [ + "7.23.5" ], - "jest-get-type": [ - "29.6.3" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "jest-matcher-utils": [ - "29.7.0" + "@ampproject/remapping": [ + "2.2.1" ], - "jest-message-util": [ - "29.7.0" + "@babel/code-frame": [ + "7.23.5" ], - "jest-util": [ - "29.7.0" + "@babel/generator": [ + "7.23.5" ], - "@jest/types": [ - "29.6.3" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "@types/node": [ - "18.11.9" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "chalk": [ - "2.4.2", - "4.1.2" + "@babel/helpers": [ + "7.23.5" ], - "ci-info": [ - "3.8.0" + "@babel/parser": [ + "7.23.5" ], - "graceful-fs": [ - "4.2.11" + "@babel/template": [ + "7.22.15" ], - "picomatch": [ - "2.3.1" + "@babel/traverse": [ + "7.23.5" ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" + "@babel/types": [ + "7.23.5" ], - "supports-color": [ - "5.5.0", - "7.2.0" + "convert-source-map": [ + "2.0.0" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "debug": [ + "4.3.4" ], - "color-convert": [ - "1.9.3", - "2.0.1" + "gensync": [ + "1.0.0-beta.2" ], - "color-name": [ - "1.1.3", - "1.1.4" + "json5": [ + "2.2.3" ], - "@jest/schemas": [ - "29.6.3" + "semver": [ + "6.3.1" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "ms": [ + "2.1.2" ], - "@types/istanbul-reports": [ - "3.0.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@types/yargs": [ - "17.0.26" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@types/yargs-parser": [ - "21.0.1" + "to-fast-properties": [ + "2.0.0" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@sinclair/typebox": [ - "0.27.8" + "@babel/helper-function-name": [ + "7.23.0" ], - "@babel/code-frame": [ - "7.22.13" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "@types/stack-utils": [ - "2.0.1" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "micromatch": [ - "4.0.5" + "globals": [ + "11.12.0" ], - "pretty-format": [ - "29.7.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "slash": [ - "3.0.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "stack-utils": [ - "2.0.6" + "@babel/compat-data": [ + "7.23.5" ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "react-is": [ - "18.2.0" + "browserslist": [ + "4.22.2" ], - "braces": [ - "3.0.2" + "lru-cache": [ + "5.1.1" ], - "fill-range": [ - "7.0.1" + "yallist": [ + "3.1.1" ], - "to-regex-range": [ - "5.0.1" + "caniuse-lite": [ + "1.0.30001566" ], - "is-number": [ - "7.0.0" + "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.22.20" + "7.23.4" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "chalk": [ + "2.4.2" ], - "js-tokens": [ - "4.0.0" + "ansi-styles": [ + "3.2.1" ], - "jest-diff": [ - "29.7.0" + "escape-string-regexp": [ + "1.0.5" ], - "diff-sequences": [ - "29.6.3" + "supports-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, @@ -129604,114 +123494,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ajv__6.12.6__links": { + "npm__csstype__3.1.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ajv__6.12.6__links", - "package": "ajv", - "version": "6.12.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "fast-deep-equal": "3.1.3", - "fast-json-stable-stringify": "2.1.0", - "json-schema-traverse": "0.4.1", - "uri-js": "4.4.1" - }, - "transitive_closure": { - "ajv": [ - "6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__run-parallel__1.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__run-parallel__1.2.0__links", - "package": "run-parallel", - "version": "1.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "queue-microtask": "1.2.3" - }, - "transitive_closure": { - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__test-exclude__6.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__test-exclude__6.0.0", - "package": "test-exclude", - "version": "6.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "url": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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", + "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-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", - "url": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==", + "url": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -129725,251 +123519,25 @@ "generate_bzl_library_targets": false } }, - "npm__strip-final-newline__2.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-final-newline__2.0.0__links", - "package": "strip-final-newline", - "version": "2.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "strip-final-newline": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-modules-commonjs__7.23.0__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-modules-commonjs__7.23.0__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-modules-commonjs", - "version": "7.23.0_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-module-transforms": "7.23.0_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-simple-access": "7.22.5" + "min-indent": "1.0.1" }, "transitive_closure": { - "@babel/plugin-transform-modules-commonjs": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "globals": [ - "11.12.0" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ + "strip-indent": [ "3.0.0" ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__chalk__4.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__chalk__4.1.2__links", - "package": "chalk", - "version": "4.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "ansi-styles": "4.3.0", - "supports-color": "7.2.0" - }, - "transitive_closure": { - "chalk": [ - "4.1.2" - ], - "ansi-styles": [ - "4.3.0" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" + "min-indent": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -129979,18 +123547,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-async-generator-functions__7.22.15__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-async-generator-functions__7.22.15__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-async-generator-functions", - "version": "7.22.15_at_babel_core_7.23.0", + "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-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.15.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "url": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -130004,18 +123572,18 @@ "generate_bzl_library_targets": false } }, - "npm__spdy__4.0.2": { + "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__spdy__4.0.2", - "package": "spdy", - "version": "4.0.2", + "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-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "url": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "url": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -130029,18 +123597,18 @@ "generate_bzl_library_targets": false } }, - "npm__whatwg-url__8.7.0": { + "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__whatwg-url__8.7.0", - "package": "whatwg-url", - "version": "8.7.0", + "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-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", - "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "url": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -130054,113 +123622,85 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_node__18.18.3": { + "npm__debug__2.6.9__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__18.18.3", - "package": "@types/node", - "version": "18.18.3", + "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_workspace": "", - "link_packages": { - "vue/libraries/simple": [ - "@types/node" + "link_packages": {}, + "deps": { + "ms": "2.0.0" + }, + "transitive_closure": { + "debug": [ + "2.6.9" + ], + "ms": [ + "2.0.0" ] }, - "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 + "lifecycle_build_target": false, + "lifecycle_hooks_env": [], + "lifecycle_hooks_execution_requirements": [], + "bins": {}, + "npm_translate_lock_repo": "npm" } }, - "npm__postcss-discard-duplicates__5.1.0__postcss_8.4.31__links": { + "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__postcss-discard-duplicates__5.1.0__postcss_8.4.31__links", - "package": "postcss-discard-duplicates", - "version": "5.1.0_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31" + "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": { - "postcss-discard-duplicates": [ - "5.1.0_postcss_8.4.31" + "glob": [ + "7.1.7" ], - "postcss": [ - "8.4.31" + "fs.realpath": [ + "1.0.0" ], - "nanoid": [ - "3.3.6" + "inflight": [ + "1.0.6" ], - "picocolors": [ - "1.0.0" + "inherits": [ + "2.0.4" ], - "source-map-js": [ + "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, @@ -130170,47 +123710,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webpack-dev-server__4.15.1__-360275163": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-server__4.15.1__-360275163", - "package": "webpack-dev-server", - "version": "4.15.1_-360275163", - "root_package": "", - "link_workspace": "", - "link_packages": { - "react-webpack": [ - "webpack-dev-server" - ] - }, - "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==", - "url": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__mdn-data__2.0.14": { + "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__mdn-data__2.0.14", - "package": "mdn-data", - "version": "2.0.14", + "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-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", - "url": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "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": [], @@ -130224,60 +123735,20 @@ "generate_bzl_library_targets": false } }, - "npm__get-intrinsic__1.2.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__get-intrinsic__1.2.1__links", - "package": "get-intrinsic", - "version": "1.2.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "function-bind": "1.1.1", - "has": "1.0.3", - "has-proto": "1.0.1", - "has-symbols": "1.0.3" - }, - "transitive_closure": { - "get-intrinsic": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_trusted-types__2.0.4__links": { + "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__at_types_trusted-types__2.0.4__links", - "package": "@types/trusted-types", - "version": "2.0.4", - "dev": false, + "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": { - "@types/trusted-types": [ - "2.0.4" + "detect-newline": [ + "3.1.0" ] }, "lifecycle_build_target": false, @@ -130287,58 +123758,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__js-tokens__4.0.0__links": { + "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__js-tokens__4.0.0__links", - "package": "js-tokens", - "version": "4.0.0", - "dev": false, + "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": { - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__param-case__3.0.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__param-case__3.0.4__links", - "package": "param-case", - "version": "3.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "dot-case": "3.0.4", - "tslib": "2.6.2" - }, - "transitive_closure": { - "param-case": [ - "3.0.4" - ], - "dot-case": [ - "3.0.4" - ], - "tslib": [ - "2.6.2" - ], - "no-case": [ - "3.0.4" - ], - "lower-case": [ - "2.0.2" + "@xtuc/ieee754": [ + "1.2.0" ] }, "lifecycle_build_target": false, @@ -130348,112 +123781,53 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-replace-overflow-wrap__4.0.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-replace-overflow-wrap__4.0.0__postcss_8.4.31", - "package": "postcss-replace-overflow-wrap", - "version": "4.0.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", - "url": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_next_env__13.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_env__13.0.5", - "package": "@next/env", - "version": "13.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-F3KLtiDrUslAZhTYTh8Zk5ZaavbYwLUn3NYPBnOjAXU8hWm0QVGVzKIOuURQ098ofRU4e9oglf3Sj9pFx5nI5w==", - "url": "https://registry.npmjs.org/@next/env/-/env-13.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_types__27.5.1__links": { + "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_jest_types__27.5.1__links", - "package": "@jest/types", - "version": "27.5.1", - "dev": false, + "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": { - "@types/istanbul-lib-coverage": "2.0.4", - "@types/istanbul-reports": "3.0.2", - "@types/node": "20.8.2", - "@types/yargs": "16.0.6", - "chalk": "4.1.2" + "@vue/compiler-dom": "3.3.4", + "@vue/shared": "3.3.4" }, "transitive_closure": { - "@jest/types": [ - "27.5.1" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" + "@vue/compiler-ssr": [ + "3.3.4" ], - "@types/node": [ - "20.8.2" + "@vue/compiler-dom": [ + "3.3.4" ], - "@types/yargs": [ - "16.0.6" + "@vue/shared": [ + "3.3.4" ], - "chalk": [ - "4.1.2" + "@vue/compiler-core": [ + "3.3.4" ], - "ansi-styles": [ - "4.3.0" + "@babel/parser": [ + "7.23.5" ], - "supports-color": [ - "7.2.0" + "estree-walker": [ + "2.0.2" ], - "has-flag": [ - "4.0.0" + "source-map-js": [ + "1.0.2" ], - "color-convert": [ - "2.0.1" + "@babel/types": [ + "7.23.5" ], - "color-name": [ - "1.1.4" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@types/yargs-parser": [ - "21.0.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "to-fast-properties": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -130463,68 +123837,18 @@ "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": { + "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__node-forge__1.3.1", - "package": "node-forge", - "version": "1.3.1", + "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-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", - "url": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", + "url": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -130538,25 +123862,20 @@ "generate_bzl_library_targets": false } }, - "npm__compressible__2.0.18__links": { + "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__compressible__2.0.18__links", - "package": "compressible", - "version": "2.0.18", - "dev": false, + "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": { - "mime-db": "1.52.0" - }, + "deps": {}, "transitive_closure": { - "compressible": [ - "2.0.18" - ], - "mime-db": [ - "1.52.0" + "muggle-string": [ + "0.1.0" ] }, "lifecycle_build_target": false, @@ -130566,33956 +123885,861 @@ "npm_translate_lock_repo": "npm" } }, - "npm__resolve-url-loader__4.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__resolve-url-loader__4.0.0", - "package": "resolve-url-loader", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", - "url": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_compiler-sfc__3.2.37__links": { + "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_vue_compiler-sfc__3.2.37__links", - "package": "@vue/compiler-sfc", - "version": "3.2.37", + "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": { - "vue/libraries/simple": [ - "@vue/compiler-sfc" - ] - }, + "link_packages": {}, "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" + "webpack": "5.89.0_-1501518582", + "webpack-cli": "5.1.4_34022717" }, "transitive_closure": { - "@vue/compiler-sfc": [ - "3.2.37" + "@webpack-cli/configtest": [ + "2.1.1_-360275163" ], - "@babel/parser": [ - "7.23.0" + "webpack": [ + "5.89.0_-1501518582" ], - "@vue/compiler-core": [ - "3.2.37" + "webpack-cli": [ + "5.1.4_34022717" ], - "@vue/compiler-dom": [ - "3.2.37" + "@discoveryjs/json-ext": [ + "0.5.7" ], - "@vue/compiler-ssr": [ - "3.2.37" + "@webpack-cli/info": [ + "2.0.2_-360275163" ], - "@vue/reactivity-transform": [ - "3.2.37" + "@webpack-cli/serve": [ + "2.0.5_-1521883062" ], - "@vue/shared": [ - "3.2.37" + "colorette": [ + "2.0.20" ], - "estree-walker": [ - "2.0.2" + "commander": [ + "2.20.3", + "10.0.1" ], - "magic-string": [ - "0.25.9" + "cross-spawn": [ + "7.0.3" ], - "postcss": [ - "8.4.31" + "envinfo": [ + "7.11.0" ], - "source-map": [ - "0.6.1" + "fastest-levenshtein": [ + "1.0.16" ], - "nanoid": [ - "3.3.6" + "import-local": [ + "3.1.0" ], - "picocolors": [ - "1.0.0" + "interpret": [ + "3.1.1" ], - "source-map-js": [ - "1.0.2" + "rechoir": [ + "0.8.0" ], - "sourcemap-codec": [ - "1.4.8" + "webpack-dev-server": [ + "4.15.1_-360275163" ], - "@babel/types": [ - "7.23.0" + "webpack-merge": [ + "5.10.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "clone-deep": [ + "4.0.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "flat": [ + "5.0.2" ], - "to-fast-properties": [ + "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" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__glob__7.1.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__glob__7.1.7", - "package": "glob", - "version": "7.1.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", - "url": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__get-stream__6.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__get-stream__6.0.1", - "package": "get-stream", - "version": "6.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "url": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-runtime__7.22.15__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-runtime__7.22.15__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-runtime", - "version": "7.22.15_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__prelude-ls__1.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__prelude-ls__1.1.2", - "package": "prelude-ls", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", - "url": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__core-js__3.33.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__core-js__3.33.0", - "package": "core-js", - "version": "3.33.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==", - "url": "https://registry.npmjs.org/core-js/-/core-js-3.33.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__eslint-scope__7.2.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-scope__7.2.2__links", - "package": "eslint-scope", - "version": "7.2.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "esrecurse": "4.3.0", - "estraverse": "5.3.0" - }, - "transitive_closure": { - "eslint-scope": [ - "7.2.2" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-color-function__1.1.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-color-function__1.1.1__postcss_8.4.31", - "package": "@csstools/postcss-color-function", - "version": "1.1.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", - "url": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__vue-tsc__1.0.9__typescript_4.9.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__vue-tsc__1.0.9__typescript_4.9.3", - "package": "vue-tsc", - "version": "1.0.9_typescript_4.9.3", - "root_package": "", - "link_workspace": "", - "link_packages": { - "vue": [ - "vue-tsc" - ] - }, - "integrity": "sha512-vRmHD1K6DmBymNhoHjQy/aYKTRQNLGOu2/ESasChG9Vy113K6CdP0NlhR0bzgFJfv2eFB9Ez/9L5kIciUajBxQ==", - "url": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-1.0.9.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-symbol__1.0.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-symbol__1.0.4__links", - "package": "is-symbol", - "version": "1.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "has-symbols": "1.0.3" - }, - "transitive_closure": { - "is-symbol": [ - "1.0.4" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_helper-wasm-bytecode__1.11.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-wasm-bytecode__1.11.6", - "package": "@webassemblyjs/helper-wasm-bytecode", - "version": "1.11.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "url": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-unicode-sets-regex__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-unicode-sets-regex__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-unicode-sets-regex", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__w3c-xmlserializer__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__w3c-xmlserializer__2.0.0", - "package": "w3c-xmlserializer", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", - "url": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__asynciterator.prototype__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__asynciterator.prototype__1.0.0__links", - "package": "asynciterator.prototype", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "has-symbols": "1.0.3" - }, - "transitive_closure": { - "asynciterator.prototype": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_code-frame__7.22.13__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_code-frame__7.22.13__links", - "package": "@babel/code-frame", - "version": "7.22.13", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/highlight": "7.22.20", - "chalk": "2.4.2" - }, - "transitive_closure": { - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-modules-systemjs__7.23.0__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-systemjs__7.23.0__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-modules-systemjs", - "version": "7.23.0_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__lz-string__1.5.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__lz-string__1.5.0", - "package": "lz-string", - "version": "1.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", - "url": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_schemas__29.6.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_schemas__29.6.3__links", - "package": "@jest/schemas", - "version": "29.6.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@sinclair/typebox": "0.27.8" - }, - "transitive_closure": { - "@jest/schemas": [ - "29.6.3" - ], - "@sinclair/typebox": [ - "0.27.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__cssdb__7.7.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cssdb__7.7.2__links", - "package": "cssdb", - "version": "7.7.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "cssdb": [ - "7.7.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__eslint-scope__7.2.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-scope__7.2.2", - "package": "eslint-scope", - "version": "7.2.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", - "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-modules-umd__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-umd__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-modules-umd", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_serve-index__1.9.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_serve-index__1.9.2", - "package": "@types/serve-index", - "version": "1.9.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-asaEIoc6J+DbBKXtO7p2shWUpKacZOoMBEGBgPG91P8xhO53ohzHWGCs4ScZo5pQMf5ukQzVT9fhX1WzpHihig==", - "url": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-runner__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-runner__27.5.1", - "package": "jest-runner", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", - "url": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__stackframe__1.3.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__stackframe__1.3.4", - "package": "stackframe", - "version": "1.3.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", - "url": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_helper-function-name__7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-function-name__7.23.0__links", - "package": "@babel/helper-function-name", - "version": "7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/template": "7.22.15", - "@babel/types": "7.23.0" - }, - "transitive_closure": { - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_yargs__17.0.26__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs__17.0.26__links", - "package": "@types/yargs", - "version": "17.0.26", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/yargs-parser": "21.0.1" - }, - "transitive_closure": { - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__hpack.js__2.1.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__hpack.js__2.1.6", - "package": "hpack.js", - "version": "2.1.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", - "url": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__has-proto__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__has-proto__1.0.1__links", - "package": "has-proto", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "has-proto": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__tapable__2.2.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tapable__2.2.1__links", - "package": "tapable", - "version": "2.2.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "tapable": [ - "2.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_http-proxy__1.17.12__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_http-proxy__1.17.12__links", - "package": "@types/http-proxy", - "version": "1.17.12", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/node": "18.11.9" - }, - "transitive_closure": { - "@types/http-proxy": [ - "1.17.12" - ], - "@types/node": [ - "18.11.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_reactivity-transform__3.3.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity-transform__3.3.4__links", - "package": "@vue/reactivity-transform", - "version": "3.3.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/parser": "7.23.0", - "@vue/compiler-core": "3.3.4", - "@vue/shared": "3.3.4", - "estree-walker": "2.0.2", - "magic-string": "0.30.4" - }, - "transitive_closure": { - "@vue/reactivity-transform": [ - "3.3.4" - ], - "@babel/parser": [ - "7.23.0" - ], - "@vue/compiler-core": [ - "3.3.4" - ], - "@vue/shared": [ - "3.3.4" - ], - "estree-walker": [ - "2.0.2" - ], - "magic-string": [ - "0.30.4" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "source-map-js": [ - "1.0.2" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_reactivity-transform__3.2.45__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity-transform__3.2.45__links", - "package": "@vue/reactivity-transform", - "version": "3.2.45", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/parser": "7.23.0", - "@vue/compiler-core": "3.2.45", - "@vue/shared": "3.2.45", - "estree-walker": "2.0.2", - "magic-string": "0.25.9" - }, - "transitive_closure": { - "@vue/reactivity-transform": [ - "3.2.45" - ], - "@babel/parser": [ - "7.23.0" - ], - "@vue/compiler-core": [ - "3.2.45" - ], - "@vue/shared": [ - "3.2.45" - ], - "estree-walker": [ - "2.0.2" - ], - "magic-string": [ - "0.25.9" - ], - "sourcemap-codec": [ - "1.4.8" - ], - "source-map": [ - "0.6.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__caniuse-lite__1.0.30001542__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__caniuse-lite__1.0.30001542__links", - "package": "caniuse-lite", - "version": "1.0.30001542", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "caniuse-lite": [ - "1.0.30001542" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__http-errors__1.6.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__http-errors__1.6.3", - "package": "http-errors", - "version": "1.6.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", - "url": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-reduce-transforms__5.1.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-reduce-transforms__5.1.0__postcss_8.4.31__links", - "package": "postcss-reduce-transforms", - "version": "5.1.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-reduce-transforms": [ - "5.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__levn__0.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__levn__0.3.0__links", - "package": "levn", - "version": "0.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "prelude-ls": "1.1.2", - "type-check": "0.3.2" - }, - "transitive_closure": { - "levn": [ - "0.3.0" - ], - "prelude-ls": [ - "1.1.2" - ], - "type-check": [ - "0.3.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_svgr_core__5.5.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_core__5.5.0", - "package": "@svgr/core", - "version": "5.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", - "url": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-environment-jsdom__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__27.5.1__links", - "package": "jest-environment-jsdom", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/environment": "27.5.1", - "@jest/fake-timers": "27.5.1", - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "jest-mock": "27.5.1", - "jest-util": "27.5.1", - "jsdom": "16.7.0" - }, - "transitive_closure": { - "jest-environment-jsdom": [ - "27.5.1" - ], - "@jest/environment": [ - "27.5.1" - ], - "@jest/fake-timers": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "jest-mock": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "jsdom": [ - "16.7.0" - ], - "abab": [ - "2.0.6" - ], - "acorn": [ - "7.4.1", - "8.10.0" - ], - "acorn-globals": [ - "6.0.0" - ], - "cssom": [ - "0.3.8", - "0.4.4" - ], - "cssstyle": [ - "2.3.0" - ], - "data-urls": [ - "2.0.0" - ], - "decimal.js": [ - "10.4.3" - ], - "domexception": [ - "2.0.1" - ], - "escodegen": [ - "2.1.0" - ], - "form-data": [ - "3.0.1" - ], - "html-encoding-sniffer": [ - "2.0.1" - ], - "http-proxy-agent": [ - "4.0.1" - ], - "https-proxy-agent": [ - "5.0.1" - ], - "is-potential-custom-element-name": [ - "1.0.1" - ], - "nwsapi": [ - "2.2.7" - ], - "parse5": [ - "6.0.1" - ], - "saxes": [ - "5.0.1" - ], - "symbol-tree": [ - "3.2.4" - ], - "tough-cookie": [ - "4.1.3" - ], - "w3c-hr-time": [ - "1.0.2" - ], - "w3c-xmlserializer": [ - "2.0.0" - ], - "webidl-conversions": [ - "5.0.0", - "6.1.0" - ], - "whatwg-encoding": [ - "1.0.5" - ], - "whatwg-mimetype": [ - "2.3.0" - ], - "whatwg-url": [ - "8.7.0" - ], - "ws": [ - "7.5.9" - ], - "xml-name-validator": [ - "3.0.0" - ], - "lodash": [ - "4.17.21" - ], - "tr46": [ - "2.1.0" - ], - "punycode": [ - "2.3.0" - ], - "iconv-lite": [ - "0.4.24" - ], - "safer-buffer": [ - "2.1.2" - ], - "browser-process-hrtime": [ - "1.0.0" - ], - "psl": [ - "1.9.0" - ], - "universalify": [ - "0.2.0" - ], - "url-parse": [ - "1.5.10" - ], - "querystringify": [ - "2.2.0" - ], - "requires-port": [ - "1.0.0" - ], - "xmlchars": [ - "2.2.0" - ], - "agent-base": [ - "6.0.2" - ], - "debug": [ - "4.3.4" - ], - "ms": [ - "2.1.2" - ], - "@tootallnate/once": [ - "1.1.2" - ], - "asynckit": [ - "0.4.0" - ], - "combined-stream": [ - "1.0.8" - ], - "mime-types": [ - "2.1.35" - ], - "mime-db": [ - "1.52.0" - ], - "delayed-stream": [ - "1.0.0" - ], - "esprima": [ - "4.0.1" - ], - "estraverse": [ - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "source-map": [ - "0.6.1" - ], - "acorn-walk": [ - "7.2.0" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "jest-message-util": [ - "27.5.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "ansi-regex": [ - "5.0.1" - ], - "react-is": [ - "17.0.2" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__memfs__3.5.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__memfs__3.5.3", - "package": "memfs", - "version": "3.5.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", - "url": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__domexception__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__domexception__4.0.0__links", - "package": "domexception", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "webidl-conversions": "7.0.0" - }, - "transitive_closure": { - "domexception": [ - "4.0.0" - ], - "webidl-conversions": [ - "7.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__isexe__2.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__isexe__2.0.0__links", - "package": "isexe", - "version": "2.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "isexe": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__klona__2.0.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__klona__2.0.6", - "package": "klona", - "version": "2.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", - "url": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__commander__7.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__commander__7.2.0__links", - "package": "commander", - "version": "7.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "commander": [ - "7.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__swc-loader__0.2.3__1251614587": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__swc-loader__0.2.3__1251614587", - "package": "swc-loader", - "version": "0.2.3_1251614587", - "root_package": "", - "link_workspace": "", - "link_packages": { - "react-webpack": [ - "swc-loader" - ] - }, - "integrity": "sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A==", - "url": "https://registry.npmjs.org/swc-loader/-/swc-loader-0.2.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__array-flatten__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array-flatten__1.1.1__links", - "package": "array-flatten", - "version": "1.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "array-flatten": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-custom-selectors__6.0.3__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-custom-selectors__6.0.3__postcss_8.4.31__links", - "package": "postcss-custom-selectors", - "version": "6.0.3_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "postcss-custom-selectors": [ - "6.0.3_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__web-vitals__2.1.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__web-vitals__2.1.4", - "package": "web-vitals", - "version": "2.1.4", - "root_package": "", - "link_workspace": "", - "link_packages": { - "react": [ - "web-vitals" - ] - }, - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==", - "url": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__argparse__2.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__argparse__2.0.1__links", - "package": "argparse", - "version": "2.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "argparse": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__relateurl__0.2.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__relateurl__0.2.7", - "package": "relateurl", - "version": "0.2.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", - "url": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__tryer__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tryer__1.0.1__links", - "package": "tryer", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "tryer": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-browser-comments__4.0.0__-695478989__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-browser-comments__4.0.0__-695478989__links", - "package": "postcss-browser-comments", - "version": "4.0.0_-695478989", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "browserslist": "4.22.1", - "postcss": "8.4.31" - }, - "transitive_closure": { - "postcss-browser-comments": [ - "4.0.0_-695478989" - ], - "browserslist": [ - "4.22.1" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__ansi-escapes__4.3.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ansi-escapes__4.3.2", - "package": "ansi-escapes", - "version": "4.3.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "url": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__vite__3.2.7__at_types_node_18.11.9__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__vite__3.2.7__at_types_node_18.11.9__links", - "package": "vite", - "version": "3.2.7_at_types_node_18.11.9", - "dev": true, - "root_package": "", - "link_packages": { - "vue": [ - "vite" - ] - }, - "deps": { - "fsevents": "2.3.3", - "@types/node": "18.11.9", - "esbuild": "0.15.18", - "postcss": "8.4.31", - "resolve": "1.22.6", - "rollup": "2.79.1" - }, - "transitive_closure": { - "vite": [ - "3.2.7_at_types_node_18.11.9" - ], - "@types/node": [ - "18.11.9" - ], - "esbuild": [ - "0.15.18" - ], - "postcss": [ - "8.4.31" - ], - "resolve": [ - "1.22.6" - ], - "rollup": [ - "2.79.1" - ], - "fsevents": [ - "2.3.3" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "@esbuild/android-arm": [ - "0.15.18" - ], - "@esbuild/linux-loong64": [ - "0.15.18" - ], - "esbuild-android-64": [ - "0.15.18" - ], - "esbuild-android-arm64": [ - "0.15.18" - ], - "esbuild-darwin-64": [ - "0.15.18" - ], - "esbuild-darwin-arm64": [ - "0.15.18" - ], - "esbuild-freebsd-64": [ - "0.15.18" - ], - "esbuild-freebsd-arm64": [ - "0.15.18" - ], - "esbuild-linux-32": [ - "0.15.18" - ], - "esbuild-linux-64": [ - "0.15.18" - ], - "esbuild-linux-arm": [ - "0.15.18" - ], - "esbuild-linux-arm64": [ - "0.15.18" - ], - "esbuild-linux-mips64le": [ - "0.15.18" - ], - "esbuild-linux-ppc64le": [ - "0.15.18" - ], - "esbuild-linux-riscv64": [ - "0.15.18" - ], - "esbuild-linux-s390x": [ - "0.15.18" - ], - "esbuild-netbsd-64": [ - "0.15.18" - ], - "esbuild-openbsd-64": [ - "0.15.18" - ], - "esbuild-sunos-64": [ - "0.15.18" - ], - "esbuild-windows-32": [ - "0.15.18" - ], - "esbuild-windows-64": [ - "0.15.18" - ], - "esbuild-windows-arm64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__find-cache-dir__3.3.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__find-cache-dir__3.3.2__links", - "package": "find-cache-dir", - "version": "3.3.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "commondir": "1.0.1", - "make-dir": "3.1.0", - "pkg-dir": "4.2.0" - }, - "transitive_closure": { - "find-cache-dir": [ - "3.3.2" - ], - "commondir": [ - "1.0.1" - ], - "make-dir": [ - "3.1.0" - ], - "pkg-dir": [ - "4.2.0" - ], - "find-up": [ - "4.1.0" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "semver": [ - "6.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_reactivity__3.2.45": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity__3.2.45", - "package": "@vue/reactivity", - "version": "3.2.45", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", - "url": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.45.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest__27.5.1__links", - "package": "jest", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/core": "27.5.1", - "import-local": "3.1.0", - "jest-cli": "27.5.1" - }, - "transitive_closure": { - "jest": [ - "27.5.1" - ], - "@jest/core": [ - "27.5.1" - ], - "import-local": [ - "3.1.0" - ], - "jest-cli": [ - "27.5.1" - ], - "@jest/test-result": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "exit": [ - "0.1.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "jest-config": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "jest-validate": [ - "27.5.1" - ], - "prompts": [ - "2.4.2" - ], - "yargs": [ - "16.2.0" - ], - "cliui": [ - "7.0.4" - ], - "escalade": [ - "3.1.1" - ], - "get-caller-file": [ - "2.0.5" - ], - "require-directory": [ - "2.1.1" - ], - "string-width": [ - "4.2.3" - ], - "y18n": [ - "5.0.8" - ], - "yargs-parser": [ - "20.2.9" - ], - "emoji-regex": [ - "8.0.0" - ], - "is-fullwidth-code-point": [ - "3.0.0" - ], - "strip-ansi": [ - "6.0.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "wrap-ansi": [ - "7.0.0" - ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "kleur": [ - "3.0.3" - ], - "sisteransi": [ - "1.0.5" - ], - "camelcase": [ - "5.3.1", - "6.3.0" - ], - "jest-get-type": [ - "27.5.1" - ], - "leven": [ - "3.1.0" - ], - "pretty-format": [ - "27.5.1" - ], - "react-is": [ - "17.0.2" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/core": [ - "7.23.0" - ], - "@jest/test-sequencer": [ - "27.5.1" - ], - "babel-jest": [ - "27.5.1_at_babel_core_7.23.0" - ], - "deepmerge": [ - "4.3.1" - ], - "glob": [ - "7.2.3" - ], - "jest-circus": [ - "27.5.1" - ], - "jest-environment-jsdom": [ - "27.5.1" - ], - "jest-environment-node": [ - "27.5.1" - ], - "jest-jasmine2": [ - "27.5.1" - ], - "jest-regex-util": [ - "27.5.1" - ], - "jest-resolve": [ - "27.5.1" - ], - "jest-runner": [ - "27.5.1" - ], - "micromatch": [ - "4.0.5" - ], - "parse-json": [ - "5.2.0" - ], - "slash": [ - "3.0.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.22.20" - ], - "escape-string-regexp": [ - "2.0.0", - "1.0.5" - ], - "supports-color": [ - "7.2.0", - "8.1.1", - "5.5.0" - ], - "has-flag": [ - "4.0.0", - "3.0.0" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@jest/console": [ - "27.5.1" - ], - "@jest/environment": [ - "27.5.1" - ], - "@jest/transform": [ - "27.5.1" - ], - "emittery": [ - "0.8.1" - ], - "jest-docblock": [ - "27.5.1" - ], - "jest-haste-map": [ - "27.5.1" - ], - "jest-leak-detector": [ - "27.5.1" - ], - "jest-message-util": [ - "27.5.1" - ], - "jest-runtime": [ - "27.5.1" - ], - "jest-worker": [ - "27.5.1" - ], - "source-map-support": [ - "0.5.21" - ], - "throat": [ - "6.0.2" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.7.4", - "0.6.1" - ], - "merge-stream": [ - "2.0.0" - ], - "@jest/fake-timers": [ - "27.5.1" - ], - "@jest/globals": [ - "27.5.1" - ], - "@jest/source-map": [ - "27.5.1" - ], - "cjs-module-lexer": [ - "1.2.3" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "execa": [ - "5.1.1" - ], - "jest-mock": [ - "27.5.1" - ], - "jest-snapshot": [ - "27.5.1" - ], - "strip-bom": [ - "4.0.0" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@types/prettier": [ - "2.7.3" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "expect": [ - "27.5.1" - ], - "jest-diff": [ - "27.5.1" - ], - "jest-matcher-utils": [ - "27.5.1" - ], - "natural-compare": [ - "1.4.0" - ], - "semver": [ - "6.3.1", - "7.5.4" - ], - "lru-cache": [ - "5.1.1", - "6.0.0" - ], - "yallist": [ - "3.1.1", - "4.0.0" - ], - "diff-sequences": [ - "27.5.1" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/parser": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "globals": [ - "11.12.0" - ], - "ms": [ - "2.1.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "get-stream": [ - "6.0.1" - ], - "human-signals": [ - "2.1.0" - ], - "is-stream": [ - "2.0.1" - ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "stack-utils": [ - "2.0.6" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-serializer": [ - "27.5.1" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "detect-newline": [ - "3.1.0" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "convert-source-map": [ - "2.0.0", - "1.9.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "pirates": [ - "4.0.6" - ], - "write-file-atomic": [ - "3.0.3" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-typedarray": [ - "1.0.0" - ], - "typedarray-to-buffer": [ - "3.1.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" - ], - "resolve": [ - "1.22.6" - ], - "resolve.exports": [ - "1.1.1" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "co": [ - "4.6.0" - ], - "is-generator-fn": [ - "2.1.0" - ], - "jest-each": [ - "27.5.1" - ], - "jsdom": [ - "16.7.0" - ], - "abab": [ - "2.0.6" - ], - "acorn": [ - "7.4.1", - "8.10.0" - ], - "acorn-globals": [ - "6.0.0" - ], - "cssom": [ - "0.3.8", - "0.4.4" - ], - "cssstyle": [ - "2.3.0" - ], - "data-urls": [ - "2.0.0" - ], - "decimal.js": [ - "10.4.3" - ], - "domexception": [ - "2.0.1" - ], - "escodegen": [ - "2.1.0" - ], - "form-data": [ - "3.0.1" - ], - "html-encoding-sniffer": [ - "2.0.1" - ], - "http-proxy-agent": [ - "4.0.1" - ], - "https-proxy-agent": [ - "5.0.1" - ], - "is-potential-custom-element-name": [ - "1.0.1" - ], - "nwsapi": [ - "2.2.7" - ], - "parse5": [ - "6.0.1" - ], - "saxes": [ - "5.0.1" - ], - "symbol-tree": [ - "3.2.4" - ], - "tough-cookie": [ - "4.1.3" - ], - "w3c-hr-time": [ - "1.0.2" - ], - "w3c-xmlserializer": [ - "2.0.0" - ], - "webidl-conversions": [ - "5.0.0", - "6.1.0" - ], - "whatwg-encoding": [ - "1.0.5" - ], - "whatwg-mimetype": [ - "2.3.0" - ], - "whatwg-url": [ - "8.7.0" - ], - "ws": [ - "7.5.9" - ], - "xml-name-validator": [ - "3.0.0" - ], - "lodash": [ - "4.17.21" - ], - "tr46": [ - "2.1.0" - ], - "punycode": [ - "2.3.0" - ], - "iconv-lite": [ - "0.4.24" - ], - "safer-buffer": [ - "2.1.2" - ], - "browser-process-hrtime": [ - "1.0.0" - ], - "psl": [ - "1.9.0" - ], - "universalify": [ - "0.2.0" - ], - "url-parse": [ - "1.5.10" - ], - "querystringify": [ - "2.2.0" - ], - "requires-port": [ - "1.0.0" - ], - "xmlchars": [ - "2.2.0" - ], - "agent-base": [ - "6.0.2" - ], - "@tootallnate/once": [ - "1.1.2" - ], - "asynckit": [ - "0.4.0" - ], - "combined-stream": [ - "1.0.8" - ], - "mime-types": [ - "2.1.35" - ], - "mime-db": [ - "1.52.0" - ], - "delayed-stream": [ - "1.0.0" - ], - "estraverse": [ - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "acorn-walk": [ - "7.2.0" - ], - "dedent": [ - "0.7.0" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "@types/babel__core": [ - "7.20.2" - ], - "babel-preset-jest": [ - "27.5.1_at_babel_core_7.23.0" - ], - "babel-plugin-jest-hoist": [ - "27.5.1" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "picocolors": [ - "1.0.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "pkg-dir": [ - "4.2.0" - ], - "resolve-cwd": [ - "3.0.0" - ], - "@jest/reporters": [ - "27.5.1" - ], - "ansi-escapes": [ - "4.3.2" - ], - "jest-changed-files": [ - "27.5.1" - ], - "jest-resolve-dependencies": [ - "27.5.1" - ], - "jest-watcher": [ - "27.5.1" - ], - "rimraf": [ - "3.0.2" - ], - "string-length": [ - "4.0.2" - ], - "char-regex": [ - "1.0.2" - ], - "type-fest": [ - "0.21.3" - ], - "@bcoe/v8-coverage": [ - "0.2.3" - ], - "istanbul-lib-report": [ - "3.0.1" - ], - "istanbul-lib-source-maps": [ - "4.0.1" - ], - "istanbul-reports": [ - "3.1.6" - ], - "terminal-link": [ - "2.1.1" - ], - "v8-to-istanbul": [ - "8.1.1" - ], - "supports-hyperlinks": [ - "2.3.0" - ], - "html-escaper": [ - "2.0.2" - ], - "make-dir": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__char-regex__2.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__char-regex__2.0.1", - "package": "char-regex", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==", - "url": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_helper-string-parser__7.22.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-string-parser__7.22.5__links", - "package": "@babel/helper-string-parser", - "version": "7.22.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/helper-string-parser": [ - "7.22.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__json5__1.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__json5__1.0.2", - "package": "json5", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "url": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__commander__4.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__commander__4.1.1__links", - "package": "commander", - "version": "4.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "commander": [ - "4.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__acorn-walk__7.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__acorn-walk__7.2.0__links", - "package": "acorn-walk", - "version": "7.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "acorn-walk": [ - "7.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__babel-plugin-named-asset-import__0.3.8__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-named-asset-import__0.3.8__at_babel_core_7.23.0__links", - "package": "babel-plugin-named-asset-import", - "version": "0.3.8_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0" - }, - "transitive_closure": { - "babel-plugin-named-asset-import": [ - "0.3.8_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__make-dir__3.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__make-dir__3.1.0__links", - "package": "make-dir", - "version": "3.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "semver": "6.3.1" - }, - "transitive_closure": { - "make-dir": [ - "3.1.0" - ], - "semver": [ - "6.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-json-strings__7.8.3__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-json-strings", - "version": "7.8.3_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_wasm-gen__1.11.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-gen__1.11.6__links", - "package": "@webassemblyjs/wasm-gen", - "version": "1.11.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - }, - "transitive_closure": { - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__error-stack-parser__2.1.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__error-stack-parser__2.1.4", - "package": "error-stack-parser", - "version": "2.1.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", - "url": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__write-file-atomic__3.0.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__write-file-atomic__3.0.3", - "package": "write-file-atomic", - "version": "3.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "url": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_tootallnate_once__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_tootallnate_once__2.0.0", - "package": "@tootallnate/once", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", - "url": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-callable__1.2.7__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-callable__1.2.7__links", - "package": "is-callable", - "version": "1.2.7", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-callable": [ - "1.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__loader-utils__2.0.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__loader-utils__2.0.4__links", - "package": "loader-utils", - "version": "2.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "big.js": "5.2.2", - "emojis-list": "3.0.0", - "json5": "2.2.3" - }, - "transitive_closure": { - "loader-utils": [ - "2.0.4" - ], - "big.js": [ - "5.2.2" - ], - "emojis-list": [ - "3.0.0" - ], - "json5": [ - "2.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__type-is__1.6.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__type-is__1.6.18", - "package": "type-is", - "version": "1.6.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "url": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__unicode-canonical-property-names-ecmascript__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__unicode-canonical-property-names-ecmascript__2.0.0", - "package": "unicode-canonical-property-names-ecmascript", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "url": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__tr46__1.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tr46__1.0.1", - "package": "tr46", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", - "url": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.2.45__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.2.45__links", - "package": "@vitejs/plugin-vue", - "version": "3.2.0_vite_3.2.7__vue_3.2.45", - "dev": true, - "root_package": "", - "link_packages": { - "vue": [ - "@vitejs/plugin-vue" - ] - }, - "deps": { - "vite": "3.2.7_at_types_node_18.11.9", - "vue": "3.2.45" - }, - "transitive_closure": { - "@vitejs/plugin-vue": [ - "3.2.0_vite_3.2.7__vue_3.2.45" - ], - "vite": [ - "3.2.7_at_types_node_18.11.9" - ], - "vue": [ - "3.2.45" - ], - "@vue/compiler-dom": [ - "3.2.45" - ], - "@vue/compiler-sfc": [ - "3.2.45" - ], - "@vue/runtime-dom": [ - "3.2.45" - ], - "@vue/server-renderer": [ - "3.2.45_vue_3.2.45" - ], - "@vue/shared": [ - "3.2.45" - ], - "@vue/compiler-ssr": [ - "3.2.45" - ], - "@vue/runtime-core": [ - "3.2.45" - ], - "csstype": [ - "2.6.21" - ], - "@vue/reactivity": [ - "3.2.45" - ], - "@babel/parser": [ - "7.23.0" - ], - "@vue/compiler-core": [ - "3.2.45" - ], - "@vue/reactivity-transform": [ - "3.2.45" - ], - "estree-walker": [ - "2.0.2" - ], - "magic-string": [ - "0.25.9" - ], - "postcss": [ - "8.4.31" - ], - "source-map": [ - "0.6.1" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "sourcemap-codec": [ - "1.4.8" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@types/node": [ - "18.11.9" - ], - "esbuild": [ - "0.15.18" - ], - "resolve": [ - "1.22.6" - ], - "rollup": [ - "2.79.1" - ], - "fsevents": [ - "2.3.3" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "@esbuild/android-arm": [ - "0.15.18" - ], - "@esbuild/linux-loong64": [ - "0.15.18" - ], - "esbuild-android-64": [ - "0.15.18" - ], - "esbuild-android-arm64": [ - "0.15.18" - ], - "esbuild-darwin-64": [ - "0.15.18" - ], - "esbuild-darwin-arm64": [ - "0.15.18" - ], - "esbuild-freebsd-64": [ - "0.15.18" - ], - "esbuild-freebsd-arm64": [ - "0.15.18" - ], - "esbuild-linux-32": [ - "0.15.18" - ], - "esbuild-linux-64": [ - "0.15.18" - ], - "esbuild-linux-arm": [ - "0.15.18" - ], - "esbuild-linux-arm64": [ - "0.15.18" - ], - "esbuild-linux-mips64le": [ - "0.15.18" - ], - "esbuild-linux-ppc64le": [ - "0.15.18" - ], - "esbuild-linux-riscv64": [ - "0.15.18" - ], - "esbuild-linux-s390x": [ - "0.15.18" - ], - "esbuild-netbsd-64": [ - "0.15.18" - ], - "esbuild-openbsd-64": [ - "0.15.18" - ], - "esbuild-sunos-64": [ - "0.15.18" - ], - "esbuild-windows-32": [ - "0.15.18" - ], - "esbuild-windows-64": [ - "0.15.18" - ], - "esbuild-windows-arm64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__locate-path__5.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__locate-path__5.0.0__links", - "package": "locate-path", - "version": "5.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "p-locate": "4.1.0" - }, - "transitive_closure": { - "locate-path": [ - "5.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__uuid__8.3.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__uuid__8.3.2", - "package": "uuid", - "version": "8.3.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "url": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_shared__3.2.45": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_shared__3.2.45", - "package": "@vue/shared", - "version": "3.2.45", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==", - "url": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.45.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_source-map__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_source-map__27.5.1", - "package": "@jest/source-map", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", - "url": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_babel__core__7.20.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_babel__core__7.20.2", - "package": "@types/babel__core", - "version": "7.20.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==", - "url": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-extglob__2.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-extglob__2.1.1__links", - "package": "is-extglob", - "version": "2.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-extglob": [ - "2.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-number-object__1.0.7__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-number-object__1.0.7__links", - "package": "is-number-object", - "version": "1.0.7", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "is-number-object": [ - "1.0.7" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__bytes__3.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__bytes__3.1.2__links", - "package": "bytes", - "version": "3.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "bytes": [ - "3.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-react-jsx-development", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_bazel_ibazel__0.16.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_bazel_ibazel__0.16.2__links", - "package": "@bazel/ibazel", - "version": "0.16.2", - "dev": true, - "root_package": "", - "link_packages": { - "next.js": [ - "@bazel/ibazel" - ], - "react": [ - "@bazel/ibazel" - ], - "vue": [ - "@bazel/ibazel" - ] - }, - "deps": {}, - "transitive_closure": { - "@bazel/ibazel": [ - "0.16.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-ic-unit__1.0.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-ic-unit__1.0.1__postcss_8.4.31", - "package": "@csstools/postcss-ic-unit", - "version": "1.0.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", - "url": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__multicast-dns__7.2.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__multicast-dns__7.2.5", - "package": "multicast-dns", - "version": "7.2.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", - "url": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__braces__3.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__braces__3.0.2__links", - "package": "braces", - "version": "3.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "fill-range": "7.0.1" - }, - "transitive_closure": { - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__inflight__1.0.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__inflight__1.0.6__links", - "package": "inflight", - "version": "1.0.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "once": "1.4.0", - "wrappy": "1.0.2" - }, - "transitive_closure": { - "inflight": [ - "1.0.6" - ], - "once": [ - "1.4.0" - ], - "wrappy": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helper-split-export-declaration__7.22.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-split-export-declaration__7.22.6", - "package": "@babel/helper-split-export-declaration", - "version": "7.22.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", - "url": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__react-refresh__0.11.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-refresh__0.11.0", - "package": "react-refresh", - "version": "0.11.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", - "url": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__json-parse-better-errors__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__json-parse-better-errors__1.0.2__links", - "package": "json-parse-better-errors", - "version": "1.0.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "json-parse-better-errors": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-focus-within__5.0.4__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-focus-within__5.0.4__postcss_8.4.31", - "package": "postcss-focus-within", - "version": "5.0.4_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", - "url": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__pretty-format__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pretty-format__29.7.0", - "package": "pretty-format", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", - "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__acorn__7.4.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__acorn__7.4.1__links", - "package": "acorn", - "version": "7.4.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "acorn": [ - "7.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__joycon__3.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__joycon__3.1.1", - "package": "joycon", - "version": "3.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==", - "url": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ajv-formats__2.1.1__ajv_8.12.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ajv-formats__2.1.1__ajv_8.12.0__links", - "package": "ajv-formats", - "version": "2.1.1_ajv_8.12.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "ajv": "8.12.0" - }, - "transitive_closure": { - "ajv-formats": [ - "2.1.1_ajv_8.12.0" - ], - "ajv": [ - "8.12.0" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "json-schema-traverse": [ - "1.0.0" - ], - "require-from-string": [ - "2.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__esbuild-darwin-64__0.15.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-darwin-64__0.15.18__links", - "package": "esbuild-darwin-64", - "version": "0.15.18", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esbuild-darwin-64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__min-indent__1.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__min-indent__1.0.1", - "package": "min-indent", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "url": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__p-limit__2.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__p-limit__2.3.0", - "package": "p-limit", - "version": "2.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "url": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-typeof-symbol__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-typeof-symbol__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-typeof-symbol", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__filesize__8.0.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__filesize__8.0.7", - "package": "filesize", - "version": "8.0.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", - "url": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_reactivity__3.3.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity__3.3.4", - "package": "@vue/reactivity", - "version": "3.3.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==", - "url": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__https-proxy-agent__5.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__https-proxy-agent__5.0.1__links", - "package": "https-proxy-agent", - "version": "5.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "agent-base": "6.0.2", - "debug": "4.3.4" - }, - "transitive_closure": { - "https-proxy-agent": [ - "5.0.1" - ], - "agent-base": [ - "6.0.2" - ], - "debug": [ - "4.3.4" - ], - "ms": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__arg__5.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__arg__5.0.2__links", - "package": "arg", - "version": "5.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "arg": [ - "5.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_svgr_babel-plugin-transform-svg-component__5.5.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-transform-svg-component__5.5.0", - "package": "@svgr/babel-plugin-transform-svg-component", - "version": "5.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__data-urls__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__data-urls__2.0.0", - "package": "data-urls", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", - "url": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_source-map__29.6.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_source-map__29.6.3__links", - "package": "@jest/source-map", - "version": "29.6.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@jridgewell/trace-mapping": "0.3.19", - "callsites": "3.1.0", - "graceful-fs": "4.2.11" - }, - "transitive_closure": { - "@jest/source-map": [ - "29.6.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "callsites": [ - "3.1.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__yallist__3.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yallist__3.1.1", - "package": "yallist", - "version": "3.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "url": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__css-what__6.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-what__6.1.0", - "package": "css-what", - "version": "6.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", - "url": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__static-eval__2.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__static-eval__2.0.2", - "package": "static-eval", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==", - "url": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-watcher__28.1.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-watcher__28.1.3", - "package": "jest-watcher", - "version": "28.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", - "url": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_helper-skip-transparent-expression-wrappers__7.22.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-skip-transparent-expression-wrappers__7.22.5", - "package": "@babel/helper-skip-transparent-expression-wrappers", - "version": "7.22.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", - "url": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_helper-skip-transparent-expression-wrappers__7.22.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-skip-transparent-expression-wrappers__7.22.5__links", - "package": "@babel/helper-skip-transparent-expression-wrappers", - "version": "7.22.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.0" - }, - "transitive_closure": { - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__npm-run-all__4.1.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__npm-run-all__4.1.5", - "package": "npm-run-all", - "version": "4.1.5", - "root_package": "", - "link_workspace": "", - "link_packages": { - "vue": [ - "npm-run-all" - ] - }, - "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", - "url": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_humanwhocodes_config-array__0.11.11__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_humanwhocodes_config-array__0.11.11__links", - "package": "@humanwhocodes/config-array", - "version": "0.11.11", - "dev": 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": false, - "root_package": "", - "link_packages": {}, - "deps": { - "lru-cache": "6.0.0" - }, - "transitive_closure": { - "semver": [ - "7.5.4" - ], - "lru-cache": [ - "6.0.0" - ], - "yallist": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-block-scoping__7.23.0__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-block-scoping__7.23.0__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-block-scoping", - "version": "7.23.0_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__abab__2.0.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__abab__2.0.6__links", - "package": "abab", - "version": "2.0.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "abab": [ - "2.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__eslint-visitor-keys__3.4.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-visitor-keys__3.4.3__links", - "package": "eslint-visitor-keys", - "version": "3.4.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "eslint-visitor-keys": [ - "3.4.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__css-select__2.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-select__2.1.0", - "package": "css-select", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", - "url": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-each__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-each__27.5.1", - "package": "jest-each", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", - "url": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__thunky__1.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__thunky__1.1.0__links", - "package": "thunky", - "version": "1.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "thunky": [ - "1.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__cosmiconfig__6.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cosmiconfig__6.0.0", - "package": "cosmiconfig", - "version": "6.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__string-width__4.2.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__string-width__4.2.3__links", - "package": "string-width", - "version": "4.2.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "emoji-regex": "8.0.0", - "is-fullwidth-code-point": "3.0.0", - "strip-ansi": "6.0.1" - }, - "transitive_closure": { - "string-width": [ - "4.2.3" - ], - "emoji-regex": [ - "8.0.0" - ], - "is-fullwidth-code-point": [ - "3.0.0" - ], - "strip-ansi": [ - "6.0.1" - ], - "ansi-regex": [ - "5.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__anymatch__3.1.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__anymatch__3.1.3", - "package": "anymatch", - "version": "3.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "url": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-double-position-gradients__3.1.2__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-double-position-gradients__3.1.2__postcss_8.4.31__links", - "package": "postcss-double-position-gradients", - "version": "3.1.2_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-double-position-gradients": [ - "3.1.2_postcss_8.4.31" - ], - "@csstools/postcss-progressive-custom-properties": [ - "1.3.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_next_swc-win32-ia32-msvc__13.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-win32-ia32-msvc__13.0.5", - "package": "@next/swc-win32-ia32-msvc", - "version": "13.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Q1XQSLEhFuFhkKFdJIGt7cYQ4T3u6P5wrtUNreg5M+7P+fjSiC8+X+Vjcw+oebaacsdl0pWZlK+oACGafush1w==", - "url": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss__8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss__8.4.31", - "package": "postcss", - "version": "8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", - "url": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__webpack-merge__5.10.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack-merge__5.10.0__links", - "package": "webpack-merge", - "version": "5.10.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "clone-deep": "4.0.1", - "flat": "5.0.2", - "wildcard": "2.0.1" - }, - "transitive_closure": { - "webpack-merge": [ - "5.10.0" - ], - "clone-deep": [ - "4.0.1" - ], - "flat": [ - "5.0.2" - ], - "wildcard": [ - "2.0.1" - ], - "is-plain-object": [ - "2.0.4" - ], - "kind-of": [ - "6.0.3" - ], - "shallow-clone": [ - "3.0.1" - ], - "isobject": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__lodash.memoize__4.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__lodash.memoize__4.1.2__links", - "package": "lodash.memoize", - "version": "4.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "lodash.memoize": [ - "4.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_jridgewell_resolve-uri__3.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_resolve-uri__3.1.1__links", - "package": "@jridgewell/resolve-uri", - "version": "3.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@jridgewell/resolve-uri": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_xtuc_long__4.2.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_xtuc_long__4.2.2__links", - "package": "@xtuc/long", - "version": "4.2.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@xtuc/long": [ - "4.2.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__content-disposition__0.5.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__content-disposition__0.5.4__links", - "package": "content-disposition", - "version": "0.5.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "safe-buffer": "5.2.1" - }, - "transitive_closure": { - "content-disposition": [ - "0.5.4" - ], - "safe-buffer": [ - "5.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__address__1.2.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__address__1.2.2", - "package": "address", - "version": "1.2.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", - "url": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__language-subtag-registry__0.3.22": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__language-subtag-registry__0.3.22", - "package": "language-subtag-registry", - "version": "0.3.22", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==", - "url": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_template__7.22.15": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_template__7.22.15", - "package": "@babel/template", - "version": "7.22.15", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", - "url": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-generator-fn__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-generator-fn__2.1.0__links", - "package": "is-generator-fn", - "version": "2.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-generator-fn": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-lab-function__4.2.1__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-lab-function__4.2.1__postcss_8.4.31__links", - "package": "postcss-lab-function", - "version": "4.2.1_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-lab-function": [ - "4.2.1_postcss_8.4.31" - ], - "@csstools/postcss-progressive-custom-properties": [ - "1.3.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__supports-color__5.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__supports-color__5.5.0__links", - "package": "supports-color", - "version": "5.5.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "has-flag": "3.0.0" - }, - "transitive_closure": { - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__sanitize.css__13.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__sanitize.css__13.0.0", - "package": "sanitize.css", - "version": "13.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==", - "url": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__html-webpack-plugin__5.5.3__webpack_5.88.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__html-webpack-plugin__5.5.3__webpack_5.88.2", - "package": "html-webpack-plugin", - "version": "5.5.3_webpack_5.88.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", - "url": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jridgewell_resolve-uri__3.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_resolve-uri__3.1.1", - "package": "@jridgewell/resolve-uri", - "version": "3.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", - "url": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__sass-loader__12.6.0__webpack_5.88.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__sass-loader__12.6.0__webpack_5.88.2__links", - "package": "sass-loader", - "version": "12.6.0_webpack_5.88.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "klona": "2.0.6", - "neo-async": "2.6.2", - "webpack": "5.88.2" - }, - "transitive_closure": { - "sass-loader": [ - "12.6.0_webpack_5.88.2" - ], - "klona": [ - "2.0.6" - ], - "neo-async": [ - "2.6.2" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "schema-utils": [ - "3.3.0" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ], - "@types/node": [ - "20.8.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__bluebird__3.7.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__bluebird__3.7.2", - "package": "bluebird", - "version": "3.7.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "url": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-modules-amd__7.23.0__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-modules-amd__7.23.0__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-modules-amd", - "version": "7.23.0_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-discard-empty__5.1.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-empty__5.1.1__postcss_8.4.31", - "package": "postcss-discard-empty", - "version": "5.1.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", - "url": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-pseudo-class-any-link__7.1.6__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-pseudo-class-any-link__7.1.6__postcss_8.4.31", - "package": "postcss-pseudo-class-any-link", - "version": "7.1.6_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", - "url": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__find-up__4.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__find-up__4.1.0", - "package": "find-up", - "version": "4.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "url": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__cssnano__5.1.15__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cssnano__5.1.15__postcss_8.4.31", - "package": "cssnano", - "version": "5.1.15_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", - "url": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-normalize-positions__5.1.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-positions__5.1.1__postcss_8.4.31", - "package": "postcss-normalize-positions", - "version": "5.1.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", - "url": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__webpack-manifest-plugin__4.1.1__webpack_5.88.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack-manifest-plugin__4.1.1__webpack_5.88.2__links", - "package": "webpack-manifest-plugin", - "version": "4.1.1_webpack_5.88.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "tapable": "2.2.1", - "webpack": "5.88.2", - "webpack-sources": "2.3.1" - }, - "transitive_closure": { - "webpack-manifest-plugin": [ - "4.1.1_webpack_5.88.2" - ], - "tapable": [ - "2.2.1" - ], - "webpack": [ - "5.88.2" - ], - "webpack-sources": [ - "3.2.3", - "2.3.1" - ], - "source-list-map": [ - "2.0.1" - ], - "source-map": [ - "0.6.1" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "schema-utils": [ - "3.3.0" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ], - "@types/node": [ - "20.8.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-normalize-charset__5.1.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-charset__5.1.0__postcss_8.4.31__links", - "package": "postcss-normalize-charset", - "version": "5.1.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "postcss-normalize-charset": [ - "5.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__estraverse__4.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__estraverse__4.3.0", - "package": "estraverse", - "version": "4.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "url": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__etag__1.8.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__etag__1.8.1", - "package": "etag", - "version": "1.8.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "url": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__p-locate__4.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__p-locate__4.1.0", - "package": "p-locate", - "version": "4.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "url": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-bigint__1.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-bigint__1.0.4", - "package": "is-bigint", - "version": "1.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "url": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-mock__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-mock__27.5.1", - "package": "jest-mock", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", - "url": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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__performance-now__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__performance-now__2.1.0__links", - "package": "performance-now", - "version": "2.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "performance-now": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__normalize-range__0.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__normalize-range__0.1.2__links", - "package": "normalize-range", - "version": "0.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "normalize-range": [ - "0.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__pify__2.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pify__2.3.0", - "package": "pify", - "version": "2.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "url": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_parse-json__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_parse-json__4.0.0__links", - "package": "@types/parse-json", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/parse-json": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-trigonometric-functions__1.0.2__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-trigonometric-functions__1.0.2__postcss_8.4.31", - "package": "@csstools/postcss-trigonometric-functions", - "version": "1.0.2_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", - "url": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_estree__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_estree__1.0.2__links", - "package": "@types/estree", - "version": "1.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/estree": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_eslint_eslintrc__1.4.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_eslint_eslintrc__1.4.1__links", - "package": "@eslint/eslintrc", - "version": "1.4.1", - "dev": 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.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_jest_types__28.1.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__28.1.3", - "package": "@jest/types", - "version": "28.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", - "url": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_next_swc-win32-x64-msvc__13.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-win32-x64-msvc__13.0.5__links", - "package": "@next/swc-win32-x64-msvc", - "version": "13.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@next/swc-win32-x64-msvc": [ - "13.0.5" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__clone-deep__4.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__clone-deep__4.0.1", - "package": "clone-deep", - "version": "4.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "url": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_svgr_babel-plugin-transform-svg-component__5.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-transform-svg-component__5.5.0__links", - "package": "@svgr/babel-plugin-transform-svg-component", - "version": "5.5.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@svgr/babel-plugin-transform-svg-component": [ - "5.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__decimal.js__10.4.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__decimal.js__10.4.3__links", - "package": "decimal.js", - "version": "10.4.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "decimal.js": [ - "10.4.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_jest_types__24.9.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__24.9.0", - "package": "@jest/types", - "version": "24.9.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==", - "url": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__p-try__2.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__p-try__2.2.0", - "package": "p-try", - "version": "2.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "url": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__batch__0.6.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__batch__0.6.1__links", - "package": "batch", - "version": "0.6.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "batch": [ - "0.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__asap__2.0.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__asap__2.0.6__links", - "package": "asap", - "version": "2.0.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "asap": [ - "2.0.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_jest_environment__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_environment__27.5.1", - "package": "@jest/environment", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", - "url": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__escape-string-regexp__2.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__escape-string-regexp__2.0.0__links", - "package": "escape-string-regexp", - "version": "2.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "escape-string-regexp": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__scheduler__0.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__scheduler__0.23.0", - "package": "scheduler", - "version": "0.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", - "url": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_webassemblyjs_utf8__1.11.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_utf8__1.11.6", - "package": "@webassemblyjs/utf8", - "version": "1.11.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "url": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-logical__5.0.4__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-logical__5.0.4__postcss_8.4.31__links", - "package": "postcss-logical", - "version": "5.0.4_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "postcss-logical": [ - "5.0.4_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_selector-specificity__2.2.0__postcss-selector-parser_6.0.13__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_selector-specificity__2.2.0__postcss-selector-parser_6.0.13__links", - "package": "@csstools/selector-specificity", - "version": "2.2.0_postcss-selector-parser_6.0.13", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "@csstools/selector-specificity": [ - "2.2.0_postcss-selector-parser_6.0.13" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-proposal-decorators__7.23.0__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-decorators__7.23.0__at_babel_core_7.23.0__links", - "package": "@babel/plugin-proposal-decorators", - "version": "7.23.0_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-replace-supers": "7.22.20_at_babel_core_7.23.0", - "@babel/helper-split-export-declaration": "7.22.6", - "@babel/plugin-syntax-decorators": "7.22.10_at_babel_core_7.23.0" - }, - "transitive_closure": { - "@babel/plugin-proposal-decorators": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/plugin-syntax-decorators": [ - "7.22.10_at_babel_core_7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "semver": [ - "6.3.1" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_fastify_deepmerge__1.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_fastify_deepmerge__1.3.0__links", - "package": "@fastify/deepmerge", - "version": "1.3.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@fastify/deepmerge": [ - "1.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-reduce-initial__5.1.2__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-reduce-initial__5.1.2__postcss_8.4.31", - "package": "postcss-reduce-initial", - "version": "5.1.2_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", - "url": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__tempy__0.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tempy__0.6.0", - "package": "tempy", - "version": "0.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", - "url": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__domutils__1.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__domutils__1.7.0", - "package": "domutils", - "version": "1.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", - "url": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__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-transform-react-jsx-development__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-jsx-development__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-react-jsx-development", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/plugin-transform-react-jsx": "7.22.15_at_babel_core_7.23.0" - }, - "transitive_closure": { - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/plugin-transform-react-jsx": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_compiler-ssr__3.2.45__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.2.45__links", - "package": "@vue/compiler-ssr", - "version": "3.2.45", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@vue/compiler-dom": "3.2.45", - "@vue/shared": "3.2.45" - }, - "transitive_closure": { - "@vue/compiler-ssr": [ - "3.2.45" - ], - "@vue/compiler-dom": [ - "3.2.45" - ], - "@vue/shared": [ - "3.2.45" - ], - "@vue/compiler-core": [ - "3.2.45" - ], - "@babel/parser": [ - "7.23.0" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map": [ - "0.6.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__array.prototype.reduce__1.0.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.reduce__1.0.6", - "package": "array.prototype.reduce", - "version": "1.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==", - "url": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__cliui__8.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cliui__8.0.1", - "package": "cliui", - "version": "8.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "url": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-typescript__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-typescript", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_next_swc-darwin-arm64__13.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-darwin-arm64__13.0.5__links", - "package": "@next/swc-darwin-arm64", - "version": "13.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@next/swc-darwin-arm64": [ - "13.0.5" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__fs.realpath__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fs.realpath__1.0.0", - "package": "fs.realpath", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "url": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__hosted-git-info__2.8.9__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__hosted-git-info__2.8.9__links", - "package": "hosted-git-info", - "version": "2.8.9", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "hosted-git-info": [ - "2.8.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__schema-utils__3.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__schema-utils__3.3.0", - "package": "schema-utils", - "version": "3.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_server-renderer__3.2.45__vue_3.2.45": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_server-renderer__3.2.45__vue_3.2.45", - "package": "@vue/server-renderer", - "version": "3.2.45_vue_3.2.45", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==", - "url": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.45.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ajv-keywords__5.1.0__ajv_8.12.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ajv-keywords__5.1.0__ajv_8.12.0", - "package": "ajv-keywords", - "version": "5.1.0_ajv_8.12.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "url": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_estree__0.0.39__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_estree__0.0.39__links", - "package": "@types/estree", - "version": "0.0.39", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/estree": [ - "0.0.39" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__vue-template-compiler__2.7.14__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__vue-template-compiler__2.7.14__links", - "package": "vue-template-compiler", - "version": "2.7.14", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "de-indent": "1.0.2", - "he": "1.2.0" - }, - "transitive_closure": { - "vue-template-compiler": [ - "2.7.14" - ], - "de-indent": [ - "1.0.2" - ], - "he": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__fast-json-stable-stringify__2.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fast-json-stable-stringify__2.1.0", - "package": "fast-json-stable-stringify", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "url": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__http-proxy-agent__4.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__http-proxy-agent__4.0.1__links", - "package": "http-proxy-agent", - "version": "4.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@tootallnate/once": "1.1.2", - "agent-base": "6.0.2", - "debug": "4.3.4" - }, - "transitive_closure": { - "http-proxy-agent": [ - "4.0.1" - ], - "@tootallnate/once": [ - "1.1.2" - ], - "agent-base": [ - "6.0.2" - ], - "debug": [ - "4.3.4" - ], - "ms": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_swc_core-win32-ia32-msvc__1.3.100": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-win32-ia32-msvc__1.3.100", - "package": "@swc/core-win32-ia32-msvc", - "version": "1.3.100", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0f6nicKSLlDKlyPRl2JEmkpBV4aeDfRQg6n8mPqgL7bliZIcDahG0ej+HxgNjZfS3e0yjDxsNRa6sAqWU2Z60A==", - "url": "https://registry.npmjs.org/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.100.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__eslint-webpack-plugin__3.2.0__eslint_8.55.0__webpack_5.88.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-webpack-plugin__3.2.0__eslint_8.55.0__webpack_5.88.2__links", - "package": "eslint-webpack-plugin", - "version": "3.2.0_eslint_8.55.0__webpack_5.88.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/eslint": "8.44.3", - "eslint": "8.55.0", - "jest-worker": "28.1.3", - "micromatch": "4.0.5", - "normalize-path": "3.0.0", - "schema-utils": "4.2.0", - "webpack": "5.88.2" - }, - "transitive_closure": { - "eslint-webpack-plugin": [ - "3.2.0_eslint_8.55.0__webpack_5.88.2" - ], - "@types/eslint": [ - "8.44.3" - ], - "eslint": [ - "8.55.0" - ], - "jest-worker": [ - "27.5.1", - "28.1.3" - ], - "micromatch": [ - "4.0.5" - ], - "normalize-path": [ - "3.0.0" - ], - "schema-utils": [ - "3.3.0", - "4.2.0" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "7.2.2", - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ], - "@types/node": [ - "18.11.9", - "20.8.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "7.2.0", - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "8.12.0", - "6.12.6" - ], - "ajv-keywords": [ - "5.1.0_ajv_8.12.0", - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "1.0.0", - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" - ], - "require-from-string": [ - "2.0.2" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@eslint-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" - ], - "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" - ], - "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" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "ms": [ - "2.1.2" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "ansi-styles": [ - "4.3.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "@humanwhocodes/object-schema": [ - "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__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": false, - "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.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "@humanwhocodes/object-schema": [ - "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": false, - "root_package": "", - "link_packages": {}, - "deps": { - "p-locate": "5.0.0" - }, - "transitive_closure": { - "locate-path": [ - "6.0.0" - ], - "p-locate": [ - "5.0.0" - ], - "p-limit": [ - "3.1.0" - ], - "yocto-queue": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_next_swc-android-arm64__13.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-android-arm64__13.0.5__links", - "package": "@next/swc-android-arm64", - "version": "13.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@next/swc-android-arm64": [ - "13.0.5" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss__7.0.39": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss__7.0.39", - "package": "postcss", - "version": "7.0.39", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "url": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__parse-json__5.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__parse-json__5.2.0__links", - "package": "parse-json", - "version": "5.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.22.13", - "error-ex": "1.3.2", - "json-parse-even-better-errors": "2.3.1", - "lines-and-columns": "1.2.4" - }, - "transitive_closure": { - "parse-json": [ - "5.2.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.0__links", - "package": "@babel/plugin-proposal-private-property-in-object", - "version": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0" - }, - "transitive_closure": { - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__source-map-loader__3.0.2__webpack_5.88.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__source-map-loader__3.0.2__webpack_5.88.2__links", - "package": "source-map-loader", - "version": "3.0.2_webpack_5.88.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "abab": "2.0.6", - "iconv-lite": "0.6.3", - "source-map-js": "1.0.2", - "webpack": "5.88.2" - }, - "transitive_closure": { - "source-map-loader": [ - "3.0.2_webpack_5.88.2" - ], - "abab": [ - "2.0.6" - ], - "iconv-lite": [ - "0.6.3" - ], - "source-map-js": [ - "1.0.2" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "schema-utils": [ - "3.3.0" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ], - "@types/node": [ - "20.8.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ], - "safer-buffer": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__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": false, - "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.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "@humanwhocodes/object-schema": [ - "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__json5__2.2.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__json5__2.2.3__links", - "package": "json5", - "version": "2.2.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "json5": [ - "2.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-callable__1.2.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-callable__1.2.7", - "package": "is-callable", - "version": "1.2.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", - "url": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__etag__1.8.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__etag__1.8.1__links", - "package": "etag", - "version": "1.8.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "etag": [ - "1.8.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__nth-check__2.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__nth-check__2.1.1", - "package": "nth-check", - "version": "2.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", - "url": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_discoveryjs_json-ext__0.5.7__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_discoveryjs_json-ext__0.5.7__links", - "package": "@discoveryjs/json-ext", - "version": "0.5.7", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@discoveryjs/json-ext": [ - "0.5.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_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__string-length__5.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__string-length__5.0.1", - "package": "string-length", - "version": "5.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", - "url": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__css-what__3.4.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-what__3.4.2__links", - "package": "css-what", - "version": "3.4.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "css-what": [ - "3.4.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-proposal-decorators__7.23.0__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-decorators__7.23.0__at_babel_core_7.23.0", - "package": "@babel/plugin-proposal-decorators", - "version": "7.23.0_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w==", - "url": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__camelcase__6.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__camelcase__6.3.0__links", - "package": "camelcase", - "version": "6.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "camelcase": [ - "6.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_yargs__16.0.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs__16.0.6", - "package": "@types/yargs", - "version": "16.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-oTP7/Q13GSPrgcwEwdlnkoZSQ1Hg9THe644qq8PG6hhJzjZ3qj1JjEFPIwWV/IXVs5XGIVqtkNOS9kh63WIJ+A==", - "url": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-environment-jsdom__29.5.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__29.5.0", - "package": "jest-environment-jsdom", - "version": "29.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": { - "next.js": [ - "jest-environment-jsdom" - ] - }, - "integrity": "sha512-/KG8yEK4aN8ak56yFVdqFDzKNHgF4BAymCx2LbPNPsUshUlfAl0eX402Xm1pt+eoG9SLZEUVifqXtX8SK74KCw==", - "url": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__strip-comments__2.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-comments__2.0.1", - "package": "strip-comments", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", - "url": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__string-length__5.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__string-length__5.0.1__links", - "package": "string-length", - "version": "5.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "char-regex": "2.0.1", - "strip-ansi": "7.1.0" - }, - "transitive_closure": { - "string-length": [ - "5.0.1" - ], - "char-regex": [ - "2.0.1" - ], - "strip-ansi": [ - "7.1.0" - ], - "ansi-regex": [ - "6.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__es-array-method-boxes-properly__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__es-array-method-boxes-properly__1.0.0", - "package": "es-array-method-boxes-properly", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", - "url": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__internal-slot__1.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__internal-slot__1.0.5", - "package": "internal-slot", - "version": "1.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", - "url": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-import__15.1.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-import__15.1.0__postcss_8.4.31__links", - "package": "postcss-import", - "version": "15.1.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0", - "read-cache": "1.0.0", - "resolve": "1.22.6" - }, - "transitive_closure": { - "postcss-import": [ - "15.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "read-cache": [ - "1.0.0" - ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "pify": [ - "2.3.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_helper-numbers__1.11.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_helper-numbers__1.11.6", - "package": "@webassemblyjs/helper-numbers", - "version": "1.11.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", - "url": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__uri-js__4.4.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__uri-js__4.4.1__links", - "package": "uri-js", - "version": "4.4.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "punycode": "2.3.0" - }, - "transitive_closure": { - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__delayed-stream__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__delayed-stream__1.0.0__links", - "package": "delayed-stream", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "delayed-stream": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-stream__2.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-stream__2.0.1__links", - "package": "is-stream", - "version": "2.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-stream": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__type-detect__4.0.8__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__type-detect__4.0.8__links", - "package": "type-detect", - "version": "4.0.8", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__sanitize.css__13.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__sanitize.css__13.0.0__links", - "package": "sanitize.css", - "version": "13.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "sanitize.css": [ - "13.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__npm-run-path__4.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__npm-run-path__4.0.1__links", - "package": "npm-run-path", - "version": "4.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "path-key": "3.1.1" - }, - "transitive_closure": { - "npm-run-path": [ - "4.0.1" - ], - "path-key": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__parse5__7.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__parse5__7.1.2", - "package": "parse5", - "version": "7.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", - "url": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-colormin__5.3.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-colormin__5.3.1__postcss_8.4.31", - "package": "postcss-colormin", - "version": "5.3.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", - "url": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__html-escaper__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__html-escaper__2.0.2__links", - "package": "html-escaper", - "version": "2.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "html-escaper": [ - "2.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__wildcard__2.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__wildcard__2.0.1", - "package": "wildcard", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "url": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__htmlparser2__6.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__htmlparser2__6.1.0", - "package": "htmlparser2", - "version": "6.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", - "url": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__hosted-git-info__2.8.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__hosted-git-info__2.8.9", - "package": "hosted-git-info", - "version": "2.8.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "url": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-react-jsx__7.22.15__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-react-jsx__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-react-jsx", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-module-imports": "7.22.15", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-jsx": "7.22.5_at_babel_core_7.23.0", - "@babel/types": "7.23.0" - }, - "transitive_closure": { - "@babel/plugin-transform-react-jsx": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__json-buffer__3.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__json-buffer__3.0.1__links", - "package": "json-buffer", - "version": "3.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "json-buffer": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__util-deprecate__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__util-deprecate__1.0.2__links", - "package": "util-deprecate", - "version": "1.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "util-deprecate": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-docker__2.2.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-docker__2.2.1__links", - "package": "is-docker", - "version": "2.2.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-docker": [ - "2.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__vite__3.2.7__at_types_node_18.18.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__vite__3.2.7__at_types_node_18.18.3__links", - "package": "vite", - "version": "3.2.7_at_types_node_18.18.3", - "dev": true, - "root_package": "", - "link_packages": { - "vue/libraries/simple": [ - "vite" - ] - }, - "deps": { - "fsevents": "2.3.3", - "@types/node": "18.18.3", - "esbuild": "0.15.18", - "postcss": "8.4.31", - "resolve": "1.22.6", - "rollup": "2.79.1" - }, - "transitive_closure": { - "vite": [ - "3.2.7_at_types_node_18.18.3" - ], - "@types/node": [ - "18.18.3" - ], - "esbuild": [ - "0.15.18" - ], - "postcss": [ - "8.4.31" - ], - "resolve": [ - "1.22.6" - ], - "rollup": [ - "2.79.1" - ], - "fsevents": [ - "2.3.3" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "@esbuild/android-arm": [ - "0.15.18" - ], - "@esbuild/linux-loong64": [ - "0.15.18" - ], - "esbuild-android-64": [ - "0.15.18" - ], - "esbuild-android-arm64": [ - "0.15.18" - ], - "esbuild-darwin-64": [ - "0.15.18" - ], - "esbuild-darwin-arm64": [ - "0.15.18" - ], - "esbuild-freebsd-64": [ - "0.15.18" - ], - "esbuild-freebsd-arm64": [ - "0.15.18" - ], - "esbuild-linux-32": [ - "0.15.18" - ], - "esbuild-linux-64": [ - "0.15.18" - ], - "esbuild-linux-arm": [ - "0.15.18" - ], - "esbuild-linux-arm64": [ - "0.15.18" - ], - "esbuild-linux-mips64le": [ - "0.15.18" - ], - "esbuild-linux-ppc64le": [ - "0.15.18" - ], - "esbuild-linux-riscv64": [ - "0.15.18" - ], - "esbuild-linux-s390x": [ - "0.15.18" - ], - "esbuild-netbsd-64": [ - "0.15.18" - ], - "esbuild-openbsd-64": [ - "0.15.18" - ], - "esbuild-sunos-64": [ - "0.15.18" - ], - "esbuild-windows-32": [ - "0.15.18" - ], - "esbuild-windows-64": [ - "0.15.18" - ], - "esbuild-windows-arm64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__webpack-dev-middleware__5.3.3__webpack_5.88.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-middleware__5.3.3__webpack_5.88.2", - "package": "webpack-dev-middleware", - "version": "5.3.3_webpack_5.88.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", - "url": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_swc_core-win32-ia32-msvc__1.3.100__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-win32-ia32-msvc__1.3.100__links", - "package": "@swc/core-win32-ia32-msvc", - "version": "1.3.100", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@swc/core-win32-ia32-msvc": [ - "1.3.100" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__escodegen__1.14.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__escodegen__1.14.3", - "package": "escodegen", - "version": "1.14.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==", - "url": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__glob__7.2.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__glob__7.2.3", - "package": "glob", - "version": "7.2.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "url": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__mdn-data__2.0.14__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__mdn-data__2.0.14__links", - "package": "mdn-data", - "version": "2.0.14", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "mdn-data": [ - "2.0.14" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__default-gateway__6.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__default-gateway__6.0.3__links", - "package": "default-gateway", - "version": "6.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "execa": "5.1.1" - }, - "transitive_closure": { - "default-gateway": [ - "6.0.3" - ], - "execa": [ - "5.1.1" - ], - "cross-spawn": [ - "7.0.3" - ], - "get-stream": [ - "6.0.1" - ], - "human-signals": [ - "2.1.0" - ], - "is-stream": [ - "2.0.1" - ], - "merge-stream": [ - "2.0.0" - ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__emittery__0.10.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__emittery__0.10.2__links", - "package": "emittery", - "version": "0.10.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "emittery": [ - "0.10.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__source-list-map__2.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__source-list-map__2.0.1", - "package": "source-list-map", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", - "url": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__chrome-trace-event__1.0.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__chrome-trace-event__1.0.3", - "package": "chrome-trace-event", - "version": "1.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", - "url": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__didyoumean__1.2.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__didyoumean__1.2.2__links", - "package": "didyoumean", - "version": "1.2.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "didyoumean": [ - "1.2.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-focus-visible__6.0.4__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-focus-visible__6.0.4__postcss_8.4.31__links", - "package": "postcss-focus-visible", - "version": "6.0.4_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "postcss-focus-visible": [ - "6.0.4_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__serve-static__1.15.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__serve-static__1.15.0", - "package": "serve-static", - "version": "1.15.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "url": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__adjust-sourcemap-loader__4.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__adjust-sourcemap-loader__4.0.0", - "package": "adjust-sourcemap-loader", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", - "url": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_svgr_babel-plugin-svg-em-dimensions__5.4.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-svg-em-dimensions__5.4.0__links", - "package": "@svgr/babel-plugin-svg-em-dimensions", - "version": "5.4.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@svgr/babel-plugin-svg-em-dimensions": [ - "5.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-selector-parser__6.0.13__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-selector-parser__6.0.13__links", - "package": "postcss-selector-parser", - "version": "6.0.13", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "cssesc": "3.0.0", - "util-deprecate": "1.0.2" - }, - "transitive_closure": { - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__callsites__3.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__callsites__3.1.0__links", - "package": "callsites", - "version": "3.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "callsites": [ - "3.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__semver__7.5.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__semver__7.5.4", - "package": "semver", - "version": "7.5.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "url": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-number__6.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-number__6.0.0", - "package": "is-number", - "version": "6.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Wu1VHeILBK8KAWJUAiSZQX94GmOE45Rg6/538fKwiloUu21KncEkYGPqob2oSZ5mUT73vLGrHQjKw3KMPwfDzg==", - "url": "https://registry.npmjs.org/is-number/-/is-number-6.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__source-map-url__0.4.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__source-map-url__0.4.1__links", - "package": "source-map-url", - "version": "0.4.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "source-map-url": [ - "0.4.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__type-is__1.6.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__type-is__1.6.18__links", - "package": "type-is", - "version": "1.6.18", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "media-typer": "0.3.0", - "mime-types": "2.1.35" - }, - "transitive_closure": { - "type-is": [ - "1.6.18" - ], - "media-typer": [ - "0.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "mime-db": [ - "1.52.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_types__7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_types__7.23.0__links", - "package": "@babel/types", - "version": "7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/helper-string-parser": "7.22.5", - "@babel/helper-validator-identifier": "7.22.20", - "to-fast-properties": "2.0.0" - }, - "transitive_closure": { - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helper-member-expression-to-functions__7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-member-expression-to-functions__7.23.0__links", - "package": "@babel/helper-member-expression-to-functions", - "version": "7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.0" - }, - "transitive_closure": { - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__strip-ansi__7.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-ansi__7.1.0__links", - "package": "strip-ansi", - "version": "7.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "ansi-regex": "6.0.1" - }, - "transitive_closure": { - "strip-ansi": [ - "7.1.0" - ], - "ansi-regex": [ - "6.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__enhanced-resolve__5.15.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__enhanced-resolve__5.15.0", - "package": "enhanced-resolve", - "version": "5.15.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", - "url": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__core-util-is__1.0.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__core-util-is__1.0.3", - "package": "core-util-is", - "version": "1.0.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", - "url": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__lru-cache__6.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__lru-cache__6.0.0__links", - "package": "lru-cache", - "version": "6.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "yallist": "4.0.0" - }, - "transitive_closure": { - "lru-cache": [ - "6.0.0" - ], - "yallist": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-worker__26.6.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-worker__26.6.2", - "package": "jest-worker", - "version": "26.6.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", - "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_console__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_console__29.7.0__links", - "package": "@jest/console", - "version": "29.7.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/types": "29.6.3", - "@types/node": "18.11.9", - "chalk": "4.1.2", - "jest-message-util": "29.7.0", - "jest-util": "29.7.0", - "slash": "3.0.0" - }, - "transitive_closure": { - "@jest/console": [ - "29.7.0" - ], - "@jest/types": [ - "29.6.3" - ], - "@types/node": [ - "18.11.9" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "jest-message-util": [ - "29.7.0" - ], - "jest-util": [ - "29.7.0" - ], - "slash": [ - "3.0.0" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "29.7.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "@jest/schemas": [ - "29.6.3" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "supports-color": [ - "7.2.0", - "5.5.0" - ], - "has-flag": [ - "4.0.0", - "3.0.0" - ], - "color-convert": [ - "2.0.1", - "1.9.3" - ], - "color-name": [ - "1.1.4", - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__acorn__8.10.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__acorn__8.10.0", - "package": "acorn", - "version": "8.10.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", - "url": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__chrome-trace-event__1.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__chrome-trace-event__1.0.3__links", - "package": "chrome-trace-event", - "version": "1.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "chrome-trace-event": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__idb__7.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__idb__7.1.1__links", - "package": "idb", - "version": "7.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "idb": [ - "7.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-logical-assignment-operators__7.22.11__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-logical-assignment-operators__7.22.11__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-logical-assignment-operators", - "version": "7.22.11_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.11.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__istanbul-lib-coverage__3.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-coverage__3.2.0", - "package": "istanbul-lib-coverage", - "version": "3.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "url": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-env-function__4.0.6__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-env-function__4.0.6__postcss_8.4.31", - "package": "postcss-env-function", - "version": "4.0.6_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", - "url": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__babel-preset-jest__27.5.1__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-jest__27.5.1__at_babel_core_7.23.0__links", - "package": "babel-preset-jest", - "version": "27.5.1_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "babel-plugin-jest-hoist": "27.5.1", - "babel-preset-current-node-syntax": "1.0.1_at_babel_core_7.23.0" - }, - "transitive_closure": { - "babel-preset-jest": [ - "27.5.1_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "babel-plugin-jest-hoist": [ - "27.5.1" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@types/babel__core": [ - "7.20.2" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__check-types__11.2.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__check-types__11.2.3", - "package": "check-types", - "version": "11.2.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==", - "url": "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-config__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-config__27.5.1__links", - "package": "jest-config", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@jest/test-sequencer": "27.5.1", - "@jest/types": "27.5.1", - "babel-jest": "27.5.1_at_babel_core_7.23.0", - "chalk": "4.1.2", - "ci-info": "3.8.0", - "deepmerge": "4.3.1", - "glob": "7.2.3", - "graceful-fs": "4.2.11", - "jest-circus": "27.5.1", - "jest-environment-jsdom": "27.5.1", - "jest-environment-node": "27.5.1", - "jest-get-type": "27.5.1", - "jest-jasmine2": "27.5.1", - "jest-regex-util": "27.5.1", - "jest-resolve": "27.5.1", - "jest-runner": "27.5.1", - "jest-util": "27.5.1", - "jest-validate": "27.5.1", - "micromatch": "4.0.5", - "parse-json": "5.2.0", - "pretty-format": "27.5.1", - "slash": "3.0.0", - "strip-json-comments": "3.1.1" - }, - "transitive_closure": { - "jest-config": [ - "27.5.1" - ], - "@babel/core": [ - "7.23.0" - ], - "@jest/test-sequencer": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "babel-jest": [ - "27.5.1_at_babel_core_7.23.0" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "ci-info": [ - "3.8.0" - ], - "deepmerge": [ - "4.3.1" - ], - "glob": [ - "7.2.3" - ], - "graceful-fs": [ - "4.2.11" - ], - "jest-circus": [ - "27.5.1" - ], - "jest-environment-jsdom": [ - "27.5.1" - ], - "jest-environment-node": [ - "27.5.1" - ], - "jest-get-type": [ - "27.5.1" - ], - "jest-jasmine2": [ - "27.5.1" - ], - "jest-regex-util": [ - "27.5.1" - ], - "jest-resolve": [ - "27.5.1" - ], - "jest-runner": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "jest-validate": [ - "27.5.1" - ], - "micromatch": [ - "4.0.5" - ], - "parse-json": [ - "5.2.0" - ], - "pretty-format": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "strip-json-comments": [ - "3.1.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "17.0.2" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.22.20" - ], - "escape-string-regexp": [ - "2.0.0", - "1.0.5" - ], - "supports-color": [ - "7.2.0", - "8.1.1", - "5.5.0" - ], - "has-flag": [ - "4.0.0", - "3.0.0" - ], - "color-convert": [ - "2.0.1", - "1.9.3" - ], - "color-name": [ - "1.1.4", - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "camelcase": [ - "5.3.1", - "6.3.0" - ], - "leven": [ - "3.1.0" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "@jest/console": [ - "27.5.1" - ], - "@jest/environment": [ - "27.5.1" - ], - "@jest/test-result": [ - "27.5.1" - ], - "@jest/transform": [ - "27.5.1" - ], - "emittery": [ - "0.8.1" - ], - "jest-docblock": [ - "27.5.1" - ], - "jest-haste-map": [ - "27.5.1" - ], - "jest-leak-detector": [ - "27.5.1" - ], - "jest-message-util": [ - "27.5.1" - ], - "jest-runtime": [ - "27.5.1" - ], - "jest-worker": [ - "27.5.1" - ], - "source-map-support": [ - "0.5.21" - ], - "throat": [ - "6.0.2" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "merge-stream": [ - "2.0.0" - ], - "@jest/fake-timers": [ - "27.5.1" - ], - "@jest/globals": [ - "27.5.1" - ], - "@jest/source-map": [ - "27.5.1" - ], - "cjs-module-lexer": [ - "1.2.3" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "execa": [ - "5.1.1" - ], - "jest-mock": [ - "27.5.1" - ], - "jest-snapshot": [ - "27.5.1" - ], - "strip-bom": [ - "4.0.0" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@types/prettier": [ - "2.7.3" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "expect": [ - "27.5.1" - ], - "jest-diff": [ - "27.5.1" - ], - "jest-matcher-utils": [ - "27.5.1" - ], - "natural-compare": [ - "1.4.0" - ], - "semver": [ - "6.3.1", - "7.5.4" - ], - "lru-cache": [ - "5.1.1", - "6.0.0" - ], - "yallist": [ - "3.1.1", - "4.0.0" - ], - "diff-sequences": [ - "27.5.1" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/parser": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "globals": [ - "11.12.0" - ], - "ms": [ - "2.1.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "cross-spawn": [ - "7.0.3" - ], - "get-stream": [ - "6.0.1" - ], - "human-signals": [ - "2.1.0" - ], - "is-stream": [ - "2.0.1" - ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "stack-utils": [ - "2.0.6" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-serializer": [ - "27.5.1" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "detect-newline": [ - "3.1.0" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "convert-source-map": [ - "2.0.0", - "1.9.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "pirates": [ - "4.0.6" - ], - "write-file-atomic": [ - "3.0.3" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-typedarray": [ - "1.0.0" - ], - "typedarray-to-buffer": [ - "3.1.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" - ], - "resolve": [ - "1.22.6" - ], - "resolve.exports": [ - "1.1.1" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "co": [ - "4.6.0" - ], - "is-generator-fn": [ - "2.1.0" - ], - "jest-each": [ - "27.5.1" - ], - "jsdom": [ - "16.7.0" - ], - "abab": [ - "2.0.6" - ], - "acorn": [ - "7.4.1", - "8.10.0" - ], - "acorn-globals": [ - "6.0.0" - ], - "cssom": [ - "0.3.8", - "0.4.4" - ], - "cssstyle": [ - "2.3.0" - ], - "data-urls": [ - "2.0.0" - ], - "decimal.js": [ - "10.4.3" - ], - "domexception": [ - "2.0.1" - ], - "escodegen": [ - "2.1.0" - ], - "form-data": [ - "3.0.1" - ], - "html-encoding-sniffer": [ - "2.0.1" - ], - "http-proxy-agent": [ - "4.0.1" - ], - "https-proxy-agent": [ - "5.0.1" - ], - "is-potential-custom-element-name": [ - "1.0.1" - ], - "nwsapi": [ - "2.2.7" - ], - "parse5": [ - "6.0.1" - ], - "saxes": [ - "5.0.1" - ], - "symbol-tree": [ - "3.2.4" - ], - "tough-cookie": [ - "4.1.3" - ], - "w3c-hr-time": [ - "1.0.2" - ], - "w3c-xmlserializer": [ - "2.0.0" - ], - "webidl-conversions": [ - "5.0.0", - "6.1.0" - ], - "whatwg-encoding": [ - "1.0.5" - ], - "whatwg-mimetype": [ - "2.3.0" - ], - "whatwg-url": [ - "8.7.0" - ], - "ws": [ - "7.5.9" - ], - "xml-name-validator": [ - "3.0.0" - ], - "lodash": [ - "4.17.21" - ], - "tr46": [ - "2.1.0" - ], - "punycode": [ - "2.3.0" - ], - "iconv-lite": [ - "0.4.24" - ], - "safer-buffer": [ - "2.1.2" - ], - "browser-process-hrtime": [ - "1.0.0" - ], - "psl": [ - "1.9.0" - ], - "universalify": [ - "0.2.0" - ], - "url-parse": [ - "1.5.10" - ], - "querystringify": [ - "2.2.0" - ], - "requires-port": [ - "1.0.0" - ], - "xmlchars": [ - "2.2.0" - ], - "agent-base": [ - "6.0.2" - ], - "@tootallnate/once": [ - "1.1.2" - ], - "asynckit": [ - "0.4.0" - ], - "combined-stream": [ - "1.0.8" - ], - "mime-types": [ - "2.1.35" - ], - "mime-db": [ - "1.52.0" - ], - "delayed-stream": [ - "1.0.0" - ], - "estraverse": [ - "5.3.0" - ], - "esutils": [ - "2.0.3" - ], - "acorn-walk": [ - "7.2.0" - ], - "dedent": [ - "0.7.0" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "@types/babel__core": [ - "7.20.2" - ], - "babel-preset-jest": [ - "27.5.1_at_babel_core_7.23.0" - ], - "babel-plugin-jest-hoist": [ - "27.5.1" - ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__emoji-regex__8.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__emoji-regex__8.0.0", - "package": "emoji-regex", - "version": "8.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "url": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__memorystream__0.3.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__memorystream__0.3.1__links", - "package": "memorystream", - "version": "0.3.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "memorystream": [ - "0.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__html-escaper__2.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__html-escaper__2.0.2", - "package": "html-escaper", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "url": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__icss-utils__5.1.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__icss-utils__5.1.0__postcss_8.4.31__links", - "package": "icss-utils", - "version": "5.1.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "icss-utils": [ - "5.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-async-function__2.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-async-function__2.0.0__links", - "package": "is-async-function", - "version": "2.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "has-tostringtag": "1.0.0" - }, - "transitive_closure": { - "is-async-function": [ - "2.0.0" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__performance-now__2.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__performance-now__2.1.0", - "package": "performance-now", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", - "url": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__mime-types__2.1.35": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__mime-types__2.1.35", - "package": "mime-types", - "version": "2.1.35", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "url": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__object.hasown__1.1.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__object.hasown__1.1.3", - "package": "object.hasown", - "version": "1.1.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", - "url": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__spdy-transport__3.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__spdy-transport__3.0.0", - "package": "spdy-transport", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", - "url": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__globals__13.22.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__globals__13.22.0", - "package": "globals", - "version": "13.22.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==", - "url": "https://registry.npmjs.org/globals/-/globals-13.22.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_babel-plugin-jsx__1.1.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_babel-plugin-jsx__1.1.5__at_babel_core_7.23.0__links", - "package": "@vue/babel-plugin-jsx", - "version": "1.1.5_at_babel_core_7.23.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-module-imports": "7.22.15", - "@babel/plugin-syntax-jsx": "7.22.5_at_babel_core_7.23.0", - "@babel/template": "7.22.15", - "@babel/traverse": "7.23.0", - "@babel/types": "7.23.0", - "@vue/babel-helper-vue-transform-on": "1.1.5", - "camelcase": "6.3.0", - "html-tags": "3.3.1", - "svg-tags": "1.0.0" - }, - "transitive_closure": { - "@vue/babel-plugin-jsx": [ - "1.1.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@vue/babel-helper-vue-transform-on": [ - "1.1.5" - ], - "camelcase": [ - "6.3.0" - ], - "html-tags": [ - "3.3.1" - ], - "svg-tags": [ - "1.0.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "@babel/parser": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "globals": [ - "11.12.0" - ], - "ms": [ - "2.1.2" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__slash__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__slash__4.0.0__links", - "package": "slash", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "slash": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__esbuild__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild__0.15.18", - "package": "esbuild", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==", - "url": "https://registry.npmjs.org/esbuild/-/esbuild-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_server-renderer__3.3.4__vue_3.3.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_server-renderer__3.3.4__vue_3.3.4__links", - "package": "@vue/server-renderer", - "version": "3.3.4_vue_3.3.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@vue/compiler-ssr": "3.3.4", - "@vue/shared": "3.3.4", - "vue": "3.3.4" - }, - "transitive_closure": { - "@vue/server-renderer": [ - "3.3.4_vue_3.3.4" - ], - "@vue/compiler-ssr": [ - "3.3.4" - ], - "@vue/shared": [ - "3.3.4" - ], - "vue": [ - "3.3.4" - ], - "@vue/compiler-dom": [ - "3.3.4" - ], - "@vue/compiler-sfc": [ - "3.3.4" - ], - "@vue/runtime-dom": [ - "3.3.4" - ], - "@vue/runtime-core": [ - "3.3.4" - ], - "csstype": [ - "3.1.2" - ], - "@vue/reactivity": [ - "3.3.4" - ], - "@babel/parser": [ - "7.23.0" - ], - "@vue/compiler-core": [ - "3.3.4" - ], - "@vue/reactivity-transform": [ - "3.3.4" - ], - "estree-walker": [ - "2.0.2" - ], - "magic-string": [ - "0.30.4" - ], - "postcss": [ - "8.4.31" - ], - "source-map-js": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__nth-check__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__nth-check__1.0.2__links", - "package": "nth-check", - "version": "1.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "boolbase": "1.0.0" - }, - "transitive_closure": { - "nth-check": [ - "1.0.2" - ], - "boolbase": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vitejs_plugin-vue-jsx__2.1.1__vite_3.2.7__vue_3.2.45": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vitejs_plugin-vue-jsx__2.1.1__vite_3.2.7__vue_3.2.45", - "package": "@vitejs/plugin-vue-jsx", - "version": "2.1.1_vite_3.2.7__vue_3.2.45", - "root_package": "", - "link_workspace": "", - "link_packages": { - "vue": [ - "@vitejs/plugin-vue-jsx" - ] - }, - "integrity": "sha512-JgDhxstQlwnHBvZ1BSnU5mbmyQ14/t5JhREc6YH5kWyu2QdAAOsLF6xgHoIWarj8tddaiwFrNzLbWJPudpXKYA==", - "url": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-2.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__randombytes__2.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__randombytes__2.1.0", - "package": "randombytes", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "url": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-async-function__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-async-function__2.0.0", - "package": "is-async-function", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", - "url": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__wbuf__1.7.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__wbuf__1.7.3__links", - "package": "wbuf", - "version": "1.7.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "minimalistic-assert": "1.0.1" - }, - "transitive_closure": { - "wbuf": [ - "1.7.3" - ], - "minimalistic-assert": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_volar_vue-typescript__1.0.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_volar_vue-typescript__1.0.9", - "package": "@volar/vue-typescript", - "version": "1.0.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZLe4y9YNbviACa7uAMCilzxA76gbbSlKfjspXBzk6fCobd8QCIig+VyDYcjANIlm2HhgSCX8jYTzhCKlegh4mw==", - "url": "https://registry.npmjs.org/@volar/vue-typescript/-/vue-typescript-1.0.9.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__styled-jsx__5.1.0__-756074946__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__styled-jsx__5.1.0__-756074946__links", - "package": "styled-jsx", - "version": "5.1.0_-756074946", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "client-only": "0.0.1", - "react": "18.2.0" - }, - "transitive_closure": { - "styled-jsx": [ - "5.1.0_-756074946" - ], - "@babel/core": [ - "7.23.0" - ], - "client-only": [ - "0.0.1" - ], - "react": [ - "18.2.0" - ], - "loose-envify": [ - "1.4.0" - ], - "js-tokens": [ - "4.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_runtime__7.23.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_runtime__7.23.1", - "package": "@babel/runtime", - "version": "7.23.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==", - "url": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_node__18.11.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__18.11.9", - "package": "@types/node", - "version": "18.11.9", - "root_package": "", - "link_workspace": "", - "link_packages": { - "next.js": [ - "@types/node" - ], - "vue": [ - "@types/node" - ] - }, - "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==", - "url": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-template-literals__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-template-literals__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-template-literals", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_typescript-eslint_scope-manager__5.62.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_scope-manager__5.62.0", - "package": "@typescript-eslint/scope-manager", - "version": "5.62.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", - "url": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-normalize-timing-functions__5.1.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-timing-functions__5.1.0__postcss_8.4.31", - "package": "postcss-normalize-timing-functions", - "version": "5.1.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", - "url": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__util-deprecate__1.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__util-deprecate__1.0.2", - "package": "util-deprecate", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "url": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-logical-assignment-operators__7.10.4__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-logical-assignment-operators", - "version": "7.10.4_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-text-decoration-shorthand__1.0.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-text-decoration-shorthand__1.0.0__postcss_8.4.31", - "package": "@csstools/postcss-text-decoration-shorthand", - "version": "1.0.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", - "url": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-symbol__1.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-symbol__1.0.4", - "package": "is-symbol", - "version": "1.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "url": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.3.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.3.4__links", - "package": "@vitejs/plugin-vue", - "version": "3.2.0_vite_3.2.7__vue_3.3.4", - "dev": true, - "root_package": "", - "link_packages": { - "vue/libraries/simple": [ - "@vitejs/plugin-vue" - ] - }, - "deps": { - "vite": "3.2.7_at_types_node_18.18.3", - "vue": "3.3.4" - }, - "transitive_closure": { - "@vitejs/plugin-vue": [ - "3.2.0_vite_3.2.7__vue_3.3.4" - ], - "vite": [ - "3.2.7_at_types_node_18.18.3" - ], - "vue": [ - "3.3.4" - ], - "@vue/compiler-dom": [ - "3.3.4" - ], - "@vue/compiler-sfc": [ - "3.3.4" - ], - "@vue/runtime-dom": [ - "3.3.4" - ], - "@vue/server-renderer": [ - "3.3.4_vue_3.3.4" - ], - "@vue/shared": [ - "3.3.4" - ], - "@vue/compiler-ssr": [ - "3.3.4" - ], - "@vue/runtime-core": [ - "3.3.4" - ], - "csstype": [ - "3.1.2" - ], - "@vue/reactivity": [ - "3.3.4" - ], - "@babel/parser": [ - "7.23.0" - ], - "@vue/compiler-core": [ - "3.3.4" - ], - "@vue/reactivity-transform": [ - "3.3.4" - ], - "estree-walker": [ - "2.0.2" - ], - "magic-string": [ - "0.30.4" - ], - "postcss": [ - "8.4.31" - ], - "source-map-js": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@types/node": [ - "18.18.3" - ], - "esbuild": [ - "0.15.18" - ], - "resolve": [ - "1.22.6" - ], - "rollup": [ - "2.79.1" - ], - "fsevents": [ - "2.3.3" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "@esbuild/android-arm": [ - "0.15.18" - ], - "@esbuild/linux-loong64": [ - "0.15.18" - ], - "esbuild-android-64": [ - "0.15.18" - ], - "esbuild-android-arm64": [ - "0.15.18" - ], - "esbuild-darwin-64": [ - "0.15.18" - ], - "esbuild-darwin-arm64": [ - "0.15.18" - ], - "esbuild-freebsd-64": [ - "0.15.18" - ], - "esbuild-freebsd-arm64": [ - "0.15.18" - ], - "esbuild-linux-32": [ - "0.15.18" - ], - "esbuild-linux-64": [ - "0.15.18" - ], - "esbuild-linux-arm": [ - "0.15.18" - ], - "esbuild-linux-arm64": [ - "0.15.18" - ], - "esbuild-linux-mips64le": [ - "0.15.18" - ], - "esbuild-linux-ppc64le": [ - "0.15.18" - ], - "esbuild-linux-riscv64": [ - "0.15.18" - ], - "esbuild-linux-s390x": [ - "0.15.18" - ], - "esbuild-netbsd-64": [ - "0.15.18" - ], - "esbuild-openbsd-64": [ - "0.15.18" - ], - "esbuild-sunos-64": [ - "0.15.18" - ], - "esbuild-windows-32": [ - "0.15.18" - ], - "esbuild-windows-64": [ - "0.15.18" - ], - "esbuild-windows-arm64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__isarray__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__isarray__1.0.0", - "package": "isarray", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "url": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_trysound_sax__0.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_trysound_sax__0.2.0", - "package": "@trysound/sax", - "version": "0.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", - "url": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-unique-selectors__5.1.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-unique-selectors__5.1.1__postcss_8.4.31", - "package": "postcss-unique-selectors", - "version": "5.1.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", - "url": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__tsconfig-paths__3.14.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tsconfig-paths__3.14.2__links", - "package": "tsconfig-paths", - "version": "3.14.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/json5": "0.0.29", - "json5": "1.0.2", - "minimist": "1.2.8", - "strip-bom": "3.0.0" - }, - "transitive_closure": { - "tsconfig-paths": [ - "3.14.2" - ], - "@types/json5": [ - "0.0.29" - ], - "json5": [ - "1.0.2" - ], - "minimist": [ - "1.2.8" - ], - "strip-bom": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-decorators__7.22.10__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-decorators__7.22.10__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-decorators", - "version": "7.22.10_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.10.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ignore__5.2.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ignore__5.2.4", - "package": "ignore", - "version": "5.2.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", - "url": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-gap-properties__3.0.5__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-gap-properties__3.0.5__postcss_8.4.31", - "package": "postcss-gap-properties", - "version": "3.0.5_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", - "url": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__domelementtype__1.3.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__domelementtype__1.3.1", - "package": "domelementtype", - "version": "1.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", - "url": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__spdx-license-ids__3.0.15": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__spdx-license-ids__3.0.15", - "package": "spdx-license-ids", - "version": "3.0.15", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lpT8hSQp9jAKp9mhtBU4Xjon8LPGBvLIuBiSVhMEtmLecTh2mO0tlqrAMp47tBXzMr13NJMQ2lf7RpQGLJ3HsQ==", - "url": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_svgr_babel-plugin-add-jsx-attribute__5.4.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-add-jsx-attribute__5.4.0", - "package": "@svgr/babel-plugin-add-jsx-attribute", - "version": "5.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__http-proxy-middleware__2.0.6__at_types_express_4.17.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__http-proxy-middleware__2.0.6__at_types_express_4.17.18", - "package": "http-proxy-middleware", - "version": "2.0.6_at_types_express_4.17.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", - "url": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__p-locate__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__p-locate__3.0.0__links", - "package": "p-locate", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "p-limit": "2.3.0" - }, - "transitive_closure": { - "p-locate": [ - "3.0.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_runtime-dom__3.2.45": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_runtime-dom__3.2.45", - "package": "@vue/runtime-dom", - "version": "3.2.45", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==", - "url": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.45.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__throat__6.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__throat__6.0.2__links", - "package": "throat", - "version": "6.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "throat": [ - "6.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_devtools-api__6.5.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_devtools-api__6.5.0", - "package": "@vue/devtools-api", - "version": "6.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==", - "url": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__to-fast-properties__2.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__to-fast-properties__2.0.0__links", - "package": "to-fast-properties", - "version": "2.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__array.prototype.flatmap__1.3.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.flatmap__1.3.2", - "package": "array.prototype.flatmap", - "version": "1.3.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", - "url": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_ws__8.5.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_ws__8.5.6", - "package": "@types/ws", - "version": "8.5.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-8B5EO9jLVCy+B58PLHvLDuOD8DRVMgQzq8d55SjLCOn9kqGyqOvy27exVaTio1q1nX5zLu8/6N0n2ThSxOM6tg==", - "url": "https://registry.npmjs.org/@types/ws/-/ws-8.5.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__diff-sequences__24.9.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__diff-sequences__24.9.0__links", - "package": "diff-sequences", - "version": "24.9.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "diff-sequences": [ - "24.9.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__diff-sequences__29.6.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__diff-sequences__29.6.3", - "package": "diff-sequences", - "version": "29.6.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", - "url": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__webpack-dev-server__4.15.1__webpack_5.88.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-server__4.15.1__webpack_5.88.2", - "package": "webpack-dev-server", - "version": "4.15.1_webpack_5.88.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==", - "url": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_compiler-ssr__3.2.37__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.2.37__links", - "package": "@vue/compiler-ssr", - "version": "3.2.37", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@vue/compiler-dom": "3.2.37", - "@vue/shared": "3.2.37" - }, - "transitive_closure": { - "@vue/compiler-ssr": [ - "3.2.37" - ], - "@vue/compiler-dom": [ - "3.2.37" - ], - "@vue/shared": [ - "3.2.37" - ], - "@vue/compiler-core": [ - "3.2.37" - ], - "@babel/parser": [ - "7.23.0" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map": [ - "0.6.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-regex-util__28.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-regex-util__28.0.2", - "package": "jest-regex-util", - "version": "28.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", - "url": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__webpack__5.89.0__-1501518582": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack__5.89.0__-1501518582", - "package": "webpack", - "version": "5.89.0_-1501518582", - "root_package": "", - "link_workspace": "", - "link_packages": { - "react-webpack": [ - "webpack" - ] - }, - "integrity": "sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==", - "url": "https://registry.npmjs.org/webpack/-/webpack-5.89.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-each__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-each__27.5.1__links", - "package": "jest-each", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/types": "27.5.1", - "chalk": "4.1.2", - "jest-get-type": "27.5.1", - "jest-util": "27.5.1", - "pretty-format": "27.5.1" - }, - "transitive_closure": { - "jest-each": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "chalk": [ - "4.1.2" - ], - "jest-get-type": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "pretty-format": [ - "27.5.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0", - "5.2.0" - ], - "react-is": [ - "17.0.2" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__diff-sequences__24.9.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__diff-sequences__24.9.0", - "package": "diff-sequences", - "version": "24.9.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==", - "url": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-24.9.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__iconv-lite__0.6.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__iconv-lite__0.6.3__links", - "package": "iconv-lite", - "version": "0.6.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "safer-buffer": "2.1.2" - }, - "transitive_closure": { - "iconv-lite": [ - "0.6.3" - ], - "safer-buffer": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__minimatch__3.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__minimatch__3.1.2", - "package": "minimatch", - "version": "3.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "url": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__whatwg-url__7.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__whatwg-url__7.1.0__links", - "package": "whatwg-url", - "version": "7.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "lodash.sortby": "4.7.0", - "tr46": "1.0.1", - "webidl-conversions": "4.0.2" - }, - "transitive_closure": { - "whatwg-url": [ - "7.1.0" - ], - "lodash.sortby": [ - "4.7.0" - ], - "tr46": [ - "1.0.1" - ], - "webidl-conversions": [ - "4.0.2" - ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-unicode-sets-regex", - "version": "7.18.6_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__natural-compare-lite__1.4.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__natural-compare-lite__1.4.0", - "package": "natural-compare-lite", - "version": "1.4.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", - "url": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-watcher__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-watcher__27.5.1__links", - "package": "jest-watcher", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/test-result": "27.5.1", - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "ansi-escapes": "4.3.2", - "chalk": "4.1.2", - "jest-util": "27.5.1", - "string-length": "4.0.2" - }, - "transitive_closure": { - "jest-watcher": [ - "27.5.1" - ], - "@jest/test-result": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "ansi-escapes": [ - "4.3.2" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "jest-util": [ - "27.5.1" - ], - "string-length": [ - "4.0.2" - ], - "char-regex": [ - "1.0.2" - ], - "strip-ansi": [ - "6.0.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "type-fest": [ - "0.21.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@jest/console": [ - "27.5.1" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "jest-message-util": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "27.5.1" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "react-is": [ - "17.0.2" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__import-fresh__3.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__import-fresh__3.3.0", - "package": "import-fresh", - "version": "3.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "url": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-buffer__1.1.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-buffer__1.1.6__links", - "package": "is-buffer", - "version": "1.1.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-buffer": [ - "1.1.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__loader-utils__3.2.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__loader-utils__3.2.1", - "package": "loader-utils", - "version": "3.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", - "url": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ms__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ms__2.0.0", - "package": "ms", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "url": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_reactivity__3.2.45__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity__3.2.45__links", - "package": "@vue/reactivity", - "version": "3.2.45", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@vue/shared": "3.2.45" - }, - "transitive_closure": { - "@vue/reactivity": [ - "3.2.45" - ], - "@vue/shared": [ - "3.2.45" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__escape-html__1.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__escape-html__1.0.3__links", - "package": "escape-html", - "version": "1.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "escape-html": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-resolve-dependencies__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve-dependencies__29.7.0", - "package": "jest-resolve-dependencies", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", - "url": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__type-fest__0.16.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__type-fest__0.16.0", - "package": "type-fest", - "version": "0.16.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", - "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__has__1.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__has__1.0.3__links", - "package": "has", - "version": "1.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "function-bind": "1.1.1" - }, - "transitive_closure": { - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__emittery__0.13.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__emittery__0.13.1__links", - "package": "emittery", - "version": "0.13.1", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "emittery": [ - "0.13.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__statuses__2.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__statuses__2.0.1", - "package": "statuses", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "url": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_rushstack_eslint-patch__1.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_rushstack_eslint-patch__1.5.1__links", - "package": "@rushstack/eslint-patch", - "version": "1.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@rushstack/eslint-patch": [ - "1.5.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__agent-base__6.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__agent-base__6.0.2__links", - "package": "agent-base", - "version": "6.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "debug": "4.3.4" - }, - "transitive_closure": { - "agent-base": [ - "6.0.2" - ], - "debug": [ - "4.3.4" - ], - "ms": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__test-exclude__6.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__test-exclude__6.0.0__links", - "package": "test-exclude", - "version": "6.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@istanbuljs/schema": "0.1.3", - "glob": "7.2.3", - "minimatch": "3.1.2" - }, - "transitive_closure": { - "test-exclude": [ - "6.0.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "glob": [ - "7.2.3" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__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": false, - "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.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "@humanwhocodes/object-schema": [ - "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": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "sprintf-js": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_regjsgen__0.8.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_regjsgen__0.8.0__links", - "package": "@babel/regjsgen", - "version": "0.8.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/regjsgen": [ - "0.8.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_jest_transform__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_transform__27.5.1__links", - "package": "@jest/transform", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@jest/types": "27.5.1", - "babel-plugin-istanbul": "6.1.1", - "chalk": "4.1.2", - "convert-source-map": "1.9.0", - "fast-json-stable-stringify": "2.1.0", - "graceful-fs": "4.2.11", - "jest-haste-map": "27.5.1", - "jest-regex-util": "27.5.1", - "jest-util": "27.5.1", - "micromatch": "4.0.5", - "pirates": "4.0.6", - "slash": "3.0.0", - "source-map": "0.6.1", - "write-file-atomic": "3.0.3" - }, - "transitive_closure": { - "@jest/transform": [ - "27.5.1" - ], - "@babel/core": [ - "7.23.0" - ], - "@jest/types": [ - "27.5.1" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "convert-source-map": [ - "2.0.0", - "1.9.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "jest-haste-map": [ - "27.5.1" - ], - "jest-regex-util": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "micromatch": [ - "4.0.5" - ], - "pirates": [ - "4.0.6" - ], - "slash": [ - "3.0.0" - ], - "source-map": [ - "0.6.1" - ], - "write-file-atomic": [ - "3.0.3" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-typedarray": [ - "1.0.0" - ], - "signal-exit": [ - "3.0.7" - ], - "typedarray-to-buffer": [ - "3.1.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-serializer": [ - "27.5.1" - ], - "jest-worker": [ - "27.5.1" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0", - "8.1.1" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "ansi-styles": [ - "3.2.1", - "4.3.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "glob": [ - "7.2.3" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "camelcase": [ - "5.3.1" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__magic-string__0.25.9__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__magic-string__0.25.9__links", - "package": "magic-string", - "version": "0.25.9", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "sourcemap-codec": "1.4.8" - }, - "transitive_closure": { - "magic-string": [ - "0.25.9" - ], - "sourcemap-codec": [ - "1.4.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__mdn-data__2.0.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__mdn-data__2.0.4__links", - "package": "mdn-data", - "version": "2.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "mdn-data": [ - "2.0.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jiti__1.20.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jiti__1.20.0", - "package": "jiti", - "version": "1.20.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==", - "url": "https://registry.npmjs.org/jiti/-/jiti-1.20.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__nwsapi__2.2.7__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__nwsapi__2.2.7__links", - "package": "nwsapi", - "version": "2.2.7", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "nwsapi": [ - "2.2.7" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__webidl-conversions__5.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webidl-conversions__5.0.0", - "package": "webidl-conversions", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", - "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_transform__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_transform__29.7.0__links", - "package": "@jest/transform", - "version": "29.7.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@jest/types": "29.6.3", - "@jridgewell/trace-mapping": "0.3.19", - "babel-plugin-istanbul": "6.1.1", - "chalk": "4.1.2", - "convert-source-map": "2.0.0", - "fast-json-stable-stringify": "2.1.0", - "graceful-fs": "4.2.11", - "jest-haste-map": "29.7.0", - "jest-regex-util": "29.6.3", - "jest-util": "29.7.0", - "micromatch": "4.0.5", - "pirates": "4.0.6", - "slash": "3.0.0", - "write-file-atomic": "4.0.2" - }, - "transitive_closure": { - "@jest/transform": [ - "29.7.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@jest/types": [ - "29.6.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "convert-source-map": [ - "2.0.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "jest-haste-map": [ - "29.7.0" - ], - "jest-regex-util": [ - "29.6.3" - ], - "jest-util": [ - "29.7.0" - ], - "micromatch": [ - "4.0.5" - ], - "pirates": [ - "4.0.6" - ], - "slash": [ - "3.0.0" - ], - "write-file-atomic": [ - "4.0.2" - ], - "imurmurhash": [ - "0.1.4" - ], - "signal-exit": [ - "3.0.7" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@types/node": [ - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-worker": [ - "29.7.0" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0", - "8.1.1" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "ansi-styles": [ - "3.2.1", - "4.3.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "glob": [ - "7.2.3" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "camelcase": [ - "5.3.1" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jest/schemas": [ - "29.6.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_serve-index__1.9.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_serve-index__1.9.2__links", - "package": "@types/serve-index", - "version": "1.9.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/express": "4.17.18" - }, - "transitive_closure": { - "@types/serve-index": [ - "1.9.2" - ], - "@types/express": [ - "4.17.18" - ], - "@types/body-parser": [ - "1.19.3" - ], - "@types/express-serve-static-core": [ - "4.17.37" - ], - "@types/qs": [ - "6.9.8" - ], - "@types/serve-static": [ - "1.15.3" - ], - "@types/http-errors": [ - "2.0.2" - ], - "@types/mime": [ - "1.3.3", - "3.0.2" - ], - "@types/node": [ - "18.11.9" - ], - "@types/range-parser": [ - "1.2.5" - ], - "@types/send": [ - "0.17.2" - ], - "@types/connect": [ - "3.4.36" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-each__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-each__29.7.0__links", - "package": "jest-each", - "version": "29.7.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/types": "29.6.3", - "chalk": "4.1.2", - "jest-get-type": "29.6.3", - "jest-util": "29.7.0", - "pretty-format": "29.7.0" - }, - "transitive_closure": { - "jest-each": [ - "29.7.0" - ], - "@jest/types": [ - "29.6.3" - ], - "chalk": [ - "4.1.2" - ], - "jest-get-type": [ - "29.6.3" - ], - "jest-util": [ - "29.7.0" - ], - "pretty-format": [ - "29.7.0" - ], - "@jest/schemas": [ - "29.6.3" - ], - "ansi-styles": [ - "4.3.0", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@types/node": [ - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-dir-pseudo-class__6.0.5__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-dir-pseudo-class__6.0.5__postcss_8.4.31", - "package": "postcss-dir-pseudo-class", - "version": "6.0.5_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", - "url": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-private-methods__7.18.6__at_babel_core_7.23.0__links", - "package": "@babel/plugin-proposal-private-methods", - "version": "7.18.6_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-create-class-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-proposal-private-methods": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" - ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-skip-transparent-expression-wrappers": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "semver": [ - "6.3.1" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_swc_core-linux-arm64-gnu__1.3.100": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-linux-arm64-gnu__1.3.100", - "package": "@swc/core-linux-arm64-gnu", - "version": "1.3.100", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-p8hikNnAEJrw5vHCtKiFT4hdlQxk1V7vqPmvUDgL/qe2menQDK/i12tbz7/3BEQ4UqUPnvwpmVn2d19RdEMNxw==", - "url": "https://registry.npmjs.org/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.100.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-diff__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-diff__29.7.0", - "package": "jest-diff", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", - "url": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__dlv__1.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dlv__1.1.3__links", - "package": "dlv", - "version": "1.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "dlv": [ - "1.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__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": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "psl": [ - "1.9.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__typedarray-to-buffer__3.1.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__typedarray-to-buffer__3.1.5__links", - "package": "typedarray-to-buffer", - "version": "3.1.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "is-typedarray": "1.0.0" - }, - "transitive_closure": { - "typedarray-to-buffer": [ - "3.1.5" - ], - "is-typedarray": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_nodelib_fs.stat__2.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.stat__2.0.5__links", - "package": "@nodelib/fs.stat", - "version": "2.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@nodelib/fs.stat": [ - "2.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-hwb-function__1.0.2__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-hwb-function__1.0.2__postcss_8.4.31", - "package": "@csstools/postcss-hwb-function", - "version": "1.0.2_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", - "url": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__es-to-primitive__1.2.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__es-to-primitive__1.2.1", - "package": "es-to-primitive", - "version": "1.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "url": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__fork-ts-checker-webpack-plugin__6.5.3__-1620898957": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fork-ts-checker-webpack-plugin__6.5.3__-1620898957", - "package": "fork-ts-checker-webpack-plugin", - "version": "6.5.3_-1620898957", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", - "url": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-preset-current-node-syntax__1.0.1__at_babel_core_7.23.0__links", - "package": "babel-preset-current-node-syntax", - "version": "1.0.1_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/plugin-syntax-async-generators": "7.8.4_at_babel_core_7.23.0", - "@babel/plugin-syntax-bigint": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-class-properties": "7.12.13_at_babel_core_7.23.0", - "@babel/plugin-syntax-import-meta": "7.10.4_at_babel_core_7.23.0", - "@babel/plugin-syntax-json-strings": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-logical-assignment-operators": "7.10.4_at_babel_core_7.23.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.0", - "@babel/plugin-syntax-object-rest-spread": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-optional-catch-binding": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-optional-chaining": "7.8.3_at_babel_core_7.23.0", - "@babel/plugin-syntax-top-level-await": "7.14.5_at_babel_core_7.23.0" - }, - "transitive_closure": { - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-parameters__7.22.15__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-parameters__7.22.15__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-parameters", - "version": "7.22.15_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__tsconfig-to-swcconfig__2.4.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tsconfig-to-swcconfig__2.4.0__links", - "package": "tsconfig-to-swcconfig", - "version": "2.4.0", - "dev": true, - "root_package": "", - "link_packages": { - "react": [ - "tsconfig-to-swcconfig" - ] - }, - "deps": { - "@fastify/deepmerge": "1.3.0", - "joycon": "3.1.1", - "jsonc-parser": "3.2.0" - }, - "transitive_closure": { - "tsconfig-to-swcconfig": [ - "2.4.0" - ], - "@fastify/deepmerge": [ - "1.3.0" - ], - "joycon": [ - "3.1.1" - ], - "jsonc-parser": [ - "3.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__glob-parent__6.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__glob-parent__6.0.2__links", - "package": "glob-parent", - "version": "6.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "is-glob": "4.0.3" - }, - "transitive_closure": { - "glob-parent": [ - "6.0.2" - ], - "is-glob": [ - "4.0.3" - ], - "is-extglob": [ - "2.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jake__10.8.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jake__10.8.7", - "package": "jake", - "version": "10.8.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", - "url": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__file-loader__6.2.0__webpack_5.88.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__file-loader__6.2.0__webpack_5.88.2__links", - "package": "file-loader", - "version": "6.2.0_webpack_5.88.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "loader-utils": "2.0.4", - "schema-utils": "3.3.0", - "webpack": "5.88.2" - }, - "transitive_closure": { - "file-loader": [ - "6.2.0_webpack_5.88.2" - ], - "loader-utils": [ - "2.0.4" - ], - "schema-utils": [ - "3.3.0" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.2.1" - ], - "@types/node": [ - "20.8.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "big.js": [ - "5.2.2" - ], - "emojis-list": [ - "3.0.0" - ], - "json5": [ - "2.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-circus__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-circus__27.5.1", - "package": "jest-circus", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", - "url": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_expect__29.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_expect__29.7.0", - "package": "@jest/expect", - "version": "29.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", - "url": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__css.escape__1.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css.escape__1.5.1", - "package": "css.escape", - "version": "1.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==", - "url": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_helper-compilation-targets__7.22.15": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-compilation-targets__7.22.15", - "package": "@babel/helper-compilation-targets", - "version": "7.22.15", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", - "url": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__svgo__2.8.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__svgo__2.8.0__links", - "package": "svgo", - "version": "2.8.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@trysound/sax": "0.2.0", - "commander": "7.2.0", - "css-select": "4.3.0", - "css-tree": "1.1.3", - "csso": "4.2.0", - "picocolors": "1.0.0", - "stable": "0.1.8" - }, - "transitive_closure": { - "svgo": [ - "2.8.0" - ], - "@trysound/sax": [ - "0.2.0" - ], - "commander": [ - "7.2.0" - ], - "css-select": [ - "4.3.0" - ], - "css-tree": [ - "1.1.3" - ], - "csso": [ - "4.2.0" - ], - "picocolors": [ - "1.0.0" - ], - "stable": [ - "0.1.8" - ], - "mdn-data": [ - "2.0.14" - ], - "source-map": [ - "0.6.1" - ], - "boolbase": [ - "1.0.0" - ], - "css-what": [ - "6.1.0" - ], - "domhandler": [ - "4.3.1" - ], - "domutils": [ - "2.8.0" - ], - "nth-check": [ - "2.1.1" - ], - "dom-serializer": [ - "1.4.1" - ], - "domelementtype": [ - "2.3.0" - ], - "entities": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__esbuild-linux-32__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-32__0.15.18", - "package": "esbuild-linux-32", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==", - "url": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-message-util__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-message-util__27.5.1", - "package": "jest-message-util", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", - "url": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-unique-selectors__5.1.1__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-unique-selectors__5.1.1__postcss_8.4.31__links", - "package": "postcss-unique-selectors", - "version": "5.1.1_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "postcss-unique-selectors": [ - "5.1.1_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_alloc_quick-lru__5.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_alloc_quick-lru__5.2.0", - "package": "@alloc/quick-lru", - "version": "5.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "url": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-reduce-initial__5.1.2__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-reduce-initial__5.1.2__postcss_8.4.31__links", - "package": "postcss-reduce-initial", - "version": "5.1.2_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "browserslist": "4.22.1", - "caniuse-api": "3.0.0", - "postcss": "8.4.31" - }, - "transitive_closure": { - "postcss-reduce-initial": [ - "5.1.2_postcss_8.4.31" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-api": [ - "3.0.0" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "lodash.memoize": [ - "4.1.2" - ], - "lodash.uniq": [ - "4.5.0" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_bonjour__3.5.11": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_bonjour__3.5.11", - "package": "@types/bonjour", - "version": "3.5.11", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-isGhjmBtLIxdHBDl2xGwUzEM8AOyOvWsADWq7rqirdi/ZQoHnLWErHvsThcEzTX8juDRiZtzp2Qkv5bgNh6mAg==", - "url": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.11.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__type-fest__0.16.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__type-fest__0.16.0__links", - "package": "type-fest", - "version": "0.16.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "type-fest": [ - "0.16.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_swc_core-win32-arm64-msvc__1.3.100__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-win32-arm64-msvc__1.3.100__links", - "package": "@swc/core-win32-arm64-msvc", - "version": "1.3.100", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@swc/core-win32-arm64-msvc": [ - "1.3.100" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_aria-query__5.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_aria-query__5.0.2__links", - "package": "@types/aria-query", - "version": "5.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/aria-query": [ - "5.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-cli__29.5.0__at_types_node_18.11.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-cli__29.5.0__at_types_node_18.11.9", - "package": "jest-cli", - "version": "29.5.0_at_types_node_18.11.9", - "root_package": "", - "link_workspace": "", - "link_packages": { - "next.js": [ - "jest-cli" - ], - "react": [ - "jest-cli" - ] - }, - "integrity": "sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==", - "url": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__string_decoder__1.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__string_decoder__1.3.0", - "package": "string_decoder", - "version": "1.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_svgr_plugin-svgo__5.5.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_plugin-svgo__5.5.0", - "package": "@svgr/plugin-svgo", - "version": "5.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", - "url": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss__7.0.39__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss__7.0.39__links", - "package": "postcss", - "version": "7.0.39", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "picocolors": "0.2.1", - "source-map": "0.6.1" - }, - "transitive_closure": { - "postcss": [ - "7.0.39" - ], - "picocolors": [ - "0.2.1" - ], - "source-map": [ - "0.6.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__lodash__4.17.21": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__lodash__4.17.21", - "package": "lodash", - "version": "4.17.21", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "url": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__inherits__2.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__inherits__2.0.3__links", - "package": "inherits", - "version": "2.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "inherits": [ - "2.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__picomatch__2.3.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__picomatch__2.3.1__links", - "package": "picomatch", - "version": "2.3.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "picomatch": [ - "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helper-validator-identifier__7.22.20__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-validator-identifier__7.22.20__links", - "package": "@babel/helper-validator-identifier", - "version": "7.22.20", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@babel/helper-validator-identifier": [ - "7.22.20" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_tough-cookie__4.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_tough-cookie__4.0.3__links", - "package": "@types/tough-cookie", - "version": "4.0.3", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@types/tough-cookie": [ - "4.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_istanbul-lib-coverage__2.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_istanbul-lib-coverage__2.0.4", - "package": "@types/istanbul-lib-coverage", - "version": "2.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", - "url": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__aria-query__5.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__aria-query__5.1.3__links", - "package": "aria-query", - "version": "5.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "deep-equal": "2.2.2" - }, - "transitive_closure": { - "aria-query": [ - "5.1.3" - ], - "deep-equal": [ - "2.2.2" - ], - "array-buffer-byte-length": [ - "1.0.0" - ], - "call-bind": [ - "1.0.2" - ], - "es-get-iterator": [ - "1.1.3" - ], - "get-intrinsic": [ - "1.2.1" - ], - "is-arguments": [ - "1.1.1" - ], - "is-array-buffer": [ - "3.0.2" - ], - "is-date-object": [ - "1.0.5" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "isarray": [ - "2.0.5" - ], - "object-is": [ - "1.1.5" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.5.1" - ], - "side-channel": [ - "1.0.4" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "which-collection": [ - "1.0.1" - ], - "which-typed-array": [ - "1.1.11" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "for-each": [ - "0.3.3" - ], - "gopd": [ - "1.0.1" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-symbols": [ - "1.0.3" - ], - "is-callable": [ - "1.2.7" - ], - "is-map": [ - "2.0.2" - ], - "is-set": [ - "2.0.2" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "has-bigints": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.3" - ], - "define-properties": [ - "1.2.1" - ], - "set-function-name": [ - "2.0.1" - ], - "define-data-property": [ - "1.1.0" - ], - "functions-have-names": [ - "1.2.3" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "is-typed-array": [ - "1.1.12" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "stop-iteration-iterator": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-named-capturing-groups-regex__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-named-capturing-groups-regex", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "regexpu-core": [ - "5.3.2" - ], - "semver": [ - "6.3.1" - ], - "@babel/regjsgen": [ - "0.8.0" - ], - "regenerate": [ - "1.4.2" - ], - "regenerate-unicode-properties": [ - "10.1.1" - ], - "regjsparser": [ - "0.9.1" - ], - "unicode-match-property-ecmascript": [ - "2.0.0" - ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" - ], - "unicode-canonical-property-names-ecmascript": [ - "2.0.0" - ], - "unicode-property-aliases-ecmascript": [ - "2.1.0" - ], - "jsesc": [ - "2.5.2", - "0.5.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__loader-runner__4.3.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__loader-runner__4.3.0", - "package": "loader-runner", - "version": "4.3.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "url": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__esbuild-android-arm64__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-android-arm64__0.15.18", - "package": "esbuild-android-arm64", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==", - "url": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__tailwindcss__3.3.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tailwindcss__3.3.3__links", - "package": "tailwindcss", - "version": "3.3.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@alloc/quick-lru": "5.2.0", - "arg": "5.0.2", - "chokidar": "3.5.3", - "didyoumean": "1.2.2", - "dlv": "1.1.3", - "fast-glob": "3.3.1", - "glob-parent": "6.0.2", - "is-glob": "4.0.3", - "jiti": "1.20.0", - "lilconfig": "2.1.0", - "micromatch": "4.0.5", - "normalize-path": "3.0.0", - "object-hash": "3.0.0", - "picocolors": "1.0.0", - "postcss": "8.4.31", - "postcss-import": "15.1.0_postcss_8.4.31", - "postcss-js": "4.0.1_postcss_8.4.31", - "postcss-load-config": "4.0.1_postcss_8.4.31", - "postcss-nested": "6.0.1_postcss_8.4.31", - "postcss-selector-parser": "6.0.13", - "resolve": "1.22.6", - "sucrase": "3.34.0" - }, - "transitive_closure": { - "tailwindcss": [ - "3.3.3" - ], - "@alloc/quick-lru": [ - "5.2.0" - ], - "arg": [ - "5.0.2" - ], - "chokidar": [ - "3.5.3" - ], - "didyoumean": [ - "1.2.2" - ], - "dlv": [ - "1.1.3" - ], - "fast-glob": [ - "3.3.1" - ], - "glob-parent": [ - "5.1.2", - "6.0.2" - ], - "is-glob": [ - "4.0.3" - ], - "jiti": [ - "1.20.0" - ], - "lilconfig": [ - "2.1.0" - ], - "micromatch": [ - "4.0.5" - ], - "normalize-path": [ - "3.0.0" - ], - "object-hash": [ - "3.0.0" - ], - "picocolors": [ - "1.0.0" - ], - "postcss": [ - "8.4.31" - ], - "postcss-import": [ - "15.1.0_postcss_8.4.31" - ], - "postcss-js": [ - "4.0.1_postcss_8.4.31" - ], - "postcss-load-config": [ - "4.0.1_postcss_8.4.31" - ], - "postcss-nested": [ - "6.0.1_postcss_8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "resolve": [ - "1.22.6" - ], - "sucrase": [ - "3.34.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "commander": [ - "4.1.1" - ], - "glob": [ - "7.1.6" - ], - "lines-and-columns": [ - "1.2.4" - ], - "mz": [ - "2.7.0" - ], - "pirates": [ - "4.0.6" - ], - "ts-interface-checker": [ - "0.1.13" - ], - "any-promise": [ - "1.3.0" - ], - "object-assign": [ - "4.1.1" - ], - "thenify-all": [ - "1.6.0" - ], - "thenify": [ - "3.3.1" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "yaml": [ - "2.3.2" - ], - "camelcase-css": [ - "2.0.1" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "read-cache": [ - "1.0.0" - ], - "pify": [ - "2.3.0" - ], - "nanoid": [ - "3.3.6" - ], - "source-map-js": [ - "1.0.2" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "is-extglob": [ - "2.1.1" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "merge2": [ - "1.4.1" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "anymatch": [ - "3.1.3" - ], - "is-binary-path": [ - "2.1.0" - ], - "readdirp": [ - "3.6.0" - ], - "fsevents": [ - "2.3.3" - ], - "binary-extensions": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_typescript-eslint_types__5.62.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_types__5.62.0__links", - "package": "@typescript-eslint/types", - "version": "5.62.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@typescript-eslint/types": [ - "5.62.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__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__postcss-normalize-repeat-style__5.1.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-repeat-style__5.1.1__postcss_8.4.31", - "package": "postcss-normalize-repeat-style", - "version": "5.1.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", - "url": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_esbuild_linux-loong64__0.15.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_esbuild_linux-loong64__0.15.18__links", - "package": "@esbuild/linux-loong64", - "version": "0.15.18", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@esbuild/linux-loong64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__fast-glob__3.3.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fast-glob__3.3.1", - "package": "fast-glob", - "version": "3.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", - "url": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_types__24.9.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__24.9.0__links", - "package": "@jest/types", - "version": "24.9.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/istanbul-lib-coverage": "2.0.4", - "@types/istanbul-reports": "1.1.2", - "@types/yargs": "13.0.12" - }, - "transitive_closure": { - "@jest/types": [ - "24.9.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "1.1.2" - ], - "@types/yargs": [ - "13.0.12" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__babel-jest__29.7.0__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-jest__29.7.0__at_babel_core_7.23.0", - "package": "babel-jest", - "version": "29.7.0_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", - "url": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_svgr_plugin-jsx__5.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_plugin-jsx__5.5.0__links", - "package": "@svgr/plugin-jsx", - "version": "5.5.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@svgr/babel-preset": "5.5.0", - "@svgr/hast-util-to-babel-ast": "5.5.0", - "svg-parser": "2.0.4" - }, - "transitive_closure": { - "@svgr/plugin-jsx": [ - "5.5.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@svgr/babel-preset": [ - "5.5.0" - ], - "@svgr/hast-util-to-babel-ast": [ - "5.5.0" - ], - "svg-parser": [ - "2.0.4" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@svgr/babel-plugin-add-jsx-attribute": [ - "5.4.0" - ], - "@svgr/babel-plugin-remove-jsx-attribute": [ - "5.4.0" - ], - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "5.0.1" - ], - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "5.0.1" - ], - "@svgr/babel-plugin-svg-dynamic-title": [ - "5.4.0" - ], - "@svgr/babel-plugin-svg-em-dimensions": [ - "5.4.0" - ], - "@svgr/babel-plugin-transform-react-native-svg": [ - "5.4.0" - ], - "@svgr/babel-plugin-transform-svg-component": [ - "5.5.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__launch-editor__2.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__launch-editor__2.6.0", - "package": "launch-editor", - "version": "2.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==", - "url": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__yargs__17.7.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yargs__17.7.2__links", - "package": "yargs", - "version": "17.7.2", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "cliui": "8.0.1", - "escalade": "3.1.1", - "get-caller-file": "2.0.5", - "require-directory": "2.1.1", - "string-width": "4.2.3", - "y18n": "5.0.8", - "yargs-parser": "21.1.1" - }, - "transitive_closure": { - "yargs": [ - "17.7.2" - ], - "cliui": [ - "8.0.1" - ], - "escalade": [ - "3.1.1" - ], - "get-caller-file": [ - "2.0.5" - ], - "require-directory": [ - "2.1.1" - ], - "string-width": [ - "4.2.3" - ], - "y18n": [ - "5.0.8" - ], - "yargs-parser": [ - "21.1.1" - ], - "emoji-regex": [ - "8.0.0" - ], - "is-fullwidth-code-point": [ - "3.0.0" - ], - "strip-ansi": [ - "6.0.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "wrap-ansi": [ - "7.0.0" - ], - "ansi-styles": [ - "4.3.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__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__workbox-recipes__6.6.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-recipes__6.6.0__links", - "package": "workbox-recipes", - "version": "6.6.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "workbox-cacheable-response": "6.6.0", - "workbox-core": "6.6.0", - "workbox-expiration": "6.6.0", - "workbox-precaching": "6.6.0", - "workbox-routing": "6.6.0", - "workbox-strategies": "6.6.0" - }, - "transitive_closure": { - "workbox-recipes": [ - "6.6.0" - ], - "workbox-cacheable-response": [ - "6.6.0" - ], - "workbox-core": [ - "6.6.0" - ], - "workbox-expiration": [ - "6.6.0" - ], - "workbox-precaching": [ - "6.6.0" - ], - "workbox-routing": [ - "6.6.0" - ], - "workbox-strategies": [ - "6.6.0" - ], - "idb": [ - "7.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__toidentifier__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__toidentifier__1.0.1__links", - "package": "toidentifier", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "toidentifier": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__iterator.prototype__1.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__iterator.prototype__1.1.2", - "package": "iterator.prototype", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", - "url": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jsonc-parser__3.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsonc-parser__3.2.0__links", - "package": "jsonc-parser", - "version": "3.2.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "jsonc-parser": [ - "3.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-class-properties__7.12.13__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-class-properties", - "version": "7.12.13_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__react-is__16.13.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-is__16.13.1__links", - "package": "react-is", - "version": "16.13.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "react-is": [ - "16.13.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__ipaddr.js__2.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ipaddr.js__2.1.0__links", - "package": "ipaddr.js", - "version": "2.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ipaddr.js": [ - "2.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__filelist__1.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__filelist__1.0.4", - "package": "filelist", - "version": "1.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", - "url": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__strip-bom__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-bom__4.0.0__links", - "package": "strip-bom", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "strip-bom": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-nullish-coalescing-operator__7.22.11__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-nullish-coalescing-operator__7.22.11__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-nullish-coalescing-operator", - "version": "7.22.11_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3_at_babel_core_7.23.0" - }, - "transitive_closure": { - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__babel-plugin-polyfill-regenerator__0.5.2__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-polyfill-regenerator__0.5.2__at_babel_core_7.23.0__links", - "package": "babel-plugin-polyfill-regenerator", - "version": "0.5.2_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-define-polyfill-provider": "0.4.2_at_babel_core_7.23.0" - }, - "transitive_closure": { - "babel-plugin-polyfill-regenerator": [ - "0.5.2_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "debug": [ - "4.3.4" - ], - "lodash.debounce": [ - "4.0.8" - ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__object-is__1.1.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__object-is__1.1.5__links", - "package": "object-is", - "version": "1.1.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.2.1" - }, - "transitive_closure": { - "object-is": [ - "1.1.5" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.2.1" - ], - "define-data-property": [ - "1.1.0" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "object-keys": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "gopd": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__unbox-primitive__1.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__unbox-primitive__1.0.2__links", - "package": "unbox-primitive", - "version": "1.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "has-bigints": "1.0.2", - "has-symbols": "1.0.3", - "which-boxed-primitive": "1.0.2" - }, - "transitive_closure": { - "unbox-primitive": [ - "1.0.2" - ], - "call-bind": [ - "1.0.2" - ], - "has-bigints": [ - "1.0.2" - ], - "has-symbols": [ - "1.0.3" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-string": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "has-tostringtag": [ - "1.0.0" - ], - "function-bind": [ - "1.1.1" - ], - "get-intrinsic": [ - "1.2.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__define-properties__1.2.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__define-properties__1.2.1", - "package": "define-properties", - "version": "1.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", - "url": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__rechoir__0.8.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__rechoir__0.8.0__links", - "package": "rechoir", - "version": "0.8.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "resolve": "1.22.6" - }, - "transitive_closure": { - "rechoir": [ - "0.8.0" - ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_istanbuljs_load-nyc-config__1.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_istanbuljs_load-nyc-config__1.1.0", - "package": "@istanbuljs/load-nyc-config", - "version": "1.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "url": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__q__1.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__q__1.5.1", - "package": "q", - "version": "1.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", - "url": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__supports-preserve-symlinks-flag__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__supports-preserve-symlinks-flag__1.0.0", - "package": "supports-preserve-symlinks-flag", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "url": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-watcher__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-watcher__29.7.0__links", - "package": "jest-watcher", - "version": "29.7.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/test-result": "29.7.0", - "@jest/types": "29.6.3", - "@types/node": "18.11.9", - "ansi-escapes": "4.3.2", - "chalk": "4.1.2", - "emittery": "0.13.1", - "jest-util": "29.7.0", - "string-length": "4.0.2" - }, - "transitive_closure": { - "jest-watcher": [ - "29.7.0" - ], - "@jest/test-result": [ - "29.7.0" - ], - "@jest/types": [ - "29.6.3" - ], - "@types/node": [ - "18.11.9" - ], - "ansi-escapes": [ - "4.3.2" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "emittery": [ - "0.13.1" - ], - "jest-util": [ - "29.7.0" - ], - "string-length": [ - "4.0.2" - ], - "char-regex": [ - "1.0.2" - ], - "strip-ansi": [ - "6.0.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "type-fest": [ - "0.21.3" - ], - "@jest/schemas": [ - "29.6.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@jest/console": [ - "29.7.0" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "jest-message-util": [ - "29.7.0" - ], - "slash": [ - "3.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "29.7.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "react-is": [ - "18.2.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_connect-history-api-fallback__1.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_connect-history-api-fallback__1.5.1", - "package": "@types/connect-history-api-fallback", - "version": "1.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iaQslNbARe8fctL5Lk+DsmgWOM83lM+7FzP0eQUJs1jd3kBE8NWqBTIT2S8SqQOJjxvt2eyIjpOuYeRXq2AdMw==", - "url": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__optionator__0.8.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__optionator__0.8.3__links", - "package": "optionator", - "version": "0.8.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "deep-is": "0.1.4", - "fast-levenshtein": "2.0.6", - "levn": "0.3.0", - "prelude-ls": "1.1.2", - "type-check": "0.3.2", - "word-wrap": "1.2.5" - }, - "transitive_closure": { - "optionator": [ - "0.8.3" - ], - "deep-is": [ - "0.1.4" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "levn": [ - "0.3.0" - ], - "prelude-ls": [ - "1.1.2" - ], - "type-check": [ - "0.3.2" - ], - "word-wrap": [ - "1.2.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__deep-is__0.1.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__deep-is__0.1.4__links", - "package": "deep-is", - "version": "0.1.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "deep-is": [ - "0.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss__8.4.14": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss__8.4.14", - "package": "postcss", - "version": "8.4.14", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==", - "url": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__webpack-dev-server__4.15.1__-360275163__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__webpack-dev-server__4.15.1__-360275163__links", - "package": "webpack-dev-server", - "version": "4.15.1_-360275163", - "dev": true, - "root_package": "", - "link_packages": { - "react-webpack": [ - "webpack-dev-server" - ] - }, - "deps": { - "@types/bonjour": "3.5.11", - "@types/connect-history-api-fallback": "1.5.1", - "@types/express": "4.17.18", - "@types/serve-index": "1.9.2", - "@types/serve-static": "1.15.3", - "@types/sockjs": "0.3.34", - "@types/ws": "8.5.6", - "ansi-html-community": "0.0.8", - "bonjour-service": "1.1.1", - "chokidar": "3.5.3", - "colorette": "2.0.20", - "compression": "1.7.4", - "connect-history-api-fallback": "2.0.0", - "default-gateway": "6.0.3", - "express": "4.18.2", - "graceful-fs": "4.2.11", - "html-entities": "2.4.0", - "http-proxy-middleware": "2.0.6_at_types_express_4.17.18", - "ipaddr.js": "2.1.0", - "launch-editor": "2.6.0", - "open": "8.4.2", - "p-retry": "4.6.2", - "rimraf": "3.0.2", - "schema-utils": "4.2.0", - "selfsigned": "2.1.1", - "serve-index": "1.9.1", - "sockjs": "0.3.24", - "spdy": "4.0.2", - "webpack": "5.89.0_-1501518582", - "webpack-cli": "5.1.4_34022717", - "webpack-dev-middleware": "5.3.3_webpack_5.89.0", - "ws": "8.14.2" - }, - "transitive_closure": { - "webpack-dev-server": [ - "4.15.1_-360275163" - ], - "@types/bonjour": [ - "3.5.11" - ], - "@types/connect-history-api-fallback": [ - "1.5.1" - ], - "@types/express": [ - "4.17.18" - ], - "@types/serve-index": [ - "1.9.2" - ], - "@types/serve-static": [ - "1.15.3" - ], - "@types/sockjs": [ - "0.3.34" - ], - "@types/ws": [ - "8.5.6" - ], - "ansi-html-community": [ - "0.0.8" - ], - "bonjour-service": [ - "1.1.1" - ], - "chokidar": [ - "3.5.3" - ], - "colorette": [ - "2.0.20" - ], - "compression": [ - "1.7.4" - ], - "connect-history-api-fallback": [ - "2.0.0" - ], - "default-gateway": [ - "6.0.3" - ], - "express": [ - "4.18.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "html-entities": [ - "2.4.0" - ], - "http-proxy-middleware": [ - "2.0.6_at_types_express_4.17.18" - ], - "ipaddr.js": [ - "1.9.1", - "2.1.0" - ], - "launch-editor": [ - "2.6.0" - ], - "open": [ - "8.4.2" - ], - "p-retry": [ - "4.6.2" - ], - "rimraf": [ - "3.0.2" - ], - "schema-utils": [ - "3.3.0", - "4.2.0" - ], - "selfsigned": [ - "2.1.1" - ], - "serve-index": [ - "1.9.1" - ], - "sockjs": [ - "0.3.24" - ], - "spdy": [ - "4.0.2" - ], - "webpack": [ - "5.89.0_-1501518582" - ], - "webpack-cli": [ - "5.1.4_34022717" - ], - "webpack-dev-middleware": [ - "5.3.3_webpack_5.89.0" - ], - "ws": [ - "8.14.2" - ], - "memfs": [ - "3.5.3" - ], - "mime-types": [ - "2.1.35" - ], - "range-parser": [ - "1.2.1" - ], - "mime-db": [ - "1.52.0" - ], - "fs-monkey": [ - "1.0.5" - ], - "@discoveryjs/json-ext": [ - "0.5.7" - ], - "@webpack-cli/configtest": [ - "2.1.1_-360275163" - ], - "@webpack-cli/info": [ - "2.0.2_-360275163" - ], - "@webpack-cli/serve": [ - "2.0.5_-1521883062" - ], - "commander": [ - "2.20.3", - "10.0.1" - ], - "cross-spawn": [ - "7.0.3" - ], - "envinfo": [ - "7.11.0" - ], - "fastest-levenshtein": [ - "1.0.16" - ], - "import-local": [ - "3.1.0" - ], - "interpret": [ - "3.1.1" - ], - "rechoir": [ - "0.8.0" - ], - "webpack-merge": [ - "5.10.0" - ], - "clone-deep": [ - "4.0.1" - ], - "flat": [ - "5.0.2" - ], - "wildcard": [ - "2.0.1" - ], - "is-plain-object": [ - "2.0.4" - ], - "kind-of": [ - "6.0.3" - ], - "shallow-clone": [ - "3.0.1" - ], - "isobject": [ - "3.0.1" - ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "pkg-dir": [ - "4.2.0" - ], - "resolve-cwd": [ - "3.0.0" - ], - "resolve-from": [ - "5.0.0" - ], - "find-up": [ - "4.1.0" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "neo-async": [ - "2.6.2" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_1251614587" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@swc/core": [ - "1.3.100" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "safe-buffer": [ - "5.1.2", - "5.2.1" - ], - "@types/node": [ - "18.11.9", - "20.8.2" - ], - "merge-stream": [ - "2.0.0" - ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@swc/counter": [ - "0.1.2" - ], - "@swc/types": [ - "0.1.5" - ], - "@swc/core-darwin-arm64": [ - "1.3.100" - ], - "@swc/core-darwin-x64": [ - "1.3.100" - ], - "@swc/core-linux-arm64-gnu": [ - "1.3.100" - ], - "@swc/core-linux-arm64-musl": [ - "1.3.100" - ], - "@swc/core-linux-x64-gnu": [ - "1.3.100" - ], - "@swc/core-linux-x64-musl": [ - "1.3.100" - ], - "@swc/core-win32-arm64-msvc": [ - "1.3.100" - ], - "@swc/core-win32-ia32-msvc": [ - "1.3.100" - ], - "@swc/core-win32-x64-msvc": [ - "1.3.100" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "8.12.0", - "6.12.6" - ], - "ajv-keywords": [ - "5.1.0_ajv_8.12.0", - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "1.0.0", - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ], - "debug": [ - "2.6.9", - "4.3.4" - ], - "handle-thing": [ - "2.0.1" - ], - "http-deceiver": [ - "1.2.7" - ], - "select-hose": [ - "2.0.0" - ], - "spdy-transport": [ - "3.0.0" - ], - "detect-node": [ - "2.1.0" - ], - "hpack.js": [ - "2.1.6" - ], - "obuf": [ - "1.1.2" - ], - "readable-stream": [ - "2.3.8", - "3.6.2" - ], - "wbuf": [ - "1.7.3" - ], - "minimalistic-assert": [ - "1.0.1" - ], - "inherits": [ - "2.0.3", - "2.0.4" - ], - "string_decoder": [ - "1.1.1", - "1.3.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "core-util-is": [ - "1.0.3" - ], - "isarray": [ - "1.0.0" - ], - "process-nextick-args": [ - "2.0.1" - ], - "ms": [ - "2.1.3", - "2.0.0", - "2.1.2" - ], - "faye-websocket": [ - "0.11.4" - ], - "uuid": [ - "8.3.2" - ], - "websocket-driver": [ - "0.7.4" - ], - "http-parser-js": [ - "0.5.8" - ], - "websocket-extensions": [ - "0.1.4" - ], - "accepts": [ - "1.3.8" - ], - "batch": [ - "0.6.1" - ], - "escape-html": [ - "1.0.3" - ], - "http-errors": [ - "2.0.0", - "1.6.3" - ], - "parseurl": [ - "1.3.3" - ], - "depd": [ - "2.0.0", - "1.1.2" - ], - "setprototypeof": [ - "1.2.0", - "1.1.0" - ], - "statuses": [ - "2.0.1", - "1.5.0" - ], - "negotiator": [ - "0.6.3" - ], - "node-forge": [ - "1.3.1" - ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" - ], - "require-from-string": [ - "2.0.2" - ], - "glob": [ - "7.2.3" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "@types/retry": [ - "0.12.0" - ], - "retry": [ - "0.13.1" - ], - "define-lazy-prop": [ - "2.0.0" - ], - "is-docker": [ - "2.2.1" - ], - "is-wsl": [ - "2.2.0" - ], - "shell-quote": [ - "1.8.1" - ], - "@types/http-proxy": [ - "1.17.12" - ], - "http-proxy": [ - "1.18.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-plain-obj": [ - "3.0.0" - ], - "micromatch": [ - "4.0.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "is-extglob": [ - "2.1.1" - ], - "eventemitter3": [ - "4.0.7" - ], - "follow-redirects": [ - "1.15.3" - ], - "requires-port": [ - "1.0.0" - ], - "array-flatten": [ - "2.1.2", - "1.1.1" - ], - "body-parser": [ - "1.20.1" - ], - "content-disposition": [ - "0.5.4" - ], - "content-type": [ - "1.0.5" - ], - "cookie": [ - "0.5.0" - ], - "cookie-signature": [ - "1.0.6" - ], - "encodeurl": [ - "1.0.2" - ], - "etag": [ - "1.8.1" - ], - "finalhandler": [ - "1.2.0" - ], - "fresh": [ - "0.5.2" - ], - "merge-descriptors": [ - "1.0.1" - ], - "methods": [ - "1.1.2" - ], - "on-finished": [ - "2.4.1" - ], - "path-to-regexp": [ - "0.1.7" - ], - "proxy-addr": [ - "2.0.7" - ], - "qs": [ - "6.11.0" - ], - "send": [ - "0.18.0" - ], - "serve-static": [ - "1.15.0" - ], - "type-is": [ - "1.6.18" - ], - "utils-merge": [ - "1.0.1" - ], - "vary": [ - "1.1.2" - ], - "media-typer": [ - "0.3.0" - ], - "destroy": [ - "1.2.0" - ], - "mime": [ - "1.6.0" - ], - "side-channel": [ - "1.0.4" - ], - "call-bind": [ - "1.0.2" - ], - "get-intrinsic": [ - "1.2.1" - ], - "object-inspect": [ - "1.12.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "forwarded": [ - "0.2.0" - ], - "ee-first": [ - "1.1.1" - ], - "toidentifier": [ - "1.0.1" - ], - "unpipe": [ - "1.0.0" - ], - "bytes": [ - "3.0.0", - "3.1.2" - ], - "iconv-lite": [ - "0.4.24" - ], - "raw-body": [ - "2.5.1" - ], - "safer-buffer": [ - "2.1.2" - ], - "execa": [ - "5.1.1" - ], - "get-stream": [ - "6.0.1" - ], - "human-signals": [ - "2.1.0" - ], - "is-stream": [ - "2.0.1" - ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" - ], - "compressible": [ - "2.0.18" - ], - "on-headers": [ - "1.0.2" - ], - "anymatch": [ - "3.1.3" - ], - "glob-parent": [ - "5.1.2" - ], - "is-binary-path": [ - "2.1.0" - ], - "normalize-path": [ - "3.0.0" - ], - "readdirp": [ - "3.6.0" - ], - "fsevents": [ - "2.3.3" - ], - "binary-extensions": [ - "2.2.0" - ], - "dns-equal": [ - "1.0.0" - ], - "multicast-dns": [ - "7.2.5" - ], - "dns-packet": [ - "5.6.1" - ], - "thunky": [ - "1.1.0" - ], - "@leichtgewicht/ip-codec": [ - "2.0.4" - ], - "@types/http-errors": [ - "2.0.2" - ], - "@types/mime": [ - "1.3.3", - "3.0.2" - ], - "@types/body-parser": [ - "1.19.3" - ], - "@types/express-serve-static-core": [ - "4.17.37" - ], - "@types/qs": [ - "6.9.8" - ], - "@types/range-parser": [ - "1.2.5" - ], - "@types/send": [ - "0.17.2" - ], - "@types/connect": [ - "3.4.36" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_wasm-parser__1.11.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-parser__1.11.6", - "package": "@webassemblyjs/wasm-parser", - "version": "1.11.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", - "url": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__strip-final-newline__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-final-newline__2.0.0", - "package": "strip-final-newline", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "url": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__tsutils__3.21.0__typescript_4.9.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tsutils__3.21.0__typescript_4.9.3__links", - "package": "tsutils", - "version": "3.21.0_typescript_4.9.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "tslib": "1.14.1", - "typescript": "4.9.3" - }, - "transitive_closure": { - "tsutils": [ - "3.21.0_typescript_4.9.3" - ], - "tslib": [ - "1.14.1" - ], - "typescript": [ - "4.9.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_compiler-dom__3.3.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-dom__3.3.4__links", - "package": "@vue/compiler-dom", - "version": "3.3.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@vue/compiler-core": "3.3.4", - "@vue/shared": "3.3.4" - }, - "transitive_closure": { - "@vue/compiler-dom": [ - "3.3.4" - ], - "@vue/compiler-core": [ - "3.3.4" - ], - "@vue/shared": [ - "3.3.4" - ], - "@babel/parser": [ - "7.23.0" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map-js": [ - "1.0.2" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__flatted__3.2.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__flatted__3.2.9", - "package": "flatted", - "version": "3.2.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", - "url": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ajv-keywords__5.1.0__ajv_8.12.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ajv-keywords__5.1.0__ajv_8.12.0__links", - "package": "ajv-keywords", - "version": "5.1.0_ajv_8.12.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "ajv": "8.12.0", - "fast-deep-equal": "3.1.3" - }, - "transitive_closure": { - "ajv-keywords": [ - "5.1.0_ajv_8.12.0" - ], - "ajv": [ - "8.12.0" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "json-schema-traverse": [ - "1.0.0" - ], - "require-from-string": [ - "2.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__boolbase__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__boolbase__1.0.0", - "package": "boolbase", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", - "url": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__concat-map__0.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__concat-map__0.0.1", - "package": "concat-map", - "version": "0.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "url": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__commander__4.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__commander__4.1.1", - "package": "commander", - "version": "4.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "url": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__damerau-levenshtein__1.0.8__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__damerau-levenshtein__1.0.8__links", - "package": "damerau-levenshtein", - "version": "1.0.8", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "damerau-levenshtein": [ - "1.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__pure-rand__6.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pure-rand__6.0.4", - "package": "pure-rand", - "version": "6.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==", - "url": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__workbox-cacheable-response__6.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-cacheable-response__6.6.0", - "package": "workbox-cacheable-response", - "version": "6.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==", - "url": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_types__29.6.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_types__29.6.3", - "package": "@jest/types", - "version": "29.6.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", - "url": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__websocket-extensions__0.1.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__websocket-extensions__0.1.4__links", - "package": "websocket-extensions", - "version": "0.1.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "websocket-extensions": [ - "0.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__depd__1.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__depd__1.1.2", - "package": "depd", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", - "url": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__semver__6.3.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__semver__6.3.1", - "package": "semver", - "version": "6.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "url": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__dns-equal__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dns-equal__1.0.0__links", - "package": "dns-equal", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "dns-equal": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__csstype__3.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__csstype__3.1.2", - "package": "csstype", - "version": "3.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==", - "url": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__strip-indent__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-indent__3.0.0__links", - "package": "strip-indent", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "min-indent": "1.0.1" - }, - "transitive_closure": { - "strip-indent": [ - "3.0.0" - ], - "min-indent": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__methods__1.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__methods__1.1.2", - "package": "methods", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "url": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__text-table__0.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__text-table__0.2.0", - "package": "text-table", - "version": "0.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "url": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__common-tags__1.8.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__common-tags__1.8.2", - "package": "common-tags", - "version": "1.8.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", - "url": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-unicode-sets-regex__7.18.6__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-unicode-sets-regex", - "version": "7.18.6_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "regexpu-core": [ - "5.3.2" - ], - "semver": [ - "6.3.1" - ], - "@babel/regjsgen": [ - "0.8.0" - ], - "regenerate": [ - "1.4.2" - ], - "regenerate-unicode-properties": [ - "10.1.1" - ], - "regjsparser": [ - "0.9.1" - ], - "unicode-match-property-ecmascript": [ - "2.0.0" - ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" - ], - "unicode-canonical-property-names-ecmascript": [ - "2.0.0" - ], - "unicode-property-aliases-ecmascript": [ - "2.1.0" - ], - "jsesc": [ - "2.5.2", - "0.5.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__levn__0.4.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__levn__0.4.1", - "package": "levn", - "version": "0.4.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "url": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__debug__2.6.9__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__debug__2.6.9__links", - "package": "debug", - "version": "2.6.9", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "ms": "2.0.0" - }, - "transitive_closure": { - "debug": [ - "2.6.9" - ], - "ms": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__glob__7.1.7__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__glob__7.1.7__links", - "package": "glob", - "version": "7.1.7", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "3.1.2", - "once": "1.4.0", - "path-is-absolute": "1.0.1" - }, - "transitive_closure": { - "glob": [ - "7.1.7" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__stringify-object__3.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__stringify-object__3.3.0__links", - "package": "stringify-object", - "version": "3.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "get-own-enumerable-property-symbols": "3.0.2", - "is-obj": "1.0.1", - "is-regexp": "1.0.0" - }, - "transitive_closure": { - "stringify-object": [ - "3.3.0" - ], - "get-own-enumerable-property-symbols": [ - "3.0.2" - ], - "is-obj": [ - "1.0.1" - ], - "is-regexp": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-regexp__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-regexp__1.0.0__links", - "package": "is-regexp", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "is-regexp": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__http-proxy-agent__5.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__http-proxy-agent__5.0.0", - "package": "http-proxy-agent", - "version": "5.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", - "url": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__detect-newline__3.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__detect-newline__3.1.0__links", - "package": "detect-newline", - "version": "3.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "detect-newline": [ - "3.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_xtuc_ieee754__1.2.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_xtuc_ieee754__1.2.0__links", - "package": "@xtuc/ieee754", - "version": "1.2.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@xtuc/ieee754": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_compiler-ssr__3.3.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.3.4__links", - "package": "@vue/compiler-ssr", - "version": "3.3.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@vue/compiler-dom": "3.3.4", - "@vue/shared": "3.3.4" - }, - "transitive_closure": { - "@vue/compiler-ssr": [ - "3.3.4" - ], - "@vue/compiler-dom": [ - "3.3.4" - ], - "@vue/shared": [ - "3.3.4" - ], - "@vue/compiler-core": [ - "3.3.4" - ], - "@babel/parser": [ - "7.23.0" - ], - "estree-walker": [ - "2.0.2" - ], - "source-map-js": [ - "1.0.2" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__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__util.promisify__1.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__util.promisify__1.0.1", - "package": "util.promisify", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", - "url": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__babel-plugin-polyfill-corejs3__0.8.4__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-polyfill-corejs3__0.8.4__at_babel_core_7.23.0__links", - "package": "babel-plugin-polyfill-corejs3", - "version": "0.8.4_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-define-polyfill-provider": "0.4.2_at_babel_core_7.23.0", - "core-js-compat": "3.33.0" - }, - "transitive_closure": { - "babel-plugin-polyfill-corejs3": [ - "0.8.4_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" - ], - "core-js-compat": [ - "3.33.0" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "debug": [ - "4.3.4" - ], - "lodash.debounce": [ - "4.0.8" - ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jake__10.8.7__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jake__10.8.7__links", - "package": "jake", - "version": "10.8.7", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "async": "3.2.4", - "chalk": "4.1.2", - "filelist": "1.0.4", - "minimatch": "3.1.2" - }, - "transitive_closure": { - "jake": [ - "10.8.7" - ], - "async": [ - "3.2.4" - ], - "chalk": [ - "4.1.2" - ], - "filelist": [ - "1.0.4" - ], - "minimatch": [ - "5.1.6", - "3.1.2" - ], - "brace-expansion": [ - "2.0.1", - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__muggle-string__0.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__muggle-string__0.1.0__links", - "package": "muggle-string", - "version": "0.1.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "muggle-string": [ - "0.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webpack-cli_configtest__2.1.1__-360275163__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webpack-cli_configtest__2.1.1__-360275163__links", - "package": "@webpack-cli/configtest", - "version": "2.1.1_-360275163", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "webpack": "5.89.0_-1501518582", - "webpack-cli": "5.1.4_34022717" - }, - "transitive_closure": { - "@webpack-cli/configtest": [ - "2.1.1_-360275163" - ], - "webpack": [ - "5.89.0_-1501518582" - ], - "webpack-cli": [ - "5.1.4_34022717" - ], - "@discoveryjs/json-ext": [ - "0.5.7" - ], - "@webpack-cli/info": [ - "2.0.2_-360275163" - ], - "@webpack-cli/serve": [ - "2.0.5_-1521883062" - ], - "colorette": [ - "2.0.20" - ], - "commander": [ - "2.20.3", - "10.0.1" - ], - "cross-spawn": [ - "7.0.3" - ], - "envinfo": [ - "7.11.0" - ], - "fastest-levenshtein": [ - "1.0.16" - ], - "import-local": [ - "3.1.0" - ], - "interpret": [ - "3.1.1" - ], - "rechoir": [ - "0.8.0" - ], - "webpack-dev-server": [ - "4.15.1_-360275163" - ], - "webpack-merge": [ - "5.10.0" - ], - "clone-deep": [ - "4.0.1" - ], - "flat": [ - "5.0.2" - ], - "wildcard": [ - "2.0.1" - ], - "is-plain-object": [ - "2.0.4" - ], - "kind-of": [ - "6.0.3" - ], - "shallow-clone": [ - "3.0.1" - ], - "isobject": [ - "3.0.1" - ], - "@types/bonjour": [ - "3.5.11" - ], - "@types/connect-history-api-fallback": [ - "1.5.1" - ], - "@types/express": [ - "4.17.18" - ], - "@types/serve-index": [ - "1.9.2" - ], - "@types/serve-static": [ - "1.15.3" - ], - "@types/sockjs": [ - "0.3.34" - ], - "@types/ws": [ - "8.5.6" - ], - "ansi-html-community": [ - "0.0.8" - ], - "bonjour-service": [ - "1.1.1" - ], - "chokidar": [ - "3.5.3" - ], - "compression": [ - "1.7.4" - ], - "connect-history-api-fallback": [ - "2.0.0" - ], - "default-gateway": [ - "6.0.3" - ], - "express": [ - "4.18.2" - ], - "graceful-fs": [ - "4.2.11" - ], - "html-entities": [ - "2.4.0" - ], - "http-proxy-middleware": [ - "2.0.6_at_types_express_4.17.18" - ], - "ipaddr.js": [ - "1.9.1", - "2.1.0" - ], - "launch-editor": [ - "2.6.0" - ], - "open": [ - "8.4.2" - ], - "p-retry": [ - "4.6.2" - ], - "rimraf": [ - "3.0.2" - ], - "schema-utils": [ - "3.3.0", - "4.2.0" - ], - "selfsigned": [ - "2.1.1" - ], - "serve-index": [ - "1.9.1" - ], - "sockjs": [ - "0.3.24" - ], - "spdy": [ - "4.0.2" - ], - "webpack-dev-middleware": [ - "5.3.3_webpack_5.89.0" - ], - "ws": [ - "8.14.2" - ], - "memfs": [ - "3.5.3" - ], - "mime-types": [ - "2.1.35" - ], - "range-parser": [ - "1.2.1" - ], - "mime-db": [ - "1.52.0" - ], - "fs-monkey": [ - "1.0.5" - ], - "debug": [ - "2.6.9", - "4.3.4" - ], - "handle-thing": [ - "2.0.1" - ], - "http-deceiver": [ - "1.2.7" - ], - "select-hose": [ - "2.0.0" - ], - "spdy-transport": [ - "3.0.0" - ], - "detect-node": [ - "2.1.0" - ], - "hpack.js": [ - "2.1.6" - ], - "obuf": [ - "1.1.2" - ], - "readable-stream": [ - "2.3.8", - "3.6.2" - ], - "wbuf": [ - "1.7.3" - ], - "minimalistic-assert": [ - "1.0.1" - ], - "inherits": [ - "2.0.3", - "2.0.4" - ], - "string_decoder": [ - "1.1.1", - "1.3.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "safe-buffer": [ - "5.1.2", - "5.2.1" - ], - "core-util-is": [ - "1.0.3" - ], - "isarray": [ - "1.0.0" - ], - "process-nextick-args": [ - "2.0.1" - ], - "ms": [ - "2.1.3", - "2.0.0", - "2.1.2" - ], - "faye-websocket": [ - "0.11.4" - ], - "uuid": [ - "8.3.2" - ], - "websocket-driver": [ - "0.7.4" - ], - "http-parser-js": [ - "0.5.8" - ], - "websocket-extensions": [ - "0.1.4" - ], - "accepts": [ - "1.3.8" - ], - "batch": [ - "0.6.1" - ], - "escape-html": [ - "1.0.3" - ], - "http-errors": [ - "2.0.0", - "1.6.3" - ], - "parseurl": [ - "1.3.3" - ], - "depd": [ - "2.0.0", - "1.1.2" - ], - "setprototypeof": [ - "1.2.0", - "1.1.0" - ], - "statuses": [ - "2.0.1", - "1.5.0" - ], - "negotiator": [ - "0.6.3" - ], - "node-forge": [ - "1.3.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6", - "8.12.0" - ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6", - "5.1.0_ajv_8.12.0" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "json-schema-traverse": [ - "0.4.1", - "1.0.0" - ], - "require-from-string": [ - "2.0.2" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "glob": [ - "7.2.3" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "@types/retry": [ - "0.12.0" - ], - "retry": [ - "0.13.1" - ], - "define-lazy-prop": [ - "2.0.0" - ], - "is-docker": [ - "2.2.1" - ], - "is-wsl": [ - "2.2.0" - ], - "picocolors": [ - "1.0.0" - ], - "shell-quote": [ - "1.8.1" - ], - "@types/http-proxy": [ - "1.17.12" - ], - "http-proxy": [ - "1.18.1" - ], - "is-glob": [ - "4.0.3" - ], - "is-plain-obj": [ - "3.0.0" - ], - "micromatch": [ - "4.0.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "is-extglob": [ - "2.1.1" - ], - "eventemitter3": [ - "4.0.7" - ], - "follow-redirects": [ - "1.15.3" - ], - "requires-port": [ - "1.0.0" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "array-flatten": [ - "2.1.2", - "1.1.1" - ], - "body-parser": [ - "1.20.1" - ], - "content-disposition": [ - "0.5.4" - ], - "content-type": [ - "1.0.5" - ], - "cookie": [ - "0.5.0" - ], - "cookie-signature": [ - "1.0.6" - ], - "encodeurl": [ - "1.0.2" - ], - "etag": [ - "1.8.1" - ], - "finalhandler": [ - "1.2.0" - ], - "fresh": [ - "0.5.2" - ], - "merge-descriptors": [ - "1.0.1" - ], - "methods": [ - "1.1.2" - ], - "on-finished": [ - "2.4.1" - ], - "path-to-regexp": [ - "0.1.7" - ], - "proxy-addr": [ - "2.0.7" - ], - "qs": [ - "6.11.0" - ], - "send": [ - "0.18.0" - ], - "serve-static": [ - "1.15.0" - ], - "type-is": [ - "1.6.18" - ], - "utils-merge": [ - "1.0.1" - ], - "vary": [ - "1.1.2" - ], - "media-typer": [ - "0.3.0" - ], - "destroy": [ - "1.2.0" - ], - "mime": [ - "1.6.0" - ], - "side-channel": [ - "1.0.4" - ], - "call-bind": [ - "1.0.2" - ], - "get-intrinsic": [ - "1.2.1" - ], - "object-inspect": [ - "1.12.3" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "forwarded": [ - "0.2.0" - ], - "ee-first": [ - "1.1.1" - ], - "toidentifier": [ - "1.0.1" - ], - "unpipe": [ - "1.0.0" - ], - "bytes": [ - "3.0.0", - "3.1.2" - ], - "iconv-lite": [ - "0.4.24" - ], - "raw-body": [ - "2.5.1" - ], - "safer-buffer": [ - "2.1.2" - ], - "execa": [ - "5.1.1" - ], - "get-stream": [ - "6.0.1" - ], - "human-signals": [ - "2.1.0" - ], - "is-stream": [ - "2.0.1" - ], - "merge-stream": [ - "2.0.0" - ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" - ], - "path-key": [ - "3.1.1" - ], - "compressible": [ - "2.0.18" - ], - "on-headers": [ - "1.0.2" - ], - "anymatch": [ - "3.1.3" - ], - "glob-parent": [ - "5.1.2" - ], - "is-binary-path": [ - "2.1.0" - ], - "normalize-path": [ - "3.0.0" - ], - "readdirp": [ - "3.6.0" - ], - "fsevents": [ - "2.3.3" - ], - "binary-extensions": [ - "2.2.0" - ], - "dns-equal": [ - "1.0.0" - ], - "multicast-dns": [ - "7.2.5" - ], - "dns-packet": [ - "5.6.1" - ], - "thunky": [ - "1.1.0" - ], - "@leichtgewicht/ip-codec": [ - "2.0.4" - ], - "@types/http-errors": [ - "2.0.2" - ], - "@types/mime": [ - "1.3.3", - "3.0.2" - ], - "@types/body-parser": [ - "1.19.3" - ], - "@types/express-serve-static-core": [ - "4.17.37" - ], - "@types/qs": [ - "6.9.8" - ], - "@types/range-parser": [ - "1.2.5" - ], - "@types/send": [ - "0.17.2" - ], - "@types/connect": [ - "3.4.36" - ], - "resolve": [ - "1.22.6" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "pkg-dir": [ - "4.2.0" - ], - "resolve-cwd": [ - "3.0.0" - ], - "resolve-from": [ - "5.0.0" - ], - "find-up": [ - "4.1.0" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "browserslist": [ - "4.22.1" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "neo-async": [ - "2.6.2" - ], - "tapable": [ - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_1251614587" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "@swc/core": [ - "1.3.100" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ - "2.1.0" - ], - "supports-color": [ - "8.1.1" - ], - "has-flag": [ - "4.0.0" - ], - "@swc/counter": [ - "0.1.2" - ], - "@swc/types": [ - "0.1.5" - ], - "@swc/core-darwin-arm64": [ - "1.3.100" - ], - "@swc/core-darwin-x64": [ - "1.3.100" - ], - "@swc/core-linux-arm64-gnu": [ - "1.3.100" - ], - "@swc/core-linux-arm64-musl": [ - "1.3.100" - ], - "@swc/core-linux-x64-gnu": [ - "1.3.100" - ], - "@swc/core-linux-x64-musl": [ - "1.3.100" - ], - "@swc/core-win32-arm64-msvc": [ - "1.3.100" - ], - "@swc/core-win32-ia32-msvc": [ - "1.3.100" - ], - "@swc/core-win32-x64-msvc": [ - "1.3.100" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__spdx-exceptions__2.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__spdx-exceptions__2.3.0__links", - "package": "spdx-exceptions", - "version": "2.3.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "spdx-exceptions": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_ieee754__1.11.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_ieee754__1.11.6__links", - "package": "@webassemblyjs/ieee754", - "version": "1.11.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@xtuc/ieee754": "1.2.0" - }, - "transitive_closure": { - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@xtuc/ieee754": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__istanbul-lib-instrument__5.2.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-instrument__5.2.1", - "package": "istanbul-lib-instrument", - "version": "5.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", - "url": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_next_swc-freebsd-x64__13.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-freebsd-x64__13.0.5", - "package": "@next/swc-freebsd-x64", - "version": "13.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-0NJg8HZr4yG8ynmMGFXQf+Mahvq4ZgBmUwSlLXXymgxEQgH17erH/LoR69uITtW+KTsALgk9axEt5AAabM4ucg==", - "url": "https://registry.npmjs.org/@next/swc-freebsd-x64/-/swc-freebsd-x64-13.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__glob__7.2.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__glob__7.2.3__links", - "package": "glob", - "version": "7.2.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.4", - "minimatch": "3.1.2", - "once": "1.4.0", - "path-is-absolute": "1.0.1" - }, - "transitive_closure": { - "glob": [ - "7.2.3" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "minimatch": [ - "3.1.2" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__tmpl__1.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tmpl__1.0.5__links", - "package": "tmpl", - "version": "1.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "tmpl": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__utila__0.4.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__utila__0.4.0__links", - "package": "utila", - "version": "0.4.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "utila": [ - "0.4.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-docblock__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-docblock__27.5.1", - "package": "jest-docblock", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", - "url": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__yargs__17.7.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yargs__17.7.2", - "package": "yargs", - "version": "17.7.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", - "url": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_next_swc-linux-arm-gnueabihf__13.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-linux-arm-gnueabihf__13.0.5", - "package": "@next/swc-linux-arm-gnueabihf", - "version": "13.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Cye+h3oDT3NDWjACMlRaolL8fokpKie34FlPj9nfoW7bYKmoMBY1d4IO/GgBF+5xEl7HkH0Ny/qex63vQ0pN+A==", - "url": "https://registry.npmjs.org/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-13.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__npm-run-path__4.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__npm-run-path__4.0.1", - "package": "npm-run-path", - "version": "4.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "url": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__path-exists__4.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__path-exists__4.0.0", - "package": "path-exists", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "url": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-string__1.0.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-string__1.0.7", - "package": "is-string", - "version": "1.0.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "url": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__workbox-strategies__6.6.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-strategies__6.6.0__links", - "package": "workbox-strategies", - "version": "6.6.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "workbox-core": "6.6.0" - }, - "transitive_closure": { - "workbox-strategies": [ - "6.6.0" - ], - "workbox-core": [ - "6.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__core-js-pure__3.33.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__core-js-pure__3.33.0", - "package": "core-js-pure", - "version": "3.33.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-FKSIDtJnds/YFIEaZ4HszRX7hkxGpNKM7FC9aJ9WLJbSd3lD4vOltFuVIBLR8asSx9frkTSqL0dw90SKQxgKrg==", - "url": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.33.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-regenerator__7.22.10__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-regenerator__7.22.10__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-regenerator", - "version": "7.22.10_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "regenerator-transform": "0.15.2" - }, - "transitive_closure": { - "@babel/plugin-transform-regenerator": [ - "7.22.10_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "regenerator-transform": [ - "0.15.2" - ], - "@babel/runtime": [ - "7.23.1" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_humanwhocodes_object-schema__1.2.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_humanwhocodes_object-schema__1.2.1", - "package": "@humanwhocodes/object-schema", - "version": "1.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "url": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jsesc__0.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsesc__0.5.0__links", - "package": "jsesc", - "version": "0.5.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "jsesc": [ - "0.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__yaml__2.3.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__yaml__2.3.2__links", - "package": "yaml", - "version": "2.3.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "yaml": [ - "2.3.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__mini-css-extract-plugin__2.7.6__webpack_5.88.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__mini-css-extract-plugin__2.7.6__webpack_5.88.2", - "package": "mini-css-extract-plugin", - "version": "2.7.6_webpack_5.88.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", - "url": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__set-function-name__2.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__set-function-name__2.0.1", - "package": "set-function-name", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", - "url": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_reactivity__3.3.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_reactivity__3.3.4__links", - "package": "@vue/reactivity", - "version": "3.3.4", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@vue/shared": "3.3.4" - }, - "transitive_closure": { - "@vue/reactivity": [ - "3.3.4" - ], - "@vue/shared": [ - "3.3.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_send__0.17.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_send__0.17.2__links", - "package": "@types/send", - "version": "0.17.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/mime": "1.3.3", - "@types/node": "18.11.9" - }, - "transitive_closure": { - "@types/send": [ - "0.17.2" - ], - "@types/mime": [ - "1.3.3" - ], - "@types/node": [ - "18.11.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__domexception__2.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__domexception__2.0.1__links", - "package": "domexception", - "version": "2.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "webidl-conversions": "5.0.0" - }, - "transitive_closure": { - "domexception": [ - "2.0.1" - ], - "webidl-conversions": [ - "5.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__mime-db__1.52.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__mime-db__1.52.0", - "package": "mime-db", - "version": "1.52.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "url": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__istanbul-lib-instrument__6.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-instrument__6.0.0", - "package": "istanbul-lib-instrument", - "version": "6.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==", - "url": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__safe-regex-test__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__safe-regex-test__1.0.0", - "package": "safe-regex-test", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", - "url": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__fs-extra__10.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fs-extra__10.1.0", - "package": "fs-extra", - "version": "10.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", - "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__json-schema-traverse__1.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__json-schema-traverse__1.0.0", - "package": "json-schema-traverse", - "version": "1.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-discard-comments__5.1.2__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-discard-comments__5.1.2__postcss_8.4.31", - "package": "postcss-discard-comments", - "version": "5.1.2_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", - "url": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__terminal-link__2.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__terminal-link__2.1.1__links", - "package": "terminal-link", - "version": "2.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "ansi-escapes": "4.3.2", - "supports-hyperlinks": "2.3.0" - }, - "transitive_closure": { - "terminal-link": [ - "2.1.1" - ], - "ansi-escapes": [ - "4.3.2" - ], - "supports-hyperlinks": [ - "2.3.0" - ], - "has-flag": [ - "4.0.0" - ], - "supports-color": [ - "7.2.0" - ], - "type-fest": [ - "0.21.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__ansi-html-community__0.0.8": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ansi-html-community__0.0.8", - "package": "ansi-html-community", - "version": "0.0.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", - "url": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_serve-static__1.15.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_serve-static__1.15.3", - "package": "@types/serve-static", - "version": "1.15.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-yVRvFsEMrv7s0lGhzrggJjNOSmZCdgCjw9xWrPr/kNNLp6FaDfMC1KaYl3TSJ0c58bECwNBMoQrZJ8hA8E1eFg==", - "url": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__call-bind__1.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__call-bind__1.0.2", - "package": "call-bind", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "url": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__acorn__8.10.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__acorn__8.10.0__links", - "package": "acorn", - "version": "8.10.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "acorn": [ - "8.10.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-gap-properties__3.0.5__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-gap-properties__3.0.5__postcss_8.4.31__links", - "package": "postcss-gap-properties", - "version": "3.0.5_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "postcss-gap-properties": [ - "3.0.5_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-normalize-whitespace__5.1.1__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-normalize-whitespace__5.1.1__postcss_8.4.31__links", - "package": "postcss-normalize-whitespace", - "version": "5.1.1_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-normalize-whitespace": [ - "5.1.1_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__stylehacks__5.1.1__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__stylehacks__5.1.1__postcss_8.4.31__links", - "package": "stylehacks", - "version": "5.1.1_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "browserslist": "4.22.1", - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "stylehacks": [ - "5.1.1_postcss_8.4.31" - ], - "browserslist": [ - "4.22.1" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_eslint_eslintrc__1.4.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_eslint_eslintrc__1.4.1", - "package": "@eslint/eslintrc", - "version": "1.4.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==", - "url": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__readable-stream__3.6.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__readable-stream__3.6.2__links", - "package": "readable-stream", - "version": "3.6.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "inherits": "2.0.4", - "string_decoder": "1.3.0", - "util-deprecate": "1.0.2" - }, - "transitive_closure": { - "readable-stream": [ - "3.6.2" - ], - "inherits": [ - "2.0.4" - ], - "string_decoder": [ - "1.3.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "safe-buffer": [ - "5.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_swc_core-linux-arm64-musl__1.3.100__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-linux-arm64-musl__1.3.100__links", - "package": "@swc/core-linux-arm64-musl", - "version": "1.3.100", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@swc/core-linux-arm64-musl": [ - "1.3.100" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_yargs__16.0.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_yargs__16.0.6__links", - "package": "@types/yargs", - "version": "16.0.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/yargs-parser": "21.0.1" - }, - "transitive_closure": { - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__eslint-plugin-flowtype__8.0.3__-1926989819": { - "bzlFile": "@@aspect_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__-1926989819", - "package": "eslint-plugin-flowtype", - "version": "8.0.3_-1926989819", - "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__esbuild-linux-arm64__0.15.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-arm64__0.15.18__links", - "package": "esbuild-linux-arm64", - "version": "0.15.18", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esbuild-linux-arm64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__w3c-xmlserializer__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__w3c-xmlserializer__4.0.0__links", - "package": "w3c-xmlserializer", - "version": "4.0.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "xml-name-validator": "4.0.0" - }, - "transitive_closure": { - "w3c-xmlserializer": [ - "4.0.0" - ], - "xml-name-validator": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__color-name__1.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__color-name__1.1.3__links", - "package": "color-name", - "version": "1.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "color-name": [ - "1.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-flexbugs-fixes__5.0.2__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-flexbugs-fixes__5.0.2__postcss_8.4.31", - "package": "postcss-flexbugs-fixes", - "version": "5.0.2_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", - "url": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_next_swc-win32-arm64-msvc__13.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-win32-arm64-msvc__13.0.5__links", - "package": "@next/swc-win32-arm64-msvc", - "version": "13.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@next/swc-win32-arm64-msvc": [ - "13.0.5" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-matcher-utils__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-matcher-utils__27.5.1", - "package": "jest-matcher-utils", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", - "url": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__anymatch__3.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__anymatch__3.1.3__links", - "package": "anymatch", - "version": "3.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "normalize-path": "3.0.0", - "picomatch": "2.3.1" - }, - "transitive_closure": { - "anymatch": [ - "3.1.3" - ], - "normalize-path": [ - "3.0.0" - ], - "picomatch": [ - "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__axe-core__4.8.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__axe-core__4.8.2", - "package": "axe-core", - "version": "4.8.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==", - "url": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__eslint-config-next__13.0.5__-1300088051__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-config-next__13.0.5__-1300088051__links", - "package": "eslint-config-next", - "version": "13.0.5_-1300088051", - "dev": true, - "root_package": "", - "link_packages": { - "next.js": [ - "eslint-config-next" - ] - }, - "deps": { - "@next/eslint-plugin-next": "13.0.5", - "@rushstack/eslint-patch": "1.5.1", - "@typescript-eslint/parser": "5.44.0_509062556", - "eslint": "8.28.0", - "eslint-import-resolver-node": "0.3.9", - "eslint-import-resolver-typescript": "3.6.1_237066510", - "eslint-plugin-import": "2.28.1_918111916", - "eslint-plugin-jsx-a11y": "6.7.1_eslint_8.28.0", - "eslint-plugin-react": "7.33.2_eslint_8.28.0", - "eslint-plugin-react-hooks": "4.6.0_eslint_8.28.0", - "next": "13.0.5_1506564262", - "typescript": "4.9.3" - }, - "transitive_closure": { - "eslint-config-next": [ - "13.0.5_-1300088051" - ], - "@next/eslint-plugin-next": [ - "13.0.5" - ], - "@rushstack/eslint-patch": [ - "1.5.1" - ], - "@typescript-eslint/parser": [ - "5.44.0_509062556" - ], - "eslint": [ - "8.28.0" - ], - "eslint-import-resolver-node": [ - "0.3.9" - ], - "eslint-import-resolver-typescript": [ - "3.6.1_237066510" - ], - "eslint-plugin-import": [ - "2.28.1_918111916" - ], - "eslint-plugin-jsx-a11y": [ - "6.7.1_eslint_8.28.0" - ], - "eslint-plugin-react": [ - "7.33.2_eslint_8.28.0" - ], - "eslint-plugin-react-hooks": [ - "4.6.0_eslint_8.28.0" - ], - "next": [ - "13.0.5_1506564262" - ], - "typescript": [ - "4.9.3" - ], - "@next/env": [ - "13.0.5" - ], - "@swc/helpers": [ - "0.4.14" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "postcss": [ - "8.4.14" - ], - "react": [ - "18.2.0" - ], - "react-dom": [ - "18.2.0_react_18.2.0" - ], - "styled-jsx": [ - "5.1.0_-756074946" - ], - "@next/swc-android-arm-eabi": [ - "13.0.5" - ], - "@next/swc-android-arm64": [ - "13.0.5" - ], - "@next/swc-darwin-arm64": [ - "13.0.5" - ], - "@next/swc-darwin-x64": [ - "13.0.5" - ], - "@next/swc-freebsd-x64": [ - "13.0.5" - ], - "@next/swc-linux-arm-gnueabihf": [ - "13.0.5" - ], - "@next/swc-linux-arm64-gnu": [ - "13.0.5" - ], - "@next/swc-linux-arm64-musl": [ - "13.0.5" - ], - "@next/swc-linux-x64-gnu": [ - "13.0.5" - ], - "@next/swc-linux-x64-musl": [ - "13.0.5" - ], - "@next/swc-win32-arm64-msvc": [ - "13.0.5" - ], - "@next/swc-win32-ia32-msvc": [ - "13.0.5" - ], - "@next/swc-win32-x64-msvc": [ - "13.0.5" - ], - "@babel/core": [ - "7.23.0" - ], - "client-only": [ - "0.0.1" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "3.2.7", - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "1.0.2", - "2.2.3" - ], - "semver": [ - "7.5.4", - "6.3.1" - ], - "ms": [ - "2.1.3", - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "13.22.0", - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "6.0.0", - "5.1.1" - ], - "yallist": [ - "4.0.0", - "3.1.1" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "4.1.2", - "2.4.2" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1" - ], - "escape-string-regexp": [ - "4.0.0", - "1.0.5" - ], - "supports-color": [ - "7.2.0", - "5.5.0" - ], - "has-flag": [ - "4.0.0", - "3.0.0" - ], - "color-convert": [ - "2.0.1", - "1.9.3" - ], - "color-name": [ - "1.1.4", - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "loose-envify": [ - "1.4.0" - ], - "scheduler": [ - "0.23.0" - ], - "nanoid": [ - "3.3.6" - ], - "source-map-js": [ - "1.0.2" - ], - "tslib": [ - "1.14.1", - "2.6.2" - ], - "array-includes": [ - "3.1.7" - ], - "array.prototype.flatmap": [ - "1.3.2" - ], - "array.prototype.tosorted": [ - "1.1.2" - ], - "doctrine": [ - "3.0.0", - "2.1.0" - ], - "es-iterator-helpers": [ - "1.0.15" - ], - "estraverse": [ - "5.3.0" - ], - "jsx-ast-utils": [ - "3.3.5" - ], - "minimatch": [ - "3.1.2" - ], - "object.entries": [ - "1.1.7" - ], - "object.fromentries": [ - "2.0.7" - ], - "object.hasown": [ - "1.1.3" - ], - "object.values": [ - "1.1.7" - ], - "prop-types": [ - "15.8.1" - ], - "resolve": [ - "1.22.6", - "2.0.0-next.4" - ], - "string.prototype.matchall": [ - "4.0.10" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.2.1" - ], - "es-abstract": [ - "1.22.2" - ], - "get-intrinsic": [ - "1.2.1" - ], - "has-symbols": [ - "1.0.3" - ], - "internal-slot": [ - "1.0.5" - ], - "regexp.prototype.flags": [ - "1.5.1" - ], - "set-function-name": [ - "2.0.1" - ], - "side-channel": [ - "1.0.4" - ], - "object-inspect": [ - "1.12.3" - ], - "define-data-property": [ - "1.1.0" - ], - "functions-have-names": [ - "1.2.3" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "has-proto": [ - "1.0.1" - ], - "array-buffer-byte-length": [ - "1.0.0" - ], - "arraybuffer.prototype.slice": [ - "1.0.2" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "es-set-tostringtag": [ - "2.0.1" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function.prototype.name": [ - "1.1.6" - ], - "get-symbol-description": [ - "1.0.0" - ], - "globalthis": [ - "1.0.3" - ], - "is-array-buffer": [ - "3.0.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-typed-array": [ - "1.1.12" - ], - "is-weakref": [ - "1.0.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "safe-array-concat": [ - "1.0.1" - ], - "safe-regex-test": [ - "1.0.0" - ], - "string.prototype.trim": [ - "1.2.8" - ], - "string.prototype.trimend": [ - "1.0.7" - ], - "string.prototype.trimstart": [ - "1.0.7" - ], - "typed-array-buffer": [ - "1.0.0" - ], - "typed-array-byte-length": [ - "1.0.0" - ], - "typed-array-byte-offset": [ - "1.0.0" - ], - "typed-array-length": [ - "1.0.4" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-typed-array": [ - "1.1.11" - ], - "for-each": [ - "0.3.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-bigints": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "isarray": [ - "2.0.5" - ], - "is-date-object": [ - "1.0.5" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "object-assign": [ - "4.1.1" - ], - "react-is": [ - "16.13.1" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "array.prototype.flat": [ - "1.3.2" - ], - "es-shim-unscopables": [ - "1.0.0" - ], - "asynciterator.prototype": [ - "1.0.0" - ], - "iterator.prototype": [ - "1.1.2" - ], - "reflect.getprototypeof": [ - "1.0.4" - ], - "which-builtin-type": [ - "1.1.3" - ], - "is-async-function": [ - "2.0.0" - ], - "is-finalizationregistry": [ - "1.0.2" - ], - "is-generator-function": [ - "1.0.10" - ], - "which-collection": [ - "1.0.1" - ], - "is-map": [ - "2.0.2" - ], - "is-set": [ - "2.0.2" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "esutils": [ - "2.0.3" - ], - "@babel/runtime": [ - "7.23.1" - ], - "aria-query": [ - "5.3.0" - ], - "ast-types-flow": [ - "0.0.7" - ], - "axe-core": [ - "4.8.2" - ], - "axobject-query": [ - "3.2.1" - ], - "damerau-levenshtein": [ - "1.0.8" - ], - "emoji-regex": [ - "9.2.2" - ], - "language-tags": [ - "1.0.5" - ], - "language-subtag-registry": [ - "0.3.22" - ], - "dequal": [ - "2.0.3" - ], - "regenerator-runtime": [ - "0.14.0" - ], - "array.prototype.findlastindex": [ - "1.2.3" - ], - "eslint-module-utils": [ - "2.8.0_2031701610" - ], - "is-glob": [ - "4.0.3" - ], - "object.groupby": [ - "1.0.1" - ], - "tsconfig-paths": [ - "3.14.2" - ], - "@types/json5": [ - "0.0.29" - ], - "minimist": [ - "1.2.8" - ], - "strip-bom": [ - "3.0.0" - ], - "is-extglob": [ - "2.1.1" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "fast-glob": [ - "3.3.1" - ], - "get-tsconfig": [ - "4.7.2" - ], - "resolve-pkg-maps": [ - "1.0.0" - ], - "@nodelib/fs.stat": [ - "2.0.5" - ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "glob-parent": [ - "6.0.2", - "5.1.2" - ], - "merge2": [ - "1.4.1" - ], - "micromatch": [ - "4.0.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@nodelib/fs.scandir": [ - "2.1.5" - ], - "fastq": [ - "1.15.0" - ], - "reusify": [ - "1.0.4" - ], - "run-parallel": [ - "1.2.0" - ], - "queue-microtask": [ - "1.2.3" - ], - "graceful-fs": [ - "4.2.11" - ], - "tapable": [ - "2.2.1" - ], - "@eslint/eslintrc": [ - "1.4.1" - ], - "@humanwhocodes/config-array": [ - "0.11.11" - ], - "@humanwhocodes/module-importer": [ - "1.0.1" - ], - "ajv": [ - "6.12.6" - ], - "cross-spawn": [ - "7.0.3" - ], - "eslint-scope": [ - "7.2.2" - ], - "eslint-utils": [ - "3.0.0_eslint_8.28.0" - ], - "eslint-visitor-keys": [ - "2.1.0", - "3.4.3" - ], - "espree": [ - "9.6.1" - ], - "esquery": [ - "1.5.0" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "file-entry-cache": [ - "6.0.1" - ], - "find-up": [ - "5.0.0" - ], - "grapheme-splitter": [ - "1.0.4" - ], - "ignore": [ - "5.2.4" - ], - "import-fresh": [ - "3.3.0" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-path-inside": [ - "3.0.3" - ], - "js-sdsl": [ - "4.4.2" - ], - "js-yaml": [ - "4.1.0" - ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" - ], - "levn": [ - "0.4.1" - ], - "lodash.merge": [ - "4.6.2" - ], - "natural-compare": [ - "1.4.0" - ], - "optionator": [ - "0.9.3" - ], - "regexpp": [ - "3.2.0" - ], - "strip-ansi": [ - "6.0.1" - ], - "strip-json-comments": [ - "3.1.1" - ], - "text-table": [ - "0.2.0" - ], - "ansi-regex": [ - "5.0.1" - ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" - ], - "deep-is": [ - "0.1.4" - ], - "fast-levenshtein": [ - "2.0.6" - ], - "prelude-ls": [ - "1.2.1" - ], - "type-check": [ - "0.4.0" - ], - "argparse": [ - "2.0.1" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "type-fest": [ - "0.20.2" - ], - "locate-path": [ - "6.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "5.0.0" - ], - "p-limit": [ - "3.1.0" - ], - "yocto-queue": [ - "0.1.0" - ], - "flat-cache": [ - "3.1.0" - ], - "flatted": [ - "3.2.9" - ], - "keyv": [ - "4.5.3" - ], - "rimraf": [ - "3.0.2" - ], - "glob": [ - "7.1.7", - "7.2.3" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "json-buffer": [ - "3.0.1" - ], - "acorn": [ - "8.10.0" - ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" - ], - "esrecurse": [ - "4.3.0" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "@humanwhocodes/object-schema": [ - "1.2.1" - ], - "@typescript-eslint/scope-manager": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3" - ], - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "globby": [ - "11.1.0" - ], - "tsutils": [ - "3.21.0_typescript_4.9.3" - ], - "array-union": [ - "2.1.0" - ], - "dir-glob": [ - "3.0.1" - ], - "slash": [ - "3.0.0" - ], - "path-type": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__dedent__1.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dedent__1.5.1", - "package": "dedent", - "version": "1.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", - "url": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__babel-plugin-macros__3.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__babel-plugin-macros__3.1.0", - "package": "babel-plugin-macros", - "version": "3.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "url": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__esbuild-android-64__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-android-64__0.15.18", - "package": "esbuild-android-64", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==", - "url": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_typescript-eslint_visitor-keys__5.44.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_typescript-eslint_visitor-keys__5.44.0__links", - "package": "@typescript-eslint/visitor-keys", - "version": "5.44.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@typescript-eslint/types": "5.44.0", - "eslint-visitor-keys": "3.4.3" - }, - "transitive_closure": { - "@typescript-eslint/visitor-keys": [ - "5.44.0" - ], - "@typescript-eslint/types": [ - "5.44.0" - ], - "eslint-visitor-keys": [ - "3.4.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__dedent__0.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dedent__0.7.0", - "package": "dedent", - "version": "0.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", - "url": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__eventemitter3__4.0.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eventemitter3__4.0.7", - "package": "eventemitter3", - "version": "4.0.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", - "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__loader-utils__2.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__loader-utils__2.0.4", - "package": "loader-utils", - "version": "2.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "url": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__path-exists__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__path-exists__3.0.0__links", - "package": "path-exists", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-exists": [ - "3.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__asap__2.0.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__asap__2.0.6", - "package": "asap", - "version": "2.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", - "url": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-runtime__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-runtime__27.5.1", - "package": "jest-runtime", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", - "url": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__css-select-base-adapter__0.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-select-base-adapter__0.1.1", - "package": "css-select-base-adapter", - "version": "0.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==", - "url": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-function-name__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-function-name__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-function-name", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-compilation-targets": "7.22.15", - "@babel/helper-function-name": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-function-name": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "semver": [ - "6.3.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-environment-jsdom__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-jsdom__27.5.1", - "package": "jest-environment-jsdom", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", - "url": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__workbox-streams__6.6.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-streams__6.6.0__links", - "package": "workbox-streams", - "version": "6.6.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "workbox-core": "6.6.0", - "workbox-routing": "6.6.0" - }, - "transitive_closure": { - "workbox-streams": [ - "6.6.0" - ], - "workbox-core": [ - "6.6.0" - ], - "workbox-routing": [ - "6.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-page-break__3.0.4__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-page-break__3.0.4__postcss_8.4.31__links", - "package": "postcss-page-break", - "version": "3.0.4_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "postcss-page-break": [ - "3.0.4_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_preset-env__7.22.20__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_preset-env__7.22.20__at_babel_core_7.23.0", - "package": "@babel/preset-env", - "version": "7.22.20_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==", - "url": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.20.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__strip-ansi__7.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-ansi__7.1.0", - "package": "strip-ansi", - "version": "7.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_helper-hoist-variables__7.22.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-hoist-variables__7.22.5__links", - "package": "@babel/helper-hoist-variables", - "version": "7.22.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/types": "7.23.0" - }, - "transitive_closure": { - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_svgr_plugin-jsx__5.5.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_plugin-jsx__5.5.0", - "package": "@svgr/plugin-jsx", - "version": "5.5.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", - "url": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-typescript__7.22.15__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-typescript__7.22.15__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-typescript", - "version": "7.22.15_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__css-has-pseudo__3.0.4__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__css-has-pseudo__3.0.4__postcss_8.4.31", - "package": "css-has-pseudo", - "version": "3.0.4_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", - "url": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__process-nextick-args__2.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__process-nextick-args__2.0.1__links", - "package": "process-nextick-args", - "version": "2.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "process-nextick-args": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__convert-source-map__1.9.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__convert-source-map__1.9.0", - "package": "convert-source-map", - "version": "1.9.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "url": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_csstools_postcss-stepped-value-functions__1.0.1__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-stepped-value-functions__1.0.1__postcss_8.4.31__links", - "package": "@csstools/postcss-stepped-value-functions", - "version": "1.0.1_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "@csstools/postcss-stepped-value-functions": [ - "1.0.1_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest-pnp-resolver__1.2.3__jest-resolve_27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-pnp-resolver__1.2.3__jest-resolve_27.5.1", - "package": "jest-pnp-resolver", - "version": "1.2.3_jest-resolve_27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", - "url": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-double-position-gradients__3.1.2__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-double-position-gradients__3.1.2__postcss_8.4.31", - "package": "postcss-double-position-gradients", - "version": "3.1.2_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", - "url": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_jest__29.2.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_jest__29.2.3", - "package": "@types/jest", - "version": "29.2.3", - "root_package": "", - "link_workspace": "", - "link_packages": { - "next.js": [ - "@types/jest" - ], - "react": [ - "@types/jest" - ] - }, - "integrity": "sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==", - "url": "https://registry.npmjs.org/@types/jest/-/jest-29.2.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__style-loader__3.3.3__webpack_5.88.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__style-loader__3.3.3__webpack_5.88.2", - "package": "style-loader", - "version": "3.3.3_webpack_5.88.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==", - "url": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__which-collection__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__which-collection__1.0.1__links", - "package": "which-collection", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "is-map": "2.0.2", - "is-set": "2.0.2", - "is-weakmap": "2.0.1", - "is-weakset": "2.0.2" - }, - "transitive_closure": { - "which-collection": [ - "1.0.1" - ], - "is-map": [ - "2.0.2" - ], - "is-set": [ - "2.0.2" - ], - "is-weakmap": [ - "2.0.1" - ], - "is-weakset": [ - "2.0.2" - ], - "call-bind": [ - "1.0.2" - ], - "get-intrinsic": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-color-functional-notation__4.2.4__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-color-functional-notation__4.2.4__postcss_8.4.31__links", - "package": "postcss-color-functional-notation", - "version": "4.2.4_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-color-functional-notation": [ - "4.2.4_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__callsites__3.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__callsites__3.1.0", - "package": "callsites", - "version": "3.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "url": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__lodash.sortby__4.7.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__lodash.sortby__4.7.0", - "package": "lodash.sortby", - "version": "4.7.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", - "url": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ts-interface-checker__0.1.13": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ts-interface-checker__0.1.13", - "package": "ts-interface-checker", - "version": "0.1.13", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", - "url": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_node__20.8.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__20.8.2", - "package": "@types/node", - "version": "20.8.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==", - "url": "https://registry.npmjs.org/@types/node/-/node-20.8.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_webassemblyjs_leb128__1.11.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_leb128__1.11.6", - "package": "@webassemblyjs/leb128", - "version": "1.11.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", - "url": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-resolve-dependencies__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-resolve-dependencies__27.5.1__links", - "package": "jest-resolve-dependencies", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/types": "27.5.1", - "jest-regex-util": "27.5.1", - "jest-snapshot": "27.5.1" - }, - "transitive_closure": { - "jest-resolve-dependencies": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "jest-regex-util": [ - "27.5.1" - ], - "jest-snapshot": [ - "27.5.1" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@jest/transform": [ - "27.5.1" - ], - "@types/babel__traverse": [ - "7.20.2" - ], - "@types/prettier": [ - "2.7.3" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "expect": [ - "27.5.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "jest-diff": [ - "27.5.1" - ], - "jest-get-type": [ - "27.5.1" - ], - "jest-haste-map": [ - "27.5.1" - ], - "jest-matcher-utils": [ - "27.5.1" - ], - "jest-message-util": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" - ], - "natural-compare": [ - "1.4.0" - ], - "pretty-format": [ - "27.5.1" - ], - "semver": [ - "6.3.1", - "7.5.4" - ], - "lru-cache": [ - "5.1.1", - "6.0.0" - ], - "yallist": [ - "3.1.1", - "4.0.0" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "17.0.2" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "supports-color": [ - "7.2.0", - "8.1.1", - "5.5.0" - ], - "has-flag": [ - "4.0.0", - "3.0.0" - ], - "color-convert": [ - "2.0.1", - "1.9.3" - ], - "color-name": [ - "1.1.4", - "1.1.3" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-serializer": [ - "27.5.1" - ], - "jest-worker": [ - "27.5.1" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "merge-stream": [ - "2.0.0" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "diff-sequences": [ - "27.5.1" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "convert-source-map": [ - "2.0.0", - "1.9.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "pirates": [ - "4.0.6" - ], - "source-map": [ - "0.6.1" - ], - "write-file-atomic": [ - "3.0.3" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-typedarray": [ - "1.0.0" - ], - "signal-exit": [ - "3.0.7" - ], - "typedarray-to-buffer": [ - "3.1.5" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "glob": [ - "7.2.3" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "camelcase": [ - "5.3.1" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "debug": [ - "4.3.4" - ], - "globals": [ - "11.12.0" - ], - "ms": [ - "2.1.2" - ], - "@babel/template": [ - "7.22.15" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__crypto-random-string__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__crypto-random-string__2.0.0", - "package": "crypto-random-string", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", - "url": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__eslint-plugin-jsx-a11y__6.7.1__eslint_8.28.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-plugin-jsx-a11y__6.7.1__eslint_8.28.0", - "package": "eslint-plugin-jsx-a11y", - "version": "6.7.1_eslint_8.28.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", - "url": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jiti__1.20.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jiti__1.20.0__links", - "package": "jiti", - "version": "1.20.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "jiti": [ - "1.20.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__prelude-ls__1.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__prelude-ls__1.1.2__links", - "package": "prelude-ls", - "version": "1.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "prelude-ls": [ - "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__is-boolean-object__1.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-boolean-object__1.1.2", - "package": "is-boolean-object", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "url": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_compiler-ssr__3.2.37": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.2.37", - "package": "@vue/compiler-ssr", - "version": "3.2.37", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==", - "url": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.37.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__json-parse-better-errors__1.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__json-parse-better-errors__1.0.2", - "package": "json-parse-better-errors", - "version": "1.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "url": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__tryer__1.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tryer__1.0.1", - "package": "tryer", - "version": "1.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==", - "url": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__function-bind__1.1.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__function-bind__1.1.1__links", - "package": "function-bind", - "version": "1.1.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "function-bind": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__workbox-core__6.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-core__6.6.0", - "package": "workbox-core", - "version": "6.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==", - "url": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_trusted-types__2.0.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_trusted-types__2.0.4", - "package": "@types/trusted-types", - "version": "2.0.4", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-IDaobHimLQhjwsQ/NMwRVfa/yL7L/wriQPMhw1ZJall0KX6E1oxk29XMDeilW5qTIg5aoiqf5Udy8U/51aNoQQ==", - "url": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__entities__4.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__entities__4.5.0__links", - "package": "entities", - "version": "4.5.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "entities": [ - "4.5.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__es-shim-unscopables__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__es-shim-unscopables__1.0.0__links", - "package": "es-shim-unscopables", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "has": "1.0.3" - }, - "transitive_closure": { - "es-shim-unscopables": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_surma_rollup-plugin-off-main-thread__2.2.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_surma_rollup-plugin-off-main-thread__2.2.3__links", - "package": "@surma/rollup-plugin-off-main-thread", - "version": "2.2.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "ejs": "3.1.9", - "json5": "2.2.3", - "magic-string": "0.25.9", - "string.prototype.matchall": "4.0.10" - }, - "transitive_closure": { - "@surma/rollup-plugin-off-main-thread": [ - "2.2.3" - ], - "ejs": [ - "3.1.9" - ], - "json5": [ - "2.2.3" - ], - "magic-string": [ - "0.25.9" - ], - "string.prototype.matchall": [ - "4.0.10" - ], - "call-bind": [ - "1.0.2" - ], - "define-properties": [ - "1.2.1" - ], - "es-abstract": [ - "1.22.2" - ], - "get-intrinsic": [ - "1.2.1" - ], - "has-symbols": [ - "1.0.3" - ], - "internal-slot": [ - "1.0.5" - ], - "regexp.prototype.flags": [ - "1.5.1" - ], - "set-function-name": [ - "2.0.1" - ], - "side-channel": [ - "1.0.4" - ], - "object-inspect": [ - "1.12.3" - ], - "define-data-property": [ - "1.1.0" - ], - "functions-have-names": [ - "1.2.3" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "gopd": [ - "1.0.1" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "has-proto": [ - "1.0.1" - ], - "array-buffer-byte-length": [ - "1.0.0" - ], - "arraybuffer.prototype.slice": [ - "1.0.2" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "es-set-tostringtag": [ - "2.0.1" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function.prototype.name": [ - "1.1.6" - ], - "get-symbol-description": [ - "1.0.0" - ], - "globalthis": [ - "1.0.3" - ], - "is-array-buffer": [ - "3.0.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-string": [ - "1.0.7" - ], - "is-typed-array": [ - "1.1.12" - ], - "is-weakref": [ - "1.0.2" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "safe-array-concat": [ - "1.0.1" - ], - "safe-regex-test": [ - "1.0.0" - ], - "string.prototype.trim": [ - "1.2.8" - ], - "string.prototype.trimend": [ - "1.0.7" - ], - "string.prototype.trimstart": [ - "1.0.7" - ], - "typed-array-buffer": [ - "1.0.0" - ], - "typed-array-byte-length": [ - "1.0.0" - ], - "typed-array-byte-offset": [ - "1.0.0" - ], - "typed-array-length": [ - "1.0.4" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-typed-array": [ - "1.1.11" - ], - "for-each": [ - "0.3.3" - ], - "has-tostringtag": [ - "1.0.0" - ], - "has-bigints": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "isarray": [ - "2.0.5" - ], - "is-date-object": [ - "1.0.5" - ], - "sourcemap-codec": [ - "1.4.8" - ], - "jake": [ - "10.8.7" - ], - "async": [ - "3.2.4" - ], - "chalk": [ - "4.1.2" - ], - "filelist": [ - "1.0.4" - ], - "minimatch": [ - "5.1.6", - "3.1.2" - ], - "brace-expansion": [ - "2.0.1", - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "ansi-styles": [ - "4.3.0" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-sticky-regex__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-sticky-regex__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-sticky-regex", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-sticky-regex": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__istanbul-lib-source-maps__4.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-source-maps__4.0.1__links", - "package": "istanbul-lib-source-maps", - "version": "4.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "debug": "4.3.4", - "istanbul-lib-coverage": "3.2.0", - "source-map": "0.6.1" - }, - "transitive_closure": { - "istanbul-lib-source-maps": [ - "4.0.1" - ], - "debug": [ - "4.3.4" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "source-map": [ - "0.6.1" - ], - "ms": [ - "2.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__address__1.2.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__address__1.2.2__links", - "package": "address", - "version": "1.2.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "address": [ - "1.2.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-progressive-custom-properties__1.3.0__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-progressive-custom-properties__1.3.0__postcss_8.4.31", - "package": "@csstools/postcss-progressive-custom-properties", - "version": "1.3.0_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", - "url": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__eslint-plugin-jest__25.7.0__-754197893": { - "bzlFile": "@@aspect_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__-754197893", - "package": "eslint-plugin-jest", - "version": "25.7.0_-754197893", - "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__react-is__18.2.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-is__18.2.0", - "package": "react-is", - "version": "18.2.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", - "url": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__escape-string-regexp__1.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__escape-string-regexp__1.0.5", - "package": "escape-string-regexp", - "version": "1.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__unpipe__1.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__unpipe__1.0.0__links", - "package": "unpipe", - "version": "1.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "unpipe": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__jest__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest__27.5.1", - "package": "jest", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", - "url": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__resolve.exports__2.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__resolve.exports__2.0.2", - "package": "resolve.exports", - "version": "2.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", - "url": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__form-data__3.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__form-data__3.0.1__links", - "package": "form-data", - "version": "3.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "asynckit": "0.4.0", - "combined-stream": "1.0.8", - "mime-types": "2.1.35" - }, - "transitive_closure": { - "form-data": [ - "3.0.1" - ], - "asynckit": [ - "0.4.0" - ], - "combined-stream": [ - "1.0.8" - ], - "mime-types": [ - "2.1.35" - ], - "mime-db": [ - "1.52.0" - ], - "delayed-stream": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_swc_core-win32-x64-msvc__1.3.100": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core-win32-x64-msvc__1.3.100", - "package": "@swc/core-win32-x64-msvc", - "version": "1.3.100", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-b7J0rPoMkRTa3XyUGt8PwCaIBuYWsL2DqbirrQKRESzgCvif5iNpqaM6kjIjI/5y5q1Ycv564CB51YDpiS8EtQ==", - "url": "https://registry.npmjs.org/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.100.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-import-attributes__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-import-attributes__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-import-attributes", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-diff__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-diff__29.7.0__links", - "package": "jest-diff", - "version": "29.7.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "chalk": "4.1.2", - "diff-sequences": "29.6.3", - "jest-get-type": "29.6.3", - "pretty-format": "29.7.0" - }, - "transitive_closure": { - "jest-diff": [ - "29.7.0" - ], - "chalk": [ - "4.1.2" - ], - "diff-sequences": [ - "29.6.3" - ], - "jest-get-type": [ - "29.6.3" - ], - "pretty-format": [ - "29.7.0" - ], - "@jest/schemas": [ - "29.6.3" - ], - "ansi-styles": [ - "4.3.0", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__gopd__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__gopd__1.0.1__links", - "package": "gopd", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "get-intrinsic": "1.2.1" - }, - "transitive_closure": { - "gopd": [ - "1.0.1" - ], - "get-intrinsic": [ - "1.2.1" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-create-regexp-features-plugin__7.22.15__at_babel_core_7.23.0", - "package": "@babel/helper-create-regexp-features-plugin", - "version": "7.22.15_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", - "url": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_next_swc-android-arm-eabi__13.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-android-arm-eabi__13.0.5__links", - "package": "@next/swc-android-arm-eabi", - "version": "13.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@next/swc-android-arm-eabi": [ - "13.0.5" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__chalk__2.4.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__chalk__2.4.2", - "package": "chalk", - "version": "2.4.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "url": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-sticky-regex__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-sticky-regex__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-sticky-regex", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_template__7.22.15__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_template__7.22.15__links", - "package": "@babel/template", - "version": "7.22.15", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/code-frame": "7.22.13", - "@babel/parser": "7.23.0", - "@babel/types": "7.23.0" - }, - "transitive_closure": { - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__debug__2.6.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__debug__2.6.9", - "package": "debug", - "version": "2.6.9", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "url": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__cssesc__3.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cssesc__3.0.0", - "package": "cssesc", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "url": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__url-parse__1.5.10": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__url-parse__1.5.10", - "package": "url-parse", - "version": "1.5.10", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "url": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_svgr_webpack__5.5.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_webpack__5.5.0__links", - "package": "@svgr/webpack", - "version": "5.5.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/plugin-transform-react-constant-elements": "7.22.5_at_babel_core_7.23.0", - "@babel/preset-env": "7.22.20_at_babel_core_7.23.0", - "@babel/preset-react": "7.22.15_at_babel_core_7.23.0", - "@svgr/core": "5.5.0", - "@svgr/plugin-jsx": "5.5.0", - "@svgr/plugin-svgo": "5.5.0", - "loader-utils": "2.0.4" - }, - "transitive_closure": { - "@svgr/webpack": [ - "5.5.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/plugin-transform-react-constant-elements": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/preset-env": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/preset-react": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@svgr/core": [ - "5.5.0" - ], - "@svgr/plugin-jsx": [ - "5.5.0" - ], - "@svgr/plugin-svgo": [ - "5.5.0" - ], - "loader-utils": [ - "2.0.4" - ], - "big.js": [ - "5.2.2" - ], - "emojis-list": [ - "3.0.0" - ], - "json5": [ - "2.2.3" - ], - "cosmiconfig": [ - "7.1.0" - ], - "deepmerge": [ - "4.3.1" - ], - "svgo": [ - "1.3.2" - ], - "chalk": [ - "2.4.2" - ], - "coa": [ - "2.0.2" - ], - "css-select": [ - "2.1.0" - ], - "css-select-base-adapter": [ - "0.1.1" - ], - "css-tree": [ - "1.1.3", - "1.0.0-alpha.37" - ], - "csso": [ - "4.2.0" - ], - "js-yaml": [ - "3.14.1" - ], - "mkdirp": [ - "0.5.6" - ], - "object.values": [ - "1.1.7" - ], - "sax": [ - "1.2.4" - ], - "stable": [ - "0.1.8" - ], - "unquote": [ - "1.1.1" - ], - "util.promisify": [ - "1.0.1" - ], - "define-properties": [ - "1.2.1" - ], - "es-abstract": [ - "1.22.2" - ], - "has-symbols": [ - "1.0.3" - ], - "object.getownpropertydescriptors": [ - "2.1.7" - ], - "array.prototype.reduce": [ - "1.0.6" - ], - "call-bind": [ - "1.0.2" - ], - "safe-array-concat": [ - "1.0.1" - ], - "get-intrinsic": [ - "1.2.1" - ], - "isarray": [ - "2.0.5" - ], - "function-bind": [ - "1.1.1" - ], - "has": [ - "1.0.3" - ], - "has-proto": [ - "1.0.1" - ], - "es-array-method-boxes-properly": [ - "1.0.0" - ], - "is-string": [ - "1.0.7" - ], - "has-tostringtag": [ - "1.0.0" - ], - "array-buffer-byte-length": [ - "1.0.0" - ], - "arraybuffer.prototype.slice": [ - "1.0.2" - ], - "available-typed-arrays": [ - "1.0.5" - ], - "es-set-tostringtag": [ - "2.0.1" - ], - "es-to-primitive": [ - "1.2.1" - ], - "function.prototype.name": [ - "1.1.6" - ], - "get-symbol-description": [ - "1.0.0" - ], - "globalthis": [ - "1.0.3" - ], - "gopd": [ - "1.0.1" - ], - "has-property-descriptors": [ - "1.0.0" - ], - "internal-slot": [ - "1.0.5" - ], - "is-array-buffer": [ - "3.0.2" - ], - "is-callable": [ - "1.2.7" - ], - "is-negative-zero": [ - "2.0.2" - ], - "is-regex": [ - "1.1.4" - ], - "is-shared-array-buffer": [ - "1.0.2" - ], - "is-typed-array": [ - "1.1.12" - ], - "is-weakref": [ - "1.0.2" - ], - "object-inspect": [ - "1.12.3" - ], - "object-keys": [ - "1.1.1" - ], - "object.assign": [ - "4.1.4" - ], - "regexp.prototype.flags": [ - "1.5.1" - ], - "safe-regex-test": [ - "1.0.0" - ], - "string.prototype.trim": [ - "1.2.8" - ], - "string.prototype.trimend": [ - "1.0.7" - ], - "string.prototype.trimstart": [ - "1.0.7" - ], - "typed-array-buffer": [ - "1.0.0" - ], - "typed-array-byte-length": [ - "1.0.0" - ], - "typed-array-byte-offset": [ - "1.0.0" - ], - "typed-array-length": [ - "1.0.4" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-typed-array": [ - "1.1.11" - ], - "for-each": [ - "0.3.3" - ], - "has-bigints": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "set-function-name": [ - "2.0.1" - ], - "define-data-property": [ - "1.1.0" - ], - "functions-have-names": [ - "1.2.3" - ], - "side-channel": [ - "1.0.4" - ], - "is-date-object": [ - "1.0.5" - ], - "minimist": [ - "1.2.8" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "mdn-data": [ - "2.0.4", - "2.0.14" - ], - "source-map": [ - "0.6.1" - ], - "boolbase": [ - "1.0.0" - ], - "css-what": [ - "3.4.2" - ], - "domutils": [ - "1.7.0" - ], - "nth-check": [ - "1.0.2" - ], - "dom-serializer": [ - "0.2.2" - ], - "domelementtype": [ - "2.3.0", - "1.3.1" - ], - "entities": [ - "2.2.0" - ], - "@types/q": [ - "1.5.6" - ], - "q": [ - "1.5.1" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "@types/parse-json": [ - "4.0.0" - ], - "import-fresh": [ - "3.3.0" - ], - "parse-json": [ - "5.2.0" - ], - "path-type": [ - "4.0.0" - ], - "yaml": [ - "1.10.2" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "error-ex": [ - "1.3.2" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "lines-and-columns": [ - "1.2.4" - ], - "is-arrayish": [ - "0.2.1" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "parent-module": [ - "1.0.1" - ], - "resolve-from": [ - "4.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@svgr/babel-preset": [ - "5.5.0" - ], - "@svgr/hast-util-to-babel-ast": [ - "5.5.0" - ], - "svg-parser": [ - "2.0.4" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@svgr/babel-plugin-add-jsx-attribute": [ - "5.4.0" - ], - "@svgr/babel-plugin-remove-jsx-attribute": [ - "5.4.0" - ], - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "5.0.1" - ], - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "5.0.1" - ], - "@svgr/babel-plugin-svg-dynamic-title": [ - "5.4.0" - ], - "@svgr/babel-plugin-svg-em-dimensions": [ - "5.4.0" - ], - "@svgr/babel-plugin-transform-react-native-svg": [ - "5.4.0" - ], - "@svgr/babel-plugin-transform-svg-component": [ - "5.5.0" - ], - "camelcase": [ - "6.3.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "@babel/plugin-transform-react-display-name": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-react-jsx": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-react-jsx-development": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-transform-react-pure-annotations": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/plugin-proposal-private-property-in-object": [ - "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-static-block": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-dynamic-import": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-assertions": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-attributes": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-private-property-in-object": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-unicode-sets-regex": [ - "7.18.6_at_babel_core_7.23.0" + "default-gateway": [ + "6.0.3" ], - "@babel/plugin-transform-arrow-functions": [ - "7.22.5_at_babel_core_7.23.0" + "express": [ + "4.18.2" ], - "@babel/plugin-transform-async-generator-functions": [ - "7.22.15_at_babel_core_7.23.0" + "graceful-fs": [ + "4.2.11" ], - "@babel/plugin-transform-async-to-generator": [ - "7.22.5_at_babel_core_7.23.0" + "html-entities": [ + "2.4.0" ], - "@babel/plugin-transform-block-scoped-functions": [ - "7.22.5_at_babel_core_7.23.0" + "http-proxy-middleware": [ + "2.0.6_at_types_express_4.17.18" ], - "@babel/plugin-transform-block-scoping": [ - "7.23.0_at_babel_core_7.23.0" + "ipaddr.js": [ + "1.9.1", + "2.1.0" ], - "@babel/plugin-transform-class-properties": [ - "7.22.5_at_babel_core_7.23.0" + "launch-editor": [ + "2.6.0" ], - "@babel/plugin-transform-class-static-block": [ - "7.22.11_at_babel_core_7.23.0" + "open": [ + "8.4.2" ], - "@babel/plugin-transform-classes": [ - "7.22.15_at_babel_core_7.23.0" + "p-retry": [ + "4.6.2" ], - "@babel/plugin-transform-computed-properties": [ - "7.22.5_at_babel_core_7.23.0" + "rimraf": [ + "3.0.2" ], - "@babel/plugin-transform-destructuring": [ - "7.23.0_at_babel_core_7.23.0" + "schema-utils": [ + "3.3.0", + "4.2.0" ], - "@babel/plugin-transform-dotall-regex": [ - "7.22.5_at_babel_core_7.23.0" + "selfsigned": [ + "2.1.1" ], - "@babel/plugin-transform-duplicate-keys": [ - "7.22.5_at_babel_core_7.23.0" + "serve-index": [ + "1.9.1" ], - "@babel/plugin-transform-dynamic-import": [ - "7.22.11_at_babel_core_7.23.0" + "sockjs": [ + "0.3.24" ], - "@babel/plugin-transform-exponentiation-operator": [ - "7.22.5_at_babel_core_7.23.0" + "spdy": [ + "4.0.2" ], - "@babel/plugin-transform-export-namespace-from": [ - "7.22.11_at_babel_core_7.23.0" + "webpack-dev-middleware": [ + "5.3.3_webpack_5.89.0" ], - "@babel/plugin-transform-for-of": [ - "7.22.15_at_babel_core_7.23.0" + "ws": [ + "8.14.2" ], - "@babel/plugin-transform-function-name": [ - "7.22.5_at_babel_core_7.23.0" + "memfs": [ + "3.5.3" ], - "@babel/plugin-transform-json-strings": [ - "7.22.11_at_babel_core_7.23.0" + "mime-types": [ + "2.1.35" ], - "@babel/plugin-transform-literals": [ - "7.22.5_at_babel_core_7.23.0" + "range-parser": [ + "1.2.1" ], - "@babel/plugin-transform-logical-assignment-operators": [ - "7.22.11_at_babel_core_7.23.0" + "mime-db": [ + "1.52.0" ], - "@babel/plugin-transform-member-expression-literals": [ - "7.22.5_at_babel_core_7.23.0" + "fs-monkey": [ + "1.0.5" ], - "@babel/plugin-transform-modules-amd": [ - "7.23.0_at_babel_core_7.23.0" + "debug": [ + "2.6.9", + "4.3.4" ], - "@babel/plugin-transform-modules-commonjs": [ - "7.23.0_at_babel_core_7.23.0" + "handle-thing": [ + "2.0.1" ], - "@babel/plugin-transform-modules-systemjs": [ - "7.23.0_at_babel_core_7.23.0" + "http-deceiver": [ + "1.2.7" ], - "@babel/plugin-transform-modules-umd": [ - "7.22.5_at_babel_core_7.23.0" + "select-hose": [ + "2.0.0" ], - "@babel/plugin-transform-named-capturing-groups-regex": [ - "7.22.5_at_babel_core_7.23.0" + "spdy-transport": [ + "3.0.0" ], - "@babel/plugin-transform-new-target": [ - "7.22.5_at_babel_core_7.23.0" + "detect-node": [ + "2.1.0" ], - "@babel/plugin-transform-nullish-coalescing-operator": [ - "7.22.11_at_babel_core_7.23.0" + "hpack.js": [ + "2.1.6" ], - "@babel/plugin-transform-numeric-separator": [ - "7.22.11_at_babel_core_7.23.0" + "obuf": [ + "1.1.2" ], - "@babel/plugin-transform-object-rest-spread": [ - "7.22.15_at_babel_core_7.23.0" + "readable-stream": [ + "2.3.8", + "3.6.2" ], - "@babel/plugin-transform-object-super": [ - "7.22.5_at_babel_core_7.23.0" + "wbuf": [ + "1.7.3" ], - "@babel/plugin-transform-optional-catch-binding": [ - "7.22.11_at_babel_core_7.23.0" + "minimalistic-assert": [ + "1.0.1" ], - "@babel/plugin-transform-optional-chaining": [ - "7.23.0_at_babel_core_7.23.0" + "inherits": [ + "2.0.3", + "2.0.4" ], - "@babel/plugin-transform-parameters": [ - "7.22.15_at_babel_core_7.23.0" + "string_decoder": [ + "1.1.1", + "1.3.0" ], - "@babel/plugin-transform-private-methods": [ - "7.22.5_at_babel_core_7.23.0" + "util-deprecate": [ + "1.0.2" ], - "@babel/plugin-transform-private-property-in-object": [ - "7.22.11_at_babel_core_7.23.0" + "safe-buffer": [ + "5.1.2", + "5.2.1" ], - "@babel/plugin-transform-property-literals": [ - "7.22.5_at_babel_core_7.23.0" + "core-util-is": [ + "1.0.3" ], - "@babel/plugin-transform-regenerator": [ - "7.22.10_at_babel_core_7.23.0" + "isarray": [ + "1.0.0" ], - "@babel/plugin-transform-reserved-words": [ - "7.22.5_at_babel_core_7.23.0" + "process-nextick-args": [ + "2.0.1" ], - "@babel/plugin-transform-shorthand-properties": [ - "7.22.5_at_babel_core_7.23.0" + "ms": [ + "2.1.3", + "2.0.0", + "2.1.2" ], - "@babel/plugin-transform-spread": [ - "7.22.5_at_babel_core_7.23.0" + "faye-websocket": [ + "0.11.4" ], - "@babel/plugin-transform-sticky-regex": [ - "7.22.5_at_babel_core_7.23.0" + "uuid": [ + "8.3.2" ], - "@babel/plugin-transform-template-literals": [ - "7.22.5_at_babel_core_7.23.0" + "websocket-driver": [ + "0.7.4" ], - "@babel/plugin-transform-typeof-symbol": [ - "7.22.5_at_babel_core_7.23.0" + "http-parser-js": [ + "0.5.8" ], - "@babel/plugin-transform-unicode-escapes": [ - "7.22.10_at_babel_core_7.23.0" + "websocket-extensions": [ + "0.1.4" ], - "@babel/plugin-transform-unicode-property-regex": [ - "7.22.5_at_babel_core_7.23.0" + "accepts": [ + "1.3.8" ], - "@babel/plugin-transform-unicode-regex": [ - "7.22.5_at_babel_core_7.23.0" + "batch": [ + "0.6.1" ], - "@babel/plugin-transform-unicode-sets-regex": [ - "7.22.5_at_babel_core_7.23.0" + "escape-html": [ + "1.0.3" ], - "@babel/preset-modules": [ - "0.1.6-no-external-plugins_at_babel_core_7.23.0" + "http-errors": [ + "2.0.0", + "1.6.3" ], - "babel-plugin-polyfill-corejs2": [ - "0.4.5_at_babel_core_7.23.0" + "parseurl": [ + "1.3.3" ], - "babel-plugin-polyfill-corejs3": [ - "0.8.4_at_babel_core_7.23.0" + "depd": [ + "2.0.0", + "1.1.2" ], - "babel-plugin-polyfill-regenerator": [ - "0.5.2_at_babel_core_7.23.0" + "setprototypeof": [ + "1.2.0", + "1.1.0" ], - "core-js-compat": [ - "3.33.0" + "statuses": [ + "2.0.1", + "1.5.0" ], - "semver": [ - "6.3.1" + "negotiator": [ + "0.6.3" ], - "browserslist": [ - "4.22.1" + "node-forge": [ + "1.3.1" ], - "caniuse-lite": [ - "1.0.30001542" + "@types/json-schema": [ + "7.0.13" ], - "electron-to-chromium": [ - "1.4.539" + "ajv": [ + "6.12.6", + "8.12.0" ], - "node-releases": [ - "2.0.13" + "ajv-formats": [ + "2.1.1_ajv_8.12.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "ajv-keywords": [ + "3.5.2_ajv_6.12.6", + "5.1.0_ajv_8.12.0" ], - "escalade": [ - "3.1.1" + "fast-deep-equal": [ + "3.1.3" ], - "picocolors": [ + "json-schema-traverse": [ + "0.4.1", "1.0.0" ], - "@babel/helper-define-polyfill-provider": [ - "0.4.2_at_babel_core_7.23.0" - ], - "debug": [ - "4.3.4" - ], - "lodash.debounce": [ - "4.0.8" + "require-from-string": [ + "2.0.2" ], - "resolve": [ - "1.22.6" + "uri-js": [ + "4.4.1" ], - "is-core-module": [ - "2.13.0" + "punycode": [ + "2.3.1" ], - "path-parse": [ - "1.0.7" + "glob": [ + "7.2.3" ], - "supports-preserve-symlinks-flag": [ + "fs.realpath": [ "1.0.0" ], - "ms": [ - "2.1.2" + "inflight": [ + "1.0.6" ], - "esutils": [ - "2.0.3" + "minimatch": [ + "3.1.2" ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "once": [ + "1.4.0" ], - "regexpu-core": [ - "5.3.2" + "path-is-absolute": [ + "1.0.1" ], - "@babel/regjsgen": [ - "0.8.0" + "wrappy": [ + "1.0.2" ], - "regenerate": [ - "1.4.2" + "brace-expansion": [ + "1.1.11" ], - "regenerate-unicode-properties": [ - "10.1.1" + "balanced-match": [ + "1.0.2" ], - "regjsparser": [ - "0.9.1" + "concat-map": [ + "0.0.1" ], - "unicode-match-property-ecmascript": [ - "2.0.0" + "@types/retry": [ + "0.12.0" ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" + "retry": [ + "0.13.1" ], - "unicode-canonical-property-names-ecmascript": [ + "define-lazy-prop": [ "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" + "is-docker": [ + "2.2.1" ], - "regenerator-runtime": [ - "0.14.0" + "is-wsl": [ + "2.2.0" ], - "@babel/helper-create-class-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "picocolors": [ + "1.0.0" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "shell-quote": [ + "1.8.1" ], - "@babel/helper-function-name": [ - "7.23.0" + "@types/http-proxy": [ + "1.17.12" ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" + "http-proxy": [ + "1.18.1" ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" + "is-glob": [ + "4.0.3" ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" + "is-plain-obj": [ + "3.0.0" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "micromatch": [ + "4.0.5" ], - "@babel/template": [ - "7.22.15" + "braces": [ + "3.0.2" ], - "@babel/parser": [ - "7.23.0" + "picomatch": [ + "2.3.1" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "fill-range": [ + "7.0.1" ], - "@babel/helper-simple-access": [ - "7.22.5" + "to-regex-range": [ + "5.0.1" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "is-number": [ + "7.0.0" ], - "@babel/helper-builder-binary-assignment-operator-visitor": [ - "7.22.15" + "is-extglob": [ + "2.1.1" ], - "globals": [ - "11.12.0" + "eventemitter3": [ + "4.0.7" ], - "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.0" + "follow-redirects": [ + "1.15.3" ], - "@babel/helper-wrap-function": [ - "7.22.20" + "requires-port": [ + "1.0.0" ], - "lru-cache": [ - "5.1.1" + "@types/node": [ + "18.11.9" ], - "yallist": [ - "3.1.1" + "array-flatten": [ + "2.1.2", + "1.1.1" ], - "@ampproject/remapping": [ - "2.2.1" + "body-parser": [ + "1.20.1" ], - "@babel/generator": [ - "7.23.0" + "content-disposition": [ + "0.5.4" ], - "@babel/helpers": [ - "7.23.1" + "content-type": [ + "1.0.5" ], - "@babel/traverse": [ - "7.23.0" + "cookie": [ + "0.5.0" ], - "convert-source-map": [ - "2.0.0" + "cookie-signature": [ + "1.0.6" ], - "gensync": [ - "1.0.0-beta.2" + "encodeurl": [ + "1.0.2" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "etag": [ + "1.8.1" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "finalhandler": [ + "1.2.0" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "fresh": [ + "0.5.2" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "merge-descriptors": [ + "1.0.1" ], - "@jridgewell/set-array": [ + "methods": [ "1.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__workbox-range-requests__6.6.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-range-requests__6.6.0__links", - "package": "workbox-range-requests", - "version": "6.6.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "workbox-core": "6.6.0" - }, - "transitive_closure": { - "workbox-range-requests": [ - "6.6.0" - ], - "workbox-core": [ - "6.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-stepped-value-functions__1.0.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-stepped-value-functions__1.0.1__postcss_8.4.31", - "package": "@csstools/postcss-stepped-value-functions", - "version": "1.0.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", - "url": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__eslint-utils__3.0.0__eslint_8.28.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__eslint-utils__3.0.0__eslint_8.28.0", - "package": "eslint-utils", - "version": "3.0.0_eslint_8.28.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__flat-cache__3.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__flat-cache__3.1.0", - "package": "flat-cache", - "version": "3.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", - "url": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-export-namespace-from__7.8.3__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-export-namespace-from", - "version": "7.8.3_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-syntax-export-namespace-from": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" + "on-finished": [ + "2.4.1" ], - "@babel/generator": [ - "7.23.0" + "path-to-regexp": [ + "0.1.7" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "proxy-addr": [ + "2.0.7" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "qs": [ + "6.11.0" ], - "@babel/helpers": [ - "7.23.1" + "send": [ + "0.18.0" ], - "@babel/parser": [ - "7.23.0" + "serve-static": [ + "1.15.0" ], - "@babel/template": [ - "7.22.15" + "type-is": [ + "1.6.18" ], - "@babel/traverse": [ - "7.23.0" + "utils-merge": [ + "1.0.1" ], - "@babel/types": [ - "7.23.0" + "vary": [ + "1.1.2" ], - "convert-source-map": [ - "2.0.0" + "media-typer": [ + "0.3.0" ], - "debug": [ - "4.3.4" + "destroy": [ + "1.2.0" ], - "gensync": [ - "1.0.0-beta.2" + "mime": [ + "1.6.0" ], - "json5": [ - "2.2.3" + "side-channel": [ + "1.0.4" ], - "semver": [ - "6.3.1" + "call-bind": [ + "1.0.2" ], - "ms": [ - "2.1.2" + "get-intrinsic": [ + "1.2.1" ], - "@babel/helper-string-parser": [ - "7.22.5" + "object-inspect": [ + "1.12.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "function-bind": [ + "1.1.1" ], - "to-fast-properties": [ - "2.0.0" + "has": [ + "1.0.3" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "has-proto": [ + "1.0.1" ], - "@babel/helper-function-name": [ - "7.23.0" + "has-symbols": [ + "1.0.3" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "forwarded": [ + "0.2.0" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "ee-first": [ + "1.1.1" ], - "globals": [ - "11.12.0" + "toidentifier": [ + "1.0.1" ], - "@babel/helper-module-imports": [ - "7.22.15" + "unpipe": [ + "1.0.0" ], - "@babel/helper-simple-access": [ - "7.22.5" + "bytes": [ + "3.0.0", + "3.1.2" ], - "@babel/compat-data": [ - "7.22.20" + "iconv-lite": [ + "0.4.24" ], - "@babel/helper-validator-option": [ - "7.22.15" + "raw-body": [ + "2.5.1" ], - "browserslist": [ - "4.22.1" + "safer-buffer": [ + "2.1.2" ], - "lru-cache": [ + "execa": [ "5.1.1" ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" + "get-stream": [ + "6.0.1" ], - "electron-to-chromium": [ - "1.4.539" + "human-signals": [ + "2.1.0" ], - "node-releases": [ - "2.0.13" + "is-stream": [ + "2.0.1" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "merge-stream": [ + "2.0.0" ], - "escalade": [ - "3.1.1" + "npm-run-path": [ + "4.0.1" ], - "picocolors": [ - "1.0.0" + "onetime": [ + "5.1.2" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "signal-exit": [ + "3.0.7" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "strip-final-newline": [ + "2.0.0" ], - "jsesc": [ - "2.5.2" + "mimic-fn": [ + "2.1.0" ], - "@jridgewell/resolve-uri": [ + "path-key": [ "3.1.1" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__q__1.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__q__1.5.1__links", - "package": "q", - "version": "1.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "q": [ - "1.5.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__vite__3.2.7__at_types_node_18.11.9": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__vite__3.2.7__at_types_node_18.11.9", - "package": "vite", - "version": "3.2.7_at_types_node_18.11.9", - "root_package": "", - "link_workspace": "", - "link_packages": { - "vue": [ - "vite" - ] - }, - "integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==", - "url": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-numeric-separator__7.22.11__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-numeric-separator__7.22.11__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-numeric-separator", - "version": "7.22.11_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5", - "@babel/plugin-syntax-numeric-separator": "7.10.4_at_babel_core_7.23.0" - }, - "transitive_closure": { - "@babel/plugin-transform-numeric-separator": [ - "7.22.11_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" + "compressible": [ + "2.0.18" ], - "gensync": [ - "1.0.0-beta.2" + "on-headers": [ + "1.0.2" ], - "json5": [ - "2.2.3" + "anymatch": [ + "3.1.3" ], - "semver": [ - "6.3.1" + "glob-parent": [ + "5.1.2" ], - "ms": [ - "2.1.2" + "is-binary-path": [ + "2.1.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "normalize-path": [ + "3.0.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "readdirp": [ + "3.6.0" ], - "to-fast-properties": [ - "2.0.0" + "fsevents": [ + "2.3.3" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "binary-extensions": [ + "2.2.0" ], - "@babel/helper-function-name": [ - "7.23.0" + "dns-equal": [ + "1.0.0" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "multicast-dns": [ + "7.2.5" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "dns-packet": [ + "5.6.1" ], - "globals": [ - "11.12.0" + "thunky": [ + "1.1.0" ], - "@babel/helper-module-imports": [ - "7.22.15" + "@leichtgewicht/ip-codec": [ + "2.0.4" ], - "@babel/helper-simple-access": [ - "7.22.5" + "@types/http-errors": [ + "2.0.2" ], - "@babel/compat-data": [ - "7.22.20" + "@types/mime": [ + "1.3.3", + "3.0.2" ], - "@babel/helper-validator-option": [ - "7.22.15" + "@types/body-parser": [ + "1.19.3" ], - "browserslist": [ - "4.22.1" + "@types/express-serve-static-core": [ + "4.17.37" ], - "lru-cache": [ - "5.1.1" + "@types/qs": [ + "6.9.8" ], - "yallist": [ - "3.1.1" + "@types/range-parser": [ + "1.2.5" ], - "caniuse-lite": [ - "1.0.30001542" + "@types/send": [ + "0.17.2" ], - "electron-to-chromium": [ - "1.4.539" + "@types/connect": [ + "3.4.36" ], - "node-releases": [ - "2.0.13" + "resolve": [ + "1.22.6" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "is-core-module": [ + "2.13.0" ], - "escalade": [ - "3.1.1" + "path-parse": [ + "1.0.7" ], - "picocolors": [ + "supports-preserve-symlinks-flag": [ "1.0.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "pkg-dir": [ + "4.2.0" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "resolve-cwd": [ + "3.0.0" ], - "jsesc": [ - "2.5.2" + "resolve-from": [ + "5.0.0" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "find-up": [ + "4.1.0" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "locate-path": [ + "5.0.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "path-exists": [ + "4.0.0" ], - "@babel/highlight": [ - "7.22.20" + "p-locate": [ + "4.1.0" ], - "chalk": [ - "2.4.2" + "p-limit": [ + "2.3.0" ], - "ansi-styles": [ - "3.2.1" + "p-try": [ + "2.2.0" ], - "escape-string-regexp": [ - "1.0.5" + "shebang-command": [ + "2.0.0" ], - "supports-color": [ - "5.5.0" + "which": [ + "2.0.2" ], - "has-flag": [ + "isexe": [ + "2.0.0" + ], + "shebang-regex": [ "3.0.0" ], - "color-convert": [ - "1.9.3" + "@types/eslint-scope": [ + "3.7.5" ], - "color-name": [ - "1.1.3" + "@types/estree": [ + "1.0.2" ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_next_swc-win32-ia32-msvc__13.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-win32-ia32-msvc__13.0.5__links", - "package": "@next/swc-win32-ia32-msvc", - "version": "13.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@next/swc-win32-ia32-msvc": [ - "13.0.5" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__hoopy__0.1.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__hoopy__0.1.4__links", - "package": "hoopy", - "version": "0.1.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "hoopy": [ - "0.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__coa__2.0.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__coa__2.0.2__links", - "package": "coa", - "version": "2.0.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/q": "1.5.6", - "chalk": "2.4.2", - "q": "1.5.1" - }, - "transitive_closure": { - "coa": [ - "2.0.2" + "@webassemblyjs/ast": [ + "1.11.6" ], - "@types/q": [ - "1.5.6" + "@webassemblyjs/wasm-edit": [ + "1.11.6" ], - "chalk": [ - "2.4.2" + "@webassemblyjs/wasm-parser": [ + "1.11.6" ], - "q": [ - "1.5.1" + "acorn": [ + "8.10.0" ], - "ansi-styles": [ - "3.2.1" + "acorn-import-assertions": [ + "1.9.0_acorn_8.10.0" ], - "escape-string-regexp": [ - "1.0.5" + "browserslist": [ + "4.22.1" ], - "supports-color": [ - "5.5.0" + "chrome-trace-event": [ + "1.0.3" ], - "has-flag": [ - "3.0.0" + "enhanced-resolve": [ + "5.15.0" ], - "color-convert": [ - "1.9.3" + "es-module-lexer": [ + "1.3.1" ], - "color-name": [ - "1.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-transform-property-literals__7.22.5__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-property-literals__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-property-literals", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-property-literals": [ - "7.22.5_at_babel_core_7.23.0" + "eslint-scope": [ + "5.1.1" ], - "@babel/core": [ - "7.23.0" + "events": [ + "3.3.0" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "glob-to-regexp": [ + "0.4.1" ], - "@ampproject/remapping": [ + "json-parse-even-better-errors": [ + "2.3.1" + ], + "loader-runner": [ + "4.3.0" + ], + "neo-async": [ + "2.6.2" + ], + "tapable": [ "2.2.1" ], - "@babel/code-frame": [ - "7.22.13" + "terser-webpack-plugin": [ + "5.3.9_1251614587" ], - "@babel/generator": [ - "7.23.0" + "watchpack": [ + "2.4.0" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "webpack-sources": [ + "3.2.3" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@babel/helpers": [ - "7.23.1" + "@swc/core": [ + "1.3.100" ], - "@babel/parser": [ - "7.23.0" + "jest-worker": [ + "27.5.1" ], - "@babel/template": [ - "7.22.15" + "serialize-javascript": [ + "6.0.1" ], - "@babel/traverse": [ - "7.23.0" + "terser": [ + "5.20.0" ], - "@babel/types": [ - "7.23.0" + "@jridgewell/source-map": [ + "0.3.5" ], - "convert-source-map": [ - "2.0.0" + "source-map-support": [ + "0.5.21" ], - "debug": [ - "4.3.4" + "buffer-from": [ + "1.1.2" ], - "gensync": [ - "1.0.0-beta.2" + "source-map": [ + "0.6.1" ], - "json5": [ - "2.2.3" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "semver": [ - "6.3.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "ms": [ - "2.1.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@babel/helper-string-parser": [ - "7.22.5" + "randombytes": [ + "2.1.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "supports-color": [ + "8.1.1" ], - "to-fast-properties": [ - "2.0.0" + "has-flag": [ + "4.0.0" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "@swc/counter": [ + "0.1.2" ], - "@babel/helper-function-name": [ - "7.23.0" + "@swc/types": [ + "0.1.5" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "@swc/core-darwin-arm64": [ + "1.3.100" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "@swc/core-darwin-x64": [ + "1.3.100" ], - "globals": [ - "11.12.0" + "@swc/core-linux-arm64-gnu": [ + "1.3.100" ], - "@babel/helper-module-imports": [ - "7.22.15" + "@swc/core-linux-arm64-musl": [ + "1.3.100" ], - "@babel/helper-simple-access": [ - "7.22.5" + "@swc/core-linux-x64-gnu": [ + "1.3.100" ], - "@babel/compat-data": [ - "7.22.20" + "@swc/core-linux-x64-musl": [ + "1.3.100" ], - "@babel/helper-validator-option": [ - "7.22.15" + "@swc/core-win32-arm64-msvc": [ + "1.3.100" ], - "browserslist": [ - "4.22.1" + "@swc/core-win32-ia32-msvc": [ + "1.3.100" ], - "lru-cache": [ - "5.1.1" + "@swc/core-win32-x64-msvc": [ + "1.3.100" ], - "yallist": [ + "@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" ], @@ -164531,53 +124755,101 @@ "escalade": [ "3.1.1" ], - "picocolors": [ - "1.0.0" + "@webassemblyjs/helper-api-error": [ + "1.11.6" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "@webassemblyjs/ieee754": [ + "1.11.6" ], - "jsesc": [ - "2.5.2" + "@webassemblyjs/leb128": [ + "1.11.6" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@webassemblyjs/utf8": [ + "1.11.6" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@xtuc/long": [ + "4.2.2" ], - "@jridgewell/set-array": [ - "1.1.2" + "@xtuc/ieee754": [ + "1.2.0" ], - "@babel/highlight": [ - "7.22.20" + "@webassemblyjs/helper-buffer": [ + "1.11.6" ], - "chalk": [ - "2.4.2" + "@webassemblyjs/helper-wasm-section": [ + "1.11.6" ], - "ansi-styles": [ - "3.2.1" + "@webassemblyjs/wasm-gen": [ + "1.11.6" ], - "escape-string-regexp": [ - "1.0.5" + "@webassemblyjs/wasm-opt": [ + "1.11.6" ], - "supports-color": [ - "5.5.0" + "@webassemblyjs/wast-printer": [ + "1.11.6" ], - "has-flag": [ - "3.0.0" + "@webassemblyjs/helper-numbers": [ + "1.11.6" ], - "color-convert": [ - "1.9.3" + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" ], - "color-name": [ - "1.1.3" + "@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" ], - "js-tokens": [ - "4.0.0" + "@xtuc/ieee754": [ + "1.2.0" ] }, "lifecycle_build_target": false, @@ -164587,18 +124859,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ajv-formats__2.1.1__ajv_8.12.0": { + "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__ajv-formats__2.1.1__ajv_8.12.0", - "package": "ajv-formats", - "version": "2.1.1_ajv_8.12.0", + "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-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "url": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "url": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -164612,20 +124884,109 @@ "generate_bzl_library_targets": false } }, - "npm__stackframe__1.3.4__links": { + "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__stackframe__1.3.4__links", - "package": "stackframe", - "version": "1.3.4", - "dev": false, + "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": { - "stackframe": [ - "1.3.4" + "tmpl": [ + "1.0.5" ] }, "lifecycle_build_target": false, @@ -164635,20 +124996,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__xmlchars__2.2.0__links": { + "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__xmlchars__2.2.0__links", - "package": "xmlchars", - "version": "2.2.0", - "dev": false, + "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": { - "xmlchars": [ - "2.2.0" + "utila": [ + "0.4.0" ] }, "lifecycle_build_target": false, @@ -164658,18 +125019,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__common-path-prefix__3.0.0": { + "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__common-path-prefix__3.0.0", - "package": "common-path-prefix", - "version": "3.0.0", + "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-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", - "url": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "url": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -164683,43 +125044,47 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-freebsd-64__0.15.18__links": { + "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_links", + "ruleClassName": "npm_import_rule", "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, + "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": {}, - "deps": {}, - "transitive_closure": { - "esbuild-freebsd-64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" + "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" ], - "bins": {}, - "npm_translate_lock_repo": "npm" + "extra_build_content": "", + "generate_bzl_library_targets": false } }, - "npm__has-property-descriptors__1.0.0": { + "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__has-property-descriptors__1.0.0", - "package": "has-property-descriptors", - "version": "1.0.0", + "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-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", - "url": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "url": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -164733,46 +125098,18 @@ "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": { + "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__at_types_retry__0.12.0", - "package": "@types/retry", - "version": "0.12.0", + "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-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", - "url": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "url": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -164786,18 +125123,18 @@ "generate_bzl_library_targets": false } }, - "npm__bfj__7.1.0": { + "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__bfj__7.1.0", - "package": "bfj", - "version": "7.1.0", + "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-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==", - "url": "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "url": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -164811,212 +125148,45 @@ "generate_bzl_library_targets": false } }, - "npm__p-locate__4.1.0__links": { + "npm__at_humanwhocodes_object-schema__1.2.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__p-locate__4.1.0__links", - "package": "p-locate", - "version": "4.1.0", - "dev": false, + "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": {}, - "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" + "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__jest-environment-node__29.7.0__links": { + "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__jest-environment-node__29.7.0__links", - "package": "jest-environment-node", - "version": "29.7.0", + "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": { - "@jest/environment": "29.7.0", - "@jest/fake-timers": "29.7.0", - "@jest/types": "29.6.3", - "@types/node": "18.11.9", - "jest-mock": "29.7.0", - "jest-util": "29.7.0" - }, - "transitive_closure": { - "jest-environment-node": [ - "29.7.0" - ], - "@jest/environment": [ - "29.7.0" - ], - "@jest/fake-timers": [ - "29.7.0" - ], - "@jest/types": [ - "29.6.3" - ], - "@types/node": [ - "18.11.9" - ], - "jest-mock": [ - "29.7.0" - ], - "jest-util": [ - "29.7.0" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@jest/schemas": [ - "29.6.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@sinonjs/fake-timers": [ - "10.3.0" - ], - "jest-message-util": [ - "29.7.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "29.7.0" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "react-is": [ - "18.2.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "@sinonjs/commons": [ - "3.0.0" - ], - "type-detect": [ - "4.0.8" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__methods__1.1.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__methods__1.1.2__links", - "package": "methods", - "version": "1.1.2", - "dev": false, - "root_package": "", - "link_packages": {}, "deps": {}, "transitive_closure": { - "methods": [ - "1.1.2" + "jsesc": [ + "0.5.0" ] }, "lifecycle_build_target": false, @@ -165026,59 +125196,50 @@ "npm_translate_lock_repo": "npm" } }, - "npm__clone-deep__4.0.1__links": { + "npm__set-function-name__2.0.1": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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" + "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__nice-try__1.0.5__links": { + "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__nice-try__1.0.5__links", - "package": "nice-try", - "version": "1.0.5", + "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": {}, + "deps": { + "@vue/shared": "3.3.4" + }, "transitive_closure": { - "nice-try": [ - "1.0.5" + "@vue/reactivity": [ + "3.3.4" + ], + "@vue/shared": [ + "3.3.4" ] }, "lifecycle_build_target": false, @@ -165088,30 +125249,29 @@ "npm_translate_lock_repo": "npm" } }, - "npm__eslint-scope__5.1.1__links": { + "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__eslint-scope__5.1.1__links", - "package": "eslint-scope", - "version": "5.1.1", - "dev": false, + "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": { - "esrecurse": "4.3.0", - "estraverse": "4.3.0" + "@types/mime": "1.3.3", + "@types/node": "18.11.9" }, "transitive_closure": { - "eslint-scope": [ - "5.1.1" + "@types/send": [ + "0.17.2" ], - "esrecurse": [ - "4.3.0" + "@types/mime": [ + "1.3.3" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "@types/node": [ + "18.11.9" ] }, "lifecycle_build_target": false, @@ -165121,18 +125281,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__lodash.uniq__4.5.0": { + "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__lodash.uniq__4.5.0", - "package": "lodash.uniq", - "version": "4.5.0", + "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-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", - "url": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "url": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -165146,18 +125306,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_fastify_deepmerge__1.3.0": { + "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__at_fastify_deepmerge__1.3.0", - "package": "@fastify/deepmerge", - "version": "1.3.0", + "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-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==", - "url": "https://registry.npmjs.org/@fastify/deepmerge/-/deepmerge-1.3.0.tgz", + "integrity": "sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==", + "url": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -165171,72 +125331,68 @@ "generate_bzl_library_targets": false } }, - "npm__serialize-javascript__6.0.1__links": { + "npm__safe-regex-test__1.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__serialize-javascript__6.0.1__links", - "package": "serialize-javascript", - "version": "6.0.1", - "dev": false, + "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": {}, - "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" + "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__escalade__3.1.1__links": { + "npm__json-schema-traverse__1.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__escalade__3.1.1__links", - "package": "escalade", - "version": "3.1.1", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "escalade": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__js-yaml__4.1.0": { + "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__js-yaml__4.1.0", - "package": "js-yaml", - "version": "4.1.0", + "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-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "url": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "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": [], @@ -165250,18 +125406,18 @@ "generate_bzl_library_targets": false } }, - "npm__retry__0.13.1": { + "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__retry__0.13.1", - "package": "retry", - "version": "0.13.1", + "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-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", - "url": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-yVRvFsEMrv7s0lGhzrggJjNOSmZCdgCjw9xWrPr/kNNLp6FaDfMC1KaYl3TSJ0c58bECwNBMoQrZJ8hA8E1eFg==", + "url": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -165275,18 +125431,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_pmmmwh_react-refresh-webpack-plugin__0.5.11__-2131594514": { + "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__at_pmmmwh_react-refresh-webpack-plugin__0.5.11__-2131594514", - "package": "@pmmmwh/react-refresh-webpack-plugin", - "version": "0.5.11_-2131594514", + "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-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==", - "url": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz", + "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", + "url": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -165300,121 +125456,72 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-transform-classes__7.22.15__at_babel_core_7.23.0__links": { + "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_plugin-transform-classes__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-classes", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-annotate-as-pure": "7.22.5", + "@babel/core": "7.23.5", "@babel/helper-compilation-targets": "7.22.15", - "@babel/helper-environment-visitor": "7.22.20", - "@babel/helper-function-name": "7.23.0", - "@babel/helper-optimise-call-expression": "7.22.5", "@babel/helper-plugin-utils": "7.22.5", - "@babel/helper-replace-supers": "7.22.20_at_babel_core_7.23.0", - "@babel/helper-split-export-declaration": "7.22.6", - "globals": "11.12.0" + "debug": "4.3.4", + "lodash.debounce": "4.0.8", + "resolve": "1.22.6" }, "transitive_closure": { - "@babel/plugin-transform-classes": [ - "7.22.15_at_babel_core_7.23.0" + "@babel/helper-define-polyfill-provider": [ + "0.4.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "7.23.5" ], "@babel/helper-compilation-targets": [ "7.22.15" ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" - ], "@babel/helper-plugin-utils": [ "7.22.5" ], - "@babel/helper-replace-supers": [ - "7.22.20_at_babel_core_7.23.0" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" + "debug": [ + "4.3.4" ], - "chalk": [ - "2.4.2" + "lodash.debounce": [ + "4.0.8" ], - "ansi-styles": [ - "3.2.1" + "resolve": [ + "1.22.6" ], - "escape-string-regexp": [ - "1.0.5" + "is-core-module": [ + "2.13.0" ], - "supports-color": [ - "5.5.0" + "path-parse": [ + "1.0.7" ], - "has-flag": [ - "3.0.0" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], - "color-convert": [ - "1.9.3" + "has": [ + "1.0.3" ], - "color-name": [ - "1.1.3" + "function-bind": [ + "1.1.1" ], - "js-tokens": [ - "4.0.0" + "ms": [ + "2.1.2" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -165426,16 +125533,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -165446,36 +125553,63 @@ "@ampproject/remapping": [ "2.2.1" ], + "@babel/code-frame": [ + "7.23.5" + ], "@babel/generator": [ - "7.23.0" + "7.23.5" ], "@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.5" + ], + "@babel/template": [ + "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "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" ], @@ -165499,6 +125633,33 @@ ], "@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, @@ -165508,18 +125669,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-reserved-words__7.22.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-reserved-words__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-reserved-words", - "version": "7.22.5_at_babel_core_7.23.0", + "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-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "url": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -165533,428 +125694,122 @@ "generate_bzl_library_targets": false } }, - "npm__jest-resolve-dependencies__29.7.0__links": { + "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__jest-resolve-dependencies__29.7.0__links", - "package": "jest-resolve-dependencies", - "version": "29.7.0", + "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": { - "jest-regex-util": "29.6.3", - "jest-snapshot": "29.7.0" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5", + "@babel/template": "7.22.15" }, "transitive_closure": { - "jest-resolve-dependencies": [ - "29.7.0" - ], - "jest-regex-util": [ - "29.6.3" - ], - "jest-snapshot": [ - "29.7.0" + "@babel/plugin-transform-computed-properties": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], - "@babel/generator": [ - "7.23.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/template": [ + "7.22.15" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/code-frame": [ + "7.23.5" + ], + "@babel/parser": [ + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], - "@jest/expect-utils": [ - "29.7.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@jest/transform": [ - "29.7.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@jest/types": [ - "29.6.3" + "to-fast-properties": [ + "2.0.0" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "@babel/highlight": [ + "7.23.4" ], "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" + "2.4.2" ], "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" - ], - "react-is": [ - "18.2.0" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "@types/node": [ - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" + "3.2.1" ], "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" + "1.0.5" ], "supports-color": [ - "8.1.1", - "7.2.0", "5.5.0" ], "has-flag": [ - "4.0.0", "3.0.0" ], "color-convert": [ - "2.0.1", "1.9.3" ], "color-name": [ - "1.1.4", "1.1.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], "js-tokens": [ "4.0.0" ], - "diff-sequences": [ - "29.6.3" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "17.0.26" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "babel-plugin-istanbul": [ - "6.1.1" - ], - "convert-source-map": [ - "2.0.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "jest-haste-map": [ - "29.7.0" - ], - "pirates": [ - "4.0.6" - ], - "write-file-atomic": [ - "4.0.2" - ], - "imurmurhash": [ - "0.1.4" - ], - "signal-exit": [ - "3.0.7" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-worker": [ - "29.7.0" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "merge-stream": [ - "2.0.0" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" - ], - "@istanbuljs/schema": [ - "0.1.3" - ], - "istanbul-lib-instrument": [ - "5.2.1" - ], - "test-exclude": [ - "6.0.0" - ], - "glob": [ - "7.2.3" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "fs.realpath": [ - "1.0.0" - ], - "inflight": [ - "1.0.6" - ], - "inherits": [ - "2.0.4" - ], - "once": [ - "1.4.0" - ], - "path-is-absolute": [ - "1.0.1" - ], - "wrappy": [ - "1.0.2" - ], - "@babel/parser": [ - "7.23.0" - ], - "istanbul-lib-coverage": [ - "3.2.0" - ], - "camelcase": [ - "5.3.1" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], "@ampproject/remapping": [ "2.2.1" ], + "@babel/generator": [ + "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" - ], - "@babel/template": [ - "7.22.15" + "7.23.5" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "convert-source-map": [ + "2.0.0" ], "debug": [ "4.3.4" @@ -165965,6 +125820,9 @@ "json5": [ "2.2.3" ], + "semver": [ + "6.3.1" + ], "ms": [ "2.1.2" ], @@ -165990,290 +125848,55 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__ipaddr.js__1.9.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ipaddr.js__1.9.1__links", - "package": "ipaddr.js", - "version": "1.9.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "ipaddr.js": [ - "1.9.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_nodelib_fs.stat__2.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_nodelib_fs.stat__2.0.5", - "package": "@nodelib/fs.stat", - "version": "2.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "url": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__esbuild-windows-32__0.15.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-windows-32__0.15.18__links", - "package": "esbuild-windows-32", - "version": "0.15.18", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esbuild-windows-32": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-oklab-function__1.1.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-oklab-function__1.1.1__postcss_8.4.31", - "package": "@csstools/postcss-oklab-function", - "version": "1.1.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", - "url": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-changed-files__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-changed-files__27.5.1", - "package": "jest-changed-files", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", - "url": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ajv__6.12.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ajv__6.12.6", - "package": "ajv", - "version": "6.12.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "url": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__redent__3.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__redent__3.0.0", - "package": "redent", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "url": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__serve-static__1.15.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__serve-static__1.15.0__links", - "package": "serve-static", - "version": "1.15.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "encodeurl": "1.0.2", - "escape-html": "1.0.3", - "parseurl": "1.3.3", - "send": "0.18.0" - }, - "transitive_closure": { - "serve-static": [ - "1.15.0" - ], - "encodeurl": [ - "1.0.2" - ], - "escape-html": [ - "1.0.3" + "4.22.2" ], - "parseurl": [ - "1.3.3" - ], - "send": [ - "0.18.0" - ], - "debug": [ - "2.6.9" - ], - "depd": [ - "2.0.0" + "lru-cache": [ + "5.1.1" ], - "destroy": [ - "1.2.0" + "yallist": [ + "3.1.1" ], - "etag": [ - "1.8.1" + "caniuse-lite": [ + "1.0.30001566" ], - "fresh": [ - "0.5.2" + "electron-to-chromium": [ + "1.4.608" ], - "http-errors": [ - "2.0.0" + "node-releases": [ + "2.0.14" ], - "mime": [ - "1.6.0" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "ms": [ - "2.0.0", - "2.1.3" + "escalade": [ + "3.1.1" ], - "on-finished": [ - "2.4.1" + "picocolors": [ + "1.0.0" ], - "range-parser": [ - "1.2.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "statuses": [ - "2.0.1" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "ee-first": [ - "1.1.1" + "jsesc": [ + "2.5.2" ], - "inherits": [ - "2.0.4" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "setprototypeof": [ - "1.2.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "toidentifier": [ - "1.0.1" + "@jridgewell/set-array": [ + "1.1.2" ] }, "lifecycle_build_target": false, @@ -166283,59 +125906,113 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-block-scoped-functions__7.22.5__at_babel_core_7.23.0__links": { + "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-block-scoped-functions__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-block-scoped-functions", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-plugin-utils": "7.22.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" }, "transitive_closure": { - "@babel/plugin-transform-block-scoped-functions": [ - "7.22.5_at_babel_core_7.23.0" + "@babel/plugin-transform-nullish-coalescing-operator": [ + "7.23.4_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" + "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.22.13" + "7.23.5" ], "@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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -166356,7 +126033,7 @@ "2.1.2" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -166386,13 +126063,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -166401,16 +126078,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -166437,7 +126114,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -166471,59 +126148,36 @@ "npm_translate_lock_repo": "npm" } }, - "npm__escodegen__1.14.3__links": { + "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__escodegen__1.14.3__links", - "package": "escodegen", - "version": "1.14.3", - "dev": false, + "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": { - "source-map": "0.6.1", - "esprima": "4.0.1", - "estraverse": "4.3.0", - "esutils": "2.0.3", - "optionator": "0.8.3" + "inherits": "2.0.4", + "string_decoder": "1.3.0", + "util-deprecate": "1.0.2" }, "transitive_closure": { - "escodegen": [ - "1.14.3" - ], - "esprima": [ - "4.0.1" - ], - "estraverse": [ - "4.3.0" - ], - "esutils": [ - "2.0.3" - ], - "optionator": [ - "0.8.3" - ], - "source-map": [ - "0.6.1" - ], - "deep-is": [ - "0.1.4" - ], - "fast-levenshtein": [ - "2.0.6" + "readable-stream": [ + "3.6.2" ], - "levn": [ - "0.3.0" + "inherits": [ + "2.0.4" ], - "prelude-ls": [ - "1.1.2" + "string_decoder": [ + "1.3.0" ], - "type-check": [ - "0.3.2" + "util-deprecate": [ + "1.0.2" ], - "word-wrap": [ - "1.2.5" + "safe-buffer": [ + "5.2.1" ] }, "lifecycle_build_target": false, @@ -166533,238 +126187,137 @@ "npm_translate_lock_repo": "npm" } }, - "npm__language-tags__1.0.5__links": { + "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__language-tags__1.0.5__links", - "package": "language-tags", - "version": "1.0.5", - "dev": false, + "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": { - "language-subtag-registry": "0.3.22" - }, + "deps": {}, "transitive_closure": { - "language-tags": [ - "1.0.5" - ], - "language-subtag-registry": [ - "0.3.22" + "@swc/core-linux-arm64-musl": [ + "1.3.100" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_types_prop-types__15.7.8": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_prop-types__15.7.8", - "package": "@types/prop-types", - "version": "15.7.8", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==", - "url": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-typedarray__1.0.0": { + "npm__esbuild-linux-arm64__0.15.18__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-typedarray__1.0.0", - "package": "is-typedarray", - "version": "1.0.0", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "url": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__at_svgr_babel-plugin-remove-jsx-empty-expression__5.0.1": { + "npm__w3c-xmlserializer__4.0.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-remove-jsx-empty-expression__5.0.1", - "package": "@svgr/babel-plugin-remove-jsx-empty-expression", - "version": "5.0.1", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.3.4": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vitejs_plugin-vue__3.2.0__vite_3.2.7__vue_3.3.4", - "package": "@vitejs/plugin-vue", - "version": "3.2.0_vite_3.2.7__vue_3.3.4", - "root_package": "", - "link_workspace": "", - "link_packages": { - "vue/libraries/simple": [ - "@vitejs/plugin-vue" + "deps": { + "xml-name-validator": "4.0.0" + }, + "transitive_closure": { + "w3c-xmlserializer": [ + "4.0.0" + ], + "xml-name-validator": [ + "4.0.0" ] }, - "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 + "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.0__links": { + "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_helper-remap-async-to-generator__7.22.20__at_babel_core_7.23.0__links", - "package": "@babel/helper-remap-async-to-generator", - "version": "7.22.20_at_babel_core_7.23.0", - "dev": false, + "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.0", - "@babel/helper-annotate-as-pure": "7.22.5", - "@babel/helper-environment-visitor": "7.22.20", - "@babel/helper-wrap-function": "7.22.20" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@babel/helper-remap-async-to-generator": [ - "7.22.20_at_babel_core_7.23.0" + "@babel/plugin-transform-typeof-symbol": [ + "7.23.3_at_babel_core_7.23.5" ], "@babel/core": [ - "7.23.0" - ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-wrap-function": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/types": [ - "7.23.0" + "7.23.5" ], - "@babel/helper-string-parser": [ + "@babel/helper-plugin-utils": [ "7.22.5" ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ], "@ampproject/remapping": [ "2.2.1" ], + "@babel/code-frame": [ + "7.23.5" + ], "@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/parser": [ + "7.23.5" + ], + "@babel/template": [ + "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -166784,6 +126337,21 @@ "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" ], @@ -166800,13 +126368,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -166815,16 +126383,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -166849,6 +126417,33 @@ ], "@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, @@ -166858,138 +126453,307 @@ "npm_translate_lock_repo": "npm" } }, - "npm__babel-plugin-istanbul__6.1.1__links": { + "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__babel-plugin-istanbul__6.1.1__links", - "package": "babel-plugin-istanbul", - "version": "6.1.1", + "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": { - "@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" + "normalize-path": "3.0.0", + "picomatch": "2.3.1" }, "transitive_closure": { - "babel-plugin-istanbul": [ - "6.1.1" + "anymatch": [ + "3.1.3" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "normalize-path": [ + "3.0.0" ], - "@istanbuljs/load-nyc-config": [ - "1.1.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" ], - "@istanbuljs/schema": [ - "0.1.3" + "@next/eslint-plugin-next": [ + "13.0.5" ], - "istanbul-lib-instrument": [ - "5.2.1" + "@rushstack/eslint-patch": [ + "1.5.1" ], - "test-exclude": [ - "6.0.0" + "@typescript-eslint/parser": [ + "5.44.0_509062556" ], - "glob": [ - "7.2.3" + "eslint": [ + "8.28.0" ], - "minimatch": [ - "3.1.2" + "eslint-import-resolver-node": [ + "0.3.9" ], - "brace-expansion": [ - "1.1.11" + "eslint-import-resolver-typescript": [ + "3.6.1_237066510" ], - "balanced-match": [ - "1.0.2" + "eslint-plugin-import": [ + "2.28.1_eslint_8.28.0" ], - "concat-map": [ - "0.0.1" + "eslint-plugin-jsx-a11y": [ + "6.7.1_eslint_8.28.0" ], - "fs.realpath": [ - "1.0.0" + "eslint-plugin-react": [ + "7.33.2_eslint_8.28.0" ], - "inflight": [ - "1.0.6" + "eslint-plugin-react-hooks": [ + "4.6.0_eslint_8.28.0" ], - "inherits": [ - "2.0.4" + "next": [ + "13.0.5_-1955910335" ], - "once": [ - "1.4.0" + "typescript": [ + "4.9.3" ], - "path-is-absolute": [ - "1.0.1" + "@next/env": [ + "13.0.5" ], - "wrappy": [ - "1.0.2" + "@swc/helpers": [ + "0.4.14" ], - "@babel/core": [ - "7.23.0" + "caniuse-lite": [ + "1.0.30001566", + "1.0.30001542" ], - "@babel/parser": [ - "7.23.0" + "postcss": [ + "8.4.14" ], - "istanbul-lib-coverage": [ - "3.2.0" + "react": [ + "18.2.0" ], - "semver": [ - "6.3.1" + "react-dom": [ + "18.2.0_react_18.2.0" ], - "@babel/types": [ - "7.23.0" + "styled-jsx": [ + "5.1.0_986221465" ], - "@babel/helper-string-parser": [ - "7.22.5" + "@next/swc-android-arm-eabi": [ + "13.0.5" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "@next/swc-android-arm64": [ + "13.0.5" ], - "to-fast-properties": [ - "2.0.0" + "@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.22.13" + "7.23.5" ], "@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/parser": [ + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "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" ], @@ -167003,6 +126767,7 @@ "7.22.6" ], "globals": [ + "13.22.0", "11.12.0" ], "@babel/helper-module-imports": [ @@ -167012,31 +126777,30 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ + "6.0.0", "5.1.1" ], "yallist": [ + "4.0.0", "3.1.1" ], - "caniuse-lite": [ - "1.0.30001542" - ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -167063,305 +126827,102 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "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" ], - "camelcase": [ - "5.3.1" - ], - "find-up": [ - "4.1.0" - ], - "get-package-type": [ - "0.1.0" - ], - "js-yaml": [ - "3.14.1" - ], - "resolve-from": [ - "5.0.0" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "locate-path": [ - "5.0.0" - ], - "path-exists": [ - "4.0.0" - ], - "p-locate": [ - "4.1.0" - ], - "p-limit": [ - "2.3.0" - ], - "p-try": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__dir-glob__3.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dir-glob__3.0.1__links", - "package": "dir-glob", - "version": "3.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "path-type": "4.0.0" - }, - "transitive_closure": { - "dir-glob": [ - "3.0.1" - ], - "path-type": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_body-parser__1.19.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_body-parser__1.19.3__links", - "package": "@types/body-parser", - "version": "1.19.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/connect": "3.4.36", - "@types/node": "18.11.9" - }, - "transitive_closure": { - "@types/body-parser": [ - "1.19.3" + "loose-envify": [ + "1.4.0" ], - "@types/connect": [ - "3.4.36" + "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" ], - "@types/node": [ - "18.11.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__minimalistic-assert__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__minimalistic-assert__1.0.1__links", - "package": "minimalistic-assert", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "minimalistic-assert": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__workbox-precaching__6.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-precaching__6.6.0", - "package": "workbox-precaching", - "version": "6.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==", - "url": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__array-union__2.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array-union__2.1.0", - "package": "array-union", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "url": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__iconv-lite__0.4.24": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__iconv-lite__0.4.24", - "package": "iconv-lite", - "version": "0.4.24", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__istanbul-lib-source-maps__4.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__istanbul-lib-source-maps__4.0.1", - "package": "istanbul-lib-source-maps", - "version": "4.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "url": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__prelude-ls__1.2.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__prelude-ls__1.2.1__links", - "package": "prelude-ls", - "version": "1.2.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "prelude-ls": [ - "1.2.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__array.prototype.flatmap__1.3.2__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__array.prototype.flatmap__1.3.2__links", - "package": "array.prototype.flatmap", - "version": "1.3.2", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "es-abstract": "1.22.2", - "es-shim-unscopables": "1.0.0" - }, - "transitive_closure": { "array.prototype.flatmap": [ "1.3.2" ], + "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" ], @@ -167371,15 +126932,48 @@ "es-abstract": [ "1.22.2" ], - "es-shim-unscopables": [ + "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" ], @@ -167398,30 +126992,12 @@ "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" ], @@ -167446,18 +127022,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" ], @@ -167518,300 +127088,173 @@ "isarray": [ "2.0.5" ], - "set-function-name": [ - "2.0.1" + "is-date-object": [ + "1.0.5" ], - "define-data-property": [ - "1.1.0" + "is-core-module": [ + "2.13.0" ], - "functions-have-names": [ - "1.2.3" + "path-parse": [ + "1.0.7" ], - "side-channel": [ + "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" ], - "is-date-object": [ - "1.0.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_wast-printer__1.11.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wast-printer__1.11.6__links", - "package": "@webassemblyjs/wast-printer", - "version": "1.11.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@webassemblyjs/ast": "1.11.6", - "@xtuc/long": "4.2.2" - }, - "transitive_closure": { - "@webassemblyjs/wast-printer": [ - "1.11.6" + "which-builtin-type": [ + "1.1.3" ], - "@webassemblyjs/ast": [ - "1.11.6" + "is-async-function": [ + "2.0.0" ], - "@xtuc/long": [ - "4.2.2" + "is-finalizationregistry": [ + "1.0.2" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "is-generator-function": [ + "1.0.10" ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" + "which-collection": [ + "1.0.1" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "is-map": [ + "2.0.2" ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__camelcase-css__2.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__camelcase-css__2.0.1__links", - "package": "camelcase-css", - "version": "2.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "camelcase-css": [ + "is-set": [ + "2.0.2" + ], + "is-weakmap": [ "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-loader__6.2.1__1967977863": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-loader__6.2.1__1967977863", - "package": "postcss-loader", - "version": "6.2.1_1967977863", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", - "url": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_types_node__18.11.9__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_node__18.11.9__links", - "package": "@types/node", - "version": "18.11.9", - "dev": false, - "root_package": "", - "link_packages": { - "next.js": [ - "@types/node" ], - "vue": [ - "@types/node" - ] - }, - "deps": {}, - "transitive_closure": { - "@types/node": [ - "18.11.9" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-focus-visible__6.0.4__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-focus-visible__6.0.4__postcss_8.4.31", - "package": "postcss-focus-visible", - "version": "6.0.4_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", - "url": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_jest_test-result__28.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-result__28.1.3__links", - "package": "@jest/test-result", - "version": "28.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/console": "28.1.3", - "@jest/types": "28.1.3", - "@types/istanbul-lib-coverage": "2.0.4", - "collect-v8-coverage": "1.0.2" - }, - "transitive_closure": { - "@jest/test-result": [ - "28.1.3" + "is-weakset": [ + "2.0.2" ], - "@jest/console": [ - "28.1.3" + "esutils": [ + "2.0.3" ], - "@jest/types": [ - "28.1.3" + "@babel/runtime": [ + "7.23.1" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "aria-query": [ + "5.3.0" ], - "collect-v8-coverage": [ - "1.0.2" + "ast-types-flow": [ + "0.0.7" ], - "@jest/schemas": [ - "28.1.3" + "axe-core": [ + "4.8.2" ], - "@types/istanbul-reports": [ - "3.0.2" + "axobject-query": [ + "3.2.1" ], - "@types/node": [ - "18.11.9" + "damerau-levenshtein": [ + "1.0.8" ], - "@types/yargs": [ - "17.0.26" + "emoji-regex": [ + "9.2.2" ], - "chalk": [ - "2.4.2", - "4.1.2" + "language-tags": [ + "1.0.5" ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" + "language-subtag-registry": [ + "0.3.22" ], - "supports-color": [ - "5.5.0", - "7.2.0" + "dequal": [ + "2.0.3" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "regenerator-runtime": [ + "0.14.0" ], - "color-convert": [ - "1.9.3", - "2.0.1" + "array.prototype.findlastindex": [ + "1.2.3" ], - "color-name": [ - "1.1.3", - "1.1.4" + "eslint-module-utils": [ + "2.8.0_2031701610", + "2.8.0_-993259024" ], - "@types/yargs-parser": [ - "21.0.1" + "is-glob": [ + "4.0.3" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "object.groupby": [ + "1.0.1" ], - "@sinclair/typebox": [ - "0.24.51" + "tsconfig-paths": [ + "3.14.2" ], - "jest-message-util": [ - "28.1.3" + "@types/json5": [ + "0.0.29" ], - "jest-util": [ - "28.1.3" + "minimist": [ + "1.2.8" ], - "slash": [ + "strip-bom": [ "3.0.0" ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" + "is-extglob": [ + "2.1.1" ], - "picomatch": [ - "2.3.1" + "enhanced-resolve": [ + "5.15.0" ], - "@babel/code-frame": [ - "7.22.13" + "fast-glob": [ + "3.3.1" ], - "@types/stack-utils": [ - "2.0.1" + "get-tsconfig": [ + "4.7.2" ], - "micromatch": [ - "4.0.5" + "resolve-pkg-maps": [ + "1.0.0" ], - "pretty-format": [ - "28.1.3" + "@nodelib/fs.stat": [ + "2.0.5" ], - "stack-utils": [ - "2.0.6" + "@nodelib/fs.walk": [ + "1.2.8" ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" + "glob-parent": [ + "6.0.2", + "5.1.2" ], - "ansi-regex": [ - "5.0.1" + "merge2": [ + "1.4.1" ], - "react-is": [ - "18.2.0" + "micromatch": [ + "4.0.5" ], "braces": [ "3.0.2" ], + "picomatch": [ + "2.3.1" + ], "fill-range": [ "7.0.1" ], @@ -167821,13 +127264,267 @@ "is-number": [ "7.0.0" ], - "@babel/highlight": [ - "7.22.20" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "fastq": [ + "1.15.0" ], - "js-tokens": [ + "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" ] }, @@ -167838,251 +127535,340 @@ "npm_translate_lock_repo": "npm" } }, - "npm__esbuild-freebsd-arm64__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-freebsd-arm64__0.15.18", - "package": "esbuild-freebsd-arm64", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==", - "url": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__reflect.getprototypeof__1.0.4__links": { + "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__reflect.getprototypeof__1.0.4__links", - "package": "reflect.getprototypeof", - "version": "1.0.4", - "dev": false, + "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": { - "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" + "@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": { - "reflect.getprototypeof": [ - "1.0.4" + "@babel/plugin-transform-class-properties": [ + "7.23.3_at_babel_core_7.23.5" ], - "call-bind": [ - "1.0.2" + "@babel/core": [ + "7.23.5" ], - "define-properties": [ - "1.2.1" + "@babel/helper-create-class-features-plugin": [ + "7.22.15_at_babel_core_7.23.5" ], - "es-abstract": [ - "1.22.2" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "get-intrinsic": [ - "1.2.1" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "globalthis": [ - "1.0.3" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "which-builtin-type": [ - "1.1.3" + "@babel/helper-function-name": [ + "7.23.0" ], - "function.prototype.name": [ - "1.1.6" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "has-tostringtag": [ - "1.0.0" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "is-async-function": [ - "2.0.0" + "@babel/helper-replace-supers": [ + "7.22.20_at_babel_core_7.23.5" ], - "is-date-object": [ - "1.0.5" + "@babel/helper-skip-transparent-expression-wrappers": [ + "7.22.5" ], - "is-finalizationregistry": [ - "1.0.2" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "is-generator-function": [ - "1.0.10" + "semver": [ + "6.3.1" ], - "is-regex": [ - "1.1.4" + "@babel/types": [ + "7.23.5" ], - "is-weakref": [ - "1.0.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "isarray": [ - "2.0.5" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "which-boxed-primitive": [ - "1.0.2" + "to-fast-properties": [ + "2.0.0" ], - "which-collection": [ - "1.0.1" + "@babel/template": [ + "7.22.15" ], - "which-typed-array": [ - "1.1.11" + "@babel/code-frame": [ + "7.23.5" ], - "available-typed-arrays": [ - "1.0.5" + "@babel/parser": [ + "7.23.5" ], - "for-each": [ - "0.3.3" + "@babel/highlight": [ + "7.23.4" ], - "gopd": [ - "1.0.1" + "chalk": [ + "2.4.2" ], - "is-callable": [ - "1.2.7" + "ansi-styles": [ + "3.2.1" ], - "is-map": [ - "2.0.2" + "escape-string-regexp": [ + "1.0.5" ], - "is-set": [ - "2.0.2" + "supports-color": [ + "5.5.0" ], - "is-weakmap": [ - "2.0.1" + "has-flag": [ + "3.0.0" ], - "is-weakset": [ - "2.0.2" + "color-convert": [ + "1.9.3" ], - "is-bigint": [ - "1.0.4" + "color-name": [ + "1.1.3" ], - "is-boolean-object": [ - "1.1.2" + "js-tokens": [ + "4.0.0" ], - "is-number-object": [ - "1.0.7" + "@ampproject/remapping": [ + "2.2.1" ], - "is-string": [ - "1.0.7" + "@babel/generator": [ + "7.23.5" ], - "is-symbol": [ - "1.0.4" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "has-symbols": [ - "1.0.3" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "has-bigints": [ - "1.0.2" + "@babel/helpers": [ + "7.23.5" ], - "functions-have-names": [ - "1.2.3" + "@babel/traverse": [ + "7.23.5" ], - "function-bind": [ - "1.1.1" + "convert-source-map": [ + "2.0.0" ], - "has": [ - "1.0.3" + "debug": [ + "4.3.4" ], - "has-proto": [ - "1.0.1" + "gensync": [ + "1.0.0-beta.2" ], - "array-buffer-byte-length": [ - "1.0.0" + "json5": [ + "2.2.3" ], - "arraybuffer.prototype.slice": [ - "1.0.2" + "ms": [ + "2.1.2" ], - "es-set-tostringtag": [ - "2.0.1" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "es-to-primitive": [ - "1.2.1" + "globals": [ + "11.12.0" ], - "get-symbol-description": [ - "1.0.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "has-property-descriptors": [ - "1.0.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "internal-slot": [ - "1.0.5" + "@babel/compat-data": [ + "7.23.5" ], - "is-array-buffer": [ - "3.0.2" + "@babel/helper-validator-option": [ + "7.23.5" ], - "is-negative-zero": [ - "2.0.2" + "browserslist": [ + "4.22.2" ], - "is-shared-array-buffer": [ - "1.0.2" + "lru-cache": [ + "5.1.1" ], - "is-typed-array": [ - "1.1.12" + "yallist": [ + "3.1.1" ], - "object-inspect": [ - "1.12.3" + "caniuse-lite": [ + "1.0.30001566" ], - "object-keys": [ - "1.1.1" + "electron-to-chromium": [ + "1.4.608" ], - "object.assign": [ - "4.1.4" + "node-releases": [ + "2.0.14" ], - "regexp.prototype.flags": [ - "1.5.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "safe-array-concat": [ - "1.0.1" + "escalade": [ + "3.1.1" ], - "safe-regex-test": [ + "picocolors": [ "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" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "typed-array-byte-length": [ - "1.0.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "typed-array-byte-offset": [ - "1.0.0" + "jsesc": [ + "2.5.2" ], - "typed-array-length": [ - "1.0.4" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "unbox-primitive": [ - "1.0.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "set-function-name": [ - "2.0.1" + "@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" ], - "define-data-property": [ - "1.1.0" + "@typescript-eslint/types": [ + "5.44.0" ], - "side-channel": [ - "1.0.4" + "eslint-visitor-keys": [ + "3.4.3" ] }, "lifecycle_build_target": false, @@ -168092,18 +127878,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-duplicate-keys__7.22.5__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-duplicate-keys__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-duplicate-keys", - "version": "7.22.5_at_babel_core_7.23.0", + "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-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", "commit": "", "patch_args": [], "patches": [], @@ -168117,66 +127903,74 @@ "generate_bzl_library_targets": false } }, - "npm__at_svgr_core__5.5.0__links": { + "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_svgr_core__5.5.0__links", - "package": "@svgr/core", - "version": "5.5.0", - "dev": false, + "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": { - "@svgr/plugin-jsx": "5.5.0", - "camelcase": "6.3.0", - "cosmiconfig": "7.1.0" + "@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": { - "@svgr/core": [ - "5.5.0" + "@babel/plugin-transform-async-generator-functions": [ + "7.23.4_at_babel_core_7.23.5" ], - "@svgr/plugin-jsx": [ - "5.5.0" + "@babel/core": [ + "7.23.5" ], - "camelcase": [ - "6.3.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "cosmiconfig": [ - "7.1.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@types/parse-json": [ - "4.0.0" + "@babel/helper-remap-async-to-generator": [ + "7.22.20_at_babel_core_7.23.5" ], - "import-fresh": [ - "3.3.0" + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.5" ], - "parse-json": [ - "5.2.0" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "path-type": [ - "4.0.0" + "@babel/helper-wrap-function": [ + "7.22.20" ], - "yaml": [ - "1.10.2" + "@babel/helper-function-name": [ + "7.23.0" ], - "@babel/code-frame": [ - "7.22.13" + "@babel/template": [ + "7.22.15" ], - "error-ex": [ - "1.3.2" + "@babel/types": [ + "7.23.5" ], - "json-parse-even-better-errors": [ - "2.3.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "lines-and-columns": [ - "1.2.4" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "is-arrayish": [ - "0.2.1" + "to-fast-properties": [ + "2.0.0" + ], + "@babel/code-frame": [ + "7.23.5" + ], + "@babel/parser": [ + "7.23.5" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -168199,89 +127993,201 @@ "color-name": [ "1.1.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], "js-tokens": [ "4.0.0" ], - "parent-module": [ - "1.0.1" + "@ampproject/remapping": [ + "2.2.1" ], - "resolve-from": [ - "4.0.0" + "@babel/generator": [ + "7.23.5" ], - "callsites": [ - "3.1.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "@babel/core": [ - "7.23.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@svgr/babel-preset": [ - "5.5.0" + "@babel/helpers": [ + "7.23.5" ], - "@svgr/hast-util-to-babel-ast": [ - "5.5.0" + "@babel/traverse": [ + "7.23.5" ], - "svg-parser": [ - "2.0.4" + "convert-source-map": [ + "2.0.0" ], - "@babel/types": [ - "7.23.0" + "debug": [ + "4.3.4" ], - "@babel/helper-string-parser": [ + "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" ], - "to-fast-properties": [ - "2.0.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "@svgr/babel-plugin-add-jsx-attribute": [ - "5.4.0" + "globals": [ + "11.12.0" ], - "@svgr/babel-plugin-remove-jsx-attribute": [ - "5.4.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@svgr/babel-plugin-remove-jsx-empty-expression": [ - "5.0.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "@svgr/babel-plugin-replace-jsx-attribute-value": [ - "5.0.1" + "@babel/compat-data": [ + "7.23.5" ], - "@svgr/babel-plugin-svg-dynamic-title": [ - "5.4.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@svgr/babel-plugin-svg-em-dimensions": [ - "5.4.0" + "browserslist": [ + "4.22.2" ], - "@svgr/babel-plugin-transform-react-native-svg": [ - "5.4.0" + "lru-cache": [ + "5.1.1" ], - "@svgr/babel-plugin-transform-svg-component": [ - "5.5.0" + "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.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/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" + ], + "@babel/types": [ + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -168301,6 +128207,15 @@ "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" ], @@ -168323,13 +128238,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -168338,16 +128253,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -168372,6 +128287,33 @@ ], "@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, @@ -168381,113 +128323,629 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_volar_vue-language-core__1.0.9__links": { + "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_volar_vue-language-core__1.0.9__links", - "package": "@volar/vue-language-core", - "version": "1.0.9", - "dev": true, + "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": { - "@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" + "@babel/types": "7.23.5" }, "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" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "@vue/compiler-sfc": [ - "3.3.4" + "@babel/types": [ + "7.23.5" ], - "@vue/reactivity": [ - "3.3.4" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@vue/shared": [ - "3.3.4" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "minimatch": [ - "5.1.6" + "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" ], - "vue-template-compiler": [ - "2.7.14" + "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" ], - "de-indent": [ - "1.0.2" + "is-map": [ + "2.0.2" ], - "he": [ - "1.2.0" + "is-set": [ + "2.0.2" ], - "brace-expansion": [ + "is-weakmap": [ "2.0.1" ], - "balanced-match": [ + "is-weakset": [ + "2.0.2" + ], + "call-bind": [ "1.0.2" ], - "@babel/parser": [ - "7.23.0" + "get-intrinsic": [ + "1.2.1" ], - "@vue/compiler-core": [ - "3.3.4" + "function-bind": [ + "1.1.1" ], - "@vue/compiler-ssr": [ - "3.3.4" + "has": [ + "1.0.3" ], - "@vue/reactivity-transform": [ - "3.3.4" + "has-proto": [ + "1.0.1" ], - "estree-walker": [ - "2.0.2" + "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" ], - "magic-string": [ - "0.30.4" + "acorn": [ + "8.10.0" ], - "postcss": [ - "8.4.31" + "pathe": [ + "1.1.1" ], - "source-map-js": [ - "1.0.2" + "pkg-types": [ + "1.0.3" ], - "nanoid": [ - "3.3.6" + "ufo": [ + "1.3.2" ], - "picocolors": [ + "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" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "has": [ + "1.0.3" ], - "@babel/types": [ - "7.23.0" + "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" ], - "@babel/helper-string-parser": [ - "7.22.5" + "debug": [ + "4.3.4" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "istanbul-lib-coverage": [ + "3.2.0" ], - "to-fast-properties": [ - "2.0.0" + "source-map": [ + "0.6.1" ], - "muggle-string": [ - "0.1.0" + "ms": [ + "2.1.2" ] }, "lifecycle_build_target": false, @@ -168497,18 +128955,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_types_q__1.5.6": { + "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__at_types_q__1.5.6", - "package": "@types/q", - "version": "1.5.6", + "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-IKjZ8RjTSwD4/YG+2gtj7BPFRB/lNbWKTiSj3M7U/TD2B7HfYCxvp2Zz6xA2WIY7pAuL1QOUPw8gQRbUrrq4fQ==", - "url": "https://registry.npmjs.org/@types/q/-/q-1.5.6.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -168522,20 +129005,20 @@ "generate_bzl_library_targets": false } }, - "npm__handle-thing__2.0.1__links": { + "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__handle-thing__2.0.1__links", - "package": "handle-thing", - "version": "2.0.1", - "dev": false, + "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": { - "handle-thing": [ - "2.0.1" + "unpipe": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -168545,18 +129028,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-minify-params__5.1.4__postcss_8.4.31": { + "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__postcss-minify-params__5.1.4__postcss_8.4.31", - "package": "postcss-minify-params", - "version": "5.1.4_postcss_8.4.31", + "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-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", - "url": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "url": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -168570,18 +129053,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_types_qs__6.9.8": { + "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_types_qs__6.9.8", - "package": "@types/qs", - "version": "6.9.8", + "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-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg==", - "url": "https://registry.npmjs.org/@types/qs/-/qs-6.9.8.tgz", + "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": [], @@ -168595,156 +129078,91 @@ "generate_bzl_library_targets": false } }, - "npm__jest-environment-node__27.5.1__links": { + "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-environment-node__27.5.1__links", - "package": "jest-environment-node", - "version": "27.5.1", - "dev": false, + "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": { - "@jest/environment": "27.5.1", - "@jest/fake-timers": "27.5.1", - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "jest-mock": "27.5.1", - "jest-util": "27.5.1" + "chalk": "4.1.2", + "diff-sequences": "29.6.3", + "jest-get-type": "29.6.3", + "pretty-format": "29.7.0" }, "transitive_closure": { - "jest-environment-node": [ - "27.5.1" - ], - "@jest/environment": [ - "27.5.1" - ], - "@jest/fake-timers": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/node": [ - "20.8.2", - "18.11.9" - ], - "jest-mock": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" + "jest-diff": [ + "29.7.0" ], "chalk": [ - "2.4.2", "4.1.2" ], - "ci-info": [ - "3.8.0" + "diff-sequences": [ + "29.6.3" ], - "graceful-fs": [ - "4.2.11" + "jest-get-type": [ + "29.6.3" ], - "picomatch": [ - "2.3.1" + "pretty-format": [ + "29.7.0" + ], + "@jest/schemas": [ + "29.6.3" ], "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" + "4.3.0", + "5.2.0" + ], + "react-is": [ + "18.2.0" + ], + "@sinclair/typebox": [ + "0.27.8" ], "supports-color": [ - "5.5.0", "7.2.0" ], "has-flag": [ - "3.0.0", "4.0.0" ], "color-convert": [ - "1.9.3", "2.0.1" ], "color-name": [ - "1.1.3", "1.1.4" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "jest-message-util": [ - "27.5.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "27.5.1" - ], - "slash": [ - "3.0.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "ansi-regex": [ - "5.0.1" - ], - "react-is": [ - "17.0.2" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" ] }, "lifecycle_build_target": false, @@ -168754,44 +129172,37 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-selector-not__6.0.1__postcss_8.4.31__links": { + "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__postcss-selector-not__6.0.1__postcss_8.4.31__links", - "package": "postcss-selector-not", - "version": "6.0.1_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" + "get-intrinsic": "1.2.1" }, "transitive_closure": { - "postcss-selector-not": [ - "6.0.1_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" + "gopd": [ + "1.0.1" ], - "cssesc": [ - "3.0.0" + "get-intrinsic": [ + "1.2.1" ], - "util-deprecate": [ - "1.0.2" + "function-bind": [ + "1.1.1" ], - "nanoid": [ - "3.3.6" + "has": [ + "1.0.3" ], - "picocolors": [ - "1.0.0" + "has-proto": [ + "1.0.1" ], - "source-map-js": [ - "1.0.2" + "has-symbols": [ + "1.0.3" ] }, "lifecycle_build_target": false, @@ -168801,43 +129212,86 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_helper-replace-supers__7.22.20__at_babel_core_7.23.0__links": { + "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_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", + "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/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/code-frame": "7.23.5", + "@babel/parser": "7.23.5", + "@babel/types": "7.23.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/template": [ + "7.22.15" ], - "@babel/helper-member-expression-to-functions": [ - "7.23.0" + "@babel/code-frame": [ + "7.23.5" ], - "@babel/helper-optimise-call-expression": [ - "7.22.5" + "@babel/parser": [ + "7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -168845,122 +129299,8 @@ "to-fast-properties": [ "2.0.0" ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -168994,41 +129334,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__leven__3.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__leven__3.1.0__links", - "package": "leven", - "version": "3.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "leven": [ - "3.1.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__function-bind__1.1.1": { + "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__function-bind__1.1.1", - "package": "function-bind", - "version": "1.1.1", + "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-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "url": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "commit": "", "patch_args": [], "patches": [], @@ -169042,907 +129359,785 @@ "generate_bzl_library_targets": false } }, - "npm__write-file-atomic__3.0.3__links": { + "npm__url-parse__1.5.10": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__write-file-atomic__3.0.3__links", - "package": "write-file-atomic", - "version": "3.0.3", - "dev": false, + "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": {}, - "deps": { - "imurmurhash": "0.1.4", - "is-typedarray": "1.0.0", - "signal-exit": "3.0.7", - "typedarray-to-buffer": "3.1.5" - }, - "transitive_closure": { - "write-file-atomic": [ - "3.0.3" - ], - "imurmurhash": [ - "0.1.4" - ], - "is-typedarray": [ - "1.0.0" - ], - "signal-exit": [ - "3.0.7" - ], - "typedarray-to-buffer": [ - "3.1.5" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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__fast-glob__3.3.1__links": { + "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_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__fast-glob__3.3.1__links", - "package": "fast-glob", - "version": "3.3.1", - "dev": false, + "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": {}, - "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" + "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__has-property-descriptors__1.0.0__links": { + "npm__flat-cache__3.1.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__has-property-descriptors__1.0.0__links", - "package": "has-property-descriptors", - "version": "1.0.0", - "dev": false, + "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": {}, - "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" + "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__isobject__3.0.1__links": { + "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__isobject__3.0.1__links", - "package": "isobject", - "version": "3.0.1", + "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": {}, - "transitive_closure": { - "isobject": [ - "3.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__react-dev-utils__12.0.1__-1620898957__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__react-dev-utils__12.0.1__-1620898957__links", - "package": "react-dev-utils", - "version": "12.0.1_-1620898957", - "dev": false, - "root_package": "", - "link_packages": {}, "deps": { - "@babel/code-frame": "7.22.13", - "address": "1.2.2", - "browserslist": "4.22.1", - "chalk": "4.1.2", - "cross-spawn": "7.0.3", - "detect-port-alt": "1.1.6", - "escape-string-regexp": "4.0.0", - "filesize": "8.0.7", - "find-up": "5.0.0", - "fork-ts-checker-webpack-plugin": "6.5.3_-1620898957", - "global-modules": "2.0.0", - "globby": "11.1.0", - "gzip-size": "6.0.0", - "immer": "9.0.21", - "is-root": "2.1.0", - "loader-utils": "3.2.1", - "open": "8.4.2", - "pkg-up": "3.1.0", - "prompts": "2.4.2", - "react-error-overlay": "6.0.11", - "recursive-readdir": "2.2.3", - "shell-quote": "1.8.1", - "strip-ansi": "6.0.1", - "text-table": "0.2.0", - "typescript": "4.9.3", - "webpack": "5.88.2" + "@babel/core": "7.23.5", + "@babel/helper-annotate-as-pure": "7.22.5", + "regexpu-core": "5.3.2", + "semver": "6.3.1" }, "transitive_closure": { - "react-dev-utils": [ - "12.0.1_-1620898957" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "address": [ - "1.2.2" + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.5" ], - "browserslist": [ - "4.22.1" + "@babel/core": [ + "7.23.5" ], - "chalk": [ - "2.4.2", - "4.1.2" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "cross-spawn": [ - "7.0.3" + "regexpu-core": [ + "5.3.2" ], - "detect-port-alt": [ - "1.1.6" + "semver": [ + "6.3.1" ], - "escape-string-regexp": [ - "1.0.5", - "4.0.0" + "@babel/regjsgen": [ + "0.8.0" ], - "filesize": [ - "8.0.7" + "regenerate": [ + "1.4.2" ], - "find-up": [ - "3.0.0", - "5.0.0" + "regenerate-unicode-properties": [ + "10.1.1" ], - "fork-ts-checker-webpack-plugin": [ - "6.5.3_-1620898957" + "regjsparser": [ + "0.9.1" ], - "global-modules": [ + "unicode-match-property-ecmascript": [ "2.0.0" ], - "globby": [ - "11.1.0" - ], - "gzip-size": [ - "6.0.0" - ], - "immer": [ - "9.0.21" - ], - "is-root": [ - "2.1.0" - ], - "loader-utils": [ - "3.2.1" - ], - "open": [ - "8.4.2" - ], - "pkg-up": [ - "3.1.0" - ], - "prompts": [ - "2.4.2" - ], - "react-error-overlay": [ - "6.0.11" - ], - "recursive-readdir": [ - "2.2.3" - ], - "shell-quote": [ - "1.8.1" - ], - "strip-ansi": [ - "6.0.1" - ], - "text-table": [ - "0.2.0" - ], - "typescript": [ - "4.9.3" - ], - "webpack": [ - "5.88.2" - ], - "@types/eslint-scope": [ - "3.7.5" - ], - "@types/estree": [ - "1.0.2" - ], - "@webassemblyjs/ast": [ - "1.11.6" - ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" - ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" - ], - "acorn": [ - "8.10.0" - ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" - ], - "chrome-trace-event": [ - "1.0.3" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "es-module-lexer": [ - "1.3.1" - ], - "eslint-scope": [ - "7.2.2", - "5.1.1" - ], - "events": [ - "3.3.0" - ], - "glob-to-regexp": [ - "0.4.1" - ], - "graceful-fs": [ - "4.2.11" - ], - "json-parse-even-better-errors": [ - "2.3.1" - ], - "loader-runner": [ - "4.3.0" - ], - "mime-types": [ - "2.1.35" - ], - "neo-async": [ - "2.6.2" - ], - "schema-utils": [ - "2.7.0", - "3.3.0" - ], - "tapable": [ - "1.1.3", - "2.2.1" - ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" - ], - "watchpack": [ - "2.4.0" - ], - "webpack-sources": [ - "3.2.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jest-worker": [ - "27.5.1" - ], - "serialize-javascript": [ - "6.0.1" - ], - "terser": [ - "5.20.0" - ], - "@jridgewell/source-map": [ - "0.3.5" - ], - "commander": [ - "2.20.3" - ], - "source-map-support": [ - "0.5.21" - ], - "buffer-from": [ - "1.1.2" - ], - "source-map": [ - "0.6.1" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "randombytes": [ + "unicode-match-property-value-ecmascript": [ "2.1.0" ], - "safe-buffer": [ - "5.2.1" - ], - "@types/node": [ - "20.8.2" - ], - "merge-stream": [ + "unicode-canonical-property-names-ecmascript": [ "2.0.0" ], - "supports-color": [ - "5.5.0", - "7.2.0", - "8.1.1" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ + "unicode-property-aliases-ecmascript": [ "2.1.0" ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ], - "mime-db": [ - "1.52.0" - ], - "esrecurse": [ - "4.3.0" - ], - "estraverse": [ - "5.3.0", - "4.3.0" - ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" - ], - "@webassemblyjs/ieee754": [ - "1.11.6" - ], - "@webassemblyjs/leb128": [ - "1.11.6" - ], - "@webassemblyjs/utf8": [ - "1.11.6" - ], - "@xtuc/long": [ - "4.2.2" - ], - "@xtuc/ieee754": [ - "1.2.0" - ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" - ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" - ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" - ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" - ], - "@webassemblyjs/wast-printer": [ - "1.11.6" - ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" - ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ], - "@types/eslint": [ - "8.44.3" - ], - "ansi-regex": [ - "5.0.1" - ], - "minimatch": [ - "3.1.2" - ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "kleur": [ - "3.0.3" - ], - "sisteransi": [ - "1.0.5" - ], - "locate-path": [ - "6.0.0", - "3.0.0" - ], - "p-locate": [ - "5.0.0", - "3.0.0" + "jsesc": [ + "2.5.2", + "0.5.0" ], - "path-exists": [ - "4.0.0", - "3.0.0" + "@babel/types": [ + "7.23.5" ], - "p-limit": [ - "3.1.0", - "2.3.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "p-try": [ - "2.2.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "define-lazy-prop": [ + "to-fast-properties": [ "2.0.0" ], - "is-docker": [ + "@ampproject/remapping": [ "2.2.1" ], - "is-wsl": [ - "2.2.0" - ], - "duplexer": [ - "0.1.2" + "@babel/code-frame": [ + "7.23.5" ], - "array-union": [ - "2.1.0" + "@babel/generator": [ + "7.23.5" ], - "dir-glob": [ - "3.0.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "fast-glob": [ - "3.3.1" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "ignore": [ - "5.2.4" + "@babel/helpers": [ + "7.23.5" ], - "merge2": [ - "1.4.1" + "@babel/parser": [ + "7.23.5" ], - "slash": [ - "3.0.0" + "@babel/template": [ + "7.22.15" ], - "@nodelib/fs.stat": [ - "2.0.5" + "@babel/traverse": [ + "7.23.5" ], - "@nodelib/fs.walk": [ - "1.2.8" + "convert-source-map": [ + "2.0.0" ], - "glob-parent": [ - "6.0.2", - "5.1.2" + "debug": [ + "4.3.4" ], - "micromatch": [ - "4.0.5" + "gensync": [ + "1.0.0-beta.2" ], - "braces": [ - "3.0.2" + "json5": [ + "2.2.3" ], - "picomatch": [ - "2.3.1" + "ms": [ + "2.1.2" ], - "fill-range": [ - "7.0.1" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "to-regex-range": [ - "5.0.1" + "@babel/helper-function-name": [ + "7.23.0" ], - "is-number": [ - "7.0.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "is-glob": [ - "4.0.3" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "is-extglob": [ - "2.1.1" + "globals": [ + "11.12.0" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "@babel/helper-module-imports": [ + "7.22.15" ], - "fastq": [ - "1.15.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "reusify": [ - "1.0.4" + "@babel/compat-data": [ + "7.23.5" ], - "run-parallel": [ - "1.2.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "queue-microtask": [ - "1.2.3" + "browserslist": [ + "4.22.2" ], - "path-type": [ - "4.0.0" + "lru-cache": [ + "5.1.1" ], - "global-prefix": [ - "3.0.0" + "yallist": [ + "3.1.1" ], - "ini": [ - "1.3.8" + "caniuse-lite": [ + "1.0.30001566" ], - "kind-of": [ - "6.0.3" + "electron-to-chromium": [ + "1.4.608" ], - "which": [ - "2.0.2", - "1.3.1" + "node-releases": [ + "2.0.14" ], - "isexe": [ - "2.0.0" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "chokidar": [ - "3.5.3" + "escalade": [ + "3.1.1" ], - "cosmiconfig": [ - "6.0.0" + "picocolors": [ + "1.0.0" ], - "deepmerge": [ - "4.3.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "eslint": [ - "8.55.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "fs-extra": [ - "9.1.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "glob": [ - "7.2.3" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "memfs": [ - "3.5.3" + "@jridgewell/set-array": [ + "1.1.2" ], - "semver": [ - "7.5.4" + "@babel/highlight": [ + "7.23.4" ], - "lru-cache": [ - "6.0.0" + "chalk": [ + "2.4.2" ], - "yallist": [ - "4.0.0" + "ansi-styles": [ + "3.2.1" ], - "fs-monkey": [ + "escape-string-regexp": [ "1.0.5" ], - "fs.realpath": [ - "1.0.0" + "supports-color": [ + "5.5.0" ], - "inflight": [ - "1.0.6" + "has-flag": [ + "3.0.0" ], - "inherits": [ - "2.0.4" + "color-convert": [ + "1.9.3" ], - "once": [ - "1.4.0" + "color-name": [ + "1.1.3" ], - "path-is-absolute": [ - "1.0.1" + "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" ], - "wrappy": [ - "1.0.2" + "@babel/core": [ + "7.23.5" ], - "at-least-node": [ - "1.0.0" + "@ampproject/remapping": [ + "2.2.1" ], - "jsonfile": [ - "6.1.0" + "@babel/code-frame": [ + "7.23.5" ], - "universalify": [ - "2.0.0" + "@babel/generator": [ + "7.23.5" ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "@eslint-community/regexpp": [ - "4.10.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@eslint/eslintrc": [ - "2.1.4" + "@babel/helpers": [ + "7.23.5" ], - "@eslint/js": [ - "8.55.0" + "@babel/parser": [ + "7.23.5" ], - "@humanwhocodes/config-array": [ - "0.11.13" + "@babel/template": [ + "7.22.15" ], - "@humanwhocodes/module-importer": [ - "1.0.1" + "@babel/traverse": [ + "7.23.5" ], - "@ungap/structured-clone": [ - "1.2.0" + "@babel/types": [ + "7.23.5" + ], + "convert-source-map": [ + "2.0.0" ], "debug": [ - "2.6.9", "4.3.4" ], - "doctrine": [ - "3.0.0" + "gensync": [ + "1.0.0-beta.2" ], - "eslint-visitor-keys": [ - "3.4.3" + "json5": [ + "2.2.3" ], - "espree": [ - "9.6.1" + "semver": [ + "6.3.1" ], - "esquery": [ - "1.5.0" + "ms": [ + "2.1.2" ], - "esutils": [ - "2.0.3" + "@babel/helper-string-parser": [ + "7.23.4" ], - "file-entry-cache": [ - "6.0.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "globals": [ - "13.22.0" + "to-fast-properties": [ + "2.0.0" ], - "graphemer": [ - "1.4.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "imurmurhash": [ - "0.1.4" + "@babel/helper-function-name": [ + "7.23.0" ], - "is-path-inside": [ - "3.0.3" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "js-yaml": [ - "4.1.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" + "globals": [ + "11.12.0" ], - "levn": [ - "0.4.1" + "@babel/helper-module-imports": [ + "7.22.15" ], - "lodash.merge": [ - "4.6.2" + "@babel/helper-simple-access": [ + "7.22.5" ], - "natural-compare": [ - "1.4.0" + "@babel/compat-data": [ + "7.23.5" ], - "optionator": [ - "0.9.3" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "browserslist": [ + "4.22.2" ], - "deep-is": [ - "0.1.4" + "lru-cache": [ + "5.1.1" ], - "fast-levenshtein": [ - "2.0.6" + "yallist": [ + "3.1.1" ], - "prelude-ls": [ - "1.2.1" + "caniuse-lite": [ + "1.0.30001566" ], - "type-check": [ - "0.4.0" + "electron-to-chromium": [ + "1.4.608" ], - "argparse": [ - "2.0.1" + "node-releases": [ + "2.0.14" ], - "type-fest": [ - "0.20.2" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "flat-cache": [ - "3.1.0" + "escalade": [ + "3.1.1" ], - "flatted": [ - "3.2.9" + "picocolors": [ + "1.0.0" ], - "keyv": [ - "4.5.3" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "rimraf": [ - "3.0.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "json-buffer": [ - "3.0.1" + "jsesc": [ + "2.5.2" ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "ms": [ - "2.0.0", - "2.1.2" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@humanwhocodes/object-schema": [ - "2.0.1" + "@jridgewell/set-array": [ + "1.1.2" ], - "import-fresh": [ - "3.3.0" + "@babel/highlight": [ + "7.23.4" ], - "strip-json-comments": [ - "3.1.1" + "chalk": [ + "2.4.2" ], - "parent-module": [ - "1.0.1" + "ansi-styles": [ + "3.2.1" ], - "resolve-from": [ - "4.0.0" + "escape-string-regexp": [ + "1.0.5" ], - "callsites": [ - "3.1.0" + "supports-color": [ + "5.5.0" ], - "@types/parse-json": [ - "4.0.0" + "has-flag": [ + "3.0.0" ], - "parse-json": [ - "5.2.0" + "color-convert": [ + "1.9.3" ], - "yaml": [ - "1.10.2" + "color-name": [ + "1.1.3" ], - "error-ex": [ - "1.3.2" + "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" ], - "lines-and-columns": [ - "1.2.4" + "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" ], - "is-arrayish": [ - "0.2.1" + "p-limit": [ + "2.3.0" ], - "anymatch": [ - "3.1.3" + "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" ], - "is-binary-path": [ - "2.1.0" + "@jest/environment": [ + "29.7.0" ], - "normalize-path": [ - "3.0.0" + "@jest/fake-timers": [ + "29.7.0" ], - "readdirp": [ - "3.6.0" + "@jest/types": [ + "29.6.3" ], - "fsevents": [ - "2.3.3" + "@types/node": [ + "18.11.9" ], - "binary-extensions": [ - "2.2.0" + "jest-mock": [ + "29.7.0" ], - "yocto-queue": [ - "0.1.0" + "jest-util": [ + "29.7.0" ], - "path-key": [ - "3.1.1" + "chalk": [ + "2.4.2", + "4.1.2" ], - "shebang-command": [ - "2.0.0" + "ci-info": [ + "3.8.0" ], - "shebang-regex": [ - "3.0.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" @@ -169951,32 +130146,107 @@ "1.1.3", "1.1.4" ], - "caniuse-lite": [ - "1.0.30001542" + "@jest/schemas": [ + "29.6.3" ], - "electron-to-chromium": [ - "1.4.539" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "node-releases": [ - "2.0.13" + "@types/istanbul-reports": [ + "3.0.2" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "@types/yargs": [ + "17.0.26" ], - "escalade": [ - "3.1.1" + "@types/yargs-parser": [ + "21.0.1" ], - "picocolors": [ - "1.0.0" + "@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.22.20" + "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, @@ -169986,18 +130256,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.0": { + "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_plugin-proposal-private-property-in-object__7.21.0-placeholder-for-preset-env.2__at_babel_core_7.23.0", - "package": "@babel/plugin-proposal-private-property-in-object", - "version": "7.21.0-placeholder-for-preset-env.2_at_babel_core_7.23.0", + "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-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", + "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": [], @@ -170011,20 +130281,117 @@ "generate_bzl_library_targets": false } }, - "npm__node-int64__0.4.0__links": { + "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__node-int64__0.4.0__links", - "package": "node-int64", - "version": "0.4.0", - "dev": false, + "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": { - "node-int64": [ - "0.4.0" + "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, @@ -170034,18 +130401,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-unicode-property-regex__7.22.5__at_babel_core_7.23.0": { + "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_babel_plugin-transform-unicode-property-regex__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-unicode-property-regex", - "version": "7.22.5_at_babel_core_7.23.0", + "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-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz", + "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": [], @@ -170059,20 +130426,103 @@ "generate_bzl_library_targets": false } }, - "npm__at_tootallnate_once__2.0.0__links": { + "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__at_tootallnate_once__2.0.0__links", - "package": "@tootallnate/once", - "version": "2.0.0", + "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": { - "@tootallnate/once": [ - "2.0.0" + "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, @@ -170082,18 +130532,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_preset-typescript__7.23.0__at_babel_core_7.23.0": { + "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__at_babel_preset-typescript__7.23.0__at_babel_core_7.23.0", - "package": "@babel/preset-typescript", - "version": "7.23.0_at_babel_core_7.23.0", + "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-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==", - "url": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "url": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -170107,18 +130557,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_csstools_normalize.css__12.0.0": { + "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__at_csstools_normalize.css__12.0.0", - "package": "@csstools/normalize.css", - "version": "12.0.0", + "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-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==", - "url": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "url": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -170132,153 +130582,299 @@ "generate_bzl_library_targets": false } }, - "npm__babel-jest__29.7.0__at_babel_core_7.23.0__links": { + "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__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", + "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": { - "@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" + "jest-regex-util": "29.6.3", + "jest-snapshot": "29.7.0" }, - "transitive_closure": { - "babel-jest": [ - "29.7.0_at_babel_core_7.23.0" + "transitive_closure": { + "jest-resolve-dependencies": [ + "29.7.0" + ], + "jest-regex-util": [ + "29.6.3" + ], + "jest-snapshot": [ + "29.7.0" ], "@babel/core": [ - "7.23.0" + "7.23.5" ], - "@jest/transform": [ + "@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" ], - "@types/babel__core": [ - "7.20.2" + "@jest/transform": [ + "29.7.0" ], - "babel-plugin-istanbul": [ - "6.1.1" + "@jest/types": [ + "29.6.3" ], - "babel-preset-jest": [ - "29.6.3_at_babel_core_7.23.0" + "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" ], - "slash": [ - "3.0.0" + "jest-diff": [ + "29.7.0" + ], + "jest-get-type": [ + "29.6.3" + ], + "jest-matcher-utils": [ + "29.7.0" + ], + "jest-message-util": [ + "29.7.0" + ], + "jest-util": [ + "29.7.0" + ], + "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", - "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" + ], + "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", - "5.5.0", - "7.2.0" + "7.2.0", + "5.5.0" ], "has-flag": [ - "3.0.0", - "4.0.0" + "4.0.0", + "3.0.0" ], "color-convert": [ - "1.9.3", - "2.0.1" + "2.0.1", + "1.9.3" ], "color-name": [ - "1.1.3", - "1.1.4" + "1.1.4", + "1.1.3" ], - "babel-plugin-jest-hoist": [ - "29.6.3" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "js-tokens": [ + "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/template": [ - "7.22.15" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "@babel/types": [ - "7.23.0" + "@types/istanbul-reports": [ + "3.0.2" ], - "@types/babel__traverse": [ - "7.20.2" + "@types/yargs": [ + "17.0.26" ], - "@babel/helper-string-parser": [ - "7.22.5" + "@types/yargs-parser": [ + "21.0.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "@types/istanbul-lib-report": [ + "3.0.1" ], - "to-fast-properties": [ + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "babel-plugin-istanbul": [ + "6.1.1" + ], + "convert-source-map": [ "2.0.0" ], - "@babel/code-frame": [ - "7.22.13" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@babel/parser": [ - "7.23.0" + "jest-haste-map": [ + "29.7.0" ], - "@babel/highlight": [ - "7.22.20" + "pirates": [ + "4.0.6" ], - "escape-string-regexp": [ + "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" ], - "js-tokens": [ - "4.0.0" + "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" @@ -170325,12 +130921,12 @@ "wrappy": [ "1.0.2" ], + "@babel/parser": [ + "7.23.5" + ], "istanbul-lib-coverage": [ "3.2.0" ], - "semver": [ - "6.3.1" - ], "camelcase": [ "5.3.1" ], @@ -170370,149 +130966,44 @@ "p-try": [ "2.2.0" ], - "@types/babel__generator": [ - "7.6.5" - ], - "@types/babel__template": [ - "7.4.2" - ], - "@jest/types": [ - "29.6.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "convert-source-map": [ - "2.0.0" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "jest-haste-map": [ - "29.7.0" - ], - "jest-regex-util": [ - "29.6.3" - ], - "jest-util": [ - "29.7.0" - ], - "micromatch": [ - "4.0.5" - ], - "pirates": [ - "4.0.6" - ], - "write-file-atomic": [ - "4.0.2" - ], - "imurmurhash": [ - "0.1.4" - ], - "signal-exit": [ - "3.0.7" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@types/node": [ - "18.11.9" - ], - "ci-info": [ - "3.8.0" - ], - "@types/graceful-fs": [ - "4.1.7" - ], - "anymatch": [ - "3.1.3" - ], - "fb-watchman": [ - "2.0.2" - ], - "jest-worker": [ - "29.7.0" - ], - "walker": [ - "1.0.8" - ], - "fsevents": [ - "2.3.3" - ], - "makeerror": [ - "1.0.12" - ], - "tmpl": [ - "1.0.5" - ], - "merge-stream": [ - "2.0.0" - ], - "bser": [ - "2.1.1" - ], - "node-int64": [ - "0.4.0" - ], - "normalize-path": [ - "3.0.0" - ], "@jridgewell/resolve-uri": [ "3.1.1" ], "@jridgewell/sourcemap-codec": [ "1.4.15" ], - "@jest/schemas": [ - "29.6.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@types/yargs": [ - "17.0.26" + "to-fast-properties": [ + "2.0.0" ], - "@types/yargs-parser": [ - "21.0.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "jsesc": [ + "2.5.2" ], - "@sinclair/typebox": [ - "0.27.8" + "@jridgewell/set-array": [ + "1.1.2" ], "@ampproject/remapping": [ "2.2.1" ], - "@babel/generator": [ - "7.23.0" - ], "@babel/helper-compilation-targets": [ "7.22.15" ], "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], "@babel/helpers": [ - "7.23.1" + "7.23.5" + ], + "@babel/template": [ + "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "debug": [ "4.3.4" @@ -170548,46 +131039,31 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" + "4.22.2" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "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" ] }, "lifecycle_build_target": false, @@ -170597,70 +131073,20 @@ "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": { + "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__object-inspect__1.12.3__links", - "package": "object-inspect", - "version": "1.12.3", - "dev": false, + "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": { - "object-inspect": [ - "1.12.3" + "ipaddr.js": [ + "1.9.1" ] }, "lifecycle_build_target": false, @@ -170670,18 +131096,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__selfsigned__2.1.1": { + "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__selfsigned__2.1.1", - "package": "selfsigned", - "version": "2.1.1", + "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-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", - "url": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "url": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", "commit": "", "patch_args": [], "patches": [], @@ -170695,53 +131121,156 @@ "generate_bzl_library_targets": false } }, - "npm__at_svgr_babel-plugin-replace-jsx-attribute-value__5.0.1": { + "npm__esbuild-windows-32__0.15.18__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_svgr_babel-plugin-replace-jsx-attribute-value__5.0.1", - "package": "@svgr/babel-plugin-replace-jsx-attribute-value", - "version": "5.0.1", + "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_workspace": "", "link_packages": {}, - "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false + "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__fill-range__7.0.1__links": { + "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__fill-range__7.0.1__links", - "package": "fill-range", - "version": "7.0.1", - "dev": false, + "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": { - "to-regex-range": "5.0.1" + "fsevents": "2.3.3", + "esbuild": "0.15.18", + "postcss": "8.4.31", + "resolve": "1.22.6", + "rollup": "2.79.1" }, "transitive_closure": { - "fill-range": [ - "7.0.1" + "vite": [ + "3.2.7" ], - "to-regex-range": [ - "5.0.1" + "esbuild": [ + "0.15.18" ], - "is-number": [ - "7.0.0" + "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, @@ -170751,51 +131280,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_swc_core__1.3.100": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_swc_core__1.3.100", - "package": "@swc/core", - "version": "1.3.100", - "root_package": "", - "link_workspace": "", - "link_packages": { - "react-webpack": [ - "@swc/core" - ] - }, - "integrity": "sha512-7dKgTyxJjlrMwFZYb1auj3Xq0D8ZBe+5oeIgfMlRU05doXZypYJe0LAk0yjj3WdbwYzpF+T1PLxwTWizI0pckw==", - "url": "https://registry.npmjs.org/@swc/core/-/core-1.3.100.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__sass-loader__12.6.0__webpack_5.88.2": { + "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__sass-loader__12.6.0__webpack_5.88.2", - "package": "sass-loader", - "version": "12.6.0_webpack_5.88.2", + "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-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", - "url": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "url": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -170809,18 +131305,18 @@ "generate_bzl_library_targets": false } }, - "npm__psl__1.9.0": { + "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__psl__1.9.0", - "package": "psl", - "version": "1.9.0", + "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-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", - "url": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + "url": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -170834,261 +131330,82 @@ "generate_bzl_library_targets": false } }, - "npm__jsonfile__6.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jsonfile__6.1.0__links", - "package": "jsonfile", - "version": "6.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "graceful-fs": "4.2.11", - "universalify": "2.0.0" - }, - "transitive_closure": { - "jsonfile": [ - "6.1.0" - ], - "universalify": [ - "2.0.0" - ], - "graceful-fs": [ - "4.2.11" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__tough-cookie__4.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tough-cookie__4.1.3__links", - "package": "tough-cookie", - "version": "4.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "psl": "1.9.0", - "punycode": "2.3.0", - "universalify": "0.2.0", - "url-parse": "1.5.10" - }, - "transitive_closure": { - "tough-cookie": [ - "4.1.3" - ], - "psl": [ - "1.9.0" - ], - "punycode": [ - "2.3.0" - ], - "universalify": [ - "0.2.0" - ], - "url-parse": [ - "1.5.10" - ], - "querystringify": [ - "2.2.0" - ], - "requires-port": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__micromatch__4.0.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__micromatch__4.0.5__links", - "package": "micromatch", - "version": "4.0.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "braces": "3.0.2", - "picomatch": "2.3.1" - }, - "transitive_closure": { - "micromatch": [ - "4.0.5" - ], - "braces": [ - "3.0.2" - ], - "picomatch": [ - "2.3.1" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helper-compilation-targets__7.22.15__links": { + "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__at_babel_helper-compilation-targets__7.22.15__links", - "package": "@babel/helper-compilation-targets", - "version": "7.22.15", - "dev": false, + "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": { - "@babel/compat-data": "7.22.20", - "@babel/helper-validator-option": "7.22.15", - "browserslist": "4.22.1", - "lru-cache": "5.1.1", - "semver": "6.3.1" + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "parseurl": "1.3.3", + "send": "0.18.0" }, "transitive_closure": { - "@babel/helper-compilation-targets": [ - "7.22.15" + "serve-static": [ + "1.15.0" ], - "@babel/compat-data": [ - "7.22.20" + "encodeurl": [ + "1.0.2" ], - "@babel/helper-validator-option": [ - "7.22.15" + "escape-html": [ + "1.0.3" ], - "browserslist": [ - "4.22.1" + "parseurl": [ + "1.3.3" ], - "lru-cache": [ - "5.1.1" + "send": [ + "0.18.0" ], - "semver": [ - "6.3.1" + "debug": [ + "2.6.9" ], - "yallist": [ - "3.1.1" + "depd": [ + "2.0.0" ], - "caniuse-lite": [ - "1.0.30001542" + "destroy": [ + "1.2.0" ], - "electron-to-chromium": [ - "1.4.539" + "etag": [ + "1.8.1" ], - "node-releases": [ - "2.0.13" + "fresh": [ + "0.5.2" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "http-errors": [ + "2.0.0" ], - "escalade": [ - "3.1.1" + "mime": [ + "1.6.0" ], - "picocolors": [ - "1.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__es-get-iterator__1.1.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__es-get-iterator__1.1.3__links", - "package": "es-get-iterator", - "version": "1.1.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "get-intrinsic": "1.2.1", - "has-symbols": "1.0.3", - "is-arguments": "1.1.1", - "is-map": "2.0.2", - "is-set": "2.0.2", - "is-string": "1.0.7", - "isarray": "2.0.5", - "stop-iteration-iterator": "1.0.0" - }, - "transitive_closure": { - "es-get-iterator": [ - "1.1.3" + "ms": [ + "2.0.0", + "2.1.3" ], - "call-bind": [ - "1.0.2" + "on-finished": [ + "2.4.1" ], - "get-intrinsic": [ + "range-parser": [ "1.2.1" ], - "has-symbols": [ - "1.0.3" + "statuses": [ + "2.0.1" ], - "is-arguments": [ + "ee-first": [ "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" + "inherits": [ + "2.0.4" ], - "has-tostringtag": [ - "1.0.0" + "setprototypeof": [ + "1.2.0" ], - "has-proto": [ + "toidentifier": [ "1.0.1" ] }, @@ -171099,48 +131416,25 @@ "npm_translate_lock_repo": "npm" } }, - "npm__has-flag__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__has-flag__4.0.0__links", - "package": "has-flag", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "has-flag": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__unique-string__2.0.0__links": { + "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__unique-string__2.0.0__links", - "package": "unique-string", - "version": "2.0.0", - "dev": false, + "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": { - "crypto-random-string": "2.0.0" + "language-subtag-registry": "0.3.22" }, "transitive_closure": { - "unique-string": [ - "2.0.0" + "language-tags": [ + "1.0.5" ], - "crypto-random-string": [ - "2.0.0" + "language-subtag-registry": [ + "0.3.22" ] }, "lifecycle_build_target": false, @@ -171150,18 +131444,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webpack-sources__1.4.3": { + "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__webpack-sources__1.4.3", - "package": "webpack-sources", - "version": "1.4.3", + "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-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", - "url": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==", + "url": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.8.tgz", "commit": "", "patch_args": [], "patches": [], @@ -171175,18 +131469,22 @@ "generate_bzl_library_targets": false } }, - "npm__json-schema__0.4.0": { + "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__json-schema__0.4.0", - "package": "json-schema", - "version": "0.4.0", + "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": {}, - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", - "url": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "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": [], @@ -171200,59 +131498,122 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-flow__7.22.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-syntax-flow__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-syntax-flow", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "@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-syntax-flow": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" + "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.22.13" + "7.23.5" ], "@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" - ], - "@babel/parser": [ - "7.23.0" + "7.23.5" ], "@babel/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" + "7.23.5" ], "convert-source-map": [ "2.0.0" @@ -171266,21 +131627,9 @@ "json5": [ "2.2.3" ], - "semver": [ - "6.3.1" - ], "ms": [ "2.1.2" ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], "@babel/helper-environment-visitor": [ "7.22.20" ], @@ -171303,13 +131652,13 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -171318,16 +131667,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -171354,7 +131703,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -171379,6 +131728,45 @@ ], "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, @@ -171388,18 +131776,101 @@ "npm_translate_lock_repo": "npm" } }, - "npm__get-intrinsic__1.2.1": { + "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__get-intrinsic__1.2.1", - "package": "get-intrinsic", - "version": "1.2.1", + "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-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", - "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "url": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -171413,18 +131884,43 @@ "generate_bzl_library_targets": false } }, - "npm__at_svgr_babel-plugin-remove-jsx-attribute__5.4.0": { + "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__at_svgr_babel-plugin-remove-jsx-attribute__5.4.0", - "package": "@svgr/babel-plugin-remove-jsx-attribute", - "version": "5.4.0", + "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-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", - "url": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "commit": "", "patch_args": [], "patches": [], @@ -171438,18 +131934,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.0": { + "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__at_babel_plugin-proposal-numeric-separator__7.18.6__at_babel_core_7.23.0", - "package": "@babel/plugin-proposal-numeric-separator", - "version": "7.18.6_at_babel_core_7.23.0", + "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-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "url": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "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": [], @@ -171463,20 +131959,20 @@ "generate_bzl_library_targets": false } }, - "npm__fastest-levenshtein__1.0.16__links": { + "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__fastest-levenshtein__1.0.16__links", - "package": "fastest-levenshtein", - "version": "1.0.16", + "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": { - "fastest-levenshtein": [ - "1.0.16" + "prelude-ls": [ + "1.2.1" ] }, "lifecycle_build_target": false, @@ -171486,460 +131982,515 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_typescript-eslint_utils__5.44.0__1767590274__links": { + "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__at_typescript-eslint_utils__5.44.0__1767590274__links", - "package": "@typescript-eslint/utils", - "version": "5.44.0_1767590274", - "dev": false, + "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": { - "@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" + "call-bind": "1.0.2", + "define-properties": "1.2.1", + "es-abstract": "1.22.2", + "es-shim-unscopables": "1.0.0" }, "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" + "array.prototype.flatmap": [ + "1.3.2" ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3" + "call-bind": [ + "1.0.2" ], - "eslint": [ - "8.55.0" + "define-properties": [ + "1.2.1" ], - "eslint-scope": [ - "7.2.2", - "5.1.1" + "es-abstract": [ + "1.22.2" ], - "eslint-utils": [ - "3.0.0_eslint_8.55.0" + "es-shim-unscopables": [ + "1.0.0" ], - "semver": [ - "7.5.4" + "has": [ + "1.0.3" ], - "lru-cache": [ - "6.0.0" + "function-bind": [ + "1.1.1" ], - "yallist": [ - "4.0.0" + "array-buffer-byte-length": [ + "1.0.0" ], - "eslint-visitor-keys": [ - "3.4.3", - "2.1.0" + "arraybuffer.prototype.slice": [ + "1.0.2" ], - "esrecurse": [ - "4.3.0" + "available-typed-arrays": [ + "1.0.5" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "es-set-tostringtag": [ + "2.0.1" ], - "@eslint-community/eslint-utils": [ - "4.4.0_eslint_8.55.0" + "es-to-primitive": [ + "1.2.1" ], - "@eslint-community/regexpp": [ - "4.10.0" + "function.prototype.name": [ + "1.1.6" ], - "@eslint/eslintrc": [ - "2.1.4" + "get-intrinsic": [ + "1.2.1" ], - "@eslint/js": [ - "8.55.0" + "get-symbol-description": [ + "1.0.0" ], - "@humanwhocodes/config-array": [ - "0.11.13" + "globalthis": [ + "1.0.3" ], - "@humanwhocodes/module-importer": [ + "gopd": [ "1.0.1" ], - "@nodelib/fs.walk": [ - "1.2.8" - ], - "@ungap/structured-clone": [ - "1.2.0" - ], - "ajv": [ - "6.12.6" - ], - "chalk": [ - "4.1.2" + "has-property-descriptors": [ + "1.0.0" ], - "cross-spawn": [ - "7.0.3" + "has-proto": [ + "1.0.1" ], - "debug": [ - "4.3.4" + "has-symbols": [ + "1.0.3" ], - "doctrine": [ - "3.0.0" + "internal-slot": [ + "1.0.5" ], - "escape-string-regexp": [ - "4.0.0" + "is-array-buffer": [ + "3.0.2" ], - "espree": [ - "9.6.1" + "is-callable": [ + "1.2.7" ], - "esquery": [ - "1.5.0" + "is-negative-zero": [ + "2.0.2" ], - "esutils": [ - "2.0.3" + "is-regex": [ + "1.1.4" ], - "fast-deep-equal": [ - "3.1.3" + "is-shared-array-buffer": [ + "1.0.2" ], - "file-entry-cache": [ - "6.0.1" + "is-string": [ + "1.0.7" ], - "find-up": [ - "5.0.0" + "is-typed-array": [ + "1.1.12" ], - "glob-parent": [ - "5.1.2", - "6.0.2" + "is-weakref": [ + "1.0.2" ], - "globals": [ - "13.22.0" + "object-inspect": [ + "1.12.3" ], - "graphemer": [ - "1.4.0" + "object-keys": [ + "1.1.1" ], - "ignore": [ - "5.2.4" + "object.assign": [ + "4.1.4" ], - "imurmurhash": [ - "0.1.4" + "regexp.prototype.flags": [ + "1.5.1" ], - "is-glob": [ - "4.0.3" + "safe-array-concat": [ + "1.0.1" ], - "is-path-inside": [ - "3.0.3" + "safe-regex-test": [ + "1.0.0" ], - "js-yaml": [ - "4.1.0" + "string.prototype.trim": [ + "1.2.8" ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" + "string.prototype.trimend": [ + "1.0.7" ], - "levn": [ - "0.4.1" + "string.prototype.trimstart": [ + "1.0.7" ], - "lodash.merge": [ - "4.6.2" + "typed-array-buffer": [ + "1.0.0" ], - "minimatch": [ - "3.1.2" + "typed-array-byte-length": [ + "1.0.0" ], - "natural-compare": [ - "1.4.0" + "typed-array-byte-offset": [ + "1.0.0" ], - "optionator": [ - "0.9.3" + "typed-array-length": [ + "1.0.4" ], - "strip-ansi": [ - "6.0.1" + "unbox-primitive": [ + "1.0.2" ], - "text-table": [ - "0.2.0" + "which-typed-array": [ + "1.1.11" ], - "ansi-regex": [ - "5.0.1" + "for-each": [ + "0.3.3" ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "has-tostringtag": [ + "1.0.0" ], - "deep-is": [ - "0.1.4" + "has-bigints": [ + "1.0.2" ], - "fast-levenshtein": [ - "2.0.6" + "which-boxed-primitive": [ + "1.0.2" ], - "prelude-ls": [ - "1.2.1" + "is-bigint": [ + "1.0.4" ], - "type-check": [ - "0.4.0" + "is-boolean-object": [ + "1.1.2" ], - "brace-expansion": [ - "1.1.11" + "is-number-object": [ + "1.0.7" ], - "balanced-match": [ - "1.0.2" + "is-symbol": [ + "1.0.4" ], - "concat-map": [ - "0.0.1" + "isarray": [ + "2.0.5" ], - "argparse": [ + "set-function-name": [ "2.0.1" ], - "is-extglob": [ - "2.1.1" + "define-data-property": [ + "1.1.0" ], - "type-fest": [ - "0.20.2" + "functions-have-names": [ + "1.2.3" ], - "locate-path": [ - "6.0.0" + "side-channel": [ + "1.0.4" ], - "path-exists": [ + "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" ], - "p-locate": [ - "5.0.0" + "@webassemblyjs/ast": [ + "1.11.6" ], - "p-limit": [ - "3.1.0" + "@xtuc/long": [ + "4.2.2" ], - "yocto-queue": [ - "0.1.0" + "@webassemblyjs/helper-numbers": [ + "1.11.6" ], - "flat-cache": [ - "3.1.0" + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" ], - "flatted": [ - "3.2.9" + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" ], - "keyv": [ - "4.5.3" + "@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" ], - "rimraf": [ - "3.0.2" + "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" ], - "glob": [ - "7.2.3" + "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" ], - "fs.realpath": [ - "1.0.0" + "@babel/core": [ + "7.23.5" ], - "inflight": [ - "1.0.6" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "inherits": [ - "2.0.4" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "once": [ - "1.4.0" + "@ampproject/remapping": [ + "2.2.1" ], - "path-is-absolute": [ - "1.0.1" + "@babel/code-frame": [ + "7.23.5" ], - "wrappy": [ - "1.0.2" + "@babel/generator": [ + "7.23.5" ], - "json-buffer": [ - "3.0.1" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "acorn": [ - "8.10.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "@babel/helpers": [ + "7.23.5" ], - "ms": [ - "2.1.2" + "@babel/parser": [ + "7.23.5" ], - "path-key": [ - "3.1.1" + "@babel/template": [ + "7.22.15" ], - "shebang-command": [ - "2.0.0" + "@babel/traverse": [ + "7.23.5" ], - "which": [ - "2.0.2" + "@babel/types": [ + "7.23.5" ], - "isexe": [ + "convert-source-map": [ "2.0.0" ], - "shebang-regex": [ - "3.0.0" + "debug": [ + "4.3.4" ], - "ansi-styles": [ - "4.3.0" + "gensync": [ + "1.0.0-beta.2" ], - "supports-color": [ - "7.2.0" + "json5": [ + "2.2.3" ], - "has-flag": [ - "4.0.0" + "semver": [ + "6.3.1" ], - "color-convert": [ - "2.0.1" + "ms": [ + "2.1.2" ], - "color-name": [ - "1.1.4" + "@babel/helper-string-parser": [ + "7.23.4" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "json-schema-traverse": [ - "0.4.1" + "to-fast-properties": [ + "2.0.0" ], - "uri-js": [ - "4.4.1" + "@babel/helper-function-name": [ + "7.23.0" ], - "punycode": [ - "2.3.0" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "fastq": [ - "1.15.0" + "globals": [ + "11.12.0" ], - "reusify": [ - "1.0.4" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@nodelib/fs.stat": [ - "2.0.5" + "@babel/helper-simple-access": [ + "7.22.5" ], - "run-parallel": [ - "1.2.0" + "@babel/compat-data": [ + "7.23.5" ], - "queue-microtask": [ - "1.2.3" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@humanwhocodes/object-schema": [ - "2.0.1" + "browserslist": [ + "4.22.2" ], - "import-fresh": [ - "3.3.0" + "lru-cache": [ + "5.1.1" ], - "strip-json-comments": [ + "yallist": [ "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" + "caniuse-lite": [ + "1.0.30001566" ], - "array-union": [ - "2.1.0" + "electron-to-chromium": [ + "1.4.608" ], - "dir-glob": [ - "3.0.1" + "node-releases": [ + "2.0.14" ], - "fast-glob": [ - "3.3.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "merge2": [ - "1.4.1" + "escalade": [ + "3.1.1" ], - "slash": [ - "3.0.0" + "picocolors": [ + "1.0.0" ], - "micromatch": [ - "4.0.5" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "braces": [ - "3.0.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "picomatch": [ - "2.3.1" + "jsesc": [ + "2.5.2" ], - "fill-range": [ - "7.0.1" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "to-regex-range": [ - "5.0.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "is-number": [ - "7.0.0" + "@jridgewell/set-array": [ + "1.1.2" ], - "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": false, - "root_package": "", - "link_packages": {}, - "deps": { - "call-bind": "1.0.2", - "get-intrinsic": "1.2.1", - "is-regex": "1.1.4" - }, - "transitive_closure": { - "safe-regex-test": [ - "1.0.0" + "@babel/highlight": [ + "7.23.4" ], - "call-bind": [ - "1.0.2" + "chalk": [ + "2.4.2" ], - "get-intrinsic": [ - "1.2.1" + "ansi-styles": [ + "3.2.1" ], - "is-regex": [ - "1.1.4" + "escape-string-regexp": [ + "1.0.5" ], - "has-tostringtag": [ - "1.0.0" + "supports-color": [ + "5.5.0" ], - "has-symbols": [ - "1.0.3" + "has-flag": [ + "3.0.0" ], - "function-bind": [ - "1.1.1" + "color-convert": [ + "1.9.3" ], - "has": [ - "1.0.3" + "color-name": [ + "1.1.3" ], - "has-proto": [ - "1.0.1" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -171949,43 +132500,18 @@ "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": { + "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__setprototypeof__1.2.0", - "package": "setprototypeof", - "version": "1.2.0", + "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-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", - "url": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "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": [], @@ -171999,148 +132525,167 @@ "generate_bzl_library_targets": false } }, - "npm__glob-parent__5.1.2": { + "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__glob-parent__5.1.2", - "package": "glob-parent", - "version": "5.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__esbuild-linux-s390x__0.15.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-s390x__0.15.18__links", - "package": "esbuild-linux-s390x", + "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-freebsd-arm64__0.15.18", + "package": "esbuild-freebsd-arm64", "version": "0.15.18", - "dev": true, "root_package": "", + "link_workspace": "", "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esbuild-linux-s390x": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" + "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" ], - "bins": {}, - "npm_translate_lock_repo": "npm" + "extra_build_content": "", + "generate_bzl_library_targets": false } }, - "npm__eslint-plugin-jsx-a11y__6.7.1__eslint_8.28.0__links": { + "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__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", + "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": { - "@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", + "get-intrinsic": "1.2.1", + "globalthis": "1.0.3", + "which-builtin-type": "1.1.3" }, "transitive_closure": { - "eslint-plugin-jsx-a11y": [ - "6.7.1_eslint_8.28.0" + "reflect.getprototypeof": [ + "1.0.4" ], - "@babel/runtime": [ - "7.23.1" + "call-bind": [ + "1.0.2" ], - "aria-query": [ - "5.3.0" + "define-properties": [ + "1.2.1" ], - "array-includes": [ - "3.1.7" + "es-abstract": [ + "1.22.2" ], - "array.prototype.flatmap": [ - "1.3.2" + "get-intrinsic": [ + "1.2.1" ], - "ast-types-flow": [ - "0.0.7" + "globalthis": [ + "1.0.3" ], - "axe-core": [ - "4.8.2" + "which-builtin-type": [ + "1.1.3" ], - "axobject-query": [ - "3.2.1" + "function.prototype.name": [ + "1.1.6" ], - "damerau-levenshtein": [ - "1.0.8" + "has-tostringtag": [ + "1.0.0" ], - "emoji-regex": [ - "9.2.2" + "is-async-function": [ + "2.0.0" ], - "eslint": [ - "8.28.0" + "is-date-object": [ + "1.0.5" ], - "has": [ - "1.0.3" + "is-finalizationregistry": [ + "1.0.2" ], - "jsx-ast-utils": [ - "3.3.5" + "is-generator-function": [ + "1.0.10" ], - "language-tags": [ + "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" ], - "minimatch": [ - "3.1.2" + "for-each": [ + "0.3.3" ], - "object.entries": [ - "1.1.7" + "gopd": [ + "1.0.1" ], - "object.fromentries": [ - "2.0.7" + "is-callable": [ + "1.2.7" ], - "semver": [ - "6.3.1" + "is-map": [ + "2.0.2" ], - "call-bind": [ + "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" ], - "define-properties": [ - "1.2.1" + "functions-have-names": [ + "1.2.3" ], - "es-abstract": [ - "1.22.2" + "function-bind": [ + "1.1.1" + ], + "has": [ + "1.0.3" + ], + "has-proto": [ + "1.0.1" ], "array-buffer-byte-length": [ "1.0.0" @@ -172148,66 +132693,33 @@ "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" ], @@ -172250,360 +132762,452 @@ "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" + ] + }, + "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" ], - "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" + "@volar/language-core": [ + "1.0.9" ], - "esutils": [ - "2.0.3" + "@volar/source-map": [ + "1.0.9" ], - "fast-deep-equal": [ - "3.1.3" + "@vue/compiler-dom": [ + "3.3.4" ], - "file-entry-cache": [ - "6.0.1" + "@vue/compiler-sfc": [ + "3.3.4" ], - "find-up": [ - "5.0.0" + "@vue/reactivity": [ + "3.3.4" ], - "glob-parent": [ - "6.0.2" + "@vue/shared": [ + "3.3.4" ], - "globals": [ - "13.22.0" + "minimatch": [ + "5.1.6" ], - "grapheme-splitter": [ - "1.0.4" + "vue-template-compiler": [ + "2.7.14" ], - "ignore": [ - "5.2.4" + "de-indent": [ + "1.0.2" ], - "import-fresh": [ - "3.3.0" + "he": [ + "1.2.0" ], - "imurmurhash": [ - "0.1.4" + "brace-expansion": [ + "2.0.1" ], - "is-glob": [ - "4.0.3" + "balanced-match": [ + "1.0.2" ], - "is-path-inside": [ - "3.0.3" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "js-sdsl": [ - "4.4.2" + "@vue/compiler-core": [ + "3.3.4" ], - "js-yaml": [ - "4.1.0" + "@vue/compiler-ssr": [ + "3.3.4" ], - "json-stable-stringify-without-jsonify": [ - "1.0.1" + "@vue/reactivity-transform": [ + "3.3.4" ], - "levn": [ - "0.4.1" + "estree-walker": [ + "2.0.2" ], - "lodash.merge": [ - "4.6.2" + "magic-string": [ + "0.30.4" ], - "natural-compare": [ - "1.4.0" + "postcss": [ + "8.4.31" ], - "optionator": [ - "0.9.3" + "source-map-js": [ + "1.0.2" ], - "regexpp": [ - "3.2.0" + "nanoid": [ + "3.3.6" ], - "strip-ansi": [ - "6.0.1" + "picocolors": [ + "1.0.0" ], - "strip-json-comments": [ - "3.1.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "text-table": [ - "0.2.0" + "@babel/types": [ + "7.23.5" ], - "ansi-regex": [ - "5.0.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@aashutoshrathi/word-wrap": [ - "1.2.6" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "deep-is": [ - "0.1.4" + "to-fast-properties": [ + "2.0.0" ], - "fast-levenshtein": [ - "2.0.6" + "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" ], - "prelude-ls": [ - "1.2.1" + "@babel/core": [ + "7.23.0" ], - "type-check": [ - "0.4.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "argparse": [ - "2.0.1" + "@babel/helper-member-expression-to-functions": [ + "7.23.0" ], - "is-extglob": [ - "2.1.1" + "@babel/helper-optimise-call-expression": [ + "7.22.5" ], - "parent-module": [ - "1.0.1" + "@babel/types": [ + "7.23.5" ], - "resolve-from": [ - "4.0.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "callsites": [ - "3.1.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "type-fest": [ - "0.20.2" + "to-fast-properties": [ + "2.0.0" ], - "locate-path": [ - "6.0.0" + "@ampproject/remapping": [ + "2.2.1" ], - "path-exists": [ - "4.0.0" + "@babel/code-frame": [ + "7.23.5", + "7.22.13" ], - "p-locate": [ - "5.0.0" + "@babel/generator": [ + "7.23.5", + "7.23.0" ], - "p-limit": [ - "3.1.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "yocto-queue": [ - "0.1.0" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0" ], - "flat-cache": [ - "3.1.0" + "@babel/helpers": [ + "7.23.1" ], - "flatted": [ - "3.2.9" + "@babel/parser": [ + "7.23.5", + "7.23.0" ], - "keyv": [ - "4.5.3" + "@babel/template": [ + "7.22.15" ], - "rimraf": [ - "3.0.2" + "@babel/traverse": [ + "7.23.5", + "7.23.0" ], - "glob": [ - "7.2.3" + "convert-source-map": [ + "2.0.0" ], - "fs.realpath": [ - "1.0.0" + "debug": [ + "4.3.4" ], - "inflight": [ - "1.0.6" + "gensync": [ + "1.0.0-beta.2" ], - "inherits": [ - "2.0.4" + "json5": [ + "2.2.3" ], - "once": [ - "1.4.0" + "semver": [ + "6.3.1" ], - "path-is-absolute": [ - "1.0.1" + "ms": [ + "2.1.2" ], - "wrappy": [ - "1.0.2" + "@babel/helper-function-name": [ + "7.23.0" ], - "json-buffer": [ - "3.0.1" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "estraverse": [ - "5.3.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "acorn": [ - "8.10.0" + "globals": [ + "11.12.0" ], - "acorn-jsx": [ - "5.3.2_acorn_8.10.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "esrecurse": [ - "4.3.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "ms": [ - "2.1.2" + "jsesc": [ + "2.5.2" ], - "path-key": [ + "@jridgewell/resolve-uri": [ "3.1.1" ], - "shebang-command": [ - "2.0.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "which": [ - "2.0.2" + "@jridgewell/set-array": [ + "1.1.2" ], - "isexe": [ - "2.0.0" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "shebang-regex": [ - "3.0.0" + "chalk": [ + "2.4.2" ], "ansi-styles": [ - "4.3.0" + "3.2.1" + ], + "escape-string-regexp": [ + "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" ], - "fast-json-stable-stringify": [ - "2.1.0" + "js-tokens": [ + "4.0.0" ], - "json-schema-traverse": [ - "0.4.1" + "@babel/helper-module-imports": [ + "7.22.15" ], - "uri-js": [ - "4.4.1" + "@babel/helper-simple-access": [ + "7.22.5" ], - "punycode": [ - "2.3.0" + "@babel/compat-data": [ + "7.23.5" ], - "@nodelib/fs.scandir": [ - "2.1.5" + "@babel/helper-validator-option": [ + "7.23.5" ], - "fastq": [ - "1.15.0" + "browserslist": [ + "4.22.2" ], - "reusify": [ - "1.0.4" + "lru-cache": [ + "5.1.1" ], - "@nodelib/fs.stat": [ - "2.0.5" + "yallist": [ + "3.1.1" ], - "run-parallel": [ - "1.2.0" + "caniuse-lite": [ + "1.0.30001566" ], - "queue-microtask": [ - "1.2.3" + "electron-to-chromium": [ + "1.4.608" ], - "@humanwhocodes/object-schema": [ - "1.2.1" + "node-releases": [ + "2.0.14" ], - "dequal": [ - "2.0.3" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "regenerator-runtime": [ - "0.14.0" + "escalade": [ + "3.1.1" + ], + "picocolors": [ + "1.0.0" ] }, "lifecycle_build_target": false, @@ -172613,68 +133217,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__jest-haste-map__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-haste-map__27.5.1", - "package": "jest-haste-map", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "url": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__electron-to-chromium__1.4.539": { + "npm__leven__3.1.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__electron-to-chromium__1.4.539", - "package": "electron-to-chromium", - "version": "1.4.539", + "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_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 + "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__grapheme-splitter__1.0.4": { + "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__grapheme-splitter__1.0.4", - "package": "grapheme-splitter", - "version": "1.0.4", + "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-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", - "url": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -172688,65 +133265,185 @@ "generate_bzl_library_targets": false } }, - "npm__path-is-absolute__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__path-is-absolute__1.0.1__links", - "package": "path-is-absolute", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "path-is-absolute": [ - "1.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-ic-unit__1.0.1__postcss_8.4.31__links": { + "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_csstools_postcss-ic-unit__1.0.1__postcss_8.4.31__links", - "package": "@csstools/postcss-ic-unit", - "version": "1.0.1_postcss_8.4.31", - "dev": false, + "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": { - "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "@csstools/postcss-ic-unit": [ - "1.0.1_postcss_8.4.31" + "@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" ], - "@csstools/postcss-progressive-custom-properties": [ - "1.3.0_postcss_8.4.31" + "escape-string-regexp": [ + "1.0.5" ], - "postcss": [ - "8.4.31" + "supports-color": [ + "5.5.0" ], - "postcss-value-parser": [ - "4.2.0" + "has-flag": [ + "3.0.0" ], - "nanoid": [ - "3.3.6" + "color-convert": [ + "1.9.3" ], - "picocolors": [ - "1.0.0" + "color-name": [ + "1.1.3" ], - "source-map-js": [ - "1.0.2" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -172756,25 +133453,77 @@ "npm_translate_lock_repo": "npm" } }, - "npm__doctrine__2.1.0__links": { + "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__doctrine__2.1.0__links", - "package": "doctrine", - "version": "2.1.0", - "dev": false, + "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": { - "esutils": "2.0.3" + "@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": { - "doctrine": [ - "2.1.0" + "fast-glob": [ + "3.3.1" ], - "esutils": [ - "2.0.3" + "@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, @@ -172784,80 +133533,37 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-replace-overflow-wrap__4.0.0__postcss_8.4.31__links": { + "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__postcss-replace-overflow-wrap__4.0.0__postcss_8.4.31__links", - "package": "postcss-replace-overflow-wrap", - "version": "4.0.0_postcss_8.4.31", - "dev": false, + "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": { - "postcss": "8.4.31" + "get-intrinsic": "1.2.1" }, "transitive_closure": { - "postcss-replace-overflow-wrap": [ - "4.0.0_postcss_8.4.31" + "has-property-descriptors": [ + "1.0.0" ], - "postcss": [ - "8.4.31" + "get-intrinsic": [ + "1.2.1" ], - "nanoid": [ - "3.3.6" + "function-bind": [ + "1.1.1" ], - "picocolors": [ - "1.0.0" + "has": [ + "1.0.3" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_jridgewell_sourcemap-codec__1.4.15__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jridgewell_sourcemap-codec__1.4.15__links", - "package": "@jridgewell/sourcemap-codec", - "version": "1.4.15", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_webassemblyjs_utf8__1.11.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_utf8__1.11.6__links", - "package": "@webassemblyjs/utf8", - "version": "1.11.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@webassemblyjs/utf8": [ - "1.11.6" + "has-proto": [ + "1.0.1" + ], + "has-symbols": [ + "1.0.3" ] }, "lifecycle_build_target": false, @@ -172867,33 +133573,30 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-transform-modules-amd__7.23.0__at_babel_core_7.23.0__links": { + "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_plugin-transform-modules-amd__7.23.0__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-modules-amd", - "version": "7.23.0_at_babel_core_7.23.0", + "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.0", - "@babel/helper-module-transforms": "7.23.0_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.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" }, "transitive_closure": { - "@babel/plugin-transform-modules-amd": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "7.23.3_at_babel_core_7.23.5" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@babel/core": [ + "7.23.5" ], "@babel/helper-environment-visitor": [ "7.22.20" @@ -172911,10 +133614,10 @@ "7.22.20" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "to-fast-properties": [ "2.0.0" @@ -172923,25 +133626,25 @@ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" ], "@babel/generator": [ - "7.23.0" + "7.23.5" ], "@babel/helper-compilation-targets": [ "7.22.15" ], "@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" @@ -172971,13 +133674,13 @@ "11.12.0" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "lru-cache": [ "5.1.1" @@ -172986,16 +133689,16 @@ "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -173022,7 +133725,7 @@ "1.1.2" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "chalk": [ "2.4.2" @@ -173056,20 +133759,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__universalify__0.2.0__links": { + "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__universalify__0.2.0__links", - "package": "universalify", - "version": "0.2.0", - "dev": false, + "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": { - "universalify": [ - "0.2.0" + "isobject": [ + "3.0.1" ] }, "lifecycle_build_target": false, @@ -173079,319 +133782,187 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_webassemblyjs_wasm-opt__1.11.6__links": { + "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_webassemblyjs_wasm-opt__1.11.6__links", - "package": "@webassemblyjs/wasm-opt", - "version": "1.11.6", - "dev": false, + "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": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6" + "@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": { - "@webassemblyjs/wasm-opt": [ - "1.11.6" + "@babel/plugin-transform-modules-commonjs": [ + "7.23.3_at_babel_core_7.23.5" ], - "@webassemblyjs/ast": [ - "1.11.6" + "@babel/core": [ + "7.23.5" ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" + "@babel/helper-simple-access": [ + "7.22.5" ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" + "@babel/types": [ + "7.23.5" ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@webassemblyjs/ieee754": [ - "1.11.6" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@webassemblyjs/leb128": [ - "1.11.6" + "to-fast-properties": [ + "2.0.0" ], - "@webassemblyjs/utf8": [ - "1.11.6" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "@xtuc/long": [ - "4.2.2" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@xtuc/ieee754": [ - "1.2.0" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "@ampproject/remapping": [ + "2.2.1" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_next_swc-darwin-arm64__13.0.5": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_next_swc-darwin-arm64__13.0.5", - "package": "@next/swc-darwin-arm64", - "version": "13.0.5", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mshlh8QOtOalfZbc17uNAftWgqHTKnrv6QUwBe+mpGz04eqsSUzVz1JGZEdIkmuDxOz00cK2NPoc+VHDXh99IQ==", - "url": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.0.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__arg__5.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__arg__5.0.2", - "package": "arg", - "version": "5.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", - "url": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__find-up__3.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__find-up__3.0.0__links", - "package": "find-up", - "version": "3.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "locate-path": "3.0.0" - }, - "transitive_closure": { - "find-up": [ - "3.0.0" + "@babel/code-frame": [ + "7.23.5" ], - "locate-path": [ - "3.0.0" + "@babel/generator": [ + "7.23.5" ], - "p-locate": [ - "3.0.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "path-exists": [ - "3.0.0" + "@babel/helpers": [ + "7.23.5" ], - "p-limit": [ - "2.3.0" + "@babel/parser": [ + "7.23.5" ], - "p-try": [ - "2.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_helper-builder-binary-assignment-operator-visitor__7.22.15": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_helper-builder-binary-assignment-operator-visitor__7.22.15", - "package": "@babel/helper-builder-binary-assignment-operator-visitor", - "version": "7.22.15", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", - "url": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__esbuild-linux-64__0.15.18": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-linux-64__0.15.18", - "package": "esbuild-linux-64", - "version": "0.15.18", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==", - "url": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.15.18.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [ - "preinstall", - "install", - "postinstall" - ], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__ajv-keywords__3.5.2__ajv_6.12.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__ajv-keywords__3.5.2__ajv_6.12.6__links", - "package": "ajv-keywords", - "version": "3.5.2_ajv_6.12.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "ajv": "6.12.6" - }, - "transitive_closure": { - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" + "@babel/template": [ + "7.22.15" ], - "ajv": [ - "6.12.6" + "@babel/traverse": [ + "7.23.5" ], - "fast-deep-equal": [ - "3.1.3" + "convert-source-map": [ + "2.0.0" ], - "fast-json-stable-stringify": [ - "2.1.0" + "debug": [ + "4.3.4" ], - "json-schema-traverse": [ - "0.4.1" + "gensync": [ + "1.0.0-beta.2" ], - "uri-js": [ - "4.4.1" + "json5": [ + "2.2.3" ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_csstools_postcss-text-decoration-shorthand__1.0.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_csstools_postcss-text-decoration-shorthand__1.0.0__postcss_8.4.31__links", - "package": "@csstools/postcss-text-decoration-shorthand", - "version": "1.0.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "@csstools/postcss-text-decoration-shorthand": [ - "1.0.0_postcss_8.4.31" + "semver": [ + "6.3.1" ], - "postcss": [ - "8.4.31" + "ms": [ + "2.1.2" ], - "postcss-value-parser": [ - "4.2.0" + "@babel/helper-function-name": [ + "7.23.0" ], - "nanoid": [ - "3.3.6" + "@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" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__pirates__4.0.6__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pirates__4.0.6__links", - "package": "pirates", - "version": "4.0.6", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "pirates": [ - "4.0.6" + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.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, @@ -173401,203 +133972,185 @@ "npm_translate_lock_repo": "npm" } }, - "npm__deepmerge__4.3.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__deepmerge__4.3.1", - "package": "deepmerge", - "version": "4.3.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", - "url": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__object.fromentries__2.0.7": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__object.fromentries__2.0.7", - "package": "object.fromentries", - "version": "2.0.7", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", - "url": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__postcss-load-config__4.0.1__postcss_8.4.31__links": { + "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__postcss-load-config__4.0.1__postcss_8.4.31__links", - "package": "postcss-load-config", - "version": "4.0.1_postcss_8.4.31", - "dev": false, + "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": { - "lilconfig": "2.1.0", - "postcss": "8.4.31", - "yaml": "2.3.2" + "@babel/core": "7.23.5", + "@babel/helper-plugin-utils": "7.22.5" }, "transitive_closure": { - "postcss-load-config": [ - "4.0.1_postcss_8.4.31" + "@babel/plugin-transform-react-jsx-source": [ + "7.23.3_at_babel_core_7.23.5" ], - "lilconfig": [ - "2.1.0" + "@babel/core": [ + "7.23.5" ], - "postcss": [ - "8.4.31" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "yaml": [ - "2.3.2" + "@ampproject/remapping": [ + "2.2.1" ], - "nanoid": [ - "3.3.6" + "@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" ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__gzip-size__6.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__gzip-size__6.0.0__links", - "package": "gzip-size", - "version": "6.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "duplexer": "0.1.2" - }, - "transitive_closure": { - "gzip-size": [ - "6.0.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "duplexer": [ - "0.1.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_nicolo-ribaudo_eslint-scope-5-internals__5.1.1-v1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_nicolo-ribaudo_eslint-scope-5-internals__5.1.1-v1", - "package": "@nicolo-ribaudo/eslint-scope-5-internals", - "version": "5.1.1-v1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", - "url": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__typescript__4.9.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__typescript__4.9.3", - "package": "typescript", - "version": "4.9.3", - "root_package": "", - "link_workspace": "", - "link_packages": { - "next.js": [ - "typescript" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "react": [ - "typescript" + "jsesc": [ + "2.5.2" ], - "vue": [ - "typescript" - ] - }, - "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", - "url": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__min-indent__1.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__min-indent__1.0.1__links", - "package": "min-indent", - "version": "1.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "min-indent": [ - "1.0.1" + "@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, @@ -173607,115 +134160,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__tsutils__3.21.0__typescript_4.9.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tsutils__3.21.0__typescript_4.9.3", - "package": "tsutils", - "version": "3.21.0_typescript_4.9.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "url": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__core-js__3.33.0__links": { + "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__core-js__3.33.0__links", - "package": "core-js", - "version": "3.33.0", - "dev": false, + "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": { - "core-js": [ - "3.33.0" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__tsconfig-paths__3.14.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__tsconfig-paths__3.14.2", - "package": "tsconfig-paths", - "version": "3.14.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", - "url": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__htmlparser2__6.1.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__htmlparser2__6.1.0__links", - "package": "htmlparser2", - "version": "6.1.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "domelementtype": "2.3.0", - "domhandler": "4.3.1", - "domutils": "2.8.0", - "entities": "2.2.0" - }, - "transitive_closure": { - "htmlparser2": [ - "6.1.0" - ], - "domelementtype": [ - "2.3.0" - ], - "domhandler": [ - "4.3.1" - ], - "domutils": [ - "2.8.0" - ], - "entities": [ - "2.2.0" - ], - "dom-serializer": [ - "1.4.1" + "node-int64": [ + "0.4.0" ] }, "lifecycle_build_target": false, @@ -173725,46 +134183,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-minify-gradients__5.1.1__postcss_8.4.31__links": { + "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__postcss-minify-gradients__5.1.1__postcss_8.4.31__links", - "package": "postcss-minify-gradients", - "version": "5.1.1_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "colord": "2.9.3", - "cssnano-utils": "3.1.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-minify-gradients": [ - "5.1.1_postcss_8.4.31" - ], - "colord": [ - "2.9.3" - ], - "cssnano-utils": [ - "3.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "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, @@ -173774,218 +134206,470 @@ "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": { + "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__arraybuffer.prototype.slice__1.0.2__links", - "package": "arraybuffer.prototype.slice", - "version": "1.0.2", - "dev": false, + "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": { - "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" + "@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": { - "arraybuffer.prototype.slice": [ - "1.0.2" + "babel-jest": [ + "29.7.0_at_babel_core_7.23.0" ], - "array-buffer-byte-length": [ - "1.0.0" + "@babel/core": [ + "7.23.5", + "7.23.0" ], - "call-bind": [ - "1.0.2" + "@jest/transform": [ + "29.7.0" ], - "define-properties": [ - "1.2.1" + "@types/babel__core": [ + "7.20.2" ], - "es-abstract": [ - "1.22.2" + "babel-plugin-istanbul": [ + "6.1.1" ], - "get-intrinsic": [ - "1.2.1" + "babel-preset-jest": [ + "29.6.3_at_babel_core_7.23.0" ], - "is-array-buffer": [ - "3.0.2" + "chalk": [ + "2.4.2", + "4.1.2" ], - "is-shared-array-buffer": [ - "1.0.2" + "graceful-fs": [ + "4.2.11" ], - "is-typed-array": [ - "1.1.12" + "slash": [ + "3.0.0" ], - "which-typed-array": [ - "1.1.11" + "ansi-styles": [ + "3.2.1", + "4.3.0" ], - "available-typed-arrays": [ - "1.0.5" + "supports-color": [ + "8.1.1", + "5.5.0", + "7.2.0" ], - "for-each": [ - "0.3.3" + "has-flag": [ + "3.0.0", + "4.0.0" ], - "gopd": [ - "1.0.1" + "color-convert": [ + "1.9.3", + "2.0.1" ], - "has-tostringtag": [ - "1.0.0" + "color-name": [ + "1.1.3", + "1.1.4" ], - "has-symbols": [ - "1.0.3" + "babel-plugin-jest-hoist": [ + "29.6.3" ], - "is-callable": [ - "1.2.7" + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0" ], - "function-bind": [ - "1.1.1" + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0" ], - "has": [ - "1.0.3" + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0" ], - "has-proto": [ - "1.0.1" + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0" ], - "es-set-tostringtag": [ - "2.0.1" + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0" ], - "es-to-primitive": [ - "1.2.1" + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0" ], - "function.prototype.name": [ - "1.1.6" + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0" ], - "get-symbol-description": [ - "1.0.0" + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0" ], - "globalthis": [ - "1.0.3" + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0" ], - "has-property-descriptors": [ - "1.0.0" + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0" ], - "internal-slot": [ + "@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" ], - "is-negative-zero": [ - "2.0.2" + "js-tokens": [ + "4.0.0" ], - "is-regex": [ - "1.1.4" + "@istanbuljs/load-nyc-config": [ + "1.1.0" ], - "is-string": [ - "1.0.7" + "@istanbuljs/schema": [ + "0.1.3" ], - "is-weakref": [ + "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" ], - "object-inspect": [ - "1.12.3" + "concat-map": [ + "0.0.1" ], - "object-keys": [ - "1.1.1" + "fs.realpath": [ + "1.0.0" ], - "object.assign": [ - "4.1.4" + "inflight": [ + "1.0.6" ], - "regexp.prototype.flags": [ - "1.5.1" + "inherits": [ + "2.0.4" ], - "safe-array-concat": [ + "once": [ + "1.4.0" + ], + "path-is-absolute": [ "1.0.1" ], - "safe-regex-test": [ - "1.0.0" + "wrappy": [ + "1.0.2" ], - "string.prototype.trim": [ - "1.2.8" + "istanbul-lib-coverage": [ + "3.2.0" ], - "string.prototype.trimend": [ - "1.0.7" + "semver": [ + "6.3.1" ], - "string.prototype.trimstart": [ - "1.0.7" + "@ampproject/remapping": [ + "2.2.1" ], - "typed-array-buffer": [ - "1.0.0" + "@babel/generator": [ + "7.23.0", + "7.23.5" ], - "typed-array-byte-length": [ - "1.0.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "typed-array-byte-offset": [ + "@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" ], - "typed-array-length": [ - "1.0.4" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "unbox-primitive": [ - "1.0.2" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "has-bigints": [ - "1.0.2" + "jsesc": [ + "2.5.2" ], - "which-boxed-primitive": [ - "1.0.2" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "is-bigint": [ - "1.0.4" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "is-boolean-object": [ + "@jridgewell/set-array": [ "1.1.2" ], - "is-number-object": [ - "1.0.7" + "camelcase": [ + "5.3.1" ], - "is-symbol": [ - "1.0.4" + "find-up": [ + "4.1.0" ], - "isarray": [ - "2.0.5" + "get-package-type": [ + "0.1.0" ], - "set-function-name": [ - "2.0.1" + "js-yaml": [ + "3.14.1" ], - "define-data-property": [ - "1.1.0" + "resolve-from": [ + "5.0.0" ], - "functions-have-names": [ - "1.2.3" + "argparse": [ + "1.0.10" ], - "side-channel": [ - "1.0.4" + "esprima": [ + "4.0.1" ], - "is-date-object": [ + "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, @@ -173995,18 +134679,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_volar_vue-language-core__1.0.9": { + "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__at_volar_vue-language-core__1.0.9", - "package": "@volar/vue-language-core", - "version": "1.0.9", + "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-tofNoR8ShPFenHT1YVMuvoXtXWwoQE+fiXVqSmW0dSKZqEDjWQ3YeXSd0a6aqyKaIbvR7kWWGp34WbpQlwf9Ww==", - "url": "https://registry.npmjs.org/@volar/vue-language-core/-/vue-language-core-1.0.9.tgz", + "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": [], @@ -174020,59 +134704,18 @@ "generate_bzl_library_targets": false } }, - "npm__adjust-sourcemap-loader__4.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__adjust-sourcemap-loader__4.0.0__links", - "package": "adjust-sourcemap-loader", - "version": "4.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "loader-utils": "2.0.4", - "regex-parser": "2.2.11" - }, - "transitive_closure": { - "adjust-sourcemap-loader": [ - "4.0.0" - ], - "loader-utils": [ - "2.0.4" - ], - "regex-parser": [ - "2.2.11" - ], - "big.js": [ - "5.2.2" - ], - "emojis-list": [ - "3.0.0" - ], - "json5": [ - "2.2.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__terminal-link__2.1.1": { + "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__terminal-link__2.1.1", - "package": "terminal-link", - "version": "2.1.1", + "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-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", - "url": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "url": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -174086,20 +134729,20 @@ "generate_bzl_library_targets": false } }, - "npm__slash__3.0.0__links": { + "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__slash__3.0.0__links", - "package": "slash", - "version": "3.0.0", - "dev": false, + "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": { - "slash": [ - "3.0.0" + "object-inspect": [ + "1.12.3" ] }, "lifecycle_build_target": false, @@ -174109,18 +134752,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__type-fest__0.20.2": { + "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__type-fest__0.20.2", - "package": "type-fest", - "version": "0.20.2", + "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-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", + "url": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -174134,68 +134777,53 @@ "generate_bzl_library_targets": false } }, - "npm__esbuild-linux-ppc64le__0.15.18__links": { + "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__esbuild-linux-ppc64le__0.15.18__links", - "package": "esbuild-linux-ppc64le", - "version": "0.15.18", + "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": {}, + "deps": { + "to-regex-range": "5.0.1" + }, "transitive_closure": { - "esbuild-linux-ppc64le": [ - "0.15.18" + "fill-range": [ + "7.0.1" + ], + "to-regex-range": [ + "5.0.1" + ], + "is-number": [ + "7.0.0" ] }, - "lifecycle_build_target": true, + "lifecycle_build_target": false, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], + "lifecycle_hooks_execution_requirements": [], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__unique-string__2.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__unique-string__2.0.0", - "package": "unique-string", - "version": "2.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", - "url": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_next_swc-linux-x64-gnu__13.0.5": { + "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_next_swc-linux-x64-gnu__13.0.5", - "package": "@next/swc-linux-x64-gnu", - "version": "13.0.5", + "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": {}, - "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", + "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": [], @@ -174213,43 +134841,18 @@ "generate_bzl_library_targets": false } }, - "npm__html-encoding-sniffer__2.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__html-encoding-sniffer__2.0.1", - "package": "html-encoding-sniffer", - "version": "2.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", - "url": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.0": { + "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__at_babel_plugin-proposal-optional-chaining__7.21.0__at_babel_core_7.23.0", - "package": "@babel/plugin-proposal-optional-chaining", - "version": "7.21.0_at_babel_core_7.23.0", + "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-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", - "url": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "url": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -174263,86 +134866,67 @@ "generate_bzl_library_targets": false } }, - "npm__eslint-module-utils__2.8.0__2031701610__links": { + "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__eslint-module-utils__2.8.0__2031701610__links", - "package": "eslint-module-utils", - "version": "2.8.0_2031701610", + "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": { - "@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" + "psl": "1.9.0", + "punycode": "2.3.1", + "universalify": "0.2.0", + "url-parse": "1.5.10" }, "transitive_closure": { - "eslint-module-utils": [ - "2.8.0_2031701610" - ], - "@typescript-eslint/parser": [ - "5.44.0_509062556" - ], - "debug": [ - "4.3.4", - "3.2.7" - ], - "eslint": [ - "8.28.0" - ], - "eslint-import-resolver-node": [ - "0.3.9" - ], - "eslint-import-resolver-typescript": [ - "3.6.1_237066510" - ], - "enhanced-resolve": [ - "5.15.0" - ], - "eslint-plugin-import": [ - "2.28.1_918111916" - ], - "fast-glob": [ - "3.3.1" - ], - "get-tsconfig": [ - "4.7.2" + "tough-cookie": [ + "4.1.3" ], - "is-core-module": [ - "2.13.0" + "psl": [ + "1.9.0" ], - "is-glob": [ - "4.0.3" + "punycode": [ + "2.3.1" ], - "is-extglob": [ - "2.1.1" + "universalify": [ + "0.2.0" ], - "has": [ - "1.0.3" + "url-parse": [ + "1.5.10" ], - "function-bind": [ - "1.1.1" + "querystringify": [ + "2.2.0" ], - "resolve-pkg-maps": [ + "requires-port": [ "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" - ], + ] + }, + "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" ], @@ -174360,274 +134944,351 @@ ], "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" ], - "@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" + "@babel/compat-data": [ + "7.23.5" ], - "object.fromentries": [ - "2.0.7" + "@babel/helper-validator-option": [ + "7.23.5" ], - "object.groupby": [ - "1.0.1" + "browserslist": [ + "4.22.2" ], - "object.values": [ - "1.1.7" + "lru-cache": [ + "5.1.1" ], "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" + "yallist": [ + "3.1.1" ], - "object-inspect": [ - "1.12.3" + "caniuse-lite": [ + "1.0.30001566" ], - "object-keys": [ - "1.1.1" + "electron-to-chromium": [ + "1.4.608" ], - "object.assign": [ - "4.1.4" + "node-releases": [ + "2.0.14" ], - "regexp.prototype.flags": [ - "1.5.1" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "safe-array-concat": [ - "1.0.1" + "escalade": [ + "3.1.1" ], - "safe-regex-test": [ + "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" ], - "string.prototype.trim": [ - "1.2.8" - ], - "string.prototype.trimend": [ - "1.0.7" - ], - "string.prototype.trimstart": [ - "1.0.7" - ], - "typed-array-buffer": [ - "1.0.0" + "call-bind": [ + "1.0.2" ], - "typed-array-byte-length": [ - "1.0.0" + "get-intrinsic": [ + "1.2.1" ], - "typed-array-byte-offset": [ - "1.0.0" + "has-symbols": [ + "1.0.3" ], - "typed-array-length": [ - "1.0.4" + "is-arguments": [ + "1.1.1" ], - "unbox-primitive": [ - "1.0.2" + "is-map": [ + "2.0.2" ], - "which-typed-array": [ - "1.1.11" + "is-set": [ + "2.0.2" ], - "for-each": [ - "0.3.3" + "is-string": [ + "1.0.7" ], - "has-tostringtag": [ + "isarray": [ + "2.0.5" + ], + "stop-iteration-iterator": [ "1.0.0" ], - "has-bigints": [ - "1.0.2" + "internal-slot": [ + "1.0.5" ], - "which-boxed-primitive": [ - "1.0.2" + "has": [ + "1.0.3" ], - "is-bigint": [ + "side-channel": [ "1.0.4" ], - "is-boolean-object": [ - "1.1.2" + "object-inspect": [ + "1.12.3" ], - "is-number-object": [ - "1.0.7" + "function-bind": [ + "1.1.1" ], - "is-symbol": [ - "1.0.4" + "has-tostringtag": [ + "1.0.0" ], - "isarray": [ - "2.0.5" + "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" ], - "set-function-name": [ - "2.0.1" + "@types/json-schema": [ + "7.0.13" ], - "define-data-property": [ - "1.1.0" + "@types/semver": [ + "7.5.3" ], - "functions-have-names": [ - "1.2.3" + "@typescript-eslint/scope-manager": [ + "5.44.0" ], - "side-channel": [ - "1.0.4" + "@typescript-eslint/types": [ + "5.44.0" ], - "is-date-object": [ - "1.0.5" + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" ], - "brace-expansion": [ - "1.1.11" + "eslint": [ + "8.55.0" ], - "balanced-match": [ - "1.0.2" + "eslint-scope": [ + "7.2.2", + "5.1.1" ], - "concat-map": [ - "0.0.1" + "eslint-utils": [ + "3.0.0_eslint_8.55.0" ], - "esutils": [ - "2.0.3" + "semver": [ + "7.5.4" ], - "es-shim-unscopables": [ - "1.0.0" + "lru-cache": [ + "6.0.0" ], - "graceful-fs": [ - "4.2.11" + "yallist": [ + "4.0.0" ], - "tapable": [ - "2.2.1" + "eslint-visitor-keys": [ + "3.4.3", + "2.1.0" ], - "ms": [ - "2.1.3", - "2.1.2" + "esrecurse": [ + "4.3.0" ], - "resolve": [ - "1.22.6" + "estraverse": [ + "5.3.0", + "4.3.0" ], - "path-parse": [ - "1.0.7" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "@eslint-community/regexpp": [ + "4.10.0" ], "@eslint/eslintrc": [ - "1.4.1" + "2.1.4" + ], + "@eslint/js": [ + "8.55.0" ], "@humanwhocodes/config-array": [ - "0.11.11" + "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" ], @@ -174637,18 +135298,14 @@ "cross-spawn": [ "7.0.3" ], - "escape-string-regexp": [ - "4.0.0" - ], - "eslint-scope": [ - "7.2.2" + "debug": [ + "4.3.4" ], - "eslint-utils": [ - "3.0.0_eslint_8.28.0" + "doctrine": [ + "3.0.0" ], - "eslint-visitor-keys": [ - "2.1.0", - "3.4.3" + "escape-string-regexp": [ + "4.0.0" ], "espree": [ "9.6.1" @@ -174656,6 +135313,9 @@ "esquery": [ "1.5.0" ], + "esutils": [ + "2.0.3" + ], "fast-deep-equal": [ "3.1.3" ], @@ -174665,27 +135325,28 @@ "find-up": [ "5.0.0" ], + "glob-parent": [ + "5.1.2", + "6.0.2" + ], "globals": [ "13.22.0" ], - "grapheme-splitter": [ - "1.0.4" + "graphemer": [ + "1.4.0" ], "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" ], @@ -174698,21 +135359,18 @@ "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" ], @@ -174734,17 +135392,20 @@ "type-check": [ "0.4.0" ], - "argparse": [ - "2.0.1" + "brace-expansion": [ + "1.1.11" ], - "parent-module": [ - "1.0.1" + "balanced-match": [ + "1.0.2" ], - "resolve-from": [ - "4.0.0" + "concat-map": [ + "0.0.1" ], - "callsites": [ - "3.1.0" + "argparse": [ + "2.0.1" + ], + "is-extglob": [ + "2.1.1" ], "type-fest": [ "0.20.2" @@ -174800,17 +135461,14 @@ "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" @@ -174852,22 +135510,43 @@ "4.4.1" ], "punycode": [ - "2.3.0" + "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" + "2.0.1" ], - "@typescript-eslint/scope-manager": [ - "5.44.0" + "import-fresh": [ + "3.3.0" ], - "@typescript-eslint/types": [ - "5.44.0" + "strip-json-comments": [ + "3.1.1" ], - "@typescript-eslint/typescript-estree": [ - "5.44.0_typescript_4.9.3" + "parent-module": [ + "1.0.1" ], - "typescript": [ - "4.9.3" + "resolve-from": [ + "4.0.0" + ], + "callsites": [ + "3.1.0" ], "@typescript-eslint/visitor-keys": [ "5.44.0" @@ -174878,24 +135557,45 @@ "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" - ], "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" ] @@ -174907,93 +135607,69 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.22.15__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-bugfix-v8-spread-parameters-in-optional-chaining__7.22.15__at_babel_core_7.23.0", - "package": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "version": "7.22.15_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==", - "url": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.15.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__bser__2.1.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__bser__2.1.1", - "package": "bser", - "version": "2.1.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "url": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__events__3.3.0": { + "npm__safe-regex-test__1.0.0__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", + "ruleClassName": "npm_import_links", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__events__3.3.0", - "package": "events", - "version": "3.3.0", + "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_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 + "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__string-width__4.2.3": { + "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__string-width__4.2.3", - "package": "string-width", - "version": "4.2.3", + "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-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "url": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "url": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -175007,18 +135683,18 @@ "generate_bzl_library_targets": false } }, - "npm__wbuf__1.7.3": { + "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__wbuf__1.7.3", - "package": "wbuf", - "version": "1.7.3", + "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-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", - "url": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "url": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -175032,18 +135708,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_expect-utils__29.7.0": { + "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__at_jest_expect-utils__29.7.0", - "package": "@jest/expect-utils", - "version": "29.7.0", + "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-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", - "url": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "commit": "", "patch_args": [], "patches": [], @@ -175057,139 +135733,222 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_core__27.5.1__links": { + "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__at_jest_core__27.5.1__links", - "package": "@jest/core", - "version": "27.5.1", - "dev": false, + "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": { - "@jest/console": "27.5.1", - "@jest/reporters": "27.5.1", - "@jest/test-result": "27.5.1", - "@jest/transform": "27.5.1", - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "ansi-escapes": "4.3.2", - "chalk": "4.1.2", - "emittery": "0.8.1", - "exit": "0.1.2", - "graceful-fs": "4.2.11", - "jest-changed-files": "27.5.1", - "jest-config": "27.5.1", - "jest-haste-map": "27.5.1", - "jest-message-util": "27.5.1", - "jest-regex-util": "27.5.1", - "jest-resolve": "27.5.1", - "jest-resolve-dependencies": "27.5.1", - "jest-runner": "27.5.1", - "jest-runtime": "27.5.1", - "jest-snapshot": "27.5.1", - "jest-util": "27.5.1", - "jest-validate": "27.5.1", - "jest-watcher": "27.5.1", - "micromatch": "4.0.5", - "rimraf": "3.0.2", - "slash": "3.0.0", - "strip-ansi": "6.0.1" + "@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": { - "@jest/core": [ - "27.5.1" + "eslint-plugin-flowtype": [ + "8.0.3_-1935277227" ], - "@jest/console": [ - "27.5.1" + "@babel/plugin-syntax-flow": [ + "7.23.3_at_babel_core_7.23.5" ], - "@jest/reporters": [ - "27.5.1" + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.23.5" ], - "@jest/test-result": [ - "27.5.1" + "eslint": [ + "8.55.0" ], - "@jest/transform": [ - "27.5.1" + "lodash": [ + "4.17.21" ], - "@jest/types": [ - "27.5.1" + "string-natural-compare": [ + "3.0.1" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "@eslint-community/eslint-utils": [ + "4.4.0_eslint_8.55.0" ], - "ansi-escapes": [ - "4.3.2" + "@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" ], - "emittery": [ - "0.8.1" + "cross-spawn": [ + "7.0.3" ], - "exit": [ - "0.1.2" + "debug": [ + "4.3.4" ], - "graceful-fs": [ - "4.2.11" + "doctrine": [ + "3.0.0" ], - "jest-changed-files": [ - "27.5.1" + "escape-string-regexp": [ + "1.0.5", + "4.0.0" ], - "jest-config": [ - "27.5.1" + "eslint-scope": [ + "7.2.2" ], - "jest-haste-map": [ - "27.5.1" + "eslint-visitor-keys": [ + "3.4.3" ], - "jest-message-util": [ - "27.5.1" + "espree": [ + "9.6.1" ], - "jest-regex-util": [ - "27.5.1" + "esquery": [ + "1.5.0" ], - "jest-resolve": [ - "27.5.1" + "esutils": [ + "2.0.3" ], - "jest-resolve-dependencies": [ - "27.5.1" + "fast-deep-equal": [ + "3.1.3" ], - "jest-runner": [ - "27.5.1" + "file-entry-cache": [ + "6.0.1" ], - "jest-runtime": [ - "27.5.1" + "find-up": [ + "5.0.0" ], - "jest-snapshot": [ - "27.5.1" + "glob-parent": [ + "6.0.2" ], - "jest-util": [ - "27.5.1" + "globals": [ + "11.12.0", + "13.22.0" ], - "jest-validate": [ - "27.5.1" + "graphemer": [ + "1.4.0" ], - "jest-watcher": [ - "27.5.1" + "ignore": [ + "5.2.4" ], - "micromatch": [ - "4.0.5" + "imurmurhash": [ + "0.1.4" ], - "rimraf": [ - "3.0.2" + "is-glob": [ + "4.0.3" ], - "slash": [ - "3.0.0" + "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" ], @@ -175202,9 +135961,6 @@ "inherits": [ "2.0.4" ], - "minimatch": [ - "3.1.2" - ], "once": [ "1.4.0" ], @@ -175214,161 +135970,172 @@ "wrappy": [ "1.0.2" ], - "brace-expansion": [ - "1.1.11" - ], - "balanced-match": [ - "1.0.2" - ], - "concat-map": [ - "0.0.1" - ], - "braces": [ - "3.0.2" + "json-buffer": [ + "3.0.1" ], - "picomatch": [ - "2.3.1" + "estraverse": [ + "5.3.0" ], - "fill-range": [ - "7.0.1" + "acorn": [ + "8.10.0" ], - "to-regex-range": [ - "5.0.1" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "is-number": [ - "7.0.0" + "esrecurse": [ + "4.3.0" ], - "string-length": [ - "4.0.2" + "ms": [ + "2.1.2" ], - "char-regex": [ - "1.0.2" + "path-key": [ + "3.1.1" ], - "camelcase": [ - "5.3.1", - "6.3.0" + "shebang-command": [ + "2.0.0" ], - "jest-get-type": [ - "27.5.1" + "which": [ + "2.0.2" ], - "leven": [ - "3.1.0" + "isexe": [ + "2.0.0" ], - "pretty-format": [ - "27.5.1" + "shebang-regex": [ + "3.0.0" ], "ansi-styles": [ - "4.3.0", "3.2.1", - "5.2.0" + "4.3.0" ], - "react-is": [ - "17.0.2" + "supports-color": [ + "5.5.0", + "7.2.0" ], - "ci-info": [ - "3.8.0" + "has-flag": [ + "3.0.0", + "4.0.0" ], - "@babel/core": [ - "7.23.0" + "color-convert": [ + "1.9.3", + "2.0.1" ], - "@babel/generator": [ - "7.23.0" + "color-name": [ + "1.1.3", + "1.1.4" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@babel/traverse": [ - "7.23.0" + "json-schema-traverse": [ + "0.4.1" ], - "@babel/types": [ - "7.23.0" + "uri-js": [ + "4.4.1" ], - "@types/babel__traverse": [ - "7.20.2" + "punycode": [ + "2.3.1" ], - "@types/prettier": [ - "2.7.3" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "fastq": [ + "1.15.0" ], - "expect": [ - "27.5.1" + "reusify": [ + "1.0.4" ], - "jest-diff": [ - "27.5.1" + "@nodelib/fs.stat": [ + "2.0.5" ], - "jest-matcher-utils": [ - "27.5.1" + "run-parallel": [ + "1.2.0" ], - "natural-compare": [ - "1.4.0" + "queue-microtask": [ + "1.2.3" ], - "semver": [ - "6.3.1", - "7.5.4" + "@humanwhocodes/object-schema": [ + "2.0.1" ], - "lru-cache": [ - "5.1.1", - "6.0.0" + "import-fresh": [ + "3.3.0" ], - "yallist": [ - "3.1.1", + "strip-json-comments": [ + "3.1.1" + ], + "parent-module": [ + "1.0.1" + ], + "resolve-from": [ "4.0.0" ], - "diff-sequences": [ - "27.5.1" + "callsites": [ + "3.1.0" ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" + "@babel/core": [ + "7.23.5" ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/plugin-syntax-jsx": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "@babel/types": [ + "7.23.5" ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "to-fast-properties": [ + "2.0.0" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "@ampproject/remapping": [ + "2.2.1" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/code-frame": [ + "7.23.5" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "@babel/generator": [ + "7.23.5" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "@babel/helper-string-parser": [ - "7.22.5" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "@babel/helpers": [ + "7.23.5" ], - "to-fast-properties": [ + "@babel/parser": [ + "7.23.5" + ], + "@babel/template": [ + "7.22.15" + ], + "@babel/traverse": [ + "7.23.5" + ], + "convert-source-map": [ "2.0.0" ], - "@babel/code-frame": [ - "7.22.13" + "gensync": [ + "1.0.0-beta.2" + ], + "json5": [ + "2.2.3" + ], + "semver": [ + "6.3.1" ], "@babel/helper-environment-visitor": [ "7.22.20" @@ -175382,47 +136149,41 @@ "@babel/helper-split-export-declaration": [ "7.22.6" ], - "@babel/parser": [ - "7.23.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "debug": [ - "4.3.4" + "@babel/compat-data": [ + "7.23.5" ], - "globals": [ - "11.12.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "ms": [ - "2.1.2" + "browserslist": [ + "4.22.2" ], - "@babel/template": [ - "7.22.15" + "lru-cache": [ + "5.1.1" ], - "@babel/highlight": [ - "7.22.20" + "yallist": [ + "3.1.1" ], - "escape-string-regexp": [ - "2.0.0", - "1.0.5" + "caniuse-lite": [ + "1.0.30001566" ], - "supports-color": [ - "7.2.0", - "8.1.1", - "5.5.0" + "electron-to-chromium": [ + "1.4.608" ], - "has-flag": [ - "4.0.0", - "3.0.0" + "node-releases": [ + "2.0.14" ], - "color-convert": [ - "2.0.1", - "1.9.3" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "color-name": [ - "1.1.4", - "1.1.3" + "escalade": [ + "3.1.1" ], - "js-tokens": [ - "4.0.0" + "picocolors": [ + "1.0.0" ], "@jridgewell/gen-mapping": [ "0.3.3" @@ -175442,568 +136203,887 @@ "@jridgewell/set-array": [ "1.1.2" ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "@babel/highlight": [ + "7.23.4" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.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__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/helpers": [ + "@babel/runtime": [ "7.23.1" ], - "convert-source-map": [ - "1.9.0", - "2.0.0" + "aria-query": [ + "5.3.0" ], - "gensync": [ - "1.0.0-beta.2" + "array-includes": [ + "3.1.7" ], - "json5": [ - "2.2.3" + "array.prototype.flatmap": [ + "1.3.2" ], - "@babel/helper-module-imports": [ - "7.22.15" + "ast-types-flow": [ + "0.0.7" ], - "@babel/helper-simple-access": [ - "7.22.5" + "axe-core": [ + "4.8.2" ], - "@babel/compat-data": [ - "7.22.20" + "axobject-query": [ + "3.2.1" ], - "@babel/helper-validator-option": [ - "7.22.15" + "damerau-levenshtein": [ + "1.0.8" ], - "browserslist": [ - "4.22.1" + "emoji-regex": [ + "9.2.2" ], - "caniuse-lite": [ - "1.0.30001542" + "eslint": [ + "8.28.0" ], - "electron-to-chromium": [ - "1.4.539" + "has": [ + "1.0.3" ], - "node-releases": [ - "2.0.13" + "jsx-ast-utils": [ + "3.3.5" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "language-tags": [ + "1.0.5" ], - "escalade": [ - "3.1.1" + "minimatch": [ + "3.1.2" ], - "picocolors": [ - "1.0.0" + "object.entries": [ + "1.1.7" ], - "@jest/environment": [ - "27.5.1" + "object.fromentries": [ + "2.0.7" ], - "@jest/fake-timers": [ - "27.5.1" + "semver": [ + "6.3.1" ], - "@jest/globals": [ - "27.5.1" + "call-bind": [ + "1.0.2" ], - "@jest/source-map": [ - "27.5.1" + "define-properties": [ + "1.2.1" ], - "cjs-module-lexer": [ - "1.2.3" + "es-abstract": [ + "1.22.2" ], - "collect-v8-coverage": [ - "1.0.2" + "array-buffer-byte-length": [ + "1.0.0" ], - "execa": [ - "5.1.1" + "arraybuffer.prototype.slice": [ + "1.0.2" ], - "jest-mock": [ - "27.5.1" + "available-typed-arrays": [ + "1.0.5" ], - "strip-bom": [ - "4.0.0" + "es-set-tostringtag": [ + "2.0.1" ], - "cross-spawn": [ - "7.0.3" + "es-to-primitive": [ + "1.2.1" ], - "get-stream": [ - "6.0.1" + "function.prototype.name": [ + "1.1.6" ], - "human-signals": [ - "2.1.0" + "get-intrinsic": [ + "1.2.1" ], - "is-stream": [ - "2.0.1" + "get-symbol-description": [ + "1.0.0" ], - "merge-stream": [ - "2.0.0" + "globalthis": [ + "1.0.3" ], - "npm-run-path": [ - "4.0.1" + "gopd": [ + "1.0.1" ], - "onetime": [ - "5.1.2" + "has-property-descriptors": [ + "1.0.0" ], - "signal-exit": [ - "3.0.7" + "has-proto": [ + "1.0.1" ], - "strip-final-newline": [ - "2.0.0" + "has-symbols": [ + "1.0.3" ], - "mimic-fn": [ - "2.1.0" + "internal-slot": [ + "1.0.5" ], - "path-key": [ - "3.1.1" + "is-array-buffer": [ + "3.0.2" ], - "shebang-command": [ - "2.0.0" + "is-callable": [ + "1.2.7" ], - "which": [ + "is-negative-zero": [ "2.0.2" ], - "isexe": [ - "2.0.0" + "is-regex": [ + "1.1.4" ], - "shebang-regex": [ - "3.0.0" + "is-shared-array-buffer": [ + "1.0.2" ], - "callsites": [ - "3.1.0" + "is-string": [ + "1.0.7" ], - "source-map": [ - "0.7.4", - "0.6.1" + "is-typed-array": [ + "1.1.12" ], - "@sinonjs/fake-timers": [ - "8.1.0" + "is-weakref": [ + "1.0.2" ], - "@sinonjs/commons": [ - "1.8.6" + "object-inspect": [ + "1.12.3" ], - "type-detect": [ - "4.0.8" + "object-keys": [ + "1.1.1" ], - "jest-docblock": [ - "27.5.1" + "object.assign": [ + "4.1.4" ], - "jest-environment-jsdom": [ - "27.5.1" + "regexp.prototype.flags": [ + "1.5.1" ], - "jest-environment-node": [ - "27.5.1" + "safe-array-concat": [ + "1.0.1" ], - "jest-leak-detector": [ - "27.5.1" + "safe-regex-test": [ + "1.0.0" ], - "jest-worker": [ - "27.5.1" + "string.prototype.trim": [ + "1.2.8" ], - "source-map-support": [ - "0.5.21" + "string.prototype.trimend": [ + "1.0.7" ], - "throat": [ - "6.0.2" + "string.prototype.trimstart": [ + "1.0.7" ], - "buffer-from": [ - "1.1.2" + "typed-array-buffer": [ + "1.0.0" ], - "jsdom": [ - "16.7.0" + "typed-array-byte-length": [ + "1.0.0" ], - "abab": [ - "2.0.6" + "typed-array-byte-offset": [ + "1.0.0" ], - "acorn": [ - "7.4.1", - "8.10.0" + "typed-array-length": [ + "1.0.4" ], - "acorn-globals": [ - "6.0.0" + "unbox-primitive": [ + "1.0.2" ], - "cssom": [ - "0.3.8", - "0.4.4" + "which-typed-array": [ + "1.1.11" ], - "cssstyle": [ - "2.3.0" + "for-each": [ + "0.3.3" ], - "data-urls": [ - "2.0.0" + "has-tostringtag": [ + "1.0.0" ], - "decimal.js": [ - "10.4.3" + "has-bigints": [ + "1.0.2" ], - "domexception": [ - "2.0.1" + "which-boxed-primitive": [ + "1.0.2" ], - "escodegen": [ - "2.1.0" + "is-bigint": [ + "1.0.4" ], - "form-data": [ - "3.0.1" + "is-boolean-object": [ + "1.1.2" ], - "html-encoding-sniffer": [ - "2.0.1" + "is-number-object": [ + "1.0.7" ], - "http-proxy-agent": [ - "4.0.1" + "is-symbol": [ + "1.0.4" ], - "https-proxy-agent": [ - "5.0.1" + "isarray": [ + "2.0.5" ], - "is-potential-custom-element-name": [ - "1.0.1" + "set-function-name": [ + "2.0.1" ], - "nwsapi": [ - "2.2.7" + "define-data-property": [ + "1.1.0" ], - "parse5": [ - "6.0.1" + "functions-have-names": [ + "1.2.3" ], - "saxes": [ - "5.0.1" + "side-channel": [ + "1.0.4" ], - "symbol-tree": [ - "3.2.4" + "function-bind": [ + "1.1.1" ], - "tough-cookie": [ - "4.1.3" + "is-date-object": [ + "1.0.5" ], - "w3c-hr-time": [ + "brace-expansion": [ + "1.1.11" + ], + "balanced-match": [ "1.0.2" ], - "w3c-xmlserializer": [ - "2.0.0" + "concat-map": [ + "0.0.1" ], - "webidl-conversions": [ - "5.0.0", - "6.1.0" + "language-subtag-registry": [ + "0.3.22" ], - "whatwg-encoding": [ - "1.0.5" + "array.prototype.flat": [ + "1.3.2" ], - "whatwg-mimetype": [ - "2.3.0" + "object.values": [ + "1.1.7" ], - "whatwg-url": [ - "8.7.0" + "es-shim-unscopables": [ + "1.0.0" ], - "ws": [ - "7.5.9" + "@eslint/eslintrc": [ + "1.4.1" ], - "xml-name-validator": [ - "3.0.0" + "@humanwhocodes/config-array": [ + "0.11.11" ], - "lodash": [ - "4.17.21" + "@humanwhocodes/module-importer": [ + "1.0.1" ], - "tr46": [ - "2.1.0" + "@nodelib/fs.walk": [ + "1.2.8" ], - "punycode": [ - "2.3.0" + "ajv": [ + "6.12.6" ], - "iconv-lite": [ - "0.4.24" + "chalk": [ + "4.1.2" ], - "safer-buffer": [ - "2.1.2" + "cross-spawn": [ + "7.0.3" ], - "browser-process-hrtime": [ - "1.0.0" + "debug": [ + "4.3.4" ], - "psl": [ - "1.9.0" + "doctrine": [ + "3.0.0" ], - "universalify": [ - "0.2.0" + "escape-string-regexp": [ + "4.0.0" ], - "url-parse": [ - "1.5.10" + "eslint-scope": [ + "7.2.2" ], - "querystringify": [ - "2.2.0" + "eslint-utils": [ + "3.0.0_eslint_8.28.0" ], - "requires-port": [ - "1.0.0" + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" ], - "xmlchars": [ - "2.2.0" + "espree": [ + "9.6.1" ], - "agent-base": [ - "6.0.2" + "esquery": [ + "1.5.0" ], - "@tootallnate/once": [ - "1.1.2" + "esutils": [ + "2.0.3" ], - "asynckit": [ - "0.4.0" + "fast-deep-equal": [ + "3.1.3" ], - "combined-stream": [ - "1.0.8" + "file-entry-cache": [ + "6.0.1" ], - "mime-types": [ - "2.1.35" + "find-up": [ + "5.0.0" ], - "mime-db": [ - "1.52.0" + "glob-parent": [ + "6.0.2" ], - "delayed-stream": [ - "1.0.0" + "globals": [ + "13.22.0" ], - "esprima": [ - "4.0.1" + "grapheme-splitter": [ + "1.0.4" ], - "estraverse": [ - "5.3.0" + "ignore": [ + "5.2.4" ], - "esutils": [ - "2.0.3" + "import-fresh": [ + "3.3.0" ], - "acorn-walk": [ - "7.2.0" + "imurmurhash": [ + "0.1.4" ], - "detect-newline": [ - "3.1.0" + "is-glob": [ + "4.0.3" ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" + "is-path-inside": [ + "3.0.3" ], - "resolve": [ - "1.22.6" + "js-sdsl": [ + "4.4.2" ], - "resolve.exports": [ - "1.1.1" + "js-yaml": [ + "4.1.0" ], - "is-core-module": [ - "2.13.0" + "json-stable-stringify-without-jsonify": [ + "1.0.1" ], - "path-parse": [ - "1.0.7" + "levn": [ + "0.4.1" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "lodash.merge": [ + "4.6.2" ], - "has": [ - "1.0.3" + "natural-compare": [ + "1.4.0" ], - "function-bind": [ - "1.1.1" + "optionator": [ + "0.9.3" ], - "@types/stack-utils": [ - "2.0.1" + "regexpp": [ + "3.2.0" ], - "stack-utils": [ - "2.0.6" + "strip-ansi": [ + "6.0.1" ], - "@types/graceful-fs": [ - "4.1.7" + "strip-json-comments": [ + "3.1.1" ], - "anymatch": [ - "3.1.3" + "text-table": [ + "0.2.0" ], - "fb-watchman": [ - "2.0.2" + "ansi-regex": [ + "5.0.1" ], - "jest-serializer": [ - "27.5.1" + "@aashutoshrathi/word-wrap": [ + "1.2.6" ], - "walker": [ - "1.0.8" + "deep-is": [ + "0.1.4" ], - "fsevents": [ - "2.3.3" + "fast-levenshtein": [ + "2.0.6" ], - "makeerror": [ - "1.0.12" + "prelude-ls": [ + "1.2.1" ], - "tmpl": [ - "1.0.5" + "type-check": [ + "0.4.0" ], - "bser": [ + "argparse": [ + "2.0.1" + ], + "is-extglob": [ "2.1.1" ], - "node-int64": [ - "0.4.0" + "parent-module": [ + "1.0.1" ], - "normalize-path": [ - "3.0.0" + "resolve-from": [ + "4.0.0" ], - "@jest/test-sequencer": [ - "27.5.1" + "callsites": [ + "3.1.0" ], - "babel-jest": [ - "27.5.1_at_babel_core_7.23.0" + "type-fest": [ + "0.20.2" ], - "deepmerge": [ - "4.3.1" + "locate-path": [ + "6.0.0" ], - "jest-circus": [ - "27.5.1" + "path-exists": [ + "4.0.0" ], - "jest-jasmine2": [ - "27.5.1" + "p-locate": [ + "5.0.0" ], - "parse-json": [ - "5.2.0" + "p-limit": [ + "3.1.0" ], - "strip-json-comments": [ - "3.1.1" + "yocto-queue": [ + "0.1.0" ], - "error-ex": [ - "1.3.2" + "flat-cache": [ + "3.1.0" ], - "json-parse-even-better-errors": [ - "2.3.1" + "flatted": [ + "3.2.9" ], - "lines-and-columns": [ - "1.2.4" + "keyv": [ + "4.5.3" ], - "is-arrayish": [ - "0.2.1" + "rimraf": [ + "3.0.2" ], - "co": [ - "4.6.0" + "glob": [ + "7.2.3" ], - "is-generator-fn": [ - "2.1.0" + "fs.realpath": [ + "1.0.0" ], - "jest-each": [ - "27.5.1" + "inflight": [ + "1.0.6" ], - "dedent": [ - "0.7.0" + "inherits": [ + "2.0.4" ], - "@types/babel__core": [ - "7.20.2" + "once": [ + "1.4.0" ], - "babel-plugin-istanbul": [ - "6.1.1" + "path-is-absolute": [ + "1.0.1" ], - "babel-preset-jest": [ - "27.5.1_at_babel_core_7.23.0" + "wrappy": [ + "1.0.2" ], - "babel-plugin-jest-hoist": [ - "27.5.1" + "json-buffer": [ + "3.0.1" ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" + "estraverse": [ + "5.3.0" ], - "@istanbuljs/schema": [ - "0.1.3" + "acorn": [ + "8.10.0" ], - "istanbul-lib-instrument": [ - "5.2.1" + "acorn-jsx": [ + "5.3.2_acorn_8.10.0" ], - "test-exclude": [ - "6.0.0" + "esrecurse": [ + "4.3.0" ], - "istanbul-lib-coverage": [ - "3.2.0" + "ms": [ + "2.1.2" ], - "find-up": [ - "4.1.0" + "path-key": [ + "3.1.1" ], - "get-package-type": [ - "0.1.0" + "shebang-command": [ + "2.0.0" ], - "js-yaml": [ - "3.14.1" + "which": [ + "2.0.2" ], - "resolve-from": [ - "5.0.0" + "isexe": [ + "2.0.0" ], - "argparse": [ - "1.0.10" + "shebang-regex": [ + "3.0.0" ], - "sprintf-js": [ - "1.0.3" + "ansi-styles": [ + "4.3.0" ], - "locate-path": [ - "5.0.0" + "supports-color": [ + "7.2.0" ], - "path-exists": [ + "has-flag": [ "4.0.0" ], - "p-locate": [ - "4.1.0" + "color-convert": [ + "2.0.1" ], - "p-limit": [ - "2.3.0" + "color-name": [ + "1.1.4" ], - "p-try": [ - "2.2.0" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@types/babel__generator": [ - "7.6.5" + "json-schema-traverse": [ + "0.4.1" ], - "@types/babel__template": [ - "7.4.2" + "uri-js": [ + "4.4.1" ], - "type-fest": [ - "0.21.3" + "punycode": [ + "2.3.1" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "@types/istanbul-reports": [ - "3.0.2" + "fastq": [ + "1.15.0" ], - "@types/yargs": [ - "16.0.6" + "reusify": [ + "1.0.4" ], - "@types/yargs-parser": [ - "21.0.1" + "@nodelib/fs.stat": [ + "2.0.5" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "run-parallel": [ + "1.2.0" ], - "fast-json-stable-stringify": [ + "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" ], - "pirates": [ - "4.0.6" + "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" ], - "write-file-atomic": [ - "3.0.3" + "@webassemblyjs/ast": [ + "1.11.6" ], - "imurmurhash": [ - "0.1.4" + "@webassemblyjs/helper-buffer": [ + "1.11.6" ], - "is-typedarray": [ - "1.0.0" + "@webassemblyjs/wasm-gen": [ + "1.11.6" ], - "typedarray-to-buffer": [ - "3.1.5" + "@webassemblyjs/wasm-parser": [ + "1.11.6" ], - "@bcoe/v8-coverage": [ - "0.2.3" + "@webassemblyjs/helper-api-error": [ + "1.11.6" ], - "istanbul-lib-report": [ - "3.0.1" + "@webassemblyjs/helper-wasm-bytecode": [ + "1.11.6" ], - "istanbul-lib-source-maps": [ - "4.0.1" + "@webassemblyjs/ieee754": [ + "1.11.6" ], - "istanbul-reports": [ - "3.1.6" + "@webassemblyjs/leb128": [ + "1.11.6" ], - "terminal-link": [ - "2.1.1" + "@webassemblyjs/utf8": [ + "1.11.6" ], - "v8-to-istanbul": [ - "8.1.1" + "@xtuc/long": [ + "4.2.2" ], - "supports-hyperlinks": [ - "2.3.0" + "@xtuc/ieee754": [ + "1.2.0" ], - "html-escaper": [ - "2.0.2" + "@webassemblyjs/helper-numbers": [ + "1.11.6" ], - "make-dir": [ - "4.0.0" + "@webassemblyjs/floating-point-hex-parser": [ + "1.11.6" ] }, "lifecycle_build_target": false, @@ -176013,73 +137093,72 @@ "npm_translate_lock_repo": "npm" } }, - "npm__is-odd__3.0.1__links": { + "npm__at_next_swc-darwin-arm64__13.0.5": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "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, + "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_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" + "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__language-subtag-registry__0.3.22__links": { + "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_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__language-subtag-registry__0.3.22__links", - "package": "language-subtag-registry", - "version": "0.3.22", - "dev": false, + "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": {}, - "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" + "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__at_babel_plugin-transform-destructuring__7.23.0__at_babel_core_7.23.0": { + "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__at_babel_plugin-transform-destructuring__7.23.0__at_babel_core_7.23.0", - "package": "@babel/plugin-transform-destructuring", - "version": "7.23.0_at_babel_core_7.23.0", + "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-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==", - "url": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.0.tgz", + "integrity": "sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==", + "url": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.15.18.tgz", "commit": "", "patch_args": [], "patches": [], @@ -176088,147 +137167,107 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__at_jest_test-result__27.5.1__links": { + "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_jest_test-result__27.5.1__links", - "package": "@jest/test-result", - "version": "27.5.1", + "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": { - "@jest/console": "27.5.1", - "@jest/types": "27.5.1", - "@types/istanbul-lib-coverage": "2.0.4", - "collect-v8-coverage": "1.0.2" + "@babel/types": "7.23.5", + "@jridgewell/gen-mapping": "0.3.3", + "@jridgewell/trace-mapping": "0.3.19", + "jsesc": "2.5.2" }, "transitive_closure": { - "@jest/test-result": [ - "27.5.1" - ], - "@jest/console": [ - "27.5.1" - ], - "@jest/types": [ - "27.5.1" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/node": [ - "18.11.9", - "20.8.2" - ], - "@types/yargs": [ - "16.0.6" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "jest-message-util": [ - "27.5.1" - ], - "jest-util": [ - "27.5.1" + "@babel/generator": [ + "7.23.5" ], - "slash": [ - "3.0.0" + "@babel/types": [ + "7.23.5" ], - "ci-info": [ - "3.8.0" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "graceful-fs": [ - "4.2.11" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "picomatch": [ - "2.3.1" + "jsesc": [ + "2.5.2" ], - "@babel/code-frame": [ - "7.22.13" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@types/stack-utils": [ - "2.0.1" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "micromatch": [ - "4.0.5" + "@jridgewell/set-array": [ + "1.1.2" ], - "pretty-format": [ - "27.5.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "stack-utils": [ - "2.0.6" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "escape-string-regexp": [ - "1.0.5", + "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" ], - "ansi-regex": [ - "5.0.1" - ], - "react-is": [ - "17.0.2" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" + "ajv": [ + "6.12.6" ], - "to-regex-range": [ - "5.0.1" + "fast-deep-equal": [ + "3.1.3" ], - "is-number": [ - "7.0.0" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@babel/highlight": [ - "7.22.20" + "json-schema-traverse": [ + "0.4.1" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "uri-js": [ + "4.4.1" ], - "js-tokens": [ - "4.0.0" + "punycode": [ + "2.3.1" ] }, "lifecycle_build_target": false, @@ -176238,18 +137277,41 @@ "npm_translate_lock_repo": "npm" } }, - "npm__js-sdsl__4.4.2": { + "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__js-sdsl__4.4.2", - "package": "js-sdsl", - "version": "4.4.2", + "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-dwXFwByc/ajSV6m5bcKAPwe4yDDF6D614pxmIi5odytzxRlwqF6nwoiCek80Ixc7Cvma5awClxrzFtxCQvcM8w==", - "url": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.2.tgz", + "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": [], @@ -176263,80 +137325,43 @@ "generate_bzl_library_targets": false } }, - "npm__jest-diff__27.5.1__links": { + "npm__object.fromentries__2.0.7": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-diff__27.5.1__links", - "package": "jest-diff", - "version": "27.5.1", - "dev": false, + "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": {}, - "deps": { - "chalk": "4.1.2", - "diff-sequences": "27.5.1", - "jest-get-type": "27.5.1", - "pretty-format": "27.5.1" - }, - "transitive_closure": { - "jest-diff": [ - "27.5.1" - ], - "chalk": [ - "4.1.2" - ], - "diff-sequences": [ - "27.5.1" - ], - "jest-get-type": [ - "27.5.1" - ], - "pretty-format": [ - "27.5.1" - ], - "ansi-regex": [ - "5.0.1" - ], - "ansi-styles": [ - "4.3.0", - "5.2.0" - ], - "react-is": [ - "17.0.2" - ], - "supports-color": [ - "7.2.0" - ], - "has-flag": [ - "4.0.0" - ], - "color-convert": [ - "2.0.1" - ], - "color-name": [ - "1.1.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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_types_babel__generator__7.6.5": { + "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_types_babel__generator__7.6.5", - "package": "@types/babel__generator", - "version": "7.6.5", + "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-h9yIuWbJKdOPLJTbmSpPzkF67e659PbQDba7ifWm5BJ8xTv+sDmS7rFmywkWOvXedGTivCdeGSIIX8WLcRTz8w==", - "url": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.5.tgz", + "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": [], @@ -176350,50 +137375,28 @@ "generate_bzl_library_targets": false } }, - "npm__launch-editor__2.6.0__links": { + "npm__typescript__4.9.3": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__launch-editor__2.6.0__links", - "package": "launch-editor", - "version": "2.6.0", - "dev": false, + "name": "aspect_rules_js~1.32.6~npm~npm__typescript__4.9.3", + "package": "typescript", + "version": "4.9.3", "root_package": "", - "link_packages": {}, - "deps": { - "picocolors": "1.0.0", - "shell-quote": "1.8.1" - }, - "transitive_closure": { - "launch-editor": [ - "2.6.0" + "link_workspace": "", + "link_packages": { + "next.js": [ + "typescript" ], - "picocolors": [ - "1.0.0" + "react": [ + "typescript" ], - "shell-quote": [ - "1.8.1" + "vue": [ + "typescript" ] }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-proposal-class-properties__7.18.6__at_babel_core_7.23.0", - "package": "@babel/plugin-proposal-class-properties", - "version": "7.18.6_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "url": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", + "url": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -176407,20 +137410,48 @@ "generate_bzl_library_targets": false } }, - "npm__lodash__4.17.21__links": { + "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__lodash__4.17.21__links", - "package": "lodash", - "version": "4.17.21", - "dev": false, + "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": { - "lodash": [ - "4.17.21" + "min-indent": [ + "1.0.1" ] }, "lifecycle_build_target": false, @@ -176430,18 +137461,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__workbox-range-requests__6.6.0": { + "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__workbox-range-requests__6.6.0", - "package": "workbox-range-requests", - "version": "6.6.0", + "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-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==", - "url": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "url": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -176455,18 +137486,18 @@ "generate_bzl_library_targets": false } }, - "npm__resolve-cwd__3.0.0": { + "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__resolve-cwd__3.0.0", - "package": "resolve-cwd", - "version": "3.0.0", + "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-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "url": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "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": [], @@ -176480,20 +137511,40 @@ "generate_bzl_library_targets": false } }, - "npm__common-path-prefix__3.0.0__links": { + "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__common-path-prefix__3.0.0__links", - "package": "common-path-prefix", - "version": "3.0.0", - "dev": false, + "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": {}, + "deps": { + "domelementtype": "2.3.0", + "domhandler": "4.3.1", + "domutils": "2.8.0", + "entities": "2.2.0" + }, "transitive_closure": { - "common-path-prefix": [ - "3.0.0" + "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, @@ -176503,18 +137554,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_surma_rollup-plugin-off-main-thread__2.2.3": { + "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__at_surma_rollup-plugin-off-main-thread__2.2.3", - "package": "@surma/rollup-plugin-off-main-thread", - "version": "2.2.3", + "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-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", - "url": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "url": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", "commit": "", "patch_args": [], "patches": [], @@ -176528,101 +137579,73 @@ "generate_bzl_library_targets": false } }, - "npm__svgo__1.3.2__links": { + "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__svgo__1.3.2__links", - "package": "svgo", - "version": "1.3.2", - "dev": false, + "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": { - "chalk": "2.4.2", - "coa": "2.0.2", - "css-select": "2.1.0", - "css-select-base-adapter": "0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "4.2.0", - "js-yaml": "3.14.1", - "mkdirp": "0.5.6", - "object.values": "1.1.7", - "sax": "1.2.4", - "stable": "0.1.8", - "unquote": "1.1.1", - "util.promisify": "1.0.1" + "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": { - "svgo": [ - "1.3.2" - ], - "chalk": [ - "2.4.2" + "arraybuffer.prototype.slice": [ + "1.0.2" ], - "coa": [ - "2.0.2" + "array-buffer-byte-length": [ + "1.0.0" ], - "css-select": [ - "2.1.0" + "call-bind": [ + "1.0.2" ], - "css-select-base-adapter": [ - "0.1.1" + "define-properties": [ + "1.2.1" ], - "css-tree": [ - "1.1.3", - "1.0.0-alpha.37" + "es-abstract": [ + "1.22.2" ], - "csso": [ - "4.2.0" + "get-intrinsic": [ + "1.2.1" ], - "js-yaml": [ - "3.14.1" + "is-array-buffer": [ + "3.0.2" ], - "mkdirp": [ - "0.5.6" + "is-shared-array-buffer": [ + "1.0.2" ], - "object.values": [ - "1.1.7" + "is-typed-array": [ + "1.1.12" ], - "sax": [ - "1.2.4" + "which-typed-array": [ + "1.1.11" ], - "stable": [ - "0.1.8" + "available-typed-arrays": [ + "1.0.5" ], - "unquote": [ - "1.1.1" + "for-each": [ + "0.3.3" ], - "util.promisify": [ + "gopd": [ "1.0.1" ], - "define-properties": [ - "1.2.1" - ], - "es-abstract": [ - "1.22.2" + "has-tostringtag": [ + "1.0.0" ], "has-symbols": [ "1.0.3" ], - "object.getownpropertydescriptors": [ - "2.1.7" - ], - "array.prototype.reduce": [ - "1.0.6" - ], - "call-bind": [ - "1.0.2" - ], - "safe-array-concat": [ - "1.0.1" - ], - "get-intrinsic": [ - "1.2.1" - ], - "isarray": [ - "2.0.5" + "is-callable": [ + "1.2.7" ], "function-bind": [ "1.1.1" @@ -176633,24 +137656,6 @@ "has-proto": [ "1.0.1" ], - "es-array-method-boxes-properly": [ - "1.0.0" - ], - "is-string": [ - "1.0.7" - ], - "has-tostringtag": [ - "1.0.0" - ], - "array-buffer-byte-length": [ - "1.0.0" - ], - "arraybuffer.prototype.slice": [ - "1.0.2" - ], - "available-typed-arrays": [ - "1.0.5" - ], "es-set-tostringtag": [ "2.0.1" ], @@ -176666,32 +137671,20 @@ "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-string": [ + "1.0.7" ], "is-weakref": [ "1.0.2" @@ -176708,6 +137701,9 @@ "regexp.prototype.flags": [ "1.5.1" ], + "safe-array-concat": [ + "1.0.1" + ], "safe-regex-test": [ "1.0.0" ], @@ -176726,399 +137722,50 @@ "typed-array-byte-length": [ "1.0.0" ], - "typed-array-byte-offset": [ - "1.0.0" - ], - "typed-array-length": [ - "1.0.4" - ], - "unbox-primitive": [ - "1.0.2" - ], - "which-typed-array": [ - "1.1.11" - ], - "for-each": [ - "0.3.3" - ], - "has-bigints": [ - "1.0.2" - ], - "which-boxed-primitive": [ - "1.0.2" - ], - "is-bigint": [ - "1.0.4" - ], - "is-boolean-object": [ - "1.1.2" - ], - "is-number-object": [ - "1.0.7" - ], - "is-symbol": [ - "1.0.4" - ], - "set-function-name": [ - "2.0.1" - ], - "define-data-property": [ - "1.1.0" - ], - "functions-have-names": [ - "1.2.3" - ], - "side-channel": [ - "1.0.4" - ], - "is-date-object": [ - "1.0.5" - ], - "minimist": [ - "1.2.8" - ], - "argparse": [ - "1.0.10" - ], - "esprima": [ - "4.0.1" - ], - "sprintf-js": [ - "1.0.3" - ], - "mdn-data": [ - "2.0.4", - "2.0.14" - ], - "source-map": [ - "0.6.1" - ], - "boolbase": [ - "1.0.0" - ], - "css-what": [ - "3.4.2" - ], - "domutils": [ - "1.7.0" - ], - "nth-check": [ - "1.0.2" - ], - "dom-serializer": [ - "0.2.2" - ], - "domelementtype": [ - "2.3.0", - "1.3.1" - ], - "entities": [ - "2.2.0" - ], - "@types/q": [ - "1.5.6" - ], - "q": [ - "1.5.1" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_jest_test-result__29.7.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_jest_test-result__29.7.0__links", - "package": "@jest/test-result", - "version": "29.7.0", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/console": "29.7.0", - "@jest/types": "29.6.3", - "@types/istanbul-lib-coverage": "2.0.4", - "collect-v8-coverage": "1.0.2" - }, - "transitive_closure": { - "@jest/test-result": [ - "29.7.0" - ], - "@jest/console": [ - "29.7.0" - ], - "@jest/types": [ - "29.6.3" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "@jest/schemas": [ - "29.6.3" - ], - "@types/istanbul-reports": [ - "3.0.2" - ], - "@types/node": [ - "18.11.9" - ], - "@types/yargs": [ - "17.0.26" - ], - "chalk": [ - "2.4.2", - "4.1.2" - ], - "ansi-styles": [ - "3.2.1", - "5.2.0", - "4.3.0" - ], - "supports-color": [ - "5.5.0", - "7.2.0" - ], - "has-flag": [ - "3.0.0", - "4.0.0" - ], - "color-convert": [ - "1.9.3", - "2.0.1" - ], - "color-name": [ - "1.1.3", - "1.1.4" - ], - "@types/yargs-parser": [ - "21.0.1" - ], - "@types/istanbul-lib-report": [ - "3.0.1" - ], - "@sinclair/typebox": [ - "0.27.8" - ], - "jest-message-util": [ - "29.7.0" - ], - "jest-util": [ - "29.7.0" - ], - "slash": [ - "3.0.0" - ], - "ci-info": [ - "3.8.0" - ], - "graceful-fs": [ - "4.2.11" - ], - "picomatch": [ - "2.3.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "micromatch": [ - "4.0.5" - ], - "pretty-format": [ - "29.7.0" - ], - "stack-utils": [ - "2.0.6" - ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" - ], - "react-is": [ - "18.2.0" - ], - "braces": [ - "3.0.2" - ], - "fill-range": [ - "7.0.1" - ], - "to-regex-range": [ - "5.0.1" - ], - "is-number": [ - "7.0.0" - ], - "@babel/highlight": [ - "7.22.20" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_vue_compiler-ssr__3.2.45": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-ssr__3.2.45", - "package": "@vue/compiler-ssr", - "version": "3.2.45", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==", - "url": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.45.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__schema-utils__3.3.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__schema-utils__3.3.0__links", - "package": "schema-utils", - "version": "3.3.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/json-schema": "7.0.13", - "ajv": "6.12.6", - "ajv-keywords": "3.5.2_ajv_6.12.6" - }, - "transitive_closure": { - "schema-utils": [ - "3.3.0" - ], - "@types/json-schema": [ - "7.0.13" - ], - "ajv": [ - "6.12.6" - ], - "ajv-keywords": [ - "3.5.2_ajv_6.12.6" - ], - "fast-deep-equal": [ - "3.1.3" - ], - "fast-json-stable-stringify": [ - "2.1.0" - ], - "json-schema-traverse": [ - "0.4.1" - ], - "uri-js": [ - "4.4.1" - ], - "punycode": [ - "2.3.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_types_eslint-scope__3.7.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_types_eslint-scope__3.7.5__links", - "package": "@types/eslint-scope", - "version": "3.7.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/eslint": "8.44.3", - "@types/estree": "1.0.2" - }, - "transitive_closure": { - "@types/eslint-scope": [ - "3.7.5" + "typed-array-byte-offset": [ + "1.0.0" ], - "@types/eslint": [ - "8.44.3" + "typed-array-length": [ + "1.0.4" ], - "@types/estree": [ + "unbox-primitive": [ "1.0.2" ], - "@types/json-schema": [ - "7.0.13" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__esprima__4.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esprima__4.0.1__links", - "package": "esprima", - "version": "4.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esprima": [ - "4.0.1" + "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, @@ -177128,93 +137775,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__detect-node__2.1.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__detect-node__2.1.0", - "package": "detect-node", - "version": "2.1.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", - "url": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-environment-node__27.5.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-environment-node__27.5.1", - "package": "jest-environment-node", - "version": "27.5.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", - "url": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__esbuild-freebsd-arm64__0.15.18__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__esbuild-freebsd-arm64__0.15.18__links", - "package": "esbuild-freebsd-arm64", - "version": "0.15.18", - "dev": true, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "esbuild-freebsd-arm64": [ - "0.15.18" - ] - }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__error-ex__1.3.2": { + "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__error-ex__1.3.2", - "package": "error-ex", - "version": "1.3.2", + "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-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "url": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-tofNoR8ShPFenHT1YVMuvoXtXWwoQE+fiXVqSmW0dSKZqEDjWQ3YeXSd0a6aqyKaIbvR7kWWGp34WbpQlwf9Ww==", + "url": "https://registry.npmjs.org/@volar/vue-language-core/-/vue-language-core-1.0.9.tgz", "commit": "", "patch_args": [], "patches": [], @@ -177228,59 +137800,33 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_runtime-dom__3.3.4__links": { + "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__at_vue_runtime-dom__3.3.4__links", - "package": "@vue/runtime-dom", - "version": "3.3.4", + "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": { - "@vue/runtime-core": "3.3.4", - "@vue/shared": "3.3.4", - "csstype": "3.1.2" + "nanoid": "3.3.7", + "picocolors": "1.0.0", + "source-map-js": "1.0.2" }, "transitive_closure": { - "@vue/runtime-dom": [ - "3.3.4" - ], - "@vue/runtime-core": [ - "3.3.4" + "postcss": [ + "8.4.32" ], - "@vue/shared": [ - "3.3.4" + "nanoid": [ + "3.3.7" ], - "csstype": [ - "3.1.2" + "picocolors": [ + "1.0.0" ], - "@vue/reactivity": [ - "3.3.4" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__dequal__2.0.3__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__dequal__2.0.3__links", - "package": "dequal", - "version": "2.0.3", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "dequal": [ - "2.0.3" + "source-map-js": [ + "1.0.2" ] }, "lifecycle_build_target": false, @@ -177290,20 +137836,20 @@ "npm_translate_lock_repo": "npm" } }, - "npm__dom-accessibility-api__0.5.16__links": { + "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__dom-accessibility-api__0.5.16__links", - "package": "dom-accessibility-api", - "version": "0.5.16", - "dev": false, + "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": { - "dom-accessibility-api": [ - "0.5.16" + "slash": [ + "3.0.0" ] }, "lifecycle_build_target": false, @@ -177313,18 +137859,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-discard-duplicates__5.1.0__postcss_8.4.31": { + "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__postcss-discard-duplicates__5.1.0__postcss_8.4.31", - "package": "postcss-discard-duplicates", - "version": "5.1.0_postcss_8.4.31", + "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-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", - "url": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "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": [], @@ -177338,63 +137884,43 @@ "generate_bzl_library_targets": false } }, - "npm__at_csstools_postcss-oklab-function__1.1.1__postcss_8.4.31__links": { + "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__at_csstools_postcss-oklab-function__1.1.1__postcss_8.4.31__links", - "package": "@csstools/postcss-oklab-function", - "version": "1.1.1_postcss_8.4.31", - "dev": false, + "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": { - "@csstools/postcss-progressive-custom-properties": "1.3.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, + "deps": {}, "transitive_closure": { - "@csstools/postcss-oklab-function": [ - "1.1.1_postcss_8.4.31" - ], - "@csstools/postcss-progressive-custom-properties": [ - "1.3.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" + "esbuild-linux-ppc64le": [ + "0.15.18" ] }, - "lifecycle_build_target": false, + "lifecycle_build_target": true, "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], + "lifecycle_hooks_execution_requirements": [ + "no-sandbox" + ], "bins": {}, "npm_translate_lock_repo": "npm" } }, - "npm__at_nodelib_fs.walk__1.2.8": { + "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_nodelib_fs.walk__1.2.8", - "package": "@nodelib/fs.walk", - "version": "1.2.8", + "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-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "url": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "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": [], @@ -177403,50 +137929,61 @@ "npm_auth_basic": "", "npm_auth_username": "", "npm_auth_password": "", - "lifecycle_hooks": [], + "lifecycle_hooks": [ + "preinstall", + "install", + "postinstall" + ], "extra_build_content": "", "generate_bzl_library_targets": false } }, - "npm__esbuild-windows-64__0.15.18__links": { + "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__esbuild-windows-64__0.15.18__links", - "package": "esbuild-windows-64", - "version": "0.15.18", + "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": {}, - "transitive_closure": { - "esbuild-windows-64": [ - "0.15.18" - ] + "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" }, - "lifecycle_build_target": true, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [ - "no-sandbox" - ], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__word-wrap__1.2.5__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__word-wrap__1.2.5__links", - "package": "word-wrap", - "version": "1.2.5", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, "transitive_closure": { - "word-wrap": [ - "1.2.5" + "@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, @@ -177456,343 +137993,642 @@ "npm_translate_lock_repo": "npm" } }, - "npm__throat__6.0.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__throat__6.0.2", - "package": "throat", - "version": "6.0.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==", - "url": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-unicode-property-regex__7.22.5__at_babel_core_7.23.0__links": { + "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__at_babel_plugin-transform-unicode-property-regex__7.22.5__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-unicode-property-regex", - "version": "7.22.5_at_babel_core_7.23.0", - "dev": false, + "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": { - "@babel/core": "7.23.0", - "@babel/helper-create-regexp-features-plugin": "7.22.15_at_babel_core_7.23.0", - "@babel/helper-plugin-utils": "7.22.5" + "@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": { - "@babel/plugin-transform-unicode-property-regex": [ - "7.22.5_at_babel_core_7.23.0" + "eslint-module-utils": [ + "2.8.0_-993259024", + "2.8.0_2031701610" ], - "@babel/core": [ - "7.23.0" + "@typescript-eslint/parser": [ + "5.44.0_509062556" ], - "@babel/helper-create-regexp-features-plugin": [ - "7.22.15_at_babel_core_7.23.0" + "debug": [ + "4.3.4", + "3.2.7" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "eslint": [ + "8.28.0" ], - "@babel/helper-annotate-as-pure": [ - "7.22.5" + "eslint-import-resolver-node": [ + "0.3.9" ], - "regexpu-core": [ - "5.3.2" + "eslint-import-resolver-typescript": [ + "3.6.1_237066510" ], - "semver": [ - "6.3.1" + "enhanced-resolve": [ + "5.15.0" ], - "@babel/regjsgen": [ - "0.8.0" + "eslint-plugin-import": [ + "2.28.1_eslint_8.28.0" ], - "regenerate": [ - "1.4.2" + "fast-glob": [ + "3.3.1" ], - "regenerate-unicode-properties": [ - "10.1.1" + "get-tsconfig": [ + "4.7.2" ], - "regjsparser": [ - "0.9.1" + "is-core-module": [ + "2.13.0" ], - "unicode-match-property-ecmascript": [ - "2.0.0" + "is-glob": [ + "4.0.3" ], - "unicode-match-property-value-ecmascript": [ - "2.1.0" + "is-extglob": [ + "2.1.1" ], - "unicode-canonical-property-names-ecmascript": [ - "2.0.0" + "has": [ + "1.0.3" ], - "unicode-property-aliases-ecmascript": [ - "2.1.0" + "function-bind": [ + "1.1.1" ], - "jsesc": [ - "2.5.2", - "0.5.0" + "resolve-pkg-maps": [ + "1.0.0" ], - "@babel/types": [ - "7.23.0" + "@nodelib/fs.stat": [ + "2.0.5" ], - "@babel/helper-string-parser": [ - "7.22.5" + "@nodelib/fs.walk": [ + "1.2.8" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "glob-parent": [ + "6.0.2", + "5.1.2" ], - "to-fast-properties": [ - "2.0.0" + "merge2": [ + "1.4.1" ], - "@ampproject/remapping": [ - "2.2.1" + "micromatch": [ + "4.0.5" ], - "@babel/code-frame": [ - "7.22.13" + "braces": [ + "3.0.2" ], - "@babel/generator": [ - "7.23.0" + "picomatch": [ + "2.3.1" ], - "@babel/helper-compilation-targets": [ - "7.22.15" + "fill-range": [ + "7.0.1" ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" + "to-regex-range": [ + "5.0.1" ], - "@babel/helpers": [ - "7.23.1" + "is-number": [ + "7.0.0" ], - "@babel/parser": [ - "7.23.0" + "@nodelib/fs.scandir": [ + "2.1.5" ], - "@babel/template": [ - "7.22.15" + "fastq": [ + "1.15.0" ], - "@babel/traverse": [ - "7.23.0" + "reusify": [ + "1.0.4" ], - "convert-source-map": [ - "2.0.0" + "run-parallel": [ + "1.2.0" ], - "debug": [ - "4.3.4" + "queue-microtask": [ + "1.2.3" ], - "gensync": [ - "1.0.0-beta.2" + "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": [ - "2.2.3" + "1.0.2" ], - "ms": [ - "2.1.2" + "minimist": [ + "1.2.8" ], - "@babel/helper-environment-visitor": [ - "7.22.20" + "strip-bom": [ + "3.0.0" ], - "@babel/helper-function-name": [ - "7.23.0" + "call-bind": [ + "1.0.2" ], - "@babel/helper-hoist-variables": [ - "7.22.5" + "define-properties": [ + "1.2.1" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "es-abstract": [ + "1.22.2" ], - "globals": [ - "11.12.0" + "array-buffer-byte-length": [ + "1.0.0" ], - "@babel/helper-module-imports": [ - "7.22.15" + "arraybuffer.prototype.slice": [ + "1.0.2" ], - "@babel/helper-simple-access": [ - "7.22.5" + "available-typed-arrays": [ + "1.0.5" ], - "@babel/compat-data": [ - "7.22.20" + "es-set-tostringtag": [ + "2.0.1" ], - "@babel/helper-validator-option": [ - "7.22.15" + "es-to-primitive": [ + "1.2.1" ], - "browserslist": [ - "4.22.1" + "function.prototype.name": [ + "1.1.6" ], - "lru-cache": [ - "5.1.1" + "get-intrinsic": [ + "1.2.1" ], - "yallist": [ - "3.1.1" + "get-symbol-description": [ + "1.0.0" ], - "caniuse-lite": [ - "1.0.30001542" + "globalthis": [ + "1.0.3" ], - "electron-to-chromium": [ - "1.4.539" + "gopd": [ + "1.0.1" ], - "node-releases": [ - "2.0.13" + "has-property-descriptors": [ + "1.0.0" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "has-proto": [ + "1.0.1" ], - "escalade": [ - "3.1.1" + "has-symbols": [ + "1.0.3" ], - "picocolors": [ + "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" ], - "@jridgewell/gen-mapping": [ + "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" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "has-tostringtag": [ + "1.0.0" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "has-bigints": [ + "1.0.2" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "which-boxed-primitive": [ + "1.0.2" ], - "@jridgewell/set-array": [ + "is-bigint": [ + "1.0.4" + ], + "is-boolean-object": [ "1.1.2" ], - "@babel/highlight": [ - "7.22.20" + "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": [ - "2.4.2" + "4.1.2" ], - "ansi-styles": [ - "3.2.1" + "cross-spawn": [ + "7.0.3" ], "escape-string-regexp": [ - "1.0.5" + "4.0.0" ], - "supports-color": [ - "5.5.0" + "eslint-scope": [ + "7.2.2" ], - "has-flag": [ - "3.0.0" + "eslint-utils": [ + "3.0.0_eslint_8.28.0" ], - "color-convert": [ - "1.9.3" + "eslint-visitor-keys": [ + "2.1.0", + "3.4.3" ], - "color-name": [ - "1.1.3" + "espree": [ + "9.6.1" ], - "js-tokens": [ + "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" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__cosmiconfig__6.0.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cosmiconfig__6.0.0__links", - "package": "cosmiconfig", - "version": "6.0.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@types/parse-json": "4.0.0", - "import-fresh": "3.3.0", - "parse-json": "5.2.0", - "path-type": "4.0.0", - "yaml": "1.10.2" - }, - "transitive_closure": { - "cosmiconfig": [ + ], + "callsites": [ + "3.1.0" + ], + "type-fest": [ + "0.20.2" + ], + "locate-path": [ "6.0.0" ], - "@types/parse-json": [ + "path-exists": [ "4.0.0" ], - "import-fresh": [ - "3.3.0" + "p-locate": [ + "5.0.0" ], - "parse-json": [ - "5.2.0" + "p-limit": [ + "3.1.0" ], - "path-type": [ + "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" ], - "yaml": [ - "1.10.2" + "color-convert": [ + "2.0.1" ], - "@babel/code-frame": [ - "7.22.13" + "color-name": [ + "1.1.4" ], - "error-ex": [ - "1.3.2" + "fast-json-stable-stringify": [ + "2.1.0" ], - "json-parse-even-better-errors": [ - "2.3.1" + "json-schema-traverse": [ + "0.4.1" ], - "lines-and-columns": [ - "1.2.4" + "uri-js": [ + "4.4.1" ], - "is-arrayish": [ - "0.2.1" + "punycode": [ + "2.3.1" ], - "@babel/highlight": [ - "7.22.20" + "@humanwhocodes/object-schema": [ + "1.2.1" ], - "chalk": [ - "2.4.2" + "@typescript-eslint/scope-manager": [ + "5.44.0" ], - "ansi-styles": [ - "3.2.1" + "@typescript-eslint/types": [ + "5.44.0" ], - "escape-string-regexp": [ - "1.0.5" + "@typescript-eslint/typescript-estree": [ + "5.44.0_typescript_4.9.3" ], - "supports-color": [ - "5.5.0" + "typescript": [ + "4.9.3" ], - "has-flag": [ - "3.0.0" + "@typescript-eslint/visitor-keys": [ + "5.44.0" ], - "color-convert": [ - "1.9.3" + "globby": [ + "11.1.0" ], - "color-name": [ - "1.1.3" + "tsutils": [ + "3.21.0_typescript_4.9.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "tslib": [ + "1.14.1" ], - "js-tokens": [ + "lru-cache": [ + "6.0.0" + ], + "yallist": [ "4.0.0" ], - "parent-module": [ - "1.0.1" + "array-union": [ + "2.1.0" ], - "resolve-from": [ - "4.0.0" + "dir-glob": [ + "3.0.1" ], - "callsites": [ - "3.1.0" + "slash": [ + "3.0.0" + ], + "path-type": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -177802,18 +138638,18 @@ "npm_translate_lock_repo": "npm" } }, - "npm__ansi-styles__4.3.0": { + "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__ansi-styles__4.3.0", - "package": "ansi-styles", - "version": "4.3.0", + "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-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "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": [], @@ -177827,22 +138663,18 @@ "generate_bzl_library_targets": false } }, - "npm__is-odd__3.0.1": { + "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__is-odd__3.0.1", - "package": "is-odd", - "version": "3.0.1", + "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": { - "packages/one": [ - "is-odd" - ] - }, - "integrity": "sha512-CQpnWPrDwmP1+SMHXZhtLtJv90yiyVfluGsX5iNCVkrhQtU3TQHsUWPG9wkdk9Lgd5yNpAg9jQEo90CBaXgWMA==", - "url": "https://registry.npmjs.org/is-odd/-/is-odd-3.0.1.tgz", + "link_packages": {}, + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "url": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -177856,92 +138688,43 @@ "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": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "@ungap/structured-clone": [ - "1.2.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__workbox-navigation-preload__6.6.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__workbox-navigation-preload__6.6.0__links", - "package": "workbox-navigation-preload", - "version": "6.6.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "workbox-core": "6.6.0" - }, - "transitive_closure": { - "workbox-navigation-preload": [ - "6.6.0" - ], - "workbox-core": [ - "6.6.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__universalify__2.0.0__links": { + "npm__events__3.3.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", + "ruleClassName": "npm_import_rule", "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__universalify__2.0.0__links", - "package": "universalify", - "version": "2.0.0", - "dev": false, + "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": {}, - "deps": {}, - "transitive_closure": { - "universalify": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" + "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.prototype.matchall__4.0.10": { + "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.prototype.matchall__4.0.10", - "package": "string.prototype.matchall", - "version": "4.0.10", + "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-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", - "url": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "url": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -177955,18 +138738,18 @@ "generate_bzl_library_targets": false } }, - "npm__html-tags__3.3.1": { + "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__html-tags__3.3.1", - "package": "html-tags", - "version": "3.3.1", + "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-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", - "url": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "url": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", "commit": "", "patch_args": [], "patches": [], @@ -177980,18 +138763,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_helper-wrap-function__7.22.20": { + "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_babel_helper-wrap-function__7.22.20", - "package": "@babel/helper-wrap-function", - "version": "7.22.20", + "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-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", - "url": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", + "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", + "url": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", "commit": "", "patch_args": [], "patches": [], @@ -178005,18 +138788,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-normalize-display-values__5.1.0__postcss_8.4.31": { + "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__postcss-normalize-display-values__5.1.0__postcss_8.4.31", - "package": "postcss-normalize-display-values", - "version": "5.1.0_postcss_8.4.31", + "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-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", - "url": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "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": [], @@ -178030,275 +138813,113 @@ "generate_bzl_library_targets": false } }, - "npm__at_jest_core__29.7.0__links": { + "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__at_jest_core__29.7.0__links", - "package": "@jest/core", - "version": "29.7.0", - "dev": true, + "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": {}, + "link_packages": { + "packages/one": [ + "is-odd" + ] + }, "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" + "is-number": "6.0.0" }, "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-odd": [ + "3.0.1" ], "is-number": [ - "7.0.0" - ], - "emittery": [ - "0.13.1" - ], - "string-length": [ - "4.0.2" - ], - "char-regex": [ - "1.0.2" - ], - "camelcase": [ - "5.3.1", - "6.3.0" - ], - "jest-get-type": [ - "29.6.3" - ], - "leven": [ - "3.1.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/plugin-syntax-jsx": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "@jest/expect-utils": [ - "29.7.0" - ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" - ], - "expect": [ - "29.7.0" - ], - "jest-diff": [ - "29.7.0" - ], - "jest-matcher-utils": [ - "29.7.0" - ], - "natural-compare": [ - "1.4.0" - ], - "semver": [ - "6.3.1", - "7.5.4" - ], - "lru-cache": [ - "5.1.1", "6.0.0" + ] + }, + "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" ], - "yallist": [ - "3.1.1", - "4.0.0" - ], - "diff-sequences": [ - "29.6.3" - ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" - ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "@babel/core": [ + "7.23.5" ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/plugin-transform-react-display-name": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/plugin-transform-react-jsx": [ + "7.23.4_at_babel_core_7.23.5" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "@babel/plugin-transform-react-jsx-development": [ + "7.22.5_at_babel_core_7.23.5" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "@babel/plugin-transform-react-pure-annotations": [ + "7.23.3_at_babel_core_7.23.5" ], - "@babel/helper-plugin-utils": [ + "@babel/helper-annotate-as-pure": [ "7.22.5" ], + "@babel/types": [ + "7.23.5" + ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -178306,50 +138927,40 @@ "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" + "@babel/helper-module-imports": [ + "7.22.15" ], - "@jridgewell/set-array": [ - "1.1.2" + "@babel/plugin-syntax-jsx": [ + "7.23.3_at_babel_core_7.23.5" ], "@ampproject/remapping": [ "2.2.1" ], "@babel/code-frame": [ - "7.22.13" + "7.23.5" + ], + "@babel/generator": [ + "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": [ @@ -178361,6 +138972,9 @@ "json5": [ "2.2.3" ], + "semver": [ + "6.3.1" + ], "ms": [ "2.1.2" ], @@ -178379,32 +138993,32 @@ "globals": [ "11.12.0" ], - "@babel/helper-module-imports": [ - "7.22.15" - ], "@babel/helper-simple-access": [ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -178412,408 +139026,408 @@ "picocolors": [ "1.0.0" ], + "@jridgewell/gen-mapping": [ + "0.3.3" + ], + "@jridgewell/trace-mapping": [ + "0.3.19" + ], + "jsesc": [ + "2.5.2" + ], + "@jridgewell/resolve-uri": [ + "3.1.1" + ], + "@jridgewell/sourcemap-codec": [ + "1.4.15" + ], + "@jridgewell/set-array": [ + "1.1.2" + ], "@babel/highlight": [ - "7.22.20" + "7.23.4" + ], + "chalk": [ + "2.4.2" + ], + "ansi-styles": [ + "3.2.1" ], "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" + ] + }, + "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" ], - "@jest/environment": [ - "29.7.0" - ], - "@jest/fake-timers": [ - "29.7.0" + "@esbuild/android-arm": [ + "0.19.8" ], - "@jest/globals": [ - "29.7.0" + "@esbuild/android-arm64": [ + "0.19.8" ], - "@jest/source-map": [ - "29.6.3" + "@esbuild/android-x64": [ + "0.19.8" ], - "cjs-module-lexer": [ - "1.2.3" + "@esbuild/darwin-arm64": [ + "0.19.8" ], - "collect-v8-coverage": [ - "1.0.2" + "@esbuild/darwin-x64": [ + "0.19.8" ], - "glob": [ - "7.2.3" + "@esbuild/freebsd-arm64": [ + "0.19.8" ], - "jest-mock": [ - "29.7.0" + "@esbuild/freebsd-x64": [ + "0.19.8" ], - "strip-bom": [ - "4.0.0" + "@esbuild/linux-arm": [ + "0.19.8" ], - "fs.realpath": [ - "1.0.0" + "@esbuild/linux-arm64": [ + "0.19.8" ], - "inflight": [ - "1.0.6" + "@esbuild/linux-ia32": [ + "0.19.8" ], - "inherits": [ - "2.0.4" + "@esbuild/linux-loong64": [ + "0.19.8" ], - "minimatch": [ - "3.1.2" + "@esbuild/linux-mips64el": [ + "0.19.8" ], - "once": [ - "1.4.0" + "@esbuild/linux-ppc64": [ + "0.19.8" ], - "path-is-absolute": [ - "1.0.1" + "@esbuild/linux-riscv64": [ + "0.19.8" ], - "wrappy": [ - "1.0.2" + "@esbuild/linux-s390x": [ + "0.19.8" ], - "brace-expansion": [ - "1.1.11" + "@esbuild/linux-x64": [ + "0.19.8" ], - "balanced-match": [ - "1.0.2" + "@esbuild/netbsd-x64": [ + "0.19.8" ], - "concat-map": [ - "0.0.1" + "@esbuild/openbsd-x64": [ + "0.19.8" ], - "callsites": [ - "3.1.0" + "@esbuild/sunos-x64": [ + "0.19.8" ], - "@jest/expect": [ - "29.7.0" + "@esbuild/win32-arm64": [ + "0.19.8" ], - "@sinonjs/fake-timers": [ - "10.3.0" + "@esbuild/win32-ia32": [ + "0.19.8" ], - "@sinonjs/commons": [ - "3.0.0" + "@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" ], - "type-detect": [ - "4.0.8" + "@ampproject/remapping": [ + "2.2.1" ], - "jest-docblock": [ - "29.7.0" + "@babel/code-frame": [ + "7.23.5" ], - "jest-environment-node": [ - "29.7.0" + "@babel/generator": [ + "7.23.5" ], - "jest-leak-detector": [ - "29.7.0" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "jest-worker": [ - "29.7.0" + "@babel/helper-module-transforms": [ + "7.23.3_at_babel_core_7.23.5" ], - "p-limit": [ - "2.3.0", - "3.1.0" + "@babel/helpers": [ + "7.23.5" ], - "source-map-support": [ - "0.5.13" + "@babel/parser": [ + "7.23.5" ], - "buffer-from": [ - "1.1.2" + "@babel/template": [ + "7.22.15" ], - "source-map": [ - "0.6.1" + "@babel/traverse": [ + "7.23.5" ], - "yocto-queue": [ - "0.1.0" + "@babel/types": [ + "7.23.5" ], - "merge-stream": [ + "convert-source-map": [ "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" + "debug": [ + "4.3.4" ], - "@istanbuljs/schema": [ - "0.1.3" + "gensync": [ + "1.0.0-beta.2" ], - "istanbul-lib-instrument": [ - "6.0.0", - "5.2.1" + "json5": [ + "2.2.3" ], - "test-exclude": [ - "6.0.0" + "semver": [ + "6.3.1" ], - "istanbul-lib-coverage": [ - "3.2.0" + "ms": [ + "2.1.2" ], - "find-up": [ - "4.1.0" + "@babel/helper-string-parser": [ + "7.23.4" ], - "get-package-type": [ - "0.1.0" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "js-yaml": [ - "3.14.1" + "to-fast-properties": [ + "2.0.0" ], - "resolve-from": [ - "5.0.0" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "argparse": [ - "1.0.10" + "@babel/helper-function-name": [ + "7.23.0" ], - "esprima": [ - "4.0.1" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "sprintf-js": [ - "1.0.3" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "locate-path": [ - "5.0.0" + "globals": [ + "11.12.0" ], - "path-exists": [ - "4.0.0" + "@babel/helper-module-imports": [ + "7.22.15" ], - "p-locate": [ - "4.1.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "p-try": [ - "2.2.0" + "@babel/compat-data": [ + "7.23.5" ], - "@types/babel__generator": [ - "7.6.5" + "@babel/helper-validator-option": [ + "7.23.5" ], - "@types/babel__template": [ - "7.4.2" + "browserslist": [ + "4.22.2" ], - "execa": [ + "lru-cache": [ "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": [ + "yallist": [ "3.1.1" ], - "shebang-command": [ - "2.0.0" + "caniuse-lite": [ + "1.0.30001566" ], - "which": [ - "2.0.2" + "electron-to-chromium": [ + "1.4.608" ], - "isexe": [ - "2.0.0" + "node-releases": [ + "2.0.14" ], - "shebang-regex": [ - "3.0.0" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "type-fest": [ - "0.21.3" + "escalade": [ + "3.1.1" ], - "@types/istanbul-lib-coverage": [ - "2.0.4" + "picocolors": [ + "1.0.0" ], - "@types/istanbul-reports": [ - "3.0.2" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@types/yargs": [ - "17.0.26" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@types/yargs-parser": [ - "21.0.1" + "jsesc": [ + "2.5.2" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "pirates": [ - "4.0.6" + "@jridgewell/set-array": [ + "1.1.2" ], - "write-file-atomic": [ - "4.0.2" + "@babel/highlight": [ + "7.23.4" ], - "imurmurhash": [ - "0.1.4" + "chalk": [ + "2.4.2" ], - "@bcoe/v8-coverage": [ - "0.2.3" + "ansi-styles": [ + "3.2.1" ], - "istanbul-lib-report": [ - "3.0.1" + "escape-string-regexp": [ + "1.0.5" ], - "istanbul-lib-source-maps": [ - "4.0.1" + "supports-color": [ + "5.5.0" ], - "istanbul-reports": [ - "3.1.6" + "has-flag": [ + "3.0.0" ], - "v8-to-istanbul": [ - "9.1.0" + "color-convert": [ + "1.9.3" ], - "html-escaper": [ - "2.0.2" + "color-name": [ + "1.1.3" ], - "make-dir": [ + "js-tokens": [ "4.0.0" ] }, @@ -178824,192 +139438,274 @@ "npm_translate_lock_repo": "npm" } }, - "npm__object.fromentries__2.0.7__links": { + "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__object.fromentries__2.0.7__links", - "package": "object.fromentries", - "version": "2.0.7", - "dev": false, + "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": { - "call-bind": "1.0.2", - "define-properties": "1.2.1", - "es-abstract": "1.22.2" + "picocolors": "1.0.0", + "shell-quote": "1.8.1" }, "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" + "launch-editor": [ + "2.6.0" ], - "has-property-descriptors": [ + "picocolors": [ "1.0.0" ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "internal-slot": [ - "1.0.5" - ], - "is-array-buffer": [ - "3.0.2" + "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" ], - "is-callable": [ - "1.2.7" + "@jest/console": [ + "29.7.0" ], - "is-negative-zero": [ - "2.0.2" + "@jest/types": [ + "29.6.3" ], - "is-regex": [ - "1.1.4" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "is-shared-array-buffer": [ + "collect-v8-coverage": [ "1.0.2" ], - "is-string": [ - "1.0.7" + "@jest/schemas": [ + "29.6.3" ], - "is-typed-array": [ - "1.1.12" + "@types/istanbul-reports": [ + "3.0.2" ], - "is-weakref": [ - "1.0.2" + "@types/node": [ + "18.11.9" ], - "object-inspect": [ - "1.12.3" + "@types/yargs": [ + "17.0.26" ], - "object-keys": [ - "1.1.1" + "chalk": [ + "2.4.2", + "4.1.2" ], - "object.assign": [ - "4.1.4" + "ansi-styles": [ + "3.2.1", + "5.2.0", + "4.3.0" ], - "regexp.prototype.flags": [ - "1.5.1" + "supports-color": [ + "5.5.0", + "7.2.0" ], - "safe-array-concat": [ - "1.0.1" + "has-flag": [ + "3.0.0", + "4.0.0" ], - "safe-regex-test": [ - "1.0.0" + "color-convert": [ + "1.9.3", + "2.0.1" ], - "string.prototype.trim": [ - "1.2.8" + "color-name": [ + "1.1.3", + "1.1.4" ], - "string.prototype.trimend": [ - "1.0.7" + "@types/yargs-parser": [ + "21.0.1" ], - "string.prototype.trimstart": [ - "1.0.7" + "@types/istanbul-lib-report": [ + "3.0.1" ], - "typed-array-buffer": [ - "1.0.0" + "@sinclair/typebox": [ + "0.27.8" ], - "typed-array-byte-length": [ - "1.0.0" + "jest-message-util": [ + "29.7.0" ], - "typed-array-byte-offset": [ - "1.0.0" + "jest-util": [ + "29.7.0" ], - "typed-array-length": [ - "1.0.4" + "slash": [ + "3.0.0" ], - "unbox-primitive": [ - "1.0.2" + "ci-info": [ + "3.8.0" ], - "which-typed-array": [ - "1.1.11" + "graceful-fs": [ + "4.2.11" ], - "for-each": [ - "0.3.3" + "picomatch": [ + "2.3.1" ], - "has-tostringtag": [ - "1.0.0" + "@babel/code-frame": [ + "7.23.5" ], - "has-bigints": [ - "1.0.2" + "@types/stack-utils": [ + "2.0.1" ], - "which-boxed-primitive": [ - "1.0.2" + "micromatch": [ + "4.0.5" ], - "is-bigint": [ - "1.0.4" + "pretty-format": [ + "29.7.0" ], - "is-boolean-object": [ - "1.1.2" + "stack-utils": [ + "2.0.6" ], - "is-number-object": [ - "1.0.7" + "escape-string-regexp": [ + "1.0.5", + "2.0.0" ], - "is-symbol": [ - "1.0.4" + "react-is": [ + "18.2.0" ], - "isarray": [ - "2.0.5" + "braces": [ + "3.0.2" ], - "set-function-name": [ - "2.0.1" + "fill-range": [ + "7.0.1" ], - "define-data-property": [ - "1.1.0" + "to-regex-range": [ + "5.0.1" ], - "functions-have-names": [ - "1.2.3" + "is-number": [ + "7.0.0" ], - "side-channel": [ - "1.0.4" + "@babel/highlight": [ + "7.23.4" ], - "function-bind": [ - "1.1.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "is-date-object": [ - "1.0.5" + "js-tokens": [ + "4.0.0" ] }, "lifecycle_build_target": false, @@ -179019,506 +139715,1043 @@ "npm_translate_lock_repo": "npm" } }, - "npm__webpack-dev-server__4.15.1__webpack_5.88.2__links": { + "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__webpack-dev-server__4.15.1__webpack_5.88.2__links", - "package": "webpack-dev-server", - "version": "4.15.1_webpack_5.88.2", - "dev": false, + "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/bonjour": "3.5.11", - "@types/connect-history-api-fallback": "1.5.1", - "@types/express": "4.17.18", - "@types/serve-index": "1.9.2", - "@types/serve-static": "1.15.3", - "@types/sockjs": "0.3.34", - "@types/ws": "8.5.6", - "ansi-html-community": "0.0.8", - "bonjour-service": "1.1.1", - "chokidar": "3.5.3", - "colorette": "2.0.20", - "compression": "1.7.4", - "connect-history-api-fallback": "2.0.0", - "default-gateway": "6.0.3", - "express": "4.18.2", - "graceful-fs": "4.2.11", - "html-entities": "2.4.0", - "http-proxy-middleware": "2.0.6_at_types_express_4.17.18", - "ipaddr.js": "2.1.0", - "launch-editor": "2.6.0", - "open": "8.4.2", - "p-retry": "4.6.2", - "rimraf": "3.0.2", - "schema-utils": "4.2.0", - "selfsigned": "2.1.1", - "serve-index": "1.9.1", - "sockjs": "0.3.24", - "spdy": "4.0.2", - "webpack": "5.88.2", - "webpack-dev-middleware": "5.3.3_webpack_5.88.2", - "ws": "8.14.2" + "@types/json-schema": "7.0.13", + "ajv": "6.12.6", + "ajv-keywords": "3.5.2_ajv_6.12.6" }, "transitive_closure": { - "webpack-dev-server": [ - "4.15.1_webpack_5.88.2" - ], - "@types/bonjour": [ - "3.5.11" + "schema-utils": [ + "3.3.0" ], - "@types/connect-history-api-fallback": [ - "1.5.1" + "@types/json-schema": [ + "7.0.13" ], - "@types/express": [ - "4.17.18" + "ajv": [ + "6.12.6" ], - "@types/serve-index": [ - "1.9.2" + "ajv-keywords": [ + "3.5.2_ajv_6.12.6" ], - "@types/serve-static": [ - "1.15.3" + "fast-deep-equal": [ + "3.1.3" ], - "@types/sockjs": [ - "0.3.34" + "fast-json-stable-stringify": [ + "2.1.0" ], - "@types/ws": [ - "8.5.6" + "json-schema-traverse": [ + "0.4.1" ], - "ansi-html-community": [ - "0.0.8" + "uri-js": [ + "4.4.1" ], - "bonjour-service": [ - "1.1.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" ], - "chokidar": [ - "3.5.3" + "@types/eslint": [ + "8.44.3" ], - "colorette": [ - "2.0.20" + "@types/estree": [ + "1.0.2" ], - "compression": [ - "1.7.4" + "@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" ], - "connect-history-api-fallback": [ - "2.0.0" + "@vue/runtime-core": [ + "3.3.4" ], - "default-gateway": [ - "6.0.3" + "@vue/shared": [ + "3.3.4" ], - "express": [ - "4.18.2" + "csstype": [ + "3.1.2" ], - "graceful-fs": [ - "4.2.11" + "@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" ], - "html-entities": [ - "2.4.0" + "@jest/console": [ + "29.7.0" ], - "http-proxy-middleware": [ - "2.0.6_at_types_express_4.17.18" + "@jest/reporters": [ + "29.7.0" ], - "ipaddr.js": [ - "1.9.1", - "2.1.0" + "@jest/test-result": [ + "29.7.0" ], - "launch-editor": [ - "2.6.0" + "@jest/transform": [ + "29.7.0" ], - "open": [ - "8.4.2" + "@jest/types": [ + "29.6.3" ], - "p-retry": [ - "4.6.2" + "@types/node": [ + "18.11.9" ], - "rimraf": [ - "3.0.2" + "ansi-escapes": [ + "4.3.2" ], - "schema-utils": [ - "3.3.0", - "4.2.0" + "chalk": [ + "2.4.2", + "4.1.2" ], - "selfsigned": [ - "2.1.1" + "ci-info": [ + "3.8.0" ], - "serve-index": [ - "1.9.1" + "exit": [ + "0.1.2" ], - "sockjs": [ - "0.3.24" + "graceful-fs": [ + "4.2.11" ], - "spdy": [ - "4.0.2" + "jest-changed-files": [ + "29.7.0" ], - "webpack": [ - "5.88.2" + "jest-config": [ + "29.7.0_at_types_node_18.11.9" ], - "webpack-dev-middleware": [ - "5.3.3_webpack_5.88.2" + "jest-haste-map": [ + "29.7.0" ], - "ws": [ - "8.14.2" + "jest-message-util": [ + "29.7.0" ], - "memfs": [ - "3.5.3" + "jest-regex-util": [ + "29.6.3" ], - "mime-types": [ - "2.1.35" + "jest-resolve": [ + "29.7.0" ], - "range-parser": [ - "1.2.1" + "jest-resolve-dependencies": [ + "29.7.0" ], - "mime-db": [ - "1.52.0" + "jest-runner": [ + "29.7.0" ], - "fs-monkey": [ - "1.0.5" + "jest-runtime": [ + "29.7.0" ], - "@types/eslint-scope": [ - "3.7.5" + "jest-snapshot": [ + "29.7.0" ], - "@types/estree": [ - "1.0.2" + "jest-util": [ + "29.7.0" ], - "@webassemblyjs/ast": [ - "1.11.6" + "jest-validate": [ + "29.7.0" ], - "@webassemblyjs/wasm-edit": [ - "1.11.6" + "jest-watcher": [ + "29.7.0" ], - "@webassemblyjs/wasm-parser": [ - "1.11.6" + "micromatch": [ + "4.0.5" ], - "acorn": [ - "8.10.0" + "pretty-format": [ + "29.7.0" ], - "acorn-import-assertions": [ - "1.9.0_acorn_8.10.0" + "slash": [ + "3.0.0" ], - "browserslist": [ - "4.22.1" + "strip-ansi": [ + "6.0.1" ], - "chrome-trace-event": [ - "1.0.3" + "ansi-regex": [ + "5.0.1" ], - "enhanced-resolve": [ - "5.15.0" + "@jest/schemas": [ + "29.6.3" ], - "es-module-lexer": [ - "1.3.1" + "ansi-styles": [ + "4.3.0", + "3.2.1", + "5.2.0" ], - "eslint-scope": [ - "5.1.1" + "react-is": [ + "18.2.0" ], - "events": [ - "3.3.0" + "@sinclair/typebox": [ + "0.27.8" ], - "glob-to-regexp": [ - "0.4.1" + "braces": [ + "3.0.2" ], - "json-parse-even-better-errors": [ + "picomatch": [ "2.3.1" ], - "loader-runner": [ - "4.3.0" - ], - "neo-async": [ - "2.6.2" + "fill-range": [ + "7.0.1" ], - "tapable": [ - "2.2.1" + "to-regex-range": [ + "5.0.1" ], - "terser-webpack-plugin": [ - "5.3.9_webpack_5.88.2" + "is-number": [ + "7.0.0" ], - "watchpack": [ - "2.4.0" + "emittery": [ + "0.13.1" ], - "webpack-sources": [ - "3.2.3" + "string-length": [ + "4.0.2" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "char-regex": [ + "1.0.2" ], - "jest-worker": [ - "27.5.1" + "camelcase": [ + "5.3.1", + "6.3.0" ], - "serialize-javascript": [ - "6.0.1" + "jest-get-type": [ + "29.6.3" ], - "terser": [ - "5.20.0" + "leven": [ + "3.1.0" ], - "@jridgewell/source-map": [ - "0.3.5" + "@babel/core": [ + "7.23.0", + "7.23.5" ], - "commander": [ - "2.20.3" + "@babel/generator": [ + "7.23.0", + "7.23.5" ], - "source-map-support": [ - "0.5.21" + "@babel/plugin-syntax-jsx": [ + "7.22.5_at_babel_core_7.23.5" ], - "buffer-from": [ - "1.1.2" + "@babel/plugin-syntax-typescript": [ + "7.22.5_at_babel_core_7.23.5" ], - "source-map": [ - "0.6.1" + "@babel/types": [ + "7.23.5" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "@jest/expect-utils": [ + "29.7.0" ], - "@jridgewell/set-array": [ - "1.1.2" + "babel-preset-current-node-syntax": [ + "1.0.1_at_babel_core_7.23.0", + "1.0.1_at_babel_core_7.23.5" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "expect": [ + "29.7.0" ], - "randombytes": [ - "2.1.0" + "jest-diff": [ + "29.7.0" ], - "safe-buffer": [ - "5.1.2", - "5.2.1" + "jest-matcher-utils": [ + "29.7.0" ], - "@types/node": [ - "18.11.9", - "20.8.2" + "natural-compare": [ + "1.4.0" ], - "merge-stream": [ - "2.0.0" + "semver": [ + "6.3.1", + "7.5.4" ], - "supports-color": [ - "8.1.1" + "lru-cache": [ + "5.1.1", + "6.0.0" ], - "has-flag": [ + "yallist": [ + "3.1.1", "4.0.0" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "diff-sequences": [ + "29.6.3" ], - "@types/json-schema": [ - "7.0.13" + "@babel/plugin-syntax-async-generators": [ + "7.8.4_at_babel_core_7.23.0", + "7.8.4_at_babel_core_7.23.5" ], - "ajv": [ - "8.12.0", - "6.12.6" + "@babel/plugin-syntax-bigint": [ + "7.8.3_at_babel_core_7.23.0", + "7.8.3_at_babel_core_7.23.5" ], - "ajv-keywords": [ - "5.1.0_ajv_8.12.0", - "3.5.2_ajv_6.12.6" + "@babel/plugin-syntax-class-properties": [ + "7.12.13_at_babel_core_7.23.0", + "7.12.13_at_babel_core_7.23.5" ], - "fast-deep-equal": [ - "3.1.3" + "@babel/plugin-syntax-import-meta": [ + "7.10.4_at_babel_core_7.23.0", + "7.10.4_at_babel_core_7.23.5" ], - "fast-json-stable-stringify": [ - "2.1.0" + "@babel/plugin-syntax-json-strings": [ + "7.8.3_at_babel_core_7.23.0", + "7.8.3_at_babel_core_7.23.5" ], - "json-schema-traverse": [ - "1.0.0", - "0.4.1" + "@babel/plugin-syntax-logical-assignment-operators": [ + "7.10.4_at_babel_core_7.23.0", + "7.10.4_at_babel_core_7.23.5" ], - "uri-js": [ - "4.4.1" + "@babel/plugin-syntax-nullish-coalescing-operator": [ + "7.8.3_at_babel_core_7.23.0", + "7.8.3_at_babel_core_7.23.5" ], - "punycode": [ - "2.3.0" + "@babel/plugin-syntax-numeric-separator": [ + "7.10.4_at_babel_core_7.23.0", + "7.10.4_at_babel_core_7.23.5" ], - "esrecurse": [ - "4.3.0" + "@babel/plugin-syntax-object-rest-spread": [ + "7.8.3_at_babel_core_7.23.0", + "7.8.3_at_babel_core_7.23.5" ], - "estraverse": [ - "5.3.0", - "4.3.0" + "@babel/plugin-syntax-optional-catch-binding": [ + "7.8.3_at_babel_core_7.23.0", + "7.8.3_at_babel_core_7.23.5" ], - "caniuse-lite": [ - "1.0.30001542" + "@babel/plugin-syntax-optional-chaining": [ + "7.8.3_at_babel_core_7.23.0", + "7.8.3_at_babel_core_7.23.5" ], - "electron-to-chromium": [ - "1.4.539" + "@babel/plugin-syntax-top-level-await": [ + "7.14.5_at_babel_core_7.23.0", + "7.14.5_at_babel_core_7.23.5" ], - "node-releases": [ - "2.0.13" + "@babel/helper-plugin-utils": [ + "7.22.5" ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "escalade": [ - "3.1.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "picocolors": [ - "1.0.0" + "to-fast-properties": [ + "2.0.0" ], - "@webassemblyjs/helper-api-error": [ - "1.11.6" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "@webassemblyjs/helper-wasm-bytecode": [ - "1.11.6" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "@webassemblyjs/ieee754": [ - "1.11.6" + "jsesc": [ + "2.5.2" ], - "@webassemblyjs/leb128": [ - "1.11.6" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "@webassemblyjs/utf8": [ - "1.11.6" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "@xtuc/long": [ - "4.2.2" + "@jridgewell/set-array": [ + "1.1.2" ], - "@xtuc/ieee754": [ - "1.2.0" + "@ampproject/remapping": [ + "2.2.1" ], - "@webassemblyjs/helper-buffer": [ - "1.11.6" + "@babel/code-frame": [ + "7.22.13", + "7.23.5" ], - "@webassemblyjs/helper-wasm-section": [ - "1.11.6" + "@babel/helper-compilation-targets": [ + "7.22.15" ], - "@webassemblyjs/wasm-gen": [ - "1.11.6" + "@babel/helper-module-transforms": [ + "7.23.0_at_babel_core_7.23.0", + "7.23.3_at_babel_core_7.23.5" ], - "@webassemblyjs/wasm-opt": [ - "1.11.6" + "@babel/helpers": [ + "7.23.1", + "7.23.5" ], - "@webassemblyjs/wast-printer": [ - "1.11.6" + "@babel/parser": [ + "7.23.0", + "7.23.5" ], - "@webassemblyjs/helper-numbers": [ - "1.11.6" + "@babel/template": [ + "7.22.15" ], - "@webassemblyjs/floating-point-hex-parser": [ - "1.11.6" + "@babel/traverse": [ + "7.23.0", + "7.23.5" ], - "@types/eslint": [ - "8.44.3" + "convert-source-map": [ + "1.9.0", + "2.0.0" ], "debug": [ - "2.6.9", "4.3.4" ], - "handle-thing": [ - "2.0.1" - ], - "http-deceiver": [ - "1.2.7" - ], - "select-hose": [ - "2.0.0" + "gensync": [ + "1.0.0-beta.2" ], - "spdy-transport": [ - "3.0.0" + "json5": [ + "2.2.3" ], - "detect-node": [ - "2.1.0" + "ms": [ + "2.1.2" ], - "hpack.js": [ - "2.1.6" + "@babel/helper-environment-visitor": [ + "7.22.20" ], - "obuf": [ - "1.1.2" + "@babel/helper-function-name": [ + "7.23.0" ], - "readable-stream": [ - "2.3.8", - "3.6.2" + "@babel/helper-hoist-variables": [ + "7.22.5" ], - "wbuf": [ - "1.7.3" + "@babel/helper-split-export-declaration": [ + "7.22.6" ], - "minimalistic-assert": [ - "1.0.1" + "globals": [ + "11.12.0" ], - "inherits": [ - "2.0.3", - "2.0.4" + "@babel/helper-module-imports": [ + "7.22.15" ], - "string_decoder": [ - "1.1.1", - "1.3.0" + "@babel/helper-simple-access": [ + "7.22.5" ], - "util-deprecate": [ - "1.0.2" + "@babel/compat-data": [ + "7.23.5" ], - "core-util-is": [ - "1.0.3" + "@babel/helper-validator-option": [ + "7.23.5" ], - "isarray": [ - "1.0.0" + "browserslist": [ + "4.22.2" ], - "process-nextick-args": [ - "2.0.1" + "caniuse-lite": [ + "1.0.30001566" ], - "ms": [ - "2.1.3", - "2.0.0", - "2.1.2" + "electron-to-chromium": [ + "1.4.608" ], - "faye-websocket": [ - "0.11.4" + "node-releases": [ + "2.0.14" ], - "uuid": [ - "8.3.2" + "update-browserslist-db": [ + "1.0.13_browserslist_4.22.2" ], - "websocket-driver": [ - "0.7.4" + "escalade": [ + "3.1.1" ], - "http-parser-js": [ - "0.5.8" + "picocolors": [ + "1.0.0" ], - "websocket-extensions": [ - "0.1.4" + "@babel/highlight": [ + "7.22.20", + "7.23.4" ], - "accepts": [ - "1.3.8" + "escape-string-regexp": [ + "2.0.0", + "1.0.5" ], - "batch": [ - "0.6.1" + "supports-color": [ + "7.2.0", + "8.1.1", + "5.5.0" ], - "escape-html": [ - "1.0.3" + "has-flag": [ + "4.0.0", + "3.0.0" ], - "http-errors": [ - "2.0.0", - "1.6.3" + "color-convert": [ + "2.0.1", + "1.9.3" ], - "parseurl": [ - "1.3.3" + "color-name": [ + "1.1.4", + "1.1.3" ], - "depd": [ - "2.0.0", - "1.1.2" + "js-tokens": [ + "4.0.0" ], - "setprototypeof": [ - "1.2.0", - "1.1.0" + "@jest/environment": [ + "29.7.0" ], - "statuses": [ - "2.0.1", - "1.5.0" + "@jest/fake-timers": [ + "29.7.0" ], - "negotiator": [ - "0.6.3" + "@jest/globals": [ + "29.7.0" ], - "node-forge": [ - "1.3.1" + "@jest/source-map": [ + "29.6.3" ], - "ajv-formats": [ - "2.1.1_ajv_8.12.0" + "cjs-module-lexer": [ + "1.2.3" ], - "require-from-string": [ - "2.0.2" + "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" ], @@ -179540,939 +140773,638 @@ "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" + "callsites": [ + "3.1.0" ], - "http-proxy": [ - "1.18.1" + "@jest/expect": [ + "29.7.0" ], - "is-glob": [ - "4.0.3" + "@sinonjs/fake-timers": [ + "10.3.0" ], - "is-plain-obj": [ + "@sinonjs/commons": [ "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" + "type-detect": [ + "4.0.8" ], - "cookie-signature": [ - "1.0.6" + "jest-docblock": [ + "29.7.0" ], - "encodeurl": [ - "1.0.2" + "jest-environment-node": [ + "29.7.0" ], - "etag": [ - "1.8.1" + "jest-leak-detector": [ + "29.7.0" ], - "finalhandler": [ - "1.2.0" + "jest-worker": [ + "29.7.0" ], - "fresh": [ - "0.5.2" + "p-limit": [ + "2.3.0", + "3.1.0" ], - "merge-descriptors": [ - "1.0.1" + "source-map-support": [ + "0.5.13" ], - "methods": [ + "buffer-from": [ "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" + "source-map": [ + "0.6.1" ], - "vary": [ - "1.1.2" + "yocto-queue": [ + "0.1.0" ], - "media-typer": [ - "0.3.0" + "merge-stream": [ + "2.0.0" ], - "destroy": [ - "1.2.0" + "detect-newline": [ + "3.1.0" ], - "mime": [ - "1.6.0" + "jest-pnp-resolver": [ + "1.2.3_jest-resolve_29.7.0" ], - "side-channel": [ - "1.0.4" + "resolve": [ + "1.22.6" ], - "call-bind": [ - "1.0.2" + "resolve.exports": [ + "2.0.2" ], - "get-intrinsic": [ - "1.2.1" + "is-core-module": [ + "2.13.0" ], - "object-inspect": [ - "1.12.3" + "path-parse": [ + "1.0.7" ], - "function-bind": [ - "1.1.1" + "supports-preserve-symlinks-flag": [ + "1.0.0" ], "has": [ "1.0.3" ], - "has-proto": [ - "1.0.1" - ], - "has-symbols": [ - "1.0.3" - ], - "forwarded": [ - "0.2.0" - ], - "ee-first": [ + "function-bind": [ "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": [ + "@types/stack-utils": [ "2.0.1" ], - "npm-run-path": [ - "4.0.1" - ], - "onetime": [ - "5.1.2" - ], - "signal-exit": [ - "3.0.7" - ], - "strip-final-newline": [ - "2.0.0" - ], - "mimic-fn": [ - "2.1.0" - ], - "path-key": [ - "3.1.1" - ], - "shebang-command": [ - "2.0.0" - ], - "which": [ - "2.0.2" - ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "compressible": [ - "2.0.18" + "stack-utils": [ + "2.0.6" ], - "on-headers": [ - "1.0.2" + "@types/graceful-fs": [ + "4.1.7" ], "anymatch": [ "3.1.3" ], - "glob-parent": [ - "5.1.2" - ], - "is-binary-path": [ - "2.1.0" - ], - "normalize-path": [ - "3.0.0" + "fb-watchman": [ + "2.0.2" ], - "readdirp": [ - "3.6.0" + "walker": [ + "1.0.8" ], "fsevents": [ "2.3.3" ], - "binary-extensions": [ - "2.2.0" - ], - "dns-equal": [ - "1.0.0" - ], - "multicast-dns": [ - "7.2.5" - ], - "dns-packet": [ - "5.6.1" - ], - "thunky": [ - "1.1.0" - ], - "@leichtgewicht/ip-codec": [ - "2.0.4" - ], - "@types/http-errors": [ - "2.0.2" - ], - "@types/mime": [ - "1.3.3", - "3.0.2" - ], - "@types/body-parser": [ - "1.19.3" - ], - "@types/express-serve-static-core": [ - "4.17.37" - ], - "@types/qs": [ - "6.9.8" - ], - "@types/range-parser": [ - "1.2.5" - ], - "@types/send": [ - "0.17.2" - ], - "@types/connect": [ - "3.4.36" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__pretty-bytes__5.6.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__pretty-bytes__5.6.0", - "package": "pretty-bytes", - "version": "5.6.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", - "url": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_vue_compiler-dom__3.2.45__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_vue_compiler-dom__3.2.45__links", - "package": "@vue/compiler-dom", - "version": "3.2.45", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@vue/compiler-core": "3.2.45", - "@vue/shared": "3.2.45" - }, - "transitive_closure": { - "@vue/compiler-dom": [ - "3.2.45" - ], - "@vue/compiler-core": [ - "3.2.45" + "makeerror": [ + "1.0.12" ], - "@vue/shared": [ - "3.2.45" + "tmpl": [ + "1.0.5" ], - "@babel/parser": [ - "7.23.0" + "bser": [ + "2.1.1" ], - "estree-walker": [ - "2.0.2" + "node-int64": [ + "0.4.0" ], - "source-map": [ - "0.6.1" + "normalize-path": [ + "3.0.0" ], - "@babel/types": [ - "7.23.0" + "@jest/test-sequencer": [ + "29.7.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "babel-jest": [ + "29.7.0_at_babel_core_7.23.0" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "deepmerge": [ + "4.3.1" ], - "to-fast-properties": [ - "2.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__strip-bom__4.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-bom__4.0.0", - "package": "strip-bom", - "version": "4.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "url": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__abab__2.0.6": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__abab__2.0.6", - "package": "abab", - "version": "2.0.6", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", - "url": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__is-docker__2.2.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__is-docker__2.2.1", - "package": "is-docker", - "version": "2.2.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "url": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__jest-circus__27.5.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__jest-circus__27.5.1__links", - "package": "jest-circus", - "version": "27.5.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@jest/environment": "27.5.1", - "@jest/test-result": "27.5.1", - "@jest/types": "27.5.1", - "@types/node": "18.11.9", - "chalk": "4.1.2", - "co": "4.6.0", - "dedent": "0.7.0", - "expect": "27.5.1", - "is-generator-fn": "2.1.0", - "jest-each": "27.5.1", - "jest-matcher-utils": "27.5.1", - "jest-message-util": "27.5.1", - "jest-runtime": "27.5.1", - "jest-snapshot": "27.5.1", - "jest-util": "27.5.1", - "pretty-format": "27.5.1", - "slash": "3.0.0", - "stack-utils": "2.0.6", - "throat": "6.0.2" - }, - "transitive_closure": { "jest-circus": [ - "27.5.1" + "29.7.0" ], - "@jest/environment": [ - "27.5.1" + "parse-json": [ + "5.2.0" ], - "@jest/test-result": [ - "27.5.1" + "strip-json-comments": [ + "3.1.1" ], - "@jest/types": [ - "27.5.1" + "error-ex": [ + "1.3.2" ], - "@types/node": [ - "20.8.2", - "18.11.9" + "json-parse-even-better-errors": [ + "2.3.1" ], - "chalk": [ - "2.4.2", - "4.1.2" + "lines-and-columns": [ + "1.2.4" + ], + "is-arrayish": [ + "0.2.1" ], "co": [ "4.6.0" ], "dedent": [ - "0.7.0" - ], - "expect": [ - "27.5.1" + "1.5.1" ], "is-generator-fn": [ "2.1.0" ], "jest-each": [ - "27.5.1" + "29.7.0" ], - "jest-matcher-utils": [ - "27.5.1" + "pure-rand": [ + "6.0.4" ], - "jest-message-util": [ - "27.5.1" + "@types/babel__core": [ + "7.20.2" ], - "jest-runtime": [ - "27.5.1" + "babel-plugin-istanbul": [ + "6.1.1" ], - "jest-snapshot": [ - "27.5.1" + "babel-preset-jest": [ + "29.6.3_at_babel_core_7.23.0" ], - "jest-util": [ - "27.5.1" + "babel-plugin-jest-hoist": [ + "29.6.3" ], - "pretty-format": [ - "27.5.1" + "@types/babel__traverse": [ + "7.20.2" ], - "slash": [ - "3.0.0" + "@istanbuljs/load-nyc-config": [ + "1.1.0" ], - "stack-utils": [ - "2.0.6" + "@istanbuljs/schema": [ + "0.1.3" ], - "throat": [ - "6.0.2" + "istanbul-lib-instrument": [ + "6.0.0", + "5.2.1" ], - "escape-string-regexp": [ - "1.0.5", - "2.0.0" + "test-exclude": [ + "6.0.0" ], - "ansi-regex": [ - "5.0.1" + "istanbul-lib-coverage": [ + "3.2.0" ], - "ansi-styles": [ - "4.3.0", - "3.2.1", - "5.2.0" + "find-up": [ + "4.1.0" ], - "react-is": [ - "17.0.2" + "get-package-type": [ + "0.1.0" ], - "ci-info": [ - "3.8.0" + "js-yaml": [ + "3.14.1" ], - "graceful-fs": [ - "4.2.11" + "resolve-from": [ + "5.0.0" ], - "picomatch": [ - "2.3.1" + "argparse": [ + "1.0.10" ], - "@babel/core": [ - "7.23.0" + "esprima": [ + "4.0.1" ], - "@babel/generator": [ - "7.23.0" + "sprintf-js": [ + "1.0.3" ], - "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "locate-path": [ + "5.0.0" ], - "@babel/traverse": [ - "7.23.0" + "path-exists": [ + "4.0.0" ], - "@babel/types": [ - "7.23.0" + "p-locate": [ + "4.1.0" ], - "@jest/transform": [ - "27.5.1" + "p-try": [ + "2.2.0" ], - "@types/babel__traverse": [ - "7.20.2" + "@types/babel__generator": [ + "7.6.5" ], - "@types/prettier": [ - "2.7.3" + "@types/babel__template": [ + "7.4.2" ], - "babel-preset-current-node-syntax": [ - "1.0.1_at_babel_core_7.23.0" + "execa": [ + "5.1.1" ], - "jest-diff": [ - "27.5.1" + "cross-spawn": [ + "7.0.3" ], - "jest-get-type": [ - "27.5.1" + "get-stream": [ + "6.0.1" ], - "jest-haste-map": [ - "27.5.1" + "human-signals": [ + "2.1.0" ], - "natural-compare": [ - "1.4.0" + "is-stream": [ + "2.0.1" ], - "semver": [ - "6.3.1", - "7.5.4" + "npm-run-path": [ + "4.0.1" ], - "lru-cache": [ - "5.1.1", - "6.0.0" + "onetime": [ + "5.1.2" ], - "yallist": [ - "3.1.1", - "4.0.0" + "signal-exit": [ + "3.0.7" ], - "@types/graceful-fs": [ - "4.1.7" + "strip-final-newline": [ + "2.0.0" ], - "anymatch": [ - "3.1.3" + "mimic-fn": [ + "2.1.0" ], - "fb-watchman": [ - "2.0.2" + "path-key": [ + "3.1.1" ], - "jest-regex-util": [ - "27.5.1" + "shebang-command": [ + "2.0.0" ], - "jest-serializer": [ - "27.5.1" + "which": [ + "2.0.2" ], - "jest-worker": [ - "27.5.1" + "isexe": [ + "2.0.0" ], - "micromatch": [ - "4.0.5" + "shebang-regex": [ + "3.0.0" ], - "walker": [ - "1.0.8" + "type-fest": [ + "0.21.3" ], - "fsevents": [ - "2.3.3" + "@types/istanbul-lib-coverage": [ + "2.0.4" ], - "makeerror": [ - "1.0.12" + "@types/istanbul-reports": [ + "3.0.2" ], - "tmpl": [ - "1.0.5" + "@types/yargs": [ + "17.0.26" ], - "braces": [ - "3.0.2" + "@types/yargs-parser": [ + "21.0.1" ], - "fill-range": [ - "7.0.1" + "@types/istanbul-lib-report": [ + "3.0.1" ], - "to-regex-range": [ - "5.0.1" + "fast-json-stable-stringify": [ + "2.1.0" ], - "is-number": [ - "7.0.0" + "pirates": [ + "4.0.6" ], - "merge-stream": [ - "2.0.0" + "write-file-atomic": [ + "4.0.2" ], - "supports-color": [ - "7.2.0", - "5.5.0", - "8.1.1" + "imurmurhash": [ + "0.1.4" ], - "has-flag": [ - "3.0.0", - "4.0.0" + "@bcoe/v8-coverage": [ + "0.2.3" ], - "bser": [ - "2.1.1" + "istanbul-lib-report": [ + "3.0.1" ], - "node-int64": [ - "0.4.0" + "istanbul-lib-source-maps": [ + "4.0.1" ], - "normalize-path": [ - "3.0.0" + "istanbul-reports": [ + "3.1.6" ], - "diff-sequences": [ - "27.5.1" + "v8-to-istanbul": [ + "9.1.0" ], - "@babel/plugin-syntax-async-generators": [ - "7.8.4_at_babel_core_7.23.0" + "html-escaper": [ + "2.0.2" ], - "@babel/plugin-syntax-bigint": [ - "7.8.3_at_babel_core_7.23.0" + "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" ], - "@babel/plugin-syntax-class-properties": [ - "7.12.13_at_babel_core_7.23.0" + "call-bind": [ + "1.0.2" ], - "@babel/plugin-syntax-import-meta": [ - "7.10.4_at_babel_core_7.23.0" + "define-properties": [ + "1.2.1" ], - "@babel/plugin-syntax-json-strings": [ - "7.8.3_at_babel_core_7.23.0" + "es-abstract": [ + "1.22.2" ], - "@babel/plugin-syntax-logical-assignment-operators": [ - "7.10.4_at_babel_core_7.23.0" + "array-buffer-byte-length": [ + "1.0.0" ], - "@babel/plugin-syntax-nullish-coalescing-operator": [ - "7.8.3_at_babel_core_7.23.0" + "arraybuffer.prototype.slice": [ + "1.0.2" ], - "@babel/plugin-syntax-numeric-separator": [ - "7.10.4_at_babel_core_7.23.0" + "available-typed-arrays": [ + "1.0.5" ], - "@babel/plugin-syntax-object-rest-spread": [ - "7.8.3_at_babel_core_7.23.0" + "es-set-tostringtag": [ + "2.0.1" ], - "@babel/plugin-syntax-optional-catch-binding": [ - "7.8.3_at_babel_core_7.23.0" + "es-to-primitive": [ + "1.2.1" ], - "@babel/plugin-syntax-optional-chaining": [ - "7.8.3_at_babel_core_7.23.0" + "function.prototype.name": [ + "1.1.6" ], - "@babel/plugin-syntax-top-level-await": [ - "7.14.5_at_babel_core_7.23.0" + "get-intrinsic": [ + "1.2.1" ], - "@babel/helper-plugin-utils": [ - "7.22.5" + "get-symbol-description": [ + "1.0.0" ], - "babel-plugin-istanbul": [ - "6.1.1" + "globalthis": [ + "1.0.3" ], - "convert-source-map": [ - "2.0.0", - "1.9.0" + "gopd": [ + "1.0.1" ], - "fast-json-stable-stringify": [ - "2.1.0" + "has": [ + "1.0.3" ], - "pirates": [ - "4.0.6" + "has-property-descriptors": [ + "1.0.0" ], - "source-map": [ - "0.6.1" + "has-proto": [ + "1.0.1" ], - "write-file-atomic": [ - "3.0.3" + "has-symbols": [ + "1.0.3" ], - "imurmurhash": [ - "0.1.4" + "internal-slot": [ + "1.0.5" ], - "is-typedarray": [ - "1.0.0" + "is-array-buffer": [ + "3.0.2" ], - "signal-exit": [ - "3.0.7" + "is-callable": [ + "1.2.7" ], - "typedarray-to-buffer": [ - "3.1.5" + "is-negative-zero": [ + "2.0.2" ], - "@istanbuljs/load-nyc-config": [ - "1.1.0" + "is-regex": [ + "1.1.4" ], - "@istanbuljs/schema": [ - "0.1.3" + "is-shared-array-buffer": [ + "1.0.2" ], - "istanbul-lib-instrument": [ - "5.2.1" + "is-string": [ + "1.0.7" ], - "test-exclude": [ - "6.0.0" + "is-typed-array": [ + "1.1.12" ], - "glob": [ - "7.2.3" + "is-weakref": [ + "1.0.2" ], - "minimatch": [ - "3.1.2" + "object-inspect": [ + "1.12.3" ], - "brace-expansion": [ - "1.1.11" + "object-keys": [ + "1.1.1" ], - "balanced-match": [ - "1.0.2" + "object.assign": [ + "4.1.4" ], - "concat-map": [ - "0.0.1" + "regexp.prototype.flags": [ + "1.5.1" ], - "fs.realpath": [ + "safe-array-concat": [ + "1.0.1" + ], + "safe-regex-test": [ "1.0.0" ], - "inflight": [ - "1.0.6" + "string.prototype.trim": [ + "1.2.8" ], - "inherits": [ - "2.0.4" + "string.prototype.trimend": [ + "1.0.7" ], - "once": [ - "1.4.0" + "string.prototype.trimstart": [ + "1.0.7" ], - "path-is-absolute": [ - "1.0.1" + "typed-array-buffer": [ + "1.0.0" ], - "wrappy": [ - "1.0.2" + "typed-array-byte-length": [ + "1.0.0" ], - "@babel/parser": [ - "7.23.0" + "typed-array-byte-offset": [ + "1.0.0" ], - "istanbul-lib-coverage": [ - "3.2.0" + "typed-array-length": [ + "1.0.4" ], - "camelcase": [ - "6.3.0", - "5.3.1" + "unbox-primitive": [ + "1.0.2" ], - "find-up": [ - "4.1.0" + "which-typed-array": [ + "1.1.11" ], - "get-package-type": [ - "0.1.0" + "for-each": [ + "0.3.3" ], - "js-yaml": [ - "3.14.1" + "has-tostringtag": [ + "1.0.0" ], - "resolve-from": [ - "5.0.0" + "has-bigints": [ + "1.0.2" ], - "argparse": [ - "1.0.10" + "which-boxed-primitive": [ + "1.0.2" ], - "esprima": [ - "4.0.1" + "is-bigint": [ + "1.0.4" ], - "sprintf-js": [ - "1.0.3" + "is-boolean-object": [ + "1.1.2" ], - "locate-path": [ - "5.0.0" + "is-number-object": [ + "1.0.7" ], - "path-exists": [ - "4.0.0" + "is-symbol": [ + "1.0.4" ], - "p-locate": [ - "4.1.0" + "isarray": [ + "2.0.5" ], - "p-limit": [ - "2.3.0" + "set-function-name": [ + "2.0.1" ], - "p-try": [ - "2.2.0" + "define-data-property": [ + "1.1.0" ], - "@babel/helper-string-parser": [ - "7.22.5" + "functions-have-names": [ + "1.2.3" ], - "@babel/helper-validator-identifier": [ - "7.22.20" + "side-channel": [ + "1.0.4" ], - "to-fast-properties": [ - "2.0.0" + "function-bind": [ + "1.1.1" ], - "@babel/code-frame": [ - "7.22.13" + "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/helper-environment-visitor": [ - "7.22.20" + "@babel/core": [ + "7.23.5" ], - "@babel/helper-function-name": [ - "7.23.0" + "@babel/helper-create-regexp-features-plugin": [ + "7.22.15_at_babel_core_7.23.5" ], - "@babel/helper-hoist-variables": [ + "@babel/helper-plugin-utils": [ "7.22.5" ], - "@babel/helper-split-export-declaration": [ - "7.22.6" + "@babel/helper-annotate-as-pure": [ + "7.22.5" ], - "debug": [ - "4.3.4" + "regexpu-core": [ + "5.3.2" ], - "globals": [ - "11.12.0" + "semver": [ + "6.3.1" ], - "ms": [ - "2.1.2" + "@babel/regjsgen": [ + "0.8.0" ], - "@babel/template": [ - "7.22.15" + "regenerate": [ + "1.4.2" ], - "@babel/highlight": [ - "7.22.20" + "regenerate-unicode-properties": [ + "10.1.1" ], - "color-convert": [ - "2.0.1", - "1.9.3" + "regjsparser": [ + "0.9.1" ], - "color-name": [ - "1.1.4", - "1.1.3" + "unicode-match-property-ecmascript": [ + "2.0.0" ], - "js-tokens": [ - "4.0.0" + "unicode-match-property-value-ecmascript": [ + "2.1.0" ], - "@jridgewell/gen-mapping": [ - "0.3.3" + "unicode-canonical-property-names-ecmascript": [ + "2.0.0" ], - "@jridgewell/trace-mapping": [ - "0.3.19" + "unicode-property-aliases-ecmascript": [ + "2.1.0" ], "jsesc": [ - "2.5.2" + "2.5.2", + "0.5.0" ], - "@jridgewell/resolve-uri": [ - "3.1.1" + "@babel/types": [ + "7.23.5" ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@jridgewell/set-array": [ - "1.1.2" + "@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.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.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" @@ -180480,6 +141412,24 @@ "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" ], @@ -180487,25 +141437,31 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" + ], + "lru-cache": [ + "5.1.1" + ], + "yallist": [ + "3.1.1" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -180513,134 +141469,100 @@ "picocolors": [ "1.0.0" ], - "@jest/fake-timers": [ - "27.5.1" - ], - "@jest/globals": [ - "27.5.1" - ], - "@jest/source-map": [ - "27.5.1" - ], - "cjs-module-lexer": [ - "1.2.3" - ], - "collect-v8-coverage": [ - "1.0.2" - ], - "execa": [ - "5.1.1" - ], - "jest-mock": [ - "27.5.1" - ], - "jest-resolve": [ - "27.5.1" - ], - "strip-bom": [ - "4.0.0" - ], - "jest-pnp-resolver": [ - "1.2.3_jest-resolve_27.5.1" - ], - "jest-validate": [ - "27.5.1" - ], - "resolve": [ - "1.22.6" - ], - "resolve.exports": [ - "1.1.1" + "@jridgewell/gen-mapping": [ + "0.3.3" ], - "is-core-module": [ - "2.13.0" + "@jridgewell/trace-mapping": [ + "0.3.19" ], - "path-parse": [ - "1.0.7" + "@jridgewell/resolve-uri": [ + "3.1.1" ], - "supports-preserve-symlinks-flag": [ - "1.0.0" + "@jridgewell/sourcemap-codec": [ + "1.4.15" ], - "has": [ - "1.0.3" + "@jridgewell/set-array": [ + "1.1.2" ], - "function-bind": [ - "1.1.1" + "@babel/highlight": [ + "7.23.4" ], - "leven": [ - "3.1.0" + "chalk": [ + "2.4.2" ], - "cross-spawn": [ - "7.0.3" + "ansi-styles": [ + "3.2.1" ], - "get-stream": [ - "6.0.1" + "escape-string-regexp": [ + "1.0.5" ], - "human-signals": [ - "2.1.0" + "supports-color": [ + "5.5.0" ], - "is-stream": [ - "2.0.1" + "has-flag": [ + "3.0.0" ], - "npm-run-path": [ - "4.0.1" + "color-convert": [ + "1.9.3" ], - "onetime": [ - "5.1.2" + "color-name": [ + "1.1.3" ], - "strip-final-newline": [ - "2.0.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_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" ], - "mimic-fn": [ - "2.1.0" + "@vue/compiler-core": [ + "3.2.45" ], - "path-key": [ - "3.1.1" + "@vue/shared": [ + "3.2.45" ], - "shebang-command": [ - "2.0.0" + "@babel/parser": [ + "7.23.5" ], - "which": [ + "estree-walker": [ "2.0.2" ], - "isexe": [ - "2.0.0" - ], - "shebang-regex": [ - "3.0.0" - ], - "callsites": [ - "3.1.0" - ], - "@sinonjs/fake-timers": [ - "8.1.0" - ], - "@sinonjs/commons": [ - "1.8.6" - ], - "type-detect": [ - "4.0.8" - ], - "@types/stack-utils": [ - "2.0.1" - ], - "@types/istanbul-lib-coverage": [ - "2.0.4" - ], - "@types/istanbul-reports": [ - "3.0.2" + "source-map": [ + "0.6.1" ], - "@types/yargs": [ - "16.0.6" + "@babel/types": [ + "7.23.5" ], - "@types/yargs-parser": [ - "21.0.1" + "@babel/helper-string-parser": [ + "7.23.4" ], - "@types/istanbul-lib-report": [ - "3.0.1" + "@babel/helper-validator-identifier": [ + "7.22.20" ], - "@jest/console": [ - "27.5.1" + "to-fast-properties": [ + "2.0.0" ] }, "lifecycle_build_target": false, @@ -180650,18 +141572,43 @@ "npm_translate_lock_repo": "npm" } }, - "npm__source-map__0.8.0-beta.0": { + "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__source-map__0.8.0-beta.0", - "package": "source-map", - "version": "0.8.0-beta.0", + "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-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", - "url": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "url": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", "commit": "", "patch_args": [], "patches": [], @@ -180675,18 +141622,18 @@ "generate_bzl_library_targets": false } }, - "npm__normalize-url__6.1.0": { + "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__normalize-url__6.1.0", - "package": "normalize-url", - "version": "6.1.0", + "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-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", - "url": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "url": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", "commit": "", "patch_args": [], "patches": [], @@ -180707,7 +141654,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__ansi-styles__5.2.0__links", "package": "ansi-styles", "version": "5.2.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -180730,7 +141677,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__decode-uri-component__0.2.2__links", "package": "decode-uri-component", "version": "0.2.2", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -180771,31 +141718,6 @@ "generate_bzl_library_targets": false } }, - "npm__optionator__0.8.3": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__optionator__0.8.3", - "package": "optionator", - "version": "0.8.3", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "url": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__at_typescript-eslint_scope-manager__5.44.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -180821,6 +141743,194 @@ "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", @@ -180950,19 +142060,19 @@ "2.3.1" ], "@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.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/plugin-syntax-typescript": [ - "7.22.5_at_babel_core_7.23.0" + "7.22.5_at_babel_core_7.23.5" ], "@babel/types": [ - "7.23.0" + "7.23.5" ], "@jest/expect-utils": [ "29.7.0" @@ -180971,7 +142081,7 @@ "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" @@ -181001,40 +142111,40 @@ "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" @@ -181175,7 +142285,7 @@ "1.0.2" ], "@babel/parser": [ - "7.23.0" + "7.23.5" ], "istanbul-lib-coverage": [ "3.2.0" @@ -181224,7 +142334,7 @@ "1.4.15" ], "@babel/helper-string-parser": [ - "7.22.5" + "7.23.4" ], "@babel/helper-validator-identifier": [ "7.22.20" @@ -181245,22 +142355,22 @@ "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/template": [ "7.22.15" ], "@babel/traverse": [ - "7.23.0" + "7.23.5" ], "debug": [ "4.3.4" @@ -181296,25 +142406,25 @@ "7.22.5" ], "@babel/compat-data": [ - "7.22.20" + "7.23.5" ], "@babel/helper-validator-option": [ - "7.22.15" + "7.23.5" ], "browserslist": [ - "4.22.1" + "4.22.2" ], "caniuse-lite": [ - "1.0.30001542" + "1.0.30001566" ], "electron-to-chromium": [ - "1.4.539" + "1.4.608" ], "node-releases": [ - "2.0.13" + "2.0.14" ], "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" + "1.0.13_browserslist_4.22.2" ], "escalade": [ "3.1.1" @@ -181323,7 +142433,7 @@ "1.0.0" ], "@babel/highlight": [ - "7.22.20" + "7.23.4" ], "color-convert": [ "2.0.1", @@ -181456,31 +142566,6 @@ "generate_bzl_library_targets": false } }, - "npm__harmony-reflect__1.6.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__harmony-reflect__1.6.2", - "package": "harmony-reflect", - "version": "1.6.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==", - "url": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__sprintf-js__1.0.3": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -181538,7 +142623,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__axe-core__4.8.2__links", "package": "axe-core", "version": "4.8.2", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -181554,31 +142639,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-logical__5.0.4__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-logical__5.0.4__postcss_8.4.31", - "package": "postcss-logical", - "version": "5.0.4_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", - "url": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__is-regex__1.1.4__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -181586,7 +142646,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__is-regex__1.1.4__links", "package": "is-regex", "version": "1.1.4", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -181633,7 +142693,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__is-weakmap__2.0.1__links", "package": "is-weakmap", "version": "2.0.1", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -181649,31 +142709,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__postcss-selector-not__6.0.1__postcss_8.4.31": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-selector-not__6.0.1__postcss_8.4.31", - "package": "postcss-selector-not", - "version": "6.0.1_postcss_8.4.31", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", - "url": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__at_types_istanbul-reports__1.1.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -181749,68 +142784,6 @@ "generate_bzl_library_targets": false } }, - "npm__cssnano-utils__3.1.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__cssnano-utils__3.1.0__postcss_8.4.31__links", - "package": "cssnano-utils", - "version": "3.1.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "cssnano-utils": [ - "3.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__at_tootallnate_once__1.1.2": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_tootallnate_once__1.1.2", - "package": "@tootallnate/once", - "version": "1.1.2", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "url": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__at_babel_helper-validator-identifier__7.22.20": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -181836,18 +142809,18 @@ "generate_bzl_library_targets": false } }, - "npm__at_vue_compiler-core__3.2.45": { + "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_vue_compiler-core__3.2.45", - "package": "@vue/compiler-core", - "version": "3.2.45", + "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-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==", - "url": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.45.tgz", + "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": [], @@ -181861,18 +142834,18 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-color-hex-alpha__8.0.4__postcss_8.4.31": { + "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__postcss-color-hex-alpha__8.0.4__postcss_8.4.31", - "package": "postcss-color-hex-alpha", - "version": "8.0.4_postcss_8.4.31", + "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-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", - "url": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", + "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": [], @@ -181938,40 +142911,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__filelist__1.0.4__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__filelist__1.0.4__links", - "package": "filelist", - "version": "1.0.4", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "minimatch": "5.1.6" - }, - "transitive_closure": { - "filelist": [ - "1.0.4" - ], - "minimatch": [ - "5.1.6" - ], - "brace-expansion": [ - "2.0.1" - ], - "balanced-match": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__html-tags__3.3.1__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -182002,7 +142941,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__text-table__0.2.0__links", "package": "text-table", "version": "0.2.0", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": {}, @@ -182043,31 +142982,6 @@ "generate_bzl_library_targets": false } }, - "npm__saxes__5.0.1": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__saxes__5.0.1", - "package": "saxes", - "version": "5.0.1", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", - "url": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__at_webassemblyjs_wasm-parser__1.11.6__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -182075,7 +142989,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__at_webassemblyjs_wasm-parser__1.11.6__links", "package": "@webassemblyjs/wasm-parser", "version": "1.11.6", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -182128,31 +143042,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__emojis-list__3.0.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__emojis-list__3.0.0", - "package": "emojis-list", - "version": "3.0.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "url": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, "npm__debug__3.2.7__links": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_links", @@ -182160,7 +143049,7 @@ "name": "aspect_rules_js~1.32.6~npm~npm__debug__3.2.7__links", "package": "debug", "version": "3.2.7", - "dev": false, + "dev": true, "root_package": "", "link_packages": {}, "deps": { @@ -182204,168 +143093,6 @@ "npm_translate_lock_repo": "npm" } }, - "npm__at_rollup_plugin-node-resolve__11.2.1__rollup_2.79.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_rollup_plugin-node-resolve__11.2.1__rollup_2.79.1__links", - "package": "@rollup/plugin-node-resolve", - "version": "11.2.1_rollup_2.79.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@rollup/pluginutils": "3.1.0_rollup_2.79.1", - "@types/resolve": "1.17.1", - "builtin-modules": "3.3.0", - "deepmerge": "4.3.1", - "is-module": "1.0.0", - "resolve": "1.22.6", - "rollup": "2.79.1" - }, - "transitive_closure": { - "@rollup/plugin-node-resolve": [ - "11.2.1_rollup_2.79.1" - ], - "@rollup/pluginutils": [ - "3.1.0_rollup_2.79.1" - ], - "@types/resolve": [ - "1.17.1" - ], - "builtin-modules": [ - "3.3.0" - ], - "deepmerge": [ - "4.3.1" - ], - "is-module": [ - "1.0.0" - ], - "resolve": [ - "1.22.6" - ], - "rollup": [ - "2.79.1" - ], - "fsevents": [ - "2.3.3" - ], - "is-core-module": [ - "2.13.0" - ], - "path-parse": [ - "1.0.7" - ], - "supports-preserve-symlinks-flag": [ - "1.0.0" - ], - "has": [ - "1.0.3" - ], - "function-bind": [ - "1.1.1" - ], - "@types/node": [ - "18.11.9" - ], - "@types/estree": [ - "0.0.39" - ], - "estree-walker": [ - "1.0.1" - ], - "picomatch": [ - "2.3.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-merge-rules__5.1.4__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-merge-rules__5.1.4__postcss_8.4.31__links", - "package": "postcss-merge-rules", - "version": "5.1.4_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "browserslist": "4.22.1", - "caniuse-api": "3.0.0", - "cssnano-utils": "3.1.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-selector-parser": "6.0.13" - }, - "transitive_closure": { - "postcss-merge-rules": [ - "5.1.4_postcss_8.4.31" - ], - "browserslist": [ - "4.22.1" - ], - "caniuse-api": [ - "3.0.0" - ], - "cssnano-utils": [ - "3.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-selector-parser": [ - "6.0.13" - ], - "cssesc": [ - "3.0.0" - ], - "util-deprecate": [ - "1.0.2" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "lodash.memoize": [ - "4.1.2" - ], - "lodash.uniq": [ - "4.5.0" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__at_webassemblyjs_helper-wasm-section__1.11.6": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -182391,51 +143118,6 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-ordered-values__5.1.3__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-ordered-values__5.1.3__postcss_8.4.31__links", - "package": "postcss-ordered-values", - "version": "5.1.3_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "cssnano-utils": "3.1.0_postcss_8.4.31", - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-ordered-values": [ - "5.1.3_postcss_8.4.31" - ], - "cssnano-utils": [ - "3.1.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__shebang-regex__1.0.0": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -182461,219 +143143,6 @@ "generate_bzl_library_targets": false } }, - "npm__at_babel_plugin-syntax-flow__7.22.5__at_babel_core_7.23.0": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_rule", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-syntax-flow__7.22.5__at_babel_core_7.23.0", - "package": "@babel/plugin-syntax-flow", - "version": "7.22.5_at_babel_core_7.23.0", - "root_package": "", - "link_workspace": "", - "link_packages": {}, - "integrity": "sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==", - "url": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz", - "commit": "", - "patch_args": [], - "patches": [], - "custom_postinstall": "", - "npm_auth": "", - "npm_auth_basic": "", - "npm_auth_username": "", - "npm_auth_password": "", - "lifecycle_hooks": [], - "extra_build_content": "", - "generate_bzl_library_targets": false - } - }, - "npm__at_babel_plugin-transform-parameters__7.22.15__at_babel_core_7.23.0__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__at_babel_plugin-transform-parameters__7.22.15__at_babel_core_7.23.0__links", - "package": "@babel/plugin-transform-parameters", - "version": "7.22.15_at_babel_core_7.23.0", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "@babel/core": "7.23.0", - "@babel/helper-plugin-utils": "7.22.5" - }, - "transitive_closure": { - "@babel/plugin-transform-parameters": [ - "7.22.15_at_babel_core_7.23.0" - ], - "@babel/core": [ - "7.23.0" - ], - "@babel/helper-plugin-utils": [ - "7.22.5" - ], - "@ampproject/remapping": [ - "2.2.1" - ], - "@babel/code-frame": [ - "7.22.13" - ], - "@babel/generator": [ - "7.23.0" - ], - "@babel/helper-compilation-targets": [ - "7.22.15" - ], - "@babel/helper-module-transforms": [ - "7.23.0_at_babel_core_7.23.0" - ], - "@babel/helpers": [ - "7.23.1" - ], - "@babel/parser": [ - "7.23.0" - ], - "@babel/template": [ - "7.22.15" - ], - "@babel/traverse": [ - "7.23.0" - ], - "@babel/types": [ - "7.23.0" - ], - "convert-source-map": [ - "2.0.0" - ], - "debug": [ - "4.3.4" - ], - "gensync": [ - "1.0.0-beta.2" - ], - "json5": [ - "2.2.3" - ], - "semver": [ - "6.3.1" - ], - "ms": [ - "2.1.2" - ], - "@babel/helper-string-parser": [ - "7.22.5" - ], - "@babel/helper-validator-identifier": [ - "7.22.20" - ], - "to-fast-properties": [ - "2.0.0" - ], - "@babel/helper-environment-visitor": [ - "7.22.20" - ], - "@babel/helper-function-name": [ - "7.23.0" - ], - "@babel/helper-hoist-variables": [ - "7.22.5" - ], - "@babel/helper-split-export-declaration": [ - "7.22.6" - ], - "globals": [ - "11.12.0" - ], - "@babel/helper-module-imports": [ - "7.22.15" - ], - "@babel/helper-simple-access": [ - "7.22.5" - ], - "@babel/compat-data": [ - "7.22.20" - ], - "@babel/helper-validator-option": [ - "7.22.15" - ], - "browserslist": [ - "4.22.1" - ], - "lru-cache": [ - "5.1.1" - ], - "yallist": [ - "3.1.1" - ], - "caniuse-lite": [ - "1.0.30001542" - ], - "electron-to-chromium": [ - "1.4.539" - ], - "node-releases": [ - "2.0.13" - ], - "update-browserslist-db": [ - "1.0.13_browserslist_4.22.1" - ], - "escalade": [ - "3.1.1" - ], - "picocolors": [ - "1.0.0" - ], - "@jridgewell/gen-mapping": [ - "0.3.3" - ], - "@jridgewell/trace-mapping": [ - "0.3.19" - ], - "jsesc": [ - "2.5.2" - ], - "@jridgewell/resolve-uri": [ - "3.1.1" - ], - "@jridgewell/sourcemap-codec": [ - "1.4.15" - ], - "@jridgewell/set-array": [ - "1.1.2" - ], - "@babel/highlight": [ - "7.22.20" - ], - "chalk": [ - "2.4.2" - ], - "ansi-styles": [ - "3.2.1" - ], - "escape-string-regexp": [ - "1.0.5" - ], - "supports-color": [ - "5.5.0" - ], - "has-flag": [ - "3.0.0" - ], - "color-convert": [ - "1.9.3" - ], - "color-name": [ - "1.1.3" - ], - "js-tokens": [ - "4.0.0" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__symbol-tree__3.2.4": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -182699,84 +143168,6 @@ "generate_bzl_library_targets": false } }, - "npm__postcss-media-minmax__5.0.0__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-media-minmax__5.0.0__postcss_8.4.31__links", - "package": "postcss-media-minmax", - "version": "5.0.0_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31" - }, - "transitive_closure": { - "postcss-media-minmax": [ - "5.0.0_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, - "npm__postcss-custom-properties__12.1.11__postcss_8.4.31__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__postcss-custom-properties__12.1.11__postcss_8.4.31__links", - "package": "postcss-custom-properties", - "version": "12.1.11_postcss_8.4.31", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": { - "postcss": "8.4.31", - "postcss-value-parser": "4.2.0" - }, - "transitive_closure": { - "postcss-custom-properties": [ - "12.1.11_postcss_8.4.31" - ], - "postcss": [ - "8.4.31" - ], - "postcss-value-parser": [ - "4.2.0" - ], - "nanoid": [ - "3.3.6" - ], - "picocolors": [ - "1.0.0" - ], - "source-map-js": [ - "1.0.2" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } - }, "npm__lodash.merge__4.6.2": { "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", "ruleClassName": "npm_import_rule", @@ -182801,36 +143192,13 @@ "extra_build_content": "", "generate_bzl_library_targets": false } - }, - "npm__strip-comments__2.0.1__links": { - "bzlFile": "@@aspect_rules_js~1.32.6//npm/private:npm_import.bzl", - "ruleClassName": "npm_import_links", - "attributes": { - "name": "aspect_rules_js~1.32.6~npm~npm__strip-comments__2.0.1__links", - "package": "strip-comments", - "version": "2.0.1", - "dev": false, - "root_package": "", - "link_packages": {}, - "deps": {}, - "transitive_closure": { - "strip-comments": [ - "2.0.1" - ] - }, - "lifecycle_build_target": false, - "lifecycle_hooks_env": [], - "lifecycle_hooks_execution_requirements": [], - "bins": {}, - "npm_translate_lock_repo": "npm" - } } } } }, "@@aspect_rules_js~1.32.6//npm:extensions.bzl%pnpm": { "general": { - "bzlTransitiveDigest": "NAqC0GhbZOgBIqNEkUrufU3xjvUqsvPH8NEAdhVBRjA=", + "bzlTransitiveDigest": "spSrWoZgfQt3TYEgngED5A1K5PU/vbYqPcrKPomkw9k=", "accumulatedFileDigests": {}, "envVariables": {}, "generatedRepoSpecs": { @@ -183078,6 +143446,26 @@ } } }, + "@@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=", diff --git a/frontend/README.md b/frontend/README.md index 2eab25dbe..8b54b04ef 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -5,11 +5,13 @@ This folder contains various examples for writing JavaScript applications with B Bazel's [rules_js] uses the pnpm package manager. This folder is the root of a pnpm workspace. This allows npm packages within this monorepo to depend on each other. +See the README.md file under each folder here to understand more about that package. + ## Linting We demonstrate the usage of [rules_lint]. There are a few ways to wire this up, we show two: -- *build failure*: in the `next.js/` folder, `npm run lint` does a `bazel build` with a config setting that makes the build fail when lint violations are found. -- *test failure*: in the `react` folder, an `eslint_test` target results in test failures when lint violations are found. +- *build failure*: in the `next.js` folder, `npm run lint` does a `bazel build` with a config setting that makes the build fail when lint violations are found. +- *test failure*: in the `react/src` folder, an `eslint_test` target results in test failures when lint violations are found. However, in both cases this inhibits creation of new lint rules or even upgrading the linter, because it requires updating the entire repository to fix or suppress new lint violations at the same time. diff --git a/frontend/package.json b/frontend/package.json index ea599267a..4bde3eddb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,7 +2,9 @@ "// To install dependencies with Bazel-managed pnpm, run": "bazel run @pnpm//:pnpm -- --dir $PWD install", "private": true, "devDependencies": { - "eslint": "^8.55.0" + "eslint": "^8.55.0", + "jsdom": "^23.0.1", + "vitest": "^1.0.2" }, "pnpm": { "//packageExtensions": "Fix missing dependencies in npm packages, see https://pnpm.io/package_json#pnpmpackageextensions", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index caee5af7a..f8450b682 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -13,6 +13,12 @@ importers: eslint: specifier: ^8.55.0 version: 8.55.0 + jsdom: + specifier: ^23.0.1 + version: 23.0.1 + vitest: + specifier: ^1.0.2 + version: 1.0.2(jsdom@23.0.1) next.js: dependencies: @@ -24,7 +30,7 @@ importers: version: 1.0.0 next: specifier: 13.0.5 - version: 13.0.5(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + version: 13.0.5(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -90,24 +96,12 @@ importers: react: dependencies: - '@testing-library/jest-dom': - specifier: 4.2.4 - version: 4.2.4 - '@testing-library/react': - specifier: 13.4.0 - version: 13.4.0(react-dom@18.2.0)(react@18.2.0) - '@testing-library/user-event': - specifier: 14.4.3 - version: 14.4.3(@testing-library/dom@8.20.1) react: - specifier: 18.2.0 + specifier: ~18.2.0 version: 18.2.0 react-dom: - specifier: 18.2.0 + specifier: ~18.2.0 version: 18.2.0(react@18.2.0) - react-scripts: - specifier: 5.0.1 - version: 5.0.1(@babel/plugin-syntax-flow@7.22.5)(@babel/plugin-transform-react-jsx@7.22.15)(eslint@8.55.0)(react@18.2.0)(typescript@4.9.3) web-vitals: specifier: 2.1.4 version: 2.1.4 @@ -115,18 +109,33 @@ importers: '@bazel/ibazel': specifier: 0.16.2 version: 0.16.2 + '@testing-library/jest-dom': + specifier: 4.2.4 + version: 4.2.4 + '@testing-library/react': + specifier: 13.4.0 + version: 13.4.0(react-dom@18.2.0)(react@18.2.0) + '@testing-library/user-event': + specifier: 14.4.3 + version: 14.4.3(@testing-library/dom@8.20.1) '@types/jest': specifier: 29.2.3 version: 29.2.3 + '@types/react': + specifier: ~18.2.0 + version: 18.2.0 '@typescript-eslint/eslint-plugin': specifier: 5.44.0 version: 5.44.0(@typescript-eslint/parser@5.44.0)(eslint@8.55.0)(typescript@4.9.3) '@typescript-eslint/parser': specifier: 5.44.0 version: 5.44.0(eslint@8.55.0)(typescript@4.9.3) - jest-cli: - specifier: 29.5.0 - version: 29.5.0(@types/node@18.11.9) + '@vitejs/plugin-react': + specifier: ^4.2.0 + version: 4.2.0(vite@3.2.7) + eslint-config-react-app: + specifier: ^7.0.1 + version: 7.0.1(@babel/plugin-syntax-flow@7.23.3)(@babel/plugin-transform-react-jsx@7.23.4)(eslint@8.55.0)(typescript@4.9.3) jest-environment-jsdom: specifier: 29.3.1 version: 29.3.1 @@ -142,6 +151,12 @@ importers: typescript: specifier: 4.9.3 version: 4.9.3 + vite: + specifier: 3.2.7 + version: 3.2.7(@types/node@18.18.3) + vite-plugin-svgr: + specifier: ^4.2.0 + version: 4.2.0(typescript@4.9.3)(vite@3.2.7) react-webpack: devDependencies: @@ -233,11 +248,7 @@ packages: /@aashutoshrathi/word-wrap@1.2.6: resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} engines: {node: '>=0.10.0'} - - /@alloc/quick-lru@5.2.0: - resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} - engines: {node: '>=10'} - dev: false + dev: true /@ampproject/remapping@2.2.1: resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} @@ -246,27 +257,23 @@ packages: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.19 - /@apideck/better-ajv-errors@0.3.6(ajv@8.12.0): - resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==} - engines: {node: '>=10'} - peerDependencies: - ajv: '>=8' - dependencies: - ajv: 8.12.0 - json-schema: 0.4.0 - jsonpointer: 5.0.1 - leven: 3.1.0 - dev: false - /@babel/code-frame@7.22.13: resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.22.20 chalk: 2.4.2 + dev: true + + /@babel/code-frame@7.23.5: + resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.23.4 + chalk: 2.4.2 - /@babel/compat-data@7.22.20: - resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==} + /@babel/compat-data@7.23.5: + resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} engines: {node: '>=6.9.0'} /@babel/core@7.23.0: @@ -282,7 +289,30 @@ packages: '@babel/parser': 7.23.0 '@babel/template': 7.22.15 '@babel/traverse': 7.23.0 - '@babel/types': 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 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/core@7.23.5: + resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==} + engines: {node: '>=6.9.0'} + dependencies: + '@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(@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 @@ -291,25 +321,35 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser@7.22.15(@babel/core@7.23.0)(eslint@8.55.0): - resolution: {integrity: sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg==} + /@babel/eslint-parser@7.23.3(@babel/core@7.23.5)(eslint@8.55.0): + resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.23.0 + '@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 - dev: false + dev: true /@babel/generator@7.23.0: resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.19 + jsesc: 2.5.2 + dev: true + + /@babel/generator@7.23.5: + resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.5 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.19 jsesc: 2.5.2 @@ -318,22 +358,23 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 + dev: true /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 - dev: false + '@babel/types': 7.23.5 + dev: true /@babel/helper-compilation-targets@7.22.15: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.22.20 - '@babel/helper-validator-option': 7.22.15 - browserslist: 4.22.1 + '@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 @@ -353,25 +394,62 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 + dev: true + + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.5): + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@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(@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 + dev: true + + /@babel/helper-create-class-features-plugin@7.23.5(@babel/core@7.23.5): + resolution: {integrity: sha512-QELlRWxSpgdwdJzSJn4WAhKC+hvw/AtHbbrIoncKHkhKKR/luAlKkgBDcri1EzWAo8f8VvYVryEHN4tax/V67A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@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(@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 + dev: true - /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.0): + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.5): resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 - dev: false + dev: true - /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.23.0): - resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==} + /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.5): + resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 @@ -379,7 +457,7 @@ packages: resolve: 1.22.6 transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/helper-environment-visitor@7.22.20: resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} @@ -390,25 +468,26 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 /@babel/helper-member-expression-to-functions@7.23.0: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 + dev: true /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.0): resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} @@ -422,28 +501,44 @@ packages: '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 + dev: true + + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@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/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 + dev: true /@babel/helper-plugin-utils@7.22.5: resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} engines: {node: '>=6.9.0'} + dev: true - /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.0): + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.5): resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@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 - dev: false + dev: true /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.0): resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} @@ -455,35 +550,49 @@ packages: '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 + dev: true + + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.5): + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@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 + dev: true /@babel/helper-simple-access@7.22.5: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 + dev: true /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 - /@babel/helper-string-parser@7.22.5: - resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} + /@babel/helper-string-parser@7.23.4: + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier@7.22.20: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.22.15: - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} + /@babel/helper-validator-option@7.23.5: + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} /@babel/helper-wrap-function@7.22.20: @@ -492,16 +601,27 @@ packages: dependencies: '@babel/helper-function-name': 7.23.0 '@babel/template': 7.22.15 - '@babel/types': 7.23.0 - dev: false + '@babel/types': 7.23.5 + dev: true /@babel/helpers@7.23.1: resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/traverse': 7.23.0 - '@babel/types': 7.23.0 + '@babel/traverse': 7.23.5 + '@babel/types': 7.23.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helpers@7.23.5: + resolution: {integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.5 + '@babel/types': 7.23.5 transitivePeerDependencies: - supports-color @@ -512,133 +632,160 @@ packages: '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 + dev: true + + /@babel/highlight@7.23.4: + resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 /@babel/parser@7.23.0: resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 + + /@babel/parser@7.23.5: + resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.23.5 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==} + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.23.0 + '@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.0(@babel/core@7.23.0) - dev: false + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.23.5) + dev: true + + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.0): + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.5): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-proposal-decorators@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w==} + /@babel/plugin-proposal-decorators@7.23.5(@babel/core@7.23.5): + resolution: {integrity: sha512-6IsY8jOeWibsengGlWIezp7cuZEFzNlAghFpzh9wiZwhQ42/hRcPnY/QV9HJoKTlujupinSlnQPiEy/u2C1ZfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) '@babel/helper-split-export-declaration': 7.22.6 - '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.0): + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.5): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.0): + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.5): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) + dev: true - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.0): + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.5): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@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(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.23.0): + /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.23.5): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - dev: false + '@babel/core': 7.23.5 + dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.23.0): + /@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.23.5): resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) + dev: true /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.0): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} @@ -647,6 +794,16 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.5): + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.0): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} @@ -655,6 +812,16 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.0): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} @@ -663,74 +830,84 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.5): + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.0): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.5): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.23.0): - resolution: {integrity: sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==} + /@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.5): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.5): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==} + /@babel/plugin-syntax-flow@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} + /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} + /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.0): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} @@ -739,6 +916,16 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.5): + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.0): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} @@ -747,6 +934,16 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.0): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} @@ -756,6 +953,27 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.5): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.0): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} @@ -764,6 +982,16 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.5): + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.0): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} @@ -772,6 +1000,16 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.0): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} @@ -780,6 +1018,16 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.5): + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.0): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} @@ -788,6 +1036,16 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.0): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} @@ -796,6 +1054,16 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.0): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} @@ -804,16 +1072,26 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.5): + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.0): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.5): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.0): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} @@ -823,6 +1101,17 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.5): + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.0): resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} @@ -832,589 +1121,620 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.5): + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.0): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.5): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} + /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-async-generator-functions@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==} + /@babel/plugin-transform-async-generator-functions@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@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(@babel/core@7.23.0) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0) - dev: false + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} + /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@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(@babel/core@7.23.0) - dev: false + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-block-scoping@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==} + /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} + /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.23.0): - resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==} + /@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-classes@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==} + /@babel/plugin-transform-classes@7.23.5(@babel/core@7.23.5): + resolution: {integrity: sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@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(@babel/core@7.23.0) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 - dev: false + dev: true - /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} + /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.15 - dev: false + dev: true - /@babel/plugin-transform-destructuring@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==} + /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} + /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} + /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.23.0): - resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==} + /@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} + /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.23.0): - resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==} + /@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==} + /@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==} + /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} + /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@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 - dev: false + dev: true - /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.23.0): - resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==} + /@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-literals@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} + /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.23.0): - resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==} + /@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} + /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-modules-amd@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-xWT5gefv2HGSm4QHtgc1sYPbseOyf+FFDo2JbpE25GWl5BqTGO9IMwTYJRoIdjsF85GE+VegHxSCUt5EvoYTAw==} + /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} + /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-modules-systemjs@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==} + /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.20 - dev: false + dev: true - /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} + /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.0): + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.5): resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} + /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.23.0): - resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==} + /@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.23.0): - resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==} + /@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-object-rest-spread@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==} + /@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 - '@babel/core': 7.23.0 + '@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(@babel/core@7.23.0) - '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} + /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0) - dev: false + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.23.0): - resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==} + /@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-optional-chaining@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==} + /@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@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(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==} + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} + /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.23.0): - resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==} + /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0) - dev: false + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} + /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-react-constant-elements@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==} + /@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} + /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.5): + resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.5) + dev: true + + /@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} + /@babel/plugin-transform-react-jsx-source@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0) - dev: false + '@babel/core': 7.23.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-react-jsx@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==} + /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.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.22.5(@babel/core@7.23.0) - '@babel/types': 7.23.0 - dev: false + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.5) + '@babel/types': 7.23.5 + dev: true - /@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} + /@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.23.0): - resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==} + /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 - dev: false + dev: true - /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} + /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-runtime@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==} + /@babel/plugin-transform-runtime@7.23.4(@babel/core@7.23.5): + resolution: {integrity: sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@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.5(@babel/core@7.23.0) - babel-plugin-polyfill-corejs3: 0.8.4(@babel/core@7.23.0) - babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.0) + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.5) + babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.5) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.5) semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: false + dev: true - /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} + /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-spread@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} + /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} + /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} + /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} + /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.0): resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} @@ -1427,211 +1747,244 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0) + dev: true - /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.23.0): - resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==} + /@babel/plugin-transform-typescript@7.23.5(@babel/core@7.23.5): + resolution: {integrity: sha512-2fMkXEJkrmwgu2Bsv1Saxgj30IXZdJ+84lQcKKI7sm719oXs0BBw2ZENKdJdR1PjWndgLCEBNXJOri0fk7RYQA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.5) + dev: true - /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} + /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} + /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.23.0): - resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} + /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 - dev: false + dev: true - /@babel/preset-env@7.22.20(@babel/core@7.23.0): - resolution: {integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==} + /@babel/preset-env@7.23.5(@babel/core@7.23.5): + resolution: {integrity: sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 - '@babel/core': 7.23.0 + '@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.22.15 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.0) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-async-generator-functions': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-block-scoping': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-class-static-block': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-destructuring': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-dynamic-import': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-export-namespace-from': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-json-strings': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-logical-assignment-operators': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-modules-amd': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-modules-systemjs': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-numeric-separator': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-object-rest-spread': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-optional-catch-binding': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-optional-chaining': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-private-property-in-object': 7.22.11(@babel/core@7.23.0) - '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.23.0) - '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.23.0) - '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.23.0) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.0) - '@babel/types': 7.23.0 - babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.23.0) - babel-plugin-polyfill-corejs3: 0.8.4(@babel/core@7.23.0) - babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.0) - core-js-compat: 3.33.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.5) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.5) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-async-generator-functions': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.23.5) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.5) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.5) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.5) + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.5) + babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.5) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.5) + core-js-compat: 3.34.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: false + dev: true - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.0): + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.5): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 esutils: 2.0.3 - dev: false + dev: true - /@babel/preset-react@7.22.15(@babel/core@7.23.0): - resolution: {integrity: sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==} + /@babel/preset-react@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0) - '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.23.0) - dev: false + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.5) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.5) + '@babel/plugin-transform-react-pure-annotations': 7.23.3(@babel/core@7.23.5) + dev: true - /@babel/preset-typescript@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==} + /@babel/preset-typescript@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0) - dev: false + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-typescript': 7.23.5(@babel/core@7.23.5) + dev: true /@babel/regjsgen@0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - dev: false + dev: true /@babel/runtime@7.23.1: resolution: {integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 + dev: true /@babel/template@7.22.15: resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.13 - '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/code-frame': 7.23.5 + '@babel/parser': 7.23.5 + '@babel/types': 7.23.5 /@babel/traverse@7.23.0: resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.13 - '@babel/generator': 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.0 - '@babel/types': 7.23.0 + '@babel/parser': 7.23.5 + '@babel/types': 7.23.5 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/traverse@7.23.5: + resolution: {integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==} + engines: {node: '>=6.9.0'} + dependencies: + '@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 transitivePeerDependencies: @@ -1641,7 +1994,16 @@ packages: resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.22.5 + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + dev: true + + /@babel/types@7.23.5: + resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.23.4 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 @@ -1652,169 +2014,22 @@ packages: /@bcoe/v8-coverage@0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - - /@csstools/normalize.css@12.0.0: - resolution: {integrity: sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==} - dev: false - - /@csstools/postcss-cascade-layers@1.1.1(postcss@8.4.31): - resolution: {integrity: sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.13) - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /@csstools/postcss-color-function@1.1.1(postcss@8.4.31): - resolution: {integrity: sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-font-format-keywords@1.0.1(postcss@8.4.31): - resolution: {integrity: sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-hwb-function@1.0.2(postcss@8.4.31): - resolution: {integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-ic-unit@1.0.1(postcss@8.4.31): - resolution: {integrity: sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-is-pseudo-class@2.0.7(postcss@8.4.31): - resolution: {integrity: sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.13) - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /@csstools/postcss-nested-calc@1.0.0(postcss@8.4.31): - resolution: {integrity: sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-normalize-display-values@1.0.1(postcss@8.4.31): - resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-oklab-function@1.1.1(postcss@8.4.31): - resolution: {integrity: sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.31): - resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.3 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-stepped-value-functions@1.0.1(postcss@8.4.31): - resolution: {integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-text-decoration-shorthand@1.0.0(postcss@8.4.31): - resolution: {integrity: sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-trigonometric-functions@1.0.2(postcss@8.4.31): - resolution: {integrity: sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==} - engines: {node: ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-unset-value@1.0.2(postcss@8.4.31): - resolution: {integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - dev: false - - /@csstools/selector-specificity@2.2.0(postcss-selector-parser@6.0.13): - resolution: {integrity: sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - postcss-selector-parser: ^6.0.10 - dependencies: - postcss-selector-parser: 6.0.13 - dev: false + dev: true /@discoveryjs/json-ext@0.5.7: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} dev: true + /@esbuild/android-arm64@0.19.8: + resolution: {integrity: sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLECj6FhDzk1cF9WHMVwrtA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + /@esbuild/android-arm@0.15.18: resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} engines: {node: '>=12'} @@ -1824,47 +2039,238 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.15.18: - resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} + /@esbuild/android-arm@0.19.8: + resolution: {integrity: sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvLBax+VKTPlpnx+sPicOA==} engines: {node: '>=12'} - cpu: [loong64] - os: [linux] + cpu: [arm] + os: [android] requiresBuild: true dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.55.0): - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - dependencies: - eslint: 8.55.0 - eslint-visitor-keys: 3.4.3 + /@esbuild/android-x64@0.19.8: + resolution: {integrity: sha512-rdqqYfRIn4jWOp+lzQttYMa2Xar3OK9Yt2fhOhzFXqg0rVWEfSclJvZq5fZslnz6ypHvVf3CT7qyf0A5pM682A==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true - /@eslint-community/regexpp@4.10.0: - resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + /@esbuild/darwin-arm64@0.19.8: + resolution: {integrity: sha512-RQw9DemMbIq35Bprbboyf8SmOr4UXsRVxJ97LgB55VKKeJOOdvsIPy0nFyF2l8U+h4PtBx/1kRf0BelOYCiQcw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true - /@eslint/eslintrc@1.4.1: - resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - 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 - transitivePeerDependencies: - - supports-color + /@esbuild/darwin-x64@0.19.8: + resolution: {integrity: sha512-3sur80OT9YdeZwIVgERAysAbwncom7b4bCI2XKLjMfPymTud7e/oY4y+ci1XVp5TfQp/bppn7xLw1n/oSQY3/Q==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true dev: true + optional: true - /@eslint/eslintrc@2.1.4: - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} + /@esbuild/freebsd-arm64@0.19.8: + resolution: {integrity: sha512-WAnPJSDattvS/XtPCTj1tPoTxERjcTpH6HsMr6ujTT+X6rylVe8ggxk8pVxzf5U1wh5sPODpawNicF5ta/9Tmw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/freebsd-x64@0.19.8: + resolution: {integrity: sha512-ICvZyOplIjmmhjd6mxi+zxSdpPTKFfyPPQMQTK/w+8eNK6WV01AjIztJALDtwNNfFhfZLux0tZLC+U9nSyA5Zg==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-arm64@0.19.8: + resolution: {integrity: sha512-z1zMZivxDLHWnyGOctT9JP70h0beY54xDDDJt4VpTX+iwA77IFsE1vCXWmprajJGa+ZYSqkSbRQ4eyLCpCmiCQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-arm@0.19.8: + resolution: {integrity: sha512-H4vmI5PYqSvosPaTJuEppU9oz1dq2A7Mr2vyg5TF9Ga+3+MGgBdGzcyBP7qK9MrwFQZlvNyJrvz6GuCaj3OukQ==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-ia32@0.19.8: + resolution: {integrity: sha512-1a8suQiFJmZz1khm/rDglOc8lavtzEMRo0v6WhPgxkrjcU0LkHj+TwBrALwoz/OtMExvsqbbMI0ChyelKabSvQ==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-loong64@0.15.18: + resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-loong64@0.19.8: + resolution: {integrity: sha512-fHZWS2JJxnXt1uYJsDv9+b60WCc2RlvVAy1F76qOLtXRO+H4mjt3Tr6MJ5l7Q78X8KgCFudnTuiQRBhULUyBKQ==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-mips64el@0.19.8: + resolution: {integrity: sha512-Wy/z0EL5qZYLX66dVnEg9riiwls5IYnziwuju2oUiuxVc+/edvqXa04qNtbrs0Ukatg5HEzqT94Zs7J207dN5Q==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-ppc64@0.19.8: + resolution: {integrity: sha512-ETaW6245wK23YIEufhMQ3HSeHO7NgsLx8gygBVldRHKhOlD1oNeNy/P67mIh1zPn2Hr2HLieQrt6tWrVwuqrxg==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-riscv64@0.19.8: + resolution: {integrity: sha512-T2DRQk55SgoleTP+DtPlMrxi/5r9AeFgkhkZ/B0ap99zmxtxdOixOMI570VjdRCs9pE4Wdkz7JYrsPvsl7eESg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-s390x@0.19.8: + resolution: {integrity: sha512-NPxbdmmo3Bk7mbNeHmcCd7R7fptJaczPYBaELk6NcXxy7HLNyWwCyDJ/Xx+/YcNH7Im5dHdx9gZ5xIwyliQCbg==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-x64@0.19.8: + resolution: {integrity: sha512-lytMAVOM3b1gPypL2TRmZ5rnXl7+6IIk8uB3eLsV1JwcizuolblXRrc5ShPrO9ls/b+RTp+E6gbsuLWHWi2zGg==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/netbsd-x64@0.19.8: + resolution: {integrity: sha512-hvWVo2VsXz/8NVt1UhLzxwAfo5sioj92uo0bCfLibB0xlOmimU/DeAEsQILlBQvkhrGjamP0/el5HU76HAitGw==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/openbsd-x64@0.19.8: + resolution: {integrity: sha512-/7Y7u77rdvmGTxR83PgaSvSBJCC2L3Kb1M/+dmSIvRvQPXXCuC97QAwMugBNG0yGcbEGfFBH7ojPzAOxfGNkwQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/sunos-x64@0.19.8: + resolution: {integrity: sha512-9Lc4s7Oi98GqFA4HzA/W2JHIYfnXbUYgekUP/Sm4BG9sfLjyv6GKKHKKVs83SMicBF2JwAX6A1PuOLMqpD001w==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-arm64@0.19.8: + resolution: {integrity: sha512-rq6WzBGjSzihI9deW3fC2Gqiak68+b7qo5/3kmB6Gvbh/NYPA0sJhrnp7wgV4bNwjqM+R2AApXGxMO7ZoGhIJg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-ia32@0.19.8: + resolution: {integrity: sha512-AIAbverbg5jMvJznYiGhrd3sumfwWs8572mIJL5NQjJa06P8KfCPWZQ0NwZbPQnbQi9OWSZhFVSUWjjIrn4hSw==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-x64@0.19.8: + resolution: {integrity: sha512-bfZ0cQ1uZs2PqpulNL5j/3w+GDhP36k1K5c38QdQg+Swy51jFZWWeIkteNsufkQxp986wnqRRsb/bHbY1WQ7TA==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@eslint-community/eslint-utils@4.4.0(eslint@8.55.0): + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + dependencies: + eslint: 8.55.0 + eslint-visitor-keys: 3.4.3 + dev: true + + /@eslint-community/regexpp@4.10.0: + resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + dev: true + + /@eslint/eslintrc@1.4.1: + resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + 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 + transitivePeerDependencies: + - supports-color + dev: true + + /@eslint/eslintrc@2.1.4: + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -1878,10 +2284,12 @@ packages: strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color + dev: true /@eslint/js@8.55.0: resolution: {integrity: sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true /@fastify/deepmerge@1.3.0: resolution: {integrity: sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==} @@ -1907,10 +2315,12 @@ packages: minimatch: 3.1.2 transitivePeerDependencies: - supports-color + dev: true /@humanwhocodes/module-importer@1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} + dev: true /@humanwhocodes/object-schema@1.2.1: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} @@ -1918,6 +2328,7 @@ packages: /@humanwhocodes/object-schema@2.0.1: resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} + dev: true /@istanbuljs/load-nyc-config@1.1.0: resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} @@ -1928,34 +2339,12 @@ packages: get-package-type: 0.1.0 js-yaml: 3.14.1 resolve-from: 5.0.0 + dev: true /@istanbuljs/schema@0.1.3: resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} engines: {node: '>=8'} - - /@jest/console@27.5.1: - resolution: {integrity: sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - chalk: 4.1.2 - jest-message-util: 27.5.1 - jest-util: 27.5.1 - slash: 3.0.0 - dev: false - - /@jest/console@28.1.3: - resolution: {integrity: sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/types': 28.1.3 - '@types/node': 18.11.9 - chalk: 4.1.2 - jest-message-util: 28.1.3 - jest-util: 28.1.3 - slash: 3.0.0 - dev: false + dev: true /@jest/console@29.7.0: resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} @@ -1969,51 +2358,6 @@ packages: slash: 3.0.0 dev: true - /@jest/core@27.5.1: - resolution: {integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@jest/console': 27.5.1 - '@jest/reporters': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - emittery: 0.8.1 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-changed-files: 27.5.1 - jest-config: 27.5.1 - jest-haste-map: 27.5.1 - jest-message-util: 27.5.1 - jest-regex-util: 27.5.1 - jest-resolve: 27.5.1 - jest-resolve-dependencies: 27.5.1 - jest-runner: 27.5.1 - jest-runtime: 27.5.1 - jest-snapshot: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 - jest-watcher: 27.5.1 - micromatch: 4.0.5 - rimraf: 3.0.2 - slash: 3.0.0 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: false - /@jest/core@29.7.0: resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2057,16 +2401,6 @@ packages: - ts-node dev: true - /@jest/environment@27.5.1: - resolution: {integrity: sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/fake-timers': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - jest-mock: 27.5.1 - dev: false - /@jest/environment@29.7.0: resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2094,18 +2428,6 @@ packages: - supports-color dev: true - /@jest/fake-timers@27.5.1: - resolution: {integrity: sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - '@sinonjs/fake-timers': 8.1.0 - '@types/node': 18.11.9 - jest-message-util: 27.5.1 - jest-mock: 27.5.1 - jest-util: 27.5.1 - dev: false - /@jest/fake-timers@29.7.0: resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2118,15 +2440,6 @@ packages: jest-util: 29.7.0 dev: true - /@jest/globals@27.5.1: - resolution: {integrity: sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/environment': 27.5.1 - '@jest/types': 27.5.1 - expect: 27.5.1 - dev: false - /@jest/globals@29.7.0: resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2139,44 +2452,6 @@ packages: - supports-color dev: true - /@jest/reporters@27.5.1: - resolution: {integrity: sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - chalk: 4.1.2 - collect-v8-coverage: 1.0.2 - exit: 0.1.2 - glob: 7.2.3 - graceful-fs: 4.2.11 - istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 5.2.1 - istanbul-lib-report: 3.0.1 - istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.6 - jest-haste-map: 27.5.1 - jest-resolve: 27.5.1 - jest-util: 27.5.1 - jest-worker: 27.5.1 - slash: 3.0.0 - source-map: 0.6.1 - string-length: 4.0.2 - terminal-link: 2.1.1 - v8-to-istanbul: 8.1.1 - transitivePeerDependencies: - - supports-color - dev: false - /@jest/reporters@29.7.0: resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2214,13 +2489,6 @@ packages: - supports-color dev: true - /@jest/schemas@28.1.3: - resolution: {integrity: sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@sinclair/typebox': 0.24.51 - dev: false - /@jest/schemas@29.6.3: resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2228,15 +2496,6 @@ packages: '@sinclair/typebox': 0.27.8 dev: true - /@jest/source-map@27.5.1: - resolution: {integrity: sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - callsites: 3.1.0 - graceful-fs: 4.2.11 - source-map: 0.6.1 - dev: false - /@jest/source-map@29.6.3: resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2246,26 +2505,6 @@ packages: graceful-fs: 4.2.11 dev: true - /@jest/test-result@27.5.1: - resolution: {integrity: sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/console': 27.5.1 - '@jest/types': 27.5.1 - '@types/istanbul-lib-coverage': 2.0.4 - collect-v8-coverage: 1.0.2 - dev: false - - /@jest/test-result@28.1.3: - resolution: {integrity: sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/console': 28.1.3 - '@jest/types': 28.1.3 - '@types/istanbul-lib-coverage': 2.0.4 - collect-v8-coverage: 1.0.2 - dev: false - /@jest/test-result@29.7.0: resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2276,18 +2515,6 @@ packages: collect-v8-coverage: 1.0.2 dev: true - /@jest/test-sequencer@27.5.1: - resolution: {integrity: sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/test-result': 27.5.1 - graceful-fs: 4.2.11 - jest-haste-map: 27.5.1 - jest-runtime: 27.5.1 - transitivePeerDependencies: - - supports-color - dev: false - /@jest/test-sequencer@29.7.0: resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -2298,34 +2525,11 @@ packages: slash: 3.0.0 dev: true - /@jest/transform@27.5.1: - resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@babel/core': 7.23.0 - '@jest/types': 27.5.1 - babel-plugin-istanbul: 6.1.1 - chalk: 4.1.2 - convert-source-map: 1.9.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 - jest-haste-map: 27.5.1 - jest-regex-util: 27.5.1 - jest-util: 27.5.1 - micromatch: 4.0.5 - pirates: 4.0.6 - slash: 3.0.0 - source-map: 0.6.1 - write-file-atomic: 3.0.3 - transitivePeerDependencies: - - supports-color - dev: false - /@jest/transform@29.7.0: resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.19 babel-plugin-istanbul: 6.1.1 @@ -2351,29 +2555,7 @@ packages: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 1.1.2 '@types/yargs': 13.0.12 - - /@jest/types@27.5.1: - resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.2 - '@types/node': 20.8.2 - '@types/yargs': 16.0.6 - chalk: 4.1.2 - dev: false - - /@jest/types@28.1.3: - resolution: {integrity: sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/schemas': 28.1.3 - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.2 - '@types/node': 18.11.9 - '@types/yargs': 17.0.26 - chalk: 4.1.2 - dev: false + dev: true /@jest/types@29.6.3: resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} @@ -2408,6 +2590,7 @@ packages: dependencies: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.19 + dev: true /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} @@ -2420,6 +2603,7 @@ packages: /@leichtgewicht/ip-codec@2.0.4: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} + dev: true /@next/env@13.0.5: resolution: {integrity: sha512-F3KLtiDrUslAZhTYTh8Zk5ZaavbYwLUn3NYPBnOjAXU8hWm0QVGVzKIOuURQ098ofRU4e9oglf3Sj9pFx5nI5w==} @@ -2538,7 +2722,7 @@ packages: resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==} dependencies: eslint-scope: 5.1.1 - dev: false + dev: true /@nodelib/fs.scandir@2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -2546,10 +2730,12 @@ packages: dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 + dev: true /@nodelib/fs.stat@2.0.5: resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} engines: {node: '>= 8'} + dev: true /@nodelib/fs.walk@1.2.8: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} @@ -2557,357 +2743,367 @@ packages: dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 + dev: true - /@pmmmwh/react-refresh-webpack-plugin@0.5.11(react-refresh@0.11.0)(webpack-dev-server@4.15.1)(webpack@5.88.2): - resolution: {integrity: sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==} - engines: {node: '>= 10.13'} - peerDependencies: - '@types/webpack': 4.x || 5.x - react-refresh: '>=0.10.0 <1.0.0' - sockjs-client: ^1.4.0 - type-fest: '>=0.17.0 <5.0.0' - webpack: '>=4.43.0 <6.0.0' - webpack-dev-server: 3.x || 4.x - webpack-hot-middleware: 2.x - webpack-plugin-serve: 0.x || 1.x - peerDependenciesMeta: - '@types/webpack': - optional: true - sockjs-client: - optional: true - type-fest: - optional: true - webpack-dev-server: - optional: true - webpack-hot-middleware: - optional: true - webpack-plugin-serve: - optional: true - dependencies: - ansi-html-community: 0.0.8 - common-path-prefix: 3.0.0 - core-js-pure: 3.33.0 - error-stack-parser: 2.1.4 - find-up: 5.0.0 - html-entities: 2.4.0 - loader-utils: 2.0.4 - react-refresh: 0.11.0 - schema-utils: 3.3.0 - source-map: 0.7.4 - webpack: 5.88.2 - webpack-dev-server: 4.15.1(webpack@5.88.2) - dev: false - - /@rollup/plugin-babel@5.3.1(@babel/core@7.23.0)(rollup@2.79.1): - resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} - engines: {node: '>= 10.0.0'} + /@rollup/pluginutils@5.1.0: + resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} + engines: {node: '>=14.0.0'} peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 - rollup: ^1.20.0||^2.0.0 + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 peerDependenciesMeta: - '@types/babel__core': + rollup: optional: true dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-imports': 7.22.15 - '@rollup/pluginutils': 3.1.0(rollup@2.79.1) - rollup: 2.79.1 - dev: false - - /@rollup/plugin-node-resolve@11.2.1(rollup@2.79.1): - resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==} - engines: {node: '>= 10.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0 - dependencies: - '@rollup/pluginutils': 3.1.0(rollup@2.79.1) - '@types/resolve': 1.17.1 - builtin-modules: 3.3.0 - deepmerge: 4.3.1 - is-module: 1.0.0 - resolve: 1.22.6 - rollup: 2.79.1 - dev: false - - /@rollup/plugin-replace@2.4.2(rollup@2.79.1): - resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} - peerDependencies: - rollup: ^1.20.0 || ^2.0.0 - dependencies: - '@rollup/pluginutils': 3.1.0(rollup@2.79.1) - magic-string: 0.25.9 - rollup: 2.79.1 - dev: false - - /@rollup/pluginutils@3.1.0(rollup@2.79.1): - resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} - engines: {node: '>= 8.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0 - dependencies: - '@types/estree': 0.0.39 - estree-walker: 1.0.1 + '@types/estree': 1.0.2 + estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 2.79.1 - dev: false - - /@rushstack/eslint-patch@1.5.1: - resolution: {integrity: sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==} - - /@sinclair/typebox@0.24.51: - resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==} - dev: false - - /@sinclair/typebox@0.27.8: - resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@sinonjs/commons@1.8.6: - resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} - dependencies: - type-detect: 4.0.8 - dev: false - - /@sinonjs/commons@3.0.0: - resolution: {integrity: sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==} - dependencies: - type-detect: 4.0.8 + /@rollup/rollup-android-arm-eabi@4.6.1: + resolution: {integrity: sha512-0WQ0ouLejaUCRsL93GD4uft3rOmB8qoQMU05Kb8CmMtMBe7XUDLAltxVZI1q6byNqEtU7N1ZX1Vw5lIpgulLQA==} + cpu: [arm] + os: [android] + requiresBuild: true dev: true + optional: true - /@sinonjs/fake-timers@10.3.0: - resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} - dependencies: - '@sinonjs/commons': 3.0.0 + /@rollup/rollup-android-arm64@4.6.1: + resolution: {integrity: sha512-1TKm25Rn20vr5aTGGZqo6E4mzPicCUD79k17EgTLAsXc1zysyi4xXKACfUbwyANEPAEIxkzwue6JZ+stYzWUTA==} + cpu: [arm64] + os: [android] + requiresBuild: true dev: true + optional: true - /@sinonjs/fake-timers@8.1.0: - resolution: {integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==} - dependencies: - '@sinonjs/commons': 1.8.6 - dev: false - - /@surma/rollup-plugin-off-main-thread@2.2.3: - resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} - dependencies: - ejs: 3.1.9 - json5: 2.2.3 - magic-string: 0.25.9 - string.prototype.matchall: 4.0.10 - dev: false - - /@svgr/babel-plugin-add-jsx-attribute@5.4.0: - resolution: {integrity: sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==} - engines: {node: '>=10'} - dev: false - - /@svgr/babel-plugin-remove-jsx-attribute@5.4.0: - resolution: {integrity: sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==} - engines: {node: '>=10'} - dev: false - - /@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1: - resolution: {integrity: sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==} - engines: {node: '>=10'} - dev: false - - /@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1: - resolution: {integrity: sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==} - engines: {node: '>=10'} - dev: false - - /@svgr/babel-plugin-svg-dynamic-title@5.4.0: - resolution: {integrity: sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==} - engines: {node: '>=10'} - dev: false - - /@svgr/babel-plugin-svg-em-dimensions@5.4.0: - resolution: {integrity: sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==} - engines: {node: '>=10'} - dev: false - - /@svgr/babel-plugin-transform-react-native-svg@5.4.0: - resolution: {integrity: sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==} - engines: {node: '>=10'} - dev: false - - /@svgr/babel-plugin-transform-svg-component@5.5.0: - resolution: {integrity: sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==} - engines: {node: '>=10'} - dev: false - - /@svgr/babel-preset@5.5.0: - resolution: {integrity: sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==} - engines: {node: '>=10'} - dependencies: - '@svgr/babel-plugin-add-jsx-attribute': 5.4.0 - '@svgr/babel-plugin-remove-jsx-attribute': 5.4.0 - '@svgr/babel-plugin-remove-jsx-empty-expression': 5.0.1 - '@svgr/babel-plugin-replace-jsx-attribute-value': 5.0.1 - '@svgr/babel-plugin-svg-dynamic-title': 5.4.0 - '@svgr/babel-plugin-svg-em-dimensions': 5.4.0 - '@svgr/babel-plugin-transform-react-native-svg': 5.4.0 - '@svgr/babel-plugin-transform-svg-component': 5.5.0 - dev: false - - /@svgr/core@5.5.0: - resolution: {integrity: sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==} - engines: {node: '>=10'} - dependencies: - '@svgr/plugin-jsx': 5.5.0 - camelcase: 6.3.0 - cosmiconfig: 7.1.0 - transitivePeerDependencies: - - supports-color - dev: false - - /@svgr/hast-util-to-babel-ast@5.5.0: - resolution: {integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==} - engines: {node: '>=10'} - dependencies: - '@babel/types': 7.23.0 - dev: false - - /@svgr/plugin-jsx@5.5.0: - resolution: {integrity: sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==} - engines: {node: '>=10'} - dependencies: - '@babel/core': 7.23.0 - '@svgr/babel-preset': 5.5.0 - '@svgr/hast-util-to-babel-ast': 5.5.0 - svg-parser: 2.0.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@svgr/plugin-svgo@5.5.0: - resolution: {integrity: sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==} - engines: {node: '>=10'} - dependencies: - cosmiconfig: 7.1.0 - deepmerge: 4.3.1 - svgo: 1.3.2 - dev: false - - /@svgr/webpack@5.5.0: - resolution: {integrity: sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==} - engines: {node: '>=10'} - dependencies: - '@babel/core': 7.23.0 - '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.23.0) - '@babel/preset-env': 7.22.20(@babel/core@7.23.0) - '@babel/preset-react': 7.22.15(@babel/core@7.23.0) - '@svgr/core': 5.5.0 - '@svgr/plugin-jsx': 5.5.0 - '@svgr/plugin-svgo': 5.5.0 - loader-utils: 2.0.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@swc/core-darwin-arm64@1.3.100: - resolution: {integrity: sha512-XVWFsKe6ei+SsDbwmsuRkYck1SXRpO60Hioa4hoLwR8fxbA9eVp6enZtMxzVVMBi8ej5seZ4HZQeAWepbukiBw==} - engines: {node: '>=10'} + /@rollup/rollup-darwin-arm64@4.6.1: + resolution: {integrity: sha512-cEXJQY/ZqMACb+nxzDeX9IPLAg7S94xouJJCNVE5BJM8JUEP4HeTF+ti3cmxWeSJo+5D+o8Tc0UAWUkfENdeyw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /@swc/core-darwin-x64@1.3.100: - resolution: {integrity: sha512-KF/MXrnH1nakm1wbt4XV8FS7kvqD9TGmVxeJ0U4bbvxXMvzeYUurzg3AJUTXYmXDhH/VXOYJE5N5RkwZZPs5iA==} - engines: {node: '>=10'} + /@rollup/rollup-darwin-x64@4.6.1: + resolution: {integrity: sha512-LoSU9Xu56isrkV2jLldcKspJ7sSXmZWkAxg7sW/RfF7GS4F5/v4EiqKSMCFbZtDu2Nc1gxxFdQdKwkKS4rwxNg==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /@swc/core-linux-arm64-gnu@1.3.100: - resolution: {integrity: sha512-p8hikNnAEJrw5vHCtKiFT4hdlQxk1V7vqPmvUDgL/qe2menQDK/i12tbz7/3BEQ4UqUPnvwpmVn2d19RdEMNxw==} - engines: {node: '>=10'} + /@rollup/rollup-linux-arm-gnueabihf@4.6.1: + resolution: {integrity: sha512-EfI3hzYAy5vFNDqpXsNxXcgRDcFHUWSx5nnRSCKwXuQlI5J9dD84g2Usw81n3FLBNsGCegKGwwTVsSKK9cooSQ==} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-arm64-gnu@4.6.1: + resolution: {integrity: sha512-9lhc4UZstsegbNLhH0Zu6TqvDfmhGzuCWtcTFXY10VjLLUe4Mr0Ye2L3rrtHaDd/J5+tFMEuo5LTCSCMXWfUKw==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@swc/core-linux-arm64-musl@1.3.100: - resolution: {integrity: sha512-BWx/0EeY89WC4q3AaIaBSGfQxkYxIlS3mX19dwy2FWJs/O+fMvF9oLk/CyJPOZzbp+1DjGeeoGFuDYpiNO91JA==} - engines: {node: '>=10'} + /@rollup/rollup-linux-arm64-musl@4.6.1: + resolution: {integrity: sha512-FfoOK1yP5ksX3wwZ4Zk1NgyGHZyuRhf99j64I5oEmirV8EFT7+OhUZEnP+x17lcP/QHJNWGsoJwrz4PJ9fBEXw==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@swc/core-linux-x64-gnu@1.3.100: - resolution: {integrity: sha512-XUdGu3dxAkjsahLYnm8WijPfKebo+jHgHphDxaW0ovI6sTdmEGFDew7QzKZRlbYL2jRkUuuKuDGvD6lO5frmhA==} - engines: {node: '>=10'} + /@rollup/rollup-linux-x64-gnu@4.6.1: + resolution: {integrity: sha512-DNGZvZDO5YF7jN5fX8ZqmGLjZEXIJRdJEdTFMhiyXqyXubBa0WVLDWSNlQ5JR2PNgDbEV1VQowhVRUh+74D+RA==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@swc/core-linux-x64-musl@1.3.100: - resolution: {integrity: sha512-PhoXKf+f0OaNW/GCuXjJ0/KfK9EJX7z2gko+7nVnEA0p3aaPtbP6cq1Ubbl6CMoPL+Ci3gZ7nYumDqXNc3CtLQ==} - engines: {node: '>=10'} + /@rollup/rollup-linux-x64-musl@4.6.1: + resolution: {integrity: sha512-RkJVNVRM+piYy87HrKmhbexCHg3A6Z6MU0W9GHnJwBQNBeyhCJG9KDce4SAMdicQnpURggSvtbGo9xAWOfSvIQ==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@swc/core-win32-arm64-msvc@1.3.100: - resolution: {integrity: sha512-PwLADZN6F9cXn4Jw52FeP/MCLVHm8vwouZZSOoOScDtihjY495SSjdPnlosMaRSR4wJQssGwiD/4MbpgQPqbAw==} - engines: {node: '>=10'} + /@rollup/rollup-win32-arm64-msvc@4.6.1: + resolution: {integrity: sha512-v2FVT6xfnnmTe3W9bJXl6r5KwJglMK/iRlkKiIFfO6ysKs0rDgz7Cwwf3tjldxQUrHL9INT/1r4VA0n9L/F1vQ==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /@swc/core-win32-ia32-msvc@1.3.100: - resolution: {integrity: sha512-0f6nicKSLlDKlyPRl2JEmkpBV4aeDfRQg6n8mPqgL7bliZIcDahG0ej+HxgNjZfS3e0yjDxsNRa6sAqWU2Z60A==} - engines: {node: '>=10'} + /@rollup/rollup-win32-ia32-msvc@4.6.1: + resolution: {integrity: sha512-YEeOjxRyEjqcWphH9dyLbzgkF8wZSKAKUkldRY6dgNR5oKs2LZazqGB41cWJ4Iqqcy9/zqYgmzBkRoVz3Q9MLw==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /@swc/core-win32-x64-msvc@1.3.100: - resolution: {integrity: sha512-b7J0rPoMkRTa3XyUGt8PwCaIBuYWsL2DqbirrQKRESzgCvif5iNpqaM6kjIjI/5y5q1Ycv564CB51YDpiS8EtQ==} - engines: {node: '>=10'} + /@rollup/rollup-win32-x64-msvc@4.6.1: + resolution: {integrity: sha512-0zfTlFAIhgz8V2G8STq8toAjsYYA6eci1hnXuyOTUFnymrtJwnS6uGKiv3v5UrPZkBlamLvrLV2iiaeqCKzb0A==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /@swc/core@1.3.100: - resolution: {integrity: sha512-7dKgTyxJjlrMwFZYb1auj3Xq0D8ZBe+5oeIgfMlRU05doXZypYJe0LAk0yjj3WdbwYzpF+T1PLxwTWizI0pckw==} - engines: {node: '>=10'} - requiresBuild: true - peerDependencies: - '@swc/helpers': ^0.5.0 - peerDependenciesMeta: - '@swc/helpers': - optional: true - dependencies: - '@swc/counter': 0.1.2 - '@swc/types': 0.1.5 - optionalDependencies: - '@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 + /@rushstack/eslint-patch@1.5.1: + resolution: {integrity: sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==} + dev: true + + /@sinclair/typebox@0.27.8: + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + dev: true + + /@sinonjs/commons@3.0.0: + resolution: {integrity: sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==} + dependencies: + type-detect: 4.0.8 + dev: true + + /@sinonjs/fake-timers@10.3.0: + resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} + dependencies: + '@sinonjs/commons': 3.0.0 + dev: true + + /@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.23.5): + resolution: {integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + dev: true + + /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.23.5): + resolution: {integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + dev: true + + /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.23.5): + resolution: {integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + dev: true + + /@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.23.5): + resolution: {integrity: sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + dev: true + + /@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.23.5): + resolution: {integrity: sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + dev: true + + /@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.23.5): + resolution: {integrity: sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + dev: true + + /@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.23.5): + resolution: {integrity: sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + dev: true + + /@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.23.5): + resolution: {integrity: sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==} + engines: {node: '>=12'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + dev: true + + /@svgr/babel-preset@8.1.0(@babel/core@7.23.5): + resolution: {integrity: sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.23.5 + '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.23.5) + '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.23.5) + dev: true + + /@svgr/core@8.1.0(typescript@4.9.3): + resolution: {integrity: sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==} + engines: {node: '>=14'} + dependencies: + '@babel/core': 7.23.5 + '@svgr/babel-preset': 8.1.0(@babel/core@7.23.5) + camelcase: 6.3.0 + cosmiconfig: 8.3.6(typescript@4.9.3) + snake-case: 3.0.4 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@svgr/hast-util-to-babel-ast@8.0.0: + resolution: {integrity: sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==} + engines: {node: '>=14'} + dependencies: + '@babel/types': 7.23.5 + entities: 4.5.0 + dev: true + + /@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0): + resolution: {integrity: sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==} + engines: {node: '>=14'} + peerDependencies: + '@svgr/core': '*' + dependencies: + '@babel/core': 7.23.5 + '@svgr/babel-preset': 8.1.0(@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 + transitivePeerDependencies: + - supports-color + dev: true + + /@swc/core-darwin-arm64@1.3.100: + resolution: {integrity: sha512-XVWFsKe6ei+SsDbwmsuRkYck1SXRpO60Hioa4hoLwR8fxbA9eVp6enZtMxzVVMBi8ej5seZ4HZQeAWepbukiBw==} + engines: {node: '>=10'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@swc/core-darwin-x64@1.3.100: + resolution: {integrity: sha512-KF/MXrnH1nakm1wbt4XV8FS7kvqD9TGmVxeJ0U4bbvxXMvzeYUurzg3AJUTXYmXDhH/VXOYJE5N5RkwZZPs5iA==} + engines: {node: '>=10'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@swc/core-linux-arm64-gnu@1.3.100: + resolution: {integrity: sha512-p8hikNnAEJrw5vHCtKiFT4hdlQxk1V7vqPmvUDgL/qe2menQDK/i12tbz7/3BEQ4UqUPnvwpmVn2d19RdEMNxw==} + engines: {node: '>=10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@swc/core-linux-arm64-musl@1.3.100: + resolution: {integrity: sha512-BWx/0EeY89WC4q3AaIaBSGfQxkYxIlS3mX19dwy2FWJs/O+fMvF9oLk/CyJPOZzbp+1DjGeeoGFuDYpiNO91JA==} + engines: {node: '>=10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@swc/core-linux-x64-gnu@1.3.100: + resolution: {integrity: sha512-XUdGu3dxAkjsahLYnm8WijPfKebo+jHgHphDxaW0ovI6sTdmEGFDew7QzKZRlbYL2jRkUuuKuDGvD6lO5frmhA==} + engines: {node: '>=10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@swc/core-linux-x64-musl@1.3.100: + resolution: {integrity: sha512-PhoXKf+f0OaNW/GCuXjJ0/KfK9EJX7z2gko+7nVnEA0p3aaPtbP6cq1Ubbl6CMoPL+Ci3gZ7nYumDqXNc3CtLQ==} + engines: {node: '>=10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@swc/core-win32-arm64-msvc@1.3.100: + resolution: {integrity: sha512-PwLADZN6F9cXn4Jw52FeP/MCLVHm8vwouZZSOoOScDtihjY495SSjdPnlosMaRSR4wJQssGwiD/4MbpgQPqbAw==} + engines: {node: '>=10'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@swc/core-win32-ia32-msvc@1.3.100: + resolution: {integrity: sha512-0f6nicKSLlDKlyPRl2JEmkpBV4aeDfRQg6n8mPqgL7bliZIcDahG0ej+HxgNjZfS3e0yjDxsNRa6sAqWU2Z60A==} + engines: {node: '>=10'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@swc/core-win32-x64-msvc@1.3.100: + resolution: {integrity: sha512-b7J0rPoMkRTa3XyUGt8PwCaIBuYWsL2DqbirrQKRESzgCvif5iNpqaM6kjIjI/5y5q1Ycv564CB51YDpiS8EtQ==} + engines: {node: '>=10'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@swc/core@1.3.100: + resolution: {integrity: sha512-7dKgTyxJjlrMwFZYb1auj3Xq0D8ZBe+5oeIgfMlRU05doXZypYJe0LAk0yjj3WdbwYzpF+T1PLxwTWizI0pckw==} + engines: {node: '>=10'} + requiresBuild: true + peerDependencies: + '@swc/helpers': ^0.5.0 + peerDependenciesMeta: + '@swc/helpers': + optional: true + dependencies: + '@swc/counter': 0.1.2 + '@swc/types': 0.1.5 + optionalDependencies: + '@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 dev: true /@swc/counter@0.1.2: @@ -2935,6 +3131,7 @@ packages: dom-accessibility-api: 0.5.16 lz-string: 1.5.0 pretty-format: 27.5.1 + dev: true /@testing-library/jest-dom@4.2.4: resolution: {integrity: sha512-j31Bn0rQo12fhCWOUWy9fl7wtqkp7In/YP2p5ZFyRuiiB9Qs3g+hS4gAmDWONbAHcRmVooNJ5eOHQDCOmUFXHg==} @@ -2949,6 +3146,7 @@ packages: lodash: 4.17.21 pretty-format: 24.9.0 redent: 3.0.0 + dev: true /@testing-library/react@13.4.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==} @@ -2962,6 +3160,7 @@ packages: '@types/react-dom': 18.0.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + dev: true /@testing-library/user-event@14.4.3(@testing-library/dom@8.20.1): resolution: {integrity: sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==} @@ -2970,91 +3169,99 @@ packages: '@testing-library/dom': '>=7.21.4' dependencies: '@testing-library/dom': 8.20.1 - dev: false - - /@tootallnate/once@1.1.2: - resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} - engines: {node: '>= 6'} - dev: false + dev: true /@tootallnate/once@2.0.0: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} dev: true - /@trysound/sax@0.2.0: - resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} - engines: {node: '>=10.13.0'} - dev: false - /@types/aria-query@5.0.2: resolution: {integrity: sha512-PHKZuMN+K5qgKIWhBodXzQslTo5P+K/6LqeKXS6O/4liIDdZqaX5RXrCK++LAw+y/nptN48YmUMFiQHRSWYwtQ==} + dev: true /@types/babel__core@7.20.2: resolution: {integrity: sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==} + dependencies: + '@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 + dev: true + + /@types/babel__core@7.20.5: + resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: '@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 + dev: true /@types/babel__generator@7.6.5: resolution: {integrity: sha512-h9yIuWbJKdOPLJTbmSpPzkF67e659PbQDba7ifWm5BJ8xTv+sDmS7rFmywkWOvXedGTivCdeGSIIX8WLcRTz8w==} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 + dev: true /@types/babel__template@7.4.2: resolution: {integrity: sha512-/AVzPICMhMOMYoSx9MoKpGDKdBRsIXMNByh1PXSZoa+v6ZoLa8xxtsT/uLQ/NJm0XVAWl/BvId4MlDeXJaeIZQ==} dependencies: - '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/parser': 7.23.5 + '@babel/types': 7.23.5 + dev: true /@types/babel__traverse@7.20.2: resolution: {integrity: sha512-ojlGK1Hsfce93J0+kn3H5R73elidKUaZonirN33GSmgTUMpzI/MIFfSpF3haANe3G1bEBS9/9/QEqwTzwqFsKw==} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 + dev: true /@types/body-parser@1.19.3: resolution: {integrity: sha512-oyl4jvAfTGX9Bt6Or4H9ni1Z447/tQuxnZsytsCaExKlmJiU8sFgnIBRzJUpKwB5eWn9HuBYlUlVA74q/yN0eQ==} dependencies: '@types/connect': 3.4.36 '@types/node': 18.11.9 + dev: true /@types/bonjour@3.5.11: resolution: {integrity: sha512-isGhjmBtLIxdHBDl2xGwUzEM8AOyOvWsADWq7rqirdi/ZQoHnLWErHvsThcEzTX8juDRiZtzp2Qkv5bgNh6mAg==} dependencies: '@types/node': 18.11.9 + dev: true /@types/connect-history-api-fallback@1.5.1: resolution: {integrity: sha512-iaQslNbARe8fctL5Lk+DsmgWOM83lM+7FzP0eQUJs1jd3kBE8NWqBTIT2S8SqQOJjxvt2eyIjpOuYeRXq2AdMw==} dependencies: '@types/express-serve-static-core': 4.17.37 '@types/node': 18.11.9 + dev: true /@types/connect@3.4.36: resolution: {integrity: sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==} dependencies: '@types/node': 18.11.9 + dev: true /@types/eslint-scope@3.7.5: resolution: {integrity: sha512-JNvhIEyxVW6EoMIFIvj93ZOywYFatlpu9deeH6eSx6PE3WHYvHaQtmHmQeNw7aA81bYGBPPQqdtBm6b1SsQMmA==} dependencies: '@types/eslint': 8.44.3 '@types/estree': 1.0.2 + dev: true /@types/eslint@8.44.3: resolution: {integrity: sha512-iM/WfkwAhwmPff3wZuPLYiHX18HI24jU8k1ZSH7P8FHwxTjZ2P6CoX2wnF43oprR+YXJM6UUxATkNvyv/JHd+g==} dependencies: '@types/estree': 1.0.2 '@types/json-schema': 7.0.13 - - /@types/estree@0.0.39: - resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} - dev: false + dev: true /@types/estree@1.0.2: resolution: {integrity: sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==} + dev: true /@types/express-serve-static-core@4.17.37: resolution: {integrity: sha512-ZohaCYTgGFcOP7u6aJOhY9uIZQgZ2vxC2yWoArY+FeDXlqeH66ZVBjgvg+RLVAS/DWNq4Ap9ZXu1+SUQiiWYMg==} @@ -3063,6 +3270,7 @@ packages: '@types/qs': 6.9.8 '@types/range-parser': 1.2.5 '@types/send': 0.17.2 + dev: true /@types/express@4.17.18: resolution: {integrity: sha512-Sxv8BSLLgsBYmcnGdGjjEjqET2U+AKAdCRODmMiq02FgjwuV75Ut85DRpvFjyw/Mk0vgUOliGRU0UUmuuZHByQ==} @@ -3071,22 +3279,27 @@ packages: '@types/express-serve-static-core': 4.17.37 '@types/qs': 6.9.8 '@types/serve-static': 1.15.3 + dev: true /@types/graceful-fs@4.1.7: resolution: {integrity: sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw==} dependencies: '@types/node': 18.11.9 + dev: true /@types/html-minifier-terser@6.1.0: resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} + dev: true /@types/http-errors@2.0.2: resolution: {integrity: sha512-lPG6KlZs88gef6aD85z3HNkztpj7w2R7HmR3gygjfXCQmsLloWNARFkMuzKiiY8FGdh1XDpgBdrSf4aKDiA7Kg==} + dev: true /@types/http-proxy@1.17.12: resolution: {integrity: sha512-kQtujO08dVtQ2wXAuSFfk9ASy3sug4+ogFR8Kd8UgP8PEuc1/G/8yjYRmp//PcDNJEUKOza/MrQu15bouEUCiw==} dependencies: '@types/node': 18.11.9 + dev: true /@types/is-even@1.0.1: resolution: {integrity: sha512-8FbDpWHrWEiXXCuuwkuPT2p4tHr7fhOR2STGdSyQ0ljlqJT7sIqtHSRDXFSLTHqtizXmvThht0Hx3+2+7MAewg==} @@ -3098,22 +3311,26 @@ packages: /@types/istanbul-lib-coverage@2.0.4: resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} + dev: true /@types/istanbul-lib-report@3.0.1: resolution: {integrity: sha512-gPQuzaPR5h/djlAv2apEG1HVOyj1IUs7GpfMZixU0/0KXT3pm64ylHuMUI1/Akh+sq/iikxg6Z2j+fcMDXaaTQ==} dependencies: '@types/istanbul-lib-coverage': 2.0.4 + dev: true /@types/istanbul-reports@1.1.2: resolution: {integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==} dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-lib-report': 3.0.1 + dev: true /@types/istanbul-reports@3.0.2: resolution: {integrity: sha512-kv43F9eb3Lhj+lr/Hn6OcLCs/sSM8bt+fIaP11rCYngfV6NVjzWXJ17owQtDQTL9tQ8WSLUrGsSJ6rJz0F1w1A==} dependencies: '@types/istanbul-lib-report': 3.0.1 + dev: true /@types/jest@29.2.3: resolution: {integrity: sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==} @@ -3132,18 +3349,23 @@ packages: /@types/json-schema@7.0.13: resolution: {integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==} + dev: true /@types/json5@0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} + dev: true /@types/mime@1.3.3: resolution: {integrity: sha512-Ys+/St+2VF4+xuY6+kDIXGxbNRO0mesVg0bbxEfB97Od1Vjpjx9KD1qxs64Gcb3CWPirk9Xe+PT4YiiHQ9T+eg==} + dev: true /@types/mime@3.0.2: resolution: {integrity: sha512-Wj+fqpTLtTbG7c0tH47dkahefpLKEbB+xAZuLq7b4/IDHPl/n6VoXcyUQ2bypFlbSwvCr0y+bD4euTTqTJsPxQ==} + dev: true /@types/node@18.11.9: resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} + dev: true /@types/node@18.18.3: resolution: {integrity: sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==} @@ -3151,32 +3373,29 @@ packages: /@types/node@20.8.2: resolution: {integrity: sha512-Vvycsc9FQdwhxE3y3DzeIxuEJbWGDsnrxvMADzTDF/lcdR9/K+AQIeAghTQsHtotg/q0j3WEOYS/jQgSdWue3w==} + dev: true - /@types/parse-json@4.0.0: - resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} - dev: false - - /@types/prettier@2.7.3: - resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} - dev: false + /@types/parse-json@4.0.2: + resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} + dev: true /@types/prop-types@15.7.8: resolution: {integrity: sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==} - - /@types/q@1.5.6: - resolution: {integrity: sha512-IKjZ8RjTSwD4/YG+2gtj7BPFRB/lNbWKTiSj3M7U/TD2B7HfYCxvp2Zz6xA2WIY7pAuL1QOUPw8gQRbUrrq4fQ==} - dev: false + dev: true /@types/qs@6.9.8: resolution: {integrity: sha512-u95svzDlTysU5xecFNTgfFG5RUWu1A9P0VzgpcIiGZA9iraHOdSzcxMxQ55DyeRaGCSxQi7LxXDI4rzq/MYfdg==} + dev: true /@types/range-parser@1.2.5: resolution: {integrity: sha512-xrO9OoVPqFuYyR/loIHjnbvvyRZREYKLjxV4+dY6v3FQR3stQ9ZxIGkaclF7YhI9hfjpuTbu14hZEy94qKLtOA==} + dev: true /@types/react-dom@18.0.9: resolution: {integrity: sha512-qnVvHxASt/H7i+XG1U1xMiY5t+IHcPGUK7TDMDzom08xa7e86eCeKOiLZezwCKVxJn6NEiiy2ekgX8aQssjIKg==} dependencies: '@types/react': 18.0.25 + dev: true /@types/react@18.0.25: resolution: {integrity: sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==} @@ -3184,32 +3403,40 @@ packages: '@types/prop-types': 15.7.8 '@types/scheduler': 0.16.4 csstype: 3.1.2 + dev: true - /@types/resolve@1.17.1: - resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} + /@types/react@18.2.0: + resolution: {integrity: sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==} dependencies: - '@types/node': 18.11.9 - dev: false + '@types/prop-types': 15.7.8 + '@types/scheduler': 0.16.4 + csstype: 3.1.2 + dev: true /@types/retry@0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} + dev: true /@types/scheduler@0.16.4: resolution: {integrity: sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==} + dev: true /@types/semver@7.5.3: resolution: {integrity: sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==} + dev: true /@types/send@0.17.2: resolution: {integrity: sha512-aAG6yRf6r0wQ29bkS+x97BIs64ZLxeE/ARwyS6wrldMm3C1MdKwCcnnEwMC1slI8wuxJOpiUH9MioC0A0i+GJw==} dependencies: '@types/mime': 1.3.3 '@types/node': 18.11.9 + dev: true /@types/serve-index@1.9.2: resolution: {integrity: sha512-asaEIoc6J+DbBKXtO7p2shWUpKacZOoMBEGBgPG91P8xhO53ohzHWGCs4ScZo5pQMf5ukQzVT9fhX1WzpHihig==} dependencies: '@types/express': 4.17.18 + dev: true /@types/serve-static@1.15.3: resolution: {integrity: sha512-yVRvFsEMrv7s0lGhzrggJjNOSmZCdgCjw9xWrPr/kNNLp6FaDfMC1KaYl3TSJ0c58bECwNBMoQrZJ8hA8E1eFg==} @@ -3217,46 +3444,43 @@ packages: '@types/http-errors': 2.0.2 '@types/mime': 3.0.2 '@types/node': 18.11.9 + dev: true /@types/sockjs@0.3.34: resolution: {integrity: sha512-R+n7qBFnm/6jinlteC9DBL5dGiDGjWAvjo4viUanpnc/dG1y7uDoacXPIQ/PQEg1fI912SMHIa014ZjRpvDw4g==} dependencies: '@types/node': 18.11.9 + dev: true /@types/stack-utils@2.0.1: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} + dev: true /@types/tough-cookie@4.0.3: resolution: {integrity: sha512-THo502dA5PzG/sfQH+42Lw3fvmYkceefOspdCwpHRul8ik2Jv1K8I5OZz1AT3/rs46kwgMCe9bSBmDLYkkOMGg==} dev: true - /@types/trusted-types@2.0.4: - resolution: {integrity: sha512-IDaobHimLQhjwsQ/NMwRVfa/yL7L/wriQPMhw1ZJall0KX6E1oxk29XMDeilW5qTIg5aoiqf5Udy8U/51aNoQQ==} - dev: false - /@types/ws@8.5.6: resolution: {integrity: sha512-8B5EO9jLVCy+B58PLHvLDuOD8DRVMgQzq8d55SjLCOn9kqGyqOvy27exVaTio1q1nX5zLu8/6N0n2ThSxOM6tg==} dependencies: '@types/node': 18.11.9 + dev: true /@types/yargs-parser@21.0.1: resolution: {integrity: sha512-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ==} + dev: true /@types/yargs@13.0.12: resolution: {integrity: sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==} dependencies: '@types/yargs-parser': 21.0.1 - - /@types/yargs@16.0.6: - resolution: {integrity: sha512-oTP7/Q13GSPrgcwEwdlnkoZSQ1Hg9THe644qq8PG6hhJzjZ3qj1JjEFPIwWV/IXVs5XGIVqtkNOS9kh63WIJ+A==} - dependencies: - '@types/yargs-parser': 21.0.1 - dev: false + dev: true /@types/yargs@17.0.26: resolution: {integrity: sha512-Y3vDy2X6zw/ZCumcwLpdhM5L7jmyGpmBCTYMHDLqT2IKVMYRRLdv6ZakA+wxhra6Z/3bwhNbNl9bDGXaFU+6rw==} dependencies: '@types/yargs-parser': 21.0.1 + dev: true /@typescript-eslint/eslint-plugin@5.44.0(@typescript-eslint/parser@5.44.0)(eslint@8.55.0)(typescript@4.9.3): resolution: {integrity: sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==} @@ -3283,6 +3507,7 @@ packages: typescript: 4.9.3 transitivePeerDependencies: - supports-color + dev: true /@typescript-eslint/experimental-utils@5.62.0(eslint@8.55.0)(typescript@4.9.3): resolution: {integrity: sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==} @@ -3295,7 +3520,7 @@ packages: transitivePeerDependencies: - supports-color - typescript - dev: false + dev: true /@typescript-eslint/parser@5.44.0(eslint@8.28.0)(typescript@4.9.3): resolution: {integrity: sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==} @@ -3335,6 +3560,7 @@ packages: typescript: 4.9.3 transitivePeerDependencies: - supports-color + dev: true /@typescript-eslint/scope-manager@5.44.0: resolution: {integrity: sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==} @@ -3342,6 +3568,7 @@ packages: dependencies: '@typescript-eslint/types': 5.44.0 '@typescript-eslint/visitor-keys': 5.44.0 + dev: true /@typescript-eslint/scope-manager@5.62.0: resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} @@ -3349,7 +3576,7 @@ packages: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - dev: false + dev: true /@typescript-eslint/type-utils@5.44.0(eslint@8.55.0)(typescript@4.9.3): resolution: {integrity: sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==} @@ -3369,15 +3596,17 @@ packages: typescript: 4.9.3 transitivePeerDependencies: - supports-color + dev: true /@typescript-eslint/types@5.44.0: resolution: {integrity: sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true /@typescript-eslint/types@5.62.0: resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: false + dev: true /@typescript-eslint/typescript-estree@5.44.0(typescript@4.9.3): resolution: {integrity: sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==} @@ -3398,6 +3627,7 @@ packages: typescript: 4.9.3 transitivePeerDependencies: - supports-color + dev: true /@typescript-eslint/typescript-estree@5.62.0(typescript@4.9.3): resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} @@ -3418,7 +3648,7 @@ packages: typescript: 4.9.3 transitivePeerDependencies: - supports-color - dev: false + dev: true /@typescript-eslint/utils@5.44.0(eslint@8.55.0)(typescript@4.9.3): resolution: {integrity: sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==} @@ -3438,6 +3668,7 @@ packages: transitivePeerDependencies: - supports-color - typescript + dev: true /@typescript-eslint/utils@5.62.0(eslint@8.55.0)(typescript@4.9.3): resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} @@ -3457,7 +3688,7 @@ packages: transitivePeerDependencies: - supports-color - typescript - dev: false + dev: true /@typescript-eslint/visitor-keys@5.44.0: resolution: {integrity: sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==} @@ -3465,6 +3696,7 @@ packages: dependencies: '@typescript-eslint/types': 5.44.0 eslint-visitor-keys: 3.4.3 + dev: true /@typescript-eslint/visitor-keys@5.62.0: resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} @@ -3472,10 +3704,27 @@ packages: dependencies: '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 - dev: false + dev: true /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + dev: true + + /@vitejs/plugin-react@4.2.0(vite@3.2.7): + resolution: {integrity: sha512-+MHTH/e6H12kRp5HUkzOGqPMksezRMmW+TNzlh/QXfI8rRf6l2Z2yH/v12no1UvTwhZgEDMuQ7g7rrfMseU6FQ==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.2.0 || ^5.0.0 + dependencies: + '@babel/core': 7.23.5 + '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.5) + '@types/babel__core': 7.20.5 + react-refresh: 0.14.0 + vite: 3.2.7 + transitivePeerDependencies: + - supports-color + dev: true /@vitejs/plugin-vue-jsx@2.1.1(vite@3.2.7)(vue@3.2.45): resolution: {integrity: sha512-JgDhxstQlwnHBvZ1BSnU5mbmyQ14/t5JhREc6YH5kWyu2QdAAOsLF6xgHoIWarj8tddaiwFrNzLbWJPudpXKYA==} @@ -3515,6 +3764,44 @@ packages: vue: 3.3.4 dev: true + /@vitest/expect@1.0.2: + resolution: {integrity: sha512-mAIo/8uddSWkjQMLFcjqZP3WmkwvvN0OtlyZIu33jFnwme3vZds8m8EDMxtj+Uzni2DwtPfHNjJcTM8zTV1f4A==} + dependencies: + '@vitest/spy': 1.0.2 + '@vitest/utils': 1.0.2 + chai: 4.3.10 + dev: true + + /@vitest/runner@1.0.2: + resolution: {integrity: sha512-ZcHJXPT2kg/9Hc4fNkCbItlsgZSs3m4vQbxB8LCSdzpbG85bExCmSvu6K9lWpMNdoKfAr1Jn0BwS9SWUcGnbTQ==} + dependencies: + '@vitest/utils': 1.0.2 + p-limit: 5.0.0 + pathe: 1.1.1 + dev: true + + /@vitest/snapshot@1.0.2: + resolution: {integrity: sha512-9ClDz2/aV5TfWA4reV7XR9p+hE0e7bifhwxlURugj3Fw0YXeTFzHmKCNEHd6wOIFMfthbGGwhlq7TOJ2jDO4/g==} + dependencies: + magic-string: 0.30.5 + pathe: 1.1.1 + pretty-format: 29.7.0 + dev: true + + /@vitest/spy@1.0.2: + resolution: {integrity: sha512-YlnHmDntp+zNV3QoTVFI5EVHV0AXpiThd7+xnDEbWnD6fw0TH/J4/+3GFPClLimR39h6nA5m0W4Bjm5Edg4A/A==} + dependencies: + tinyspy: 2.2.0 + dev: true + + /@vitest/utils@1.0.2: + resolution: {integrity: sha512-GPQkGHAnFAP/+seSbB9pCsj339yRrMgILoI5H2sPevTLCYgBq0VRjF8QSllmnQyvf0EontF6KUIt2t5s2SmqoQ==} + dependencies: + diff-sequences: 29.6.3 + loupe: 2.3.7 + pretty-format: 29.7.0 + dev: true + /@volar/language-core@1.0.9: resolution: {integrity: sha512-5Fty3slLet6svXiJw2YxhYeo6c7wFdtILrql5bZymYLM+HbiZtJbryW1YnUEKAP7MO9Mbeh+TNH4Z0HFxHgIqw==} dependencies: @@ -3570,7 +3857,7 @@ packages: '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0) '@babel/template': 7.22.15 '@babel/traverse': 7.23.0 - '@babel/types': 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 @@ -3591,7 +3878,7 @@ packages: /@vue/compiler-core@3.2.45: resolution: {integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==} dependencies: - '@babel/parser': 7.23.0 + '@babel/parser': 7.23.5 '@vue/shared': 3.2.45 estree-walker: 2.0.2 source-map: 0.6.1 @@ -3599,7 +3886,7 @@ packages: /@vue/compiler-core@3.3.4: resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==} dependencies: - '@babel/parser': 7.23.0 + '@babel/parser': 7.23.5 '@vue/shared': 3.3.4 estree-walker: 2.0.2 source-map-js: 1.0.2 @@ -3706,7 +3993,7 @@ packages: /@vue/reactivity-transform@3.2.45: resolution: {integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==} dependencies: - '@babel/parser': 7.23.0 + '@babel/parser': 7.23.5 '@vue/compiler-core': 3.2.45 '@vue/shared': 3.2.45 estree-walker: 2.0.2 @@ -3715,7 +4002,7 @@ packages: /@vue/reactivity-transform@3.3.4: resolution: {integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==} dependencies: - '@babel/parser': 7.23.0 + '@babel/parser': 7.23.5 '@vue/compiler-core': 3.3.4 '@vue/shared': 3.3.4 estree-walker: 2.0.2 @@ -3807,15 +4094,19 @@ packages: dependencies: '@webassemblyjs/helper-numbers': 1.11.6 '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + dev: true /@webassemblyjs/floating-point-hex-parser@1.11.6: resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} + dev: true /@webassemblyjs/helper-api-error@1.11.6: resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} + dev: true /@webassemblyjs/helper-buffer@1.11.6: resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==} + dev: true /@webassemblyjs/helper-numbers@1.11.6: resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} @@ -3823,9 +4114,11 @@ packages: '@webassemblyjs/floating-point-hex-parser': 1.11.6 '@webassemblyjs/helper-api-error': 1.11.6 '@xtuc/long': 4.2.2 + dev: true /@webassemblyjs/helper-wasm-bytecode@1.11.6: resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} + dev: true /@webassemblyjs/helper-wasm-section@1.11.6: resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==} @@ -3834,19 +4127,23 @@ packages: '@webassemblyjs/helper-buffer': 1.11.6 '@webassemblyjs/helper-wasm-bytecode': 1.11.6 '@webassemblyjs/wasm-gen': 1.11.6 + dev: true /@webassemblyjs/ieee754@1.11.6: resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} dependencies: '@xtuc/ieee754': 1.2.0 + dev: true /@webassemblyjs/leb128@1.11.6: resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} dependencies: '@xtuc/long': 4.2.2 + dev: true /@webassemblyjs/utf8@1.11.6: resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} + dev: true /@webassemblyjs/wasm-edit@1.11.6: resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==} @@ -3859,6 +4156,7 @@ packages: '@webassemblyjs/wasm-opt': 1.11.6 '@webassemblyjs/wasm-parser': 1.11.6 '@webassemblyjs/wast-printer': 1.11.6 + dev: true /@webassemblyjs/wasm-gen@1.11.6: resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==} @@ -3868,6 +4166,7 @@ packages: '@webassemblyjs/ieee754': 1.11.6 '@webassemblyjs/leb128': 1.11.6 '@webassemblyjs/utf8': 1.11.6 + dev: true /@webassemblyjs/wasm-opt@1.11.6: resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==} @@ -3876,6 +4175,7 @@ packages: '@webassemblyjs/helper-buffer': 1.11.6 '@webassemblyjs/wasm-gen': 1.11.6 '@webassemblyjs/wasm-parser': 1.11.6 + dev: true /@webassemblyjs/wasm-parser@1.11.6: resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==} @@ -3886,12 +4186,14 @@ packages: '@webassemblyjs/ieee754': 1.11.6 '@webassemblyjs/leb128': 1.11.6 '@webassemblyjs/utf8': 1.11.6 + dev: true /@webassemblyjs/wast-printer@1.11.6: resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==} dependencies: '@webassemblyjs/ast': 1.11.6 '@xtuc/long': 4.2.2 + dev: true /@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.89.0): resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==} @@ -3933,12 +4235,15 @@ packages: /@xtuc/ieee754@1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} + dev: true /@xtuc/long@4.2.2: resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} + dev: true /abab@2.0.6: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} + dev: true /accepts@1.3.8: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} @@ -3946,13 +4251,7 @@ packages: dependencies: mime-types: 2.1.35 negotiator: 0.6.3 - - /acorn-globals@6.0.0: - resolution: {integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==} - dependencies: - acorn: 7.4.1 - acorn-walk: 7.2.0 - dev: false + dev: true /acorn-globals@7.0.1: resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} @@ -3967,6 +4266,7 @@ packages: acorn: ^8 dependencies: acorn: 8.10.0 + dev: true /acorn-jsx@5.3.2(acorn@8.10.0): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} @@ -3974,40 +4274,23 @@ packages: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: acorn: 8.10.0 - - /acorn-walk@7.2.0: - resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} - engines: {node: '>=0.4.0'} - dev: false + dev: true /acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} engines: {node: '>=0.4.0'} dev: true - /acorn@7.4.1: - resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + /acorn-walk@8.3.1: + resolution: {integrity: sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==} engines: {node: '>=0.4.0'} - hasBin: true - dev: false + dev: true /acorn@8.10.0: resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} engines: {node: '>=0.4.0'} hasBin: true - - /address@1.2.2: - resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} - engines: {node: '>= 10.0.0'} - dev: false - - /adjust-sourcemap-loader@4.0.0: - resolution: {integrity: sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==} - engines: {node: '>=8.9'} - dependencies: - loader-utils: 2.0.4 - regex-parser: 2.2.11 - dev: false + dev: true /agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} @@ -4016,6 +4299,16 @@ packages: debug: 4.3.4 transitivePeerDependencies: - supports-color + dev: true + + /agent-base@7.1.0: + resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} + engines: {node: '>= 14'} + dependencies: + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: true /ajv-formats@2.1.1(ajv@8.12.0): resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} @@ -4026,6 +4319,7 @@ packages: optional: true dependencies: ajv: 8.12.0 + dev: true /ajv-keywords@3.5.2(ajv@6.12.6): resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} @@ -4033,6 +4327,7 @@ packages: ajv: ^6.9.1 dependencies: ajv: 6.12.6 + dev: true /ajv-keywords@5.1.0(ajv@8.12.0): resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} @@ -4041,6 +4336,7 @@ packages: dependencies: ajv: 8.12.0 fast-deep-equal: 3.1.3 + dev: true /ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} @@ -4049,6 +4345,7 @@ packages: fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 uri-js: 4.4.1 + dev: true /ajv@8.12.0: resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} @@ -4057,30 +4354,30 @@ packages: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 uri-js: 4.4.1 + dev: true /ansi-escapes@4.3.2: resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} engines: {node: '>=8'} dependencies: type-fest: 0.21.3 + dev: true /ansi-html-community@0.0.8: resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==} engines: {'0': node >= 0.8.0} hasBin: true + dev: true /ansi-regex@4.1.1: resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} engines: {node: '>=6'} + dev: true /ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} - - /ansi-regex@6.0.1: - resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} - engines: {node: '>=12'} - dev: false + dev: true /ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} @@ -4093,14 +4390,12 @@ packages: engines: {node: '>=8'} dependencies: color-convert: 2.0.1 + dev: true /ansi-styles@5.2.0: resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} engines: {node: '>=10'} - - /any-promise@1.3.0: - resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} - dev: false + dev: true /anymatch@3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} @@ -4108,40 +4403,44 @@ packages: dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 - - /arg@5.0.2: - resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} - dev: false + dev: true /argparse@1.0.10: resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: sprintf-js: 1.0.3 + dev: true /argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + dev: true /aria-query@5.1.3: resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} dependencies: deep-equal: 2.2.2 + dev: true /aria-query@5.3.0: resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} dependencies: dequal: 2.0.3 + dev: true /array-buffer-byte-length@1.0.0: resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} dependencies: call-bind: 1.0.2 is-array-buffer: 3.0.2 + dev: true /array-flatten@1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} + dev: true /array-flatten@2.1.2: resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==} + dev: true /array-includes@3.1.7: resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} @@ -4152,10 +4451,12 @@ packages: es-abstract: 1.22.2 get-intrinsic: 1.2.1 is-string: 1.0.7 + dev: true /array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} + dev: true /array.prototype.findlastindex@1.2.3: resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} @@ -4166,6 +4467,7 @@ packages: es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 get-intrinsic: 1.2.1 + dev: true /array.prototype.flat@1.3.2: resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} @@ -4175,6 +4477,7 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 + dev: true /array.prototype.flatmap@1.3.2: resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} @@ -4184,17 +4487,7 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 - - /array.prototype.reduce@1.0.6: - resolution: {integrity: sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.1 - es-abstract: 1.22.2 - es-array-method-boxes-properly: 1.0.0 - is-string: 1.0.7 - dev: false + dev: true /array.prototype.tosorted@1.1.2: resolution: {integrity: sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==} @@ -4204,6 +4497,7 @@ packages: es-abstract: 1.22.2 es-shim-unscopables: 1.0.0 get-intrinsic: 1.2.1 + dev: true /arraybuffer.prototype.slice@1.0.2: resolution: {integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==} @@ -4216,83 +4510,47 @@ packages: get-intrinsic: 1.2.1 is-array-buffer: 3.0.2 is-shared-array-buffer: 1.0.2 + dev: true - /asap@2.0.6: - resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} - dev: false + /assertion-error@1.1.0: + resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} + dev: true /ast-types-flow@0.0.7: resolution: {integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==} - - /async@3.2.4: - resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} - dev: false + dev: true /asynciterator.prototype@1.0.0: resolution: {integrity: sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==} dependencies: has-symbols: 1.0.3 + dev: true /asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - - /at-least-node@1.0.0: - resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} - engines: {node: '>= 4.0.0'} - dev: false + dev: true /atob@2.1.2: resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} engines: {node: '>= 4.5.0'} hasBin: true - - /autoprefixer@10.4.16(postcss@8.4.31): - resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - dependencies: - browserslist: 4.22.1 - caniuse-lite: 1.0.30001542 - fraction.js: 4.3.6 - normalize-range: 0.1.2 - picocolors: 1.0.0 - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false + dev: true /available-typed-arrays@1.0.5: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} + dev: true /axe-core@4.8.2: resolution: {integrity: sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==} engines: {node: '>=4'} + dev: true /axobject-query@3.2.1: resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==} dependencies: dequal: 2.0.3 - - /babel-jest@27.5.1(@babel/core@7.23.0): - resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - peerDependencies: - '@babel/core': ^7.8.0 - dependencies: - '@babel/core': 7.23.0 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 - '@types/babel__core': 7.20.2 - babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1(@babel/core@7.23.0) - chalk: 4.1.2 - graceful-fs: 4.2.11 - slash: 3.0.0 - transitivePeerDependencies: - - supports-color - dev: false + dev: true /babel-jest@29.7.0(@babel/core@7.23.0): resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} @@ -4312,21 +4570,6 @@ packages: - supports-color dev: true - /babel-loader@8.3.0(@babel/core@7.23.0)(webpack@5.88.2): - resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} - engines: {node: '>= 8.9'} - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - dependencies: - '@babel/core': 7.23.0 - find-cache-dir: 3.3.2 - loader-utils: 2.0.4 - make-dir: 3.1.0 - schema-utils: 2.7.1 - webpack: 5.88.2 - dev: false - /babel-plugin-istanbul@6.1.1: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} @@ -4338,23 +4581,14 @@ packages: test-exclude: 6.0.0 transitivePeerDependencies: - supports-color - - /babel-plugin-jest-hoist@27.5.1: - resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@babel/template': 7.22.15 - '@babel/types': 7.23.0 - '@types/babel__core': 7.20.2 - '@types/babel__traverse': 7.20.2 - dev: false + dev: true /babel-plugin-jest-hoist@29.6.3: resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.0 + '@babel/types': 7.23.5 '@types/babel__core': 7.20.2 '@types/babel__traverse': 7.20.2 dev: true @@ -4366,55 +4600,47 @@ packages: '@babel/runtime': 7.23.1 cosmiconfig: 7.1.0 resolve: 1.22.6 - dev: false - - /babel-plugin-named-asset-import@0.3.8(@babel/core@7.23.0): - resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} - peerDependencies: - '@babel/core': ^7.1.0 - dependencies: - '@babel/core': 7.23.0 - dev: false + dev: true - /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.23.0): - resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==} + /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.5): + resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.22.20 - '@babel/core': 7.23.0 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0) + '@babel/compat-data': 7.23.5 + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: false + dev: true - /babel-plugin-polyfill-corejs3@0.8.4(@babel/core@7.23.0): - resolution: {integrity: sha512-9l//BZZsPR+5XjyJMPtZSK4jv0BsTO1zDac2GC6ygx9WLGlcsnRd1Co0B2zT5fF5Ic6BZy+9m3HNZ3QcOeDKfg==} + /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.5): + resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0) - core-js-compat: 3.33.0 + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) + core-js-compat: 3.34.0 transitivePeerDependencies: - supports-color - dev: false + dev: true - /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.23.0): - resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==} + /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.5): + resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) transitivePeerDependencies: - supports-color - dev: false + dev: true /babel-plugin-transform-react-remove-prop-types@0.4.24: resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} - dev: false + dev: true /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.0): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} @@ -4434,17 +4660,27 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0) + dev: true - /babel-preset-jest@27.5.1(@babel/core@7.23.0): - resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.5): + resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.0) - dev: false + '@babel/core': 7.23.5 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.5) + dev: true /babel-preset-jest@29.6.3(@babel/core@7.23.0): resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} @@ -4460,55 +4696,39 @@ packages: /babel-preset-react-app@10.0.1: resolution: {integrity: sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==} dependencies: - '@babel/core': 7.23.0 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-decorators': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.0) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.23.0) - '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-runtime': 7.22.15(@babel/core@7.23.0) - '@babel/preset-env': 7.22.20(@babel/core@7.23.0) - '@babel/preset-react': 7.22.15(@babel/core@7.23.0) - '@babel/preset-typescript': 7.23.0(@babel/core@7.23.0) + '@babel/core': 7.23.5 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.5) + '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.23.5) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.5) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.5) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.5) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.23.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.23.5) + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-runtime': 7.23.4(@babel/core@7.23.5) + '@babel/preset-env': 7.23.5(@babel/core@7.23.5) + '@babel/preset-react': 7.23.3(@babel/core@7.23.5) + '@babel/preset-typescript': 7.23.3(@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 transitivePeerDependencies: - supports-color - dev: false + dev: true /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + dev: true /batch@0.6.1: resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} - - /bfj@7.1.0: - resolution: {integrity: sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==} - engines: {node: '>= 8.0.0'} - dependencies: - bluebird: 3.7.2 - check-types: 11.2.3 - hoopy: 0.1.4 - jsonpath: 1.1.1 - tryer: 1.0.1 - dev: false - - /big.js@5.2.2: - resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} - dev: false + dev: true /binary-extensions@2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} - - /bluebird@3.7.2: - resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} - dev: false + dev: true /body-parser@1.20.1: resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} @@ -4528,6 +4748,7 @@ packages: unpipe: 1.0.0 transitivePeerDependencies: - supports-color + dev: true /bonjour-service@1.1.1: resolution: {integrity: sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==} @@ -4536,30 +4757,31 @@ packages: dns-equal: 1.0.0 fast-deep-equal: 3.1.3 multicast-dns: 7.2.5 + dev: true /boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} + dev: true /brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 + dev: true /brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} dependencies: balanced-match: 1.0.2 + dev: true /braces@3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} dependencies: fill-range: 7.0.1 - - /browser-process-hrtime@1.0.0: - resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} - dev: false + dev: true /browserslist@4.22.1: resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} @@ -4570,73 +4792,90 @@ packages: electron-to-chromium: 1.4.539 node-releases: 2.0.13 update-browserslist-db: 1.0.13(browserslist@4.22.1) + dev: true + + /browserslist@4.22.2: + resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + 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) /bser@2.1.1: resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} dependencies: node-int64: 0.4.0 + dev: true /buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} - - /builtin-modules@3.3.0: - resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} - engines: {node: '>=6'} - dev: false + dev: true /bytes@3.0.0: resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} engines: {node: '>= 0.8'} + dev: true /bytes@3.1.2: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} + dev: true + + /cac@6.7.14: + resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} + engines: {node: '>=8'} + dev: true /call-bind@1.0.2: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 get-intrinsic: 1.2.1 + dev: true /callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} + dev: true /camel-case@4.1.2: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 tslib: 2.6.2 - - /camelcase-css@2.0.1: - resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} - engines: {node: '>= 6'} - dev: false + dev: true /camelcase@5.3.1: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} + dev: true /camelcase@6.3.0: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - - /caniuse-api@3.0.0: - resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} - dependencies: - browserslist: 4.22.1 - caniuse-lite: 1.0.30001542 - lodash.memoize: 4.1.2 - lodash.uniq: 4.5.0 - dev: false + dev: true /caniuse-lite@1.0.30001542: resolution: {integrity: sha512-UrtAXVcj1mvPBFQ4sKd38daP8dEcXXr5sQe6QNNinaPd0iA/cxg9/l3VrSdL73jgw5sKyuQ6jNgiKO12W3SsVA==} - /case-sensitive-paths-webpack-plugin@2.4.0: - resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==} + /caniuse-lite@1.0.30001566: + resolution: {integrity: sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==} + + /chai@4.3.10: + resolution: {integrity: sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==} engines: {node: '>=4'} - dev: false + dependencies: + 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 + dev: true /chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} @@ -4652,19 +4891,18 @@ packages: dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 + dev: true /char-regex@1.0.2: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} engines: {node: '>=10'} + dev: true - /char-regex@2.0.1: - resolution: {integrity: sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==} - engines: {node: '>=12.20'} - dev: false - - /check-types@11.2.3: - resolution: {integrity: sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==} - dev: false + /check-error@1.0.3: + resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} + dependencies: + get-func-name: 2.0.2 + dev: true /chokidar@3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} @@ -4679,35 +4917,32 @@ packages: readdirp: 3.6.0 optionalDependencies: fsevents: 2.3.3 + dev: true /chrome-trace-event@1.0.3: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} + dev: true /ci-info@3.8.0: resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} engines: {node: '>=8'} + dev: true /cjs-module-lexer@1.2.3: resolution: {integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==} + dev: true /clean-css@5.3.2: resolution: {integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==} engines: {node: '>= 10.0'} dependencies: source-map: 0.6.1 + dev: true /client-only@0.0.1: resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} - /cliui@7.0.4: - resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} - dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 - dev: false - /cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} @@ -4729,18 +4964,11 @@ packages: /co@4.6.0: resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} - - /coa@2.0.2: - resolution: {integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==} - engines: {node: '>= 4.0'} - dependencies: - '@types/q': 1.5.6 - chalk: 2.4.2 - q: 1.5.1 - dev: false + dev: true /collect-v8-coverage@1.0.2: resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==} + dev: true /color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} @@ -4752,25 +4980,25 @@ packages: engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 + dev: true /color-name@1.1.3: resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} /color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - - /colord@2.9.3: - resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} - dev: false + dev: true /colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + dev: true /combined-stream@1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 + dev: true /commander@10.0.1: resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} @@ -4779,39 +5007,19 @@ packages: /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - - /commander@4.1.1: - resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} - engines: {node: '>= 6'} - dev: false - - /commander@7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} - dev: false + dev: true /commander@8.3.0: resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} engines: {node: '>= 12'} - - /common-path-prefix@3.0.0: - resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} - dev: false - - /common-tags@1.8.2: - resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==} - engines: {node: '>=4.0.0'} - dev: false - - /commondir@1.0.1: - resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} - dev: false + dev: true /compressible@2.0.18: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 + dev: true /compression@1.7.4: resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} @@ -4826,81 +5034,85 @@ packages: vary: 1.1.2 transitivePeerDependencies: - supports-color + dev: true /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + dev: true /confusing-browser-globals@1.0.11: resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==} - dev: false + dev: true /connect-history-api-fallback@2.0.0: resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==} engines: {node: '>=0.8'} + dev: true /content-disposition@0.5.4: resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} engines: {node: '>= 0.6'} dependencies: safe-buffer: 5.2.1 + dev: true /content-type@1.0.5: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} + dev: true /convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + dev: true /convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} /cookie-signature@1.0.6: resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} + dev: true /cookie@0.5.0: resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} engines: {node: '>= 0.6'} + dev: true - /core-js-compat@3.33.0: - resolution: {integrity: sha512-0w4LcLXsVEuNkIqwjjf9rjCoPhK8uqA4tMRh4Ge26vfLtUutshn+aRJU21I9LCJlh2QQHfisNToLjw1XEJLTWw==} + /core-js-compat@3.34.0: + resolution: {integrity: sha512-4ZIyeNbW/Cn1wkMMDy+mvrRUxrwFNjKwbhCfQpDd+eLgYipDqp8oGFGtLmhh18EDPKA0g3VUBYOxQGGwvWLVpA==} dependencies: - browserslist: 4.22.1 - dev: false - - /core-js-pure@3.33.0: - resolution: {integrity: sha512-FKSIDtJnds/YFIEaZ4HszRX7hkxGpNKM7FC9aJ9WLJbSd3lD4vOltFuVIBLR8asSx9frkTSqL0dw90SKQxgKrg==} - requiresBuild: true - dev: false - - /core-js@3.33.0: - resolution: {integrity: sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==} - requiresBuild: true - dev: false + browserslist: 4.22.2 + dev: true /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + dev: true - /cosmiconfig@6.0.0: - resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==} - engines: {node: '>=8'} + /cosmiconfig@7.1.0: + resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} + engines: {node: '>=10'} dependencies: - '@types/parse-json': 4.0.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 - dev: false + dev: true - /cosmiconfig@7.1.0: - resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} - engines: {node: '>=10'} + /cosmiconfig@8.3.6(typescript@4.9.3): + resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} + engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true dependencies: - '@types/parse-json': 4.0.0 import-fresh: 3.3.0 + js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - yaml: 1.10.2 - dev: false + typescript: 4.9.3 + dev: true /cross-spawn@6.0.5: resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} @@ -4920,110 +5132,7 @@ packages: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 - - /crypto-random-string@2.0.0: - resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} - engines: {node: '>=8'} - dev: false - - /css-blank-pseudo@3.0.3(postcss@8.4.31): - resolution: {integrity: sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==} - engines: {node: ^12 || ^14 || >=16} - hasBin: true - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /css-declaration-sorter@6.4.1(postcss@8.4.31): - resolution: {integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==} - engines: {node: ^10 || ^12 || >=14} - peerDependencies: - postcss: ^8.0.9 - dependencies: - postcss: 8.4.31 - dev: false - - /css-has-pseudo@3.0.4(postcss@8.4.31): - resolution: {integrity: sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==} - engines: {node: ^12 || ^14 || >=16} - hasBin: true - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /css-loader@6.8.1(webpack@5.88.2): - resolution: {integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - dependencies: - icss-utils: 5.1.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.31) - postcss-modules-local-by-default: 4.0.3(postcss@8.4.31) - postcss-modules-scope: 3.0.0(postcss@8.4.31) - postcss-modules-values: 4.0.0(postcss@8.4.31) - postcss-value-parser: 4.2.0 - semver: 7.5.4 - webpack: 5.88.2 - dev: false - - /css-minimizer-webpack-plugin@3.4.1(webpack@5.88.2): - resolution: {integrity: sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==} - engines: {node: '>= 12.13.0'} - peerDependencies: - '@parcel/css': '*' - clean-css: '*' - csso: '*' - esbuild: '*' - webpack: ^5.0.0 - peerDependenciesMeta: - '@parcel/css': - optional: true - clean-css: - optional: true - csso: - optional: true - esbuild: - optional: true - dependencies: - cssnano: 5.1.15(postcss@8.4.31) - jest-worker: 27.5.1 - postcss: 8.4.31 - schema-utils: 4.2.0 - serialize-javascript: 6.0.1 - source-map: 0.6.1 - webpack: 5.88.2 - dev: false - - /css-prefers-color-scheme@6.0.3(postcss@8.4.31): - resolution: {integrity: sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==} - engines: {node: ^12 || ^14 || >=16} - hasBin: true - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.31 - dev: false - - /css-select-base-adapter@0.1.1: - resolution: {integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==} - dev: false - - /css-select@2.1.0: - resolution: {integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==} - dependencies: - boolbase: 1.0.0 - css-what: 3.4.2 - domutils: 1.7.0 - nth-check: 1.0.2 - dev: false + dev: true /css-select@4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} @@ -5033,34 +5142,16 @@ packages: domhandler: 4.3.1 domutils: 2.8.0 nth-check: 2.1.1 - - /css-tree@1.0.0-alpha.37: - resolution: {integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==} - engines: {node: '>=8.0.0'} - dependencies: - mdn-data: 2.0.4 - source-map: 0.6.1 - dev: false - - /css-tree@1.1.3: - resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} - engines: {node: '>=8.0.0'} - dependencies: - mdn-data: 2.0.14 - source-map: 0.6.1 - dev: false - - /css-what@3.4.2: - resolution: {integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==} - engines: {node: '>= 6'} - dev: false + dev: true /css-what@6.1.0: resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} + dev: true /css.escape@1.5.1: resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} + dev: true /css@2.2.4: resolution: {integrity: sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==} @@ -5069,89 +5160,11 @@ packages: source-map: 0.6.1 source-map-resolve: 0.5.3 urix: 0.1.0 - - /cssdb@7.7.2: - resolution: {integrity: sha512-pQPYP7/kch4QlkTcLuUNiNL2v/E+O+VIdotT+ug62/+2B2/jkzs5fMM6RHCzGCZ9C82pODEMSIzRRUzJOrl78g==} - dev: false - - /cssesc@3.0.0: - resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} - engines: {node: '>=4'} - hasBin: true - dev: false - - /cssnano-preset-default@5.2.14(postcss@8.4.31): - resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - css-declaration-sorter: 6.4.1(postcss@8.4.31) - cssnano-utils: 3.1.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-calc: 8.2.4(postcss@8.4.31) - postcss-colormin: 5.3.1(postcss@8.4.31) - postcss-convert-values: 5.1.3(postcss@8.4.31) - postcss-discard-comments: 5.1.2(postcss@8.4.31) - postcss-discard-duplicates: 5.1.0(postcss@8.4.31) - postcss-discard-empty: 5.1.1(postcss@8.4.31) - postcss-discard-overridden: 5.1.0(postcss@8.4.31) - postcss-merge-longhand: 5.1.7(postcss@8.4.31) - postcss-merge-rules: 5.1.4(postcss@8.4.31) - postcss-minify-font-values: 5.1.0(postcss@8.4.31) - postcss-minify-gradients: 5.1.1(postcss@8.4.31) - postcss-minify-params: 5.1.4(postcss@8.4.31) - postcss-minify-selectors: 5.2.1(postcss@8.4.31) - postcss-normalize-charset: 5.1.0(postcss@8.4.31) - postcss-normalize-display-values: 5.1.0(postcss@8.4.31) - postcss-normalize-positions: 5.1.1(postcss@8.4.31) - postcss-normalize-repeat-style: 5.1.1(postcss@8.4.31) - postcss-normalize-string: 5.1.0(postcss@8.4.31) - postcss-normalize-timing-functions: 5.1.0(postcss@8.4.31) - postcss-normalize-unicode: 5.1.1(postcss@8.4.31) - postcss-normalize-url: 5.1.0(postcss@8.4.31) - postcss-normalize-whitespace: 5.1.1(postcss@8.4.31) - postcss-ordered-values: 5.1.3(postcss@8.4.31) - postcss-reduce-initial: 5.1.2(postcss@8.4.31) - postcss-reduce-transforms: 5.1.0(postcss@8.4.31) - postcss-svgo: 5.1.0(postcss@8.4.31) - postcss-unique-selectors: 5.1.1(postcss@8.4.31) - dev: false - - /cssnano-utils@3.1.0(postcss@8.4.31): - resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - dev: false - - /cssnano@5.1.15(postcss@8.4.31): - resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - cssnano-preset-default: 5.2.14(postcss@8.4.31) - lilconfig: 2.1.0 - postcss: 8.4.31 - yaml: 1.10.2 - dev: false - - /csso@4.2.0: - resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} - engines: {node: '>=8.0.0'} - dependencies: - css-tree: 1.1.3 - dev: false + dev: true /cssom@0.3.8: resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} - - /cssom@0.4.4: - resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==} - dev: false + dev: true /cssom@0.5.0: resolution: {integrity: sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==} @@ -5162,24 +5175,25 @@ packages: engines: {node: '>=8'} dependencies: cssom: 0.3.8 + dev: true + + /cssstyle@3.0.0: + resolution: {integrity: sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg==} + engines: {node: '>=14'} + dependencies: + rrweb-cssom: 0.6.0 + dev: true /csstype@2.6.21: resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} /csstype@3.1.2: resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} + dev: true /damerau-levenshtein@1.0.8: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} - - /data-urls@2.0.0: - resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} - engines: {node: '>=10'} - dependencies: - abab: 2.0.6 - whatwg-mimetype: 2.3.0 - whatwg-url: 8.7.0 - dev: false + dev: true /data-urls@3.0.2: resolution: {integrity: sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==} @@ -5190,6 +5204,14 @@ packages: whatwg-url: 11.0.0 dev: true + /data-urls@5.0.0: + resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==} + engines: {node: '>=18'} + dependencies: + whatwg-mimetype: 4.0.0 + whatwg-url: 14.0.0 + dev: true + /de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} dev: true @@ -5203,6 +5225,7 @@ packages: optional: true dependencies: ms: 2.0.0 + dev: true /debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} @@ -5213,6 +5236,7 @@ packages: optional: true dependencies: ms: 2.1.3 + dev: true /debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} @@ -5227,14 +5251,12 @@ packages: /decimal.js@10.4.3: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} + dev: true /decode-uri-component@0.2.2: resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} engines: {node: '>=0.10'} - - /dedent@0.7.0: - resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} - dev: false + dev: true /dedent@1.5.1: resolution: {integrity: sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==} @@ -5245,6 +5267,13 @@ packages: optional: true dev: true + /deep-eql@4.1.3: + resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} + engines: {node: '>=6'} + dependencies: + type-detect: 4.0.8 + dev: true + /deep-equal@2.2.2: resolution: {integrity: sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==} dependencies: @@ -5266,19 +5295,23 @@ packages: which-boxed-primitive: 1.0.2 which-collection: 1.0.1 which-typed-array: 1.1.11 + dev: true /deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + dev: true /deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} + dev: true /default-gateway@6.0.3: resolution: {integrity: sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==} engines: {node: '>= 10'} dependencies: execa: 5.1.1 + dev: true /define-data-property@1.1.0: resolution: {integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==} @@ -5287,10 +5320,12 @@ packages: get-intrinsic: 1.2.1 gopd: 1.0.1 has-property-descriptors: 1.0.0 + dev: true /define-lazy-prop@2.0.0: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} + dev: true /define-properties@1.2.1: resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} @@ -5299,57 +5334,46 @@ packages: define-data-property: 1.1.0 has-property-descriptors: 1.0.0 object-keys: 1.1.1 + dev: true /delayed-stream@1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} + dev: true /depd@1.1.2: resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} engines: {node: '>= 0.6'} + dev: true /depd@2.0.0: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} + dev: true /dequal@2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} + dev: true /destroy@1.2.0: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + dev: true /detect-newline@3.1.0: resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} engines: {node: '>=8'} + dev: true /detect-node@2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} - - /detect-port-alt@1.1.6: - resolution: {integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==} - engines: {node: '>= 4.2.1'} - hasBin: true - dependencies: - address: 1.2.2 - debug: 2.6.9 - transitivePeerDependencies: - - supports-color - dev: false - - /didyoumean@1.2.2: - resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} - dev: false + dev: true /diff-sequences@24.9.0: resolution: {integrity: sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==} engines: {node: '>= 6'} - - /diff-sequences@27.5.1: - resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dev: false + dev: true /diff-sequences@29.6.3: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} @@ -5361,46 +5385,42 @@ packages: engines: {node: '>=8'} dependencies: path-type: 4.0.0 - - /dlv@1.1.3: - resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} - dev: false + dev: true /dns-equal@1.0.0: resolution: {integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==} + dev: true /dns-packet@5.6.1: resolution: {integrity: sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==} engines: {node: '>=6'} dependencies: '@leichtgewicht/ip-codec': 2.0.4 + dev: true /doctrine@2.1.0: resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} engines: {node: '>=0.10.0'} dependencies: esutils: 2.0.3 + dev: true /doctrine@3.0.0: resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 + dev: true /dom-accessibility-api@0.5.16: resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} + dev: true /dom-converter@0.2.0: resolution: {integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==} dependencies: utila: 0.4.0 - - /dom-serializer@0.2.2: - resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==} - dependencies: - domelementtype: 2.3.0 - entities: 2.2.0 - dev: false + dev: true /dom-serializer@1.4.1: resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==} @@ -5408,20 +5428,11 @@ packages: domelementtype: 2.3.0 domhandler: 4.3.1 entities: 2.2.0 - - /domelementtype@1.3.1: - resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==} - dev: false + dev: true /domelementtype@2.3.0: resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} - - /domexception@2.0.1: - resolution: {integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==} - engines: {node: '>=8'} - dependencies: - webidl-conversions: 5.0.0 - dev: false + dev: true /domexception@4.0.0: resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==} @@ -5435,13 +5446,7 @@ packages: engines: {node: '>= 4'} dependencies: domelementtype: 2.3.0 - - /domutils@1.7.0: - resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==} - dependencies: - dom-serializer: 0.2.2 - domelementtype: 1.3.1 - dev: false + dev: true /domutils@2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} @@ -5449,69 +5454,43 @@ packages: dom-serializer: 1.4.1 domelementtype: 2.3.0 domhandler: 4.3.1 + dev: true /dot-case@3.0.4: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 tslib: 2.6.2 - - /dotenv-expand@5.1.0: - resolution: {integrity: sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==} - dev: false - - /dotenv@10.0.0: - resolution: {integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==} - engines: {node: '>=10'} - dev: false - - /duplexer@0.1.2: - resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} - dev: false + dev: true /ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - - /ejs@3.1.9: - resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} - engines: {node: '>=0.10.0'} - hasBin: true - dependencies: - jake: 10.8.7 - dev: false + dev: true /electron-to-chromium@1.4.539: resolution: {integrity: sha512-wRmWJ8F7rgmINuI32S6r2SLrw/h/bJQsDSvBiq9GBfvc2Lh73qTOwn73r3Cf67mjVgFGJYcYtmERzySa5jIWlg==} + dev: true - /emittery@0.10.2: - resolution: {integrity: sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==} - engines: {node: '>=12'} - dev: false + /electron-to-chromium@1.4.608: + resolution: {integrity: sha512-J2f/3iIIm3Mo0npneITZ2UPe4B1bg8fTNrFjD8715F/k1BvbviRuqYGkET1PgprrczXYTHFvotbBOmUp6KE0uA==} /emittery@0.13.1: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} engines: {node: '>=12'} dev: true - /emittery@0.8.1: - resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} - engines: {node: '>=10'} - dev: false - /emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + dev: true /emoji-regex@9.2.2: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} - - /emojis-list@3.0.0: - resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} - engines: {node: '>= 4'} - dev: false + dev: true /encodeurl@1.0.2: resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} engines: {node: '>= 0.8'} + dev: true /enhanced-resolve@5.15.0: resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} @@ -5519,9 +5498,11 @@ packages: dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 + dev: true /entities@2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} + dev: true /entities@4.5.0: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} @@ -5538,12 +5519,7 @@ packages: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} dependencies: is-arrayish: 0.2.1 - - /error-stack-parser@2.1.4: - resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} - dependencies: - stackframe: 1.3.4 - dev: false + dev: true /es-abstract@1.22.2: resolution: {integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==} @@ -5588,10 +5564,7 @@ packages: typed-array-length: 1.0.4 unbox-primitive: 1.0.2 which-typed-array: 1.1.11 - - /es-array-method-boxes-properly@1.0.0: - resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} - dev: false + dev: true /es-get-iterator@1.1.3: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} @@ -5605,6 +5578,7 @@ packages: is-string: 1.0.7 isarray: 2.0.5 stop-iteration-iterator: 1.0.0 + dev: true /es-iterator-helpers@1.0.15: resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==} @@ -5623,9 +5597,11 @@ packages: internal-slot: 1.0.5 iterator.prototype: 1.1.2 safe-array-concat: 1.0.1 + dev: true /es-module-lexer@1.3.1: resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==} + dev: true /es-set-tostringtag@2.0.1: resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} @@ -5634,11 +5610,13 @@ packages: get-intrinsic: 1.2.1 has: 1.0.3 has-tostringtag: 1.0.0 + dev: true /es-shim-unscopables@1.0.0: resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} dependencies: has: 1.0.3 + dev: true /es-to-primitive@1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} @@ -5647,6 +5625,7 @@ packages: is-callable: 1.2.7 is-date-object: 1.0.5 is-symbol: 1.0.4 + dev: true /esbuild-android-64@0.15.18: resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==} @@ -5858,12 +5837,43 @@ packages: esbuild-windows-arm64: 0.15.18 dev: true + /esbuild@0.19.8: + resolution: {integrity: sha512-l7iffQpT2OrZfH2rXIp7/FkmaeZM0vxbxN9KfiCwGYuZqzMg/JdvX26R31Zxn/Pxvsrg3Y9N6XTcnknqDyyv4w==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@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 + dev: true + /escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} /escape-html@1.0.3: resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + dev: true /escape-string-regexp@1.0.5: resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} @@ -5872,23 +5882,12 @@ packages: /escape-string-regexp@2.0.0: resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} engines: {node: '>=8'} + dev: true /escape-string-regexp@4.0.0: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - - /escodegen@1.14.3: - resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==} - engines: {node: '>=4.0'} - hasBin: true - dependencies: - esprima: 4.0.1 - estraverse: 4.3.0 - esutils: 2.0.3 - optionator: 0.8.3 - optionalDependencies: - source-map: 0.6.1 - dev: false + dev: true /escodegen@2.1.0: resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} @@ -5900,6 +5899,7 @@ packages: esutils: 2.0.3 optionalDependencies: source-map: 0.6.1 + dev: true /eslint-config-next@13.0.5(eslint@8.28.0)(next@13.0.5)(typescript@4.9.3): resolution: {integrity: sha512-lge94W7ME6kNCO96eCykq5GbKbllzmcDNDhh1/llMCRgNPl0+GIQ8dOoM0I7uRQVW56VmTXFybJFXgow11a5pg==} @@ -5917,18 +5917,18 @@ packages: eslint: 8.28.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.28.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) + eslint-plugin-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(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0) + next: 13.0.5(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) typescript: 4.9.3 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color dev: true - /eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.22.5)(@babel/plugin-transform-react-jsx@7.22.15)(eslint@8.55.0)(jest@27.5.1)(typescript@4.9.3): + /eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.23.3)(@babel/plugin-transform-react-jsx@7.23.4)(eslint@8.55.0)(typescript@4.9.3): resolution: {integrity: sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -5938,17 +5938,17 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.23.0 - '@babel/eslint-parser': 7.22.15(@babel/core@7.23.0)(eslint@8.55.0) + '@babel/core': 7.23.5 + '@babel/eslint-parser': 7.23.3(@babel/core@7.23.5)(eslint@8.55.0) '@rushstack/eslint-patch': 1.5.1 '@typescript-eslint/eslint-plugin': 5.44.0(@typescript-eslint/parser@5.44.0)(eslint@8.55.0)(typescript@4.9.3) '@typescript-eslint/parser': 5.44.0(eslint@8.55.0)(typescript@4.9.3) babel-preset-react-app: 10.0.1 confusing-browser-globals: 1.0.11 eslint: 8.55.0 - eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.22.5)(@babel/plugin-transform-react-jsx@7.22.15)(eslint@8.55.0) + eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.23.3)(@babel/plugin-transform-react-jsx@7.23.4)(eslint@8.55.0) eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.44.0)(eslint@8.55.0) - eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.44.0)(eslint@8.55.0)(jest@27.5.1)(typescript@4.9.3) + eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.44.0)(eslint@8.55.0)(typescript@4.9.3) 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) @@ -5961,7 +5961,7 @@ packages: - eslint-import-resolver-webpack - jest - supports-color - dev: false + dev: true /eslint-import-resolver-node@0.3.9: resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} @@ -5971,6 +5971,7 @@ packages: resolve: 1.22.6 transitivePeerDependencies: - supports-color + dev: true /eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.28.0): resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==} @@ -5983,7 +5984,7 @@ packages: enhanced-resolve: 5.15.0 eslint: 8.28.0 eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) + 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 @@ -6052,9 +6053,37 @@ packages: eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color - dev: false + dev: true + + /eslint-module-utils@2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.28.0): + resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint: + optional: true + eslint-import-resolver-node: + optional: true + eslint-import-resolver-typescript: + optional: true + eslint-import-resolver-webpack: + optional: true + dependencies: + debug: 3.2.7 + eslint: 8.28.0 + eslint-import-resolver-node: 0.3.9 + transitivePeerDependencies: + - supports-color + dev: true - /eslint-plugin-flowtype@8.0.3(@babel/plugin-syntax-flow@7.22.5)(@babel/plugin-transform-react-jsx@7.22.15)(eslint@8.55.0): + /eslint-plugin-flowtype@8.0.3(@babel/plugin-syntax-flow@7.23.3)(@babel/plugin-transform-react-jsx@7.23.4)(eslint@8.55.0): resolution: {integrity: sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -6062,14 +6091,14 @@ packages: '@babel/plugin-transform-react-jsx': ^7.14.9 eslint: ^8.1.0 dependencies: - '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.0) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.5) + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.5) eslint: 8.55.0 lodash: 4.17.21 string-natural-compare: 3.0.1 - dev: false + dev: true - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.44.0)(eslint@8.55.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -6079,16 +6108,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.44.0(eslint@8.28.0)(typescript@4.9.3) + '@typescript-eslint/parser': 5.44.0(eslint@8.55.0)(typescript@4.9.3) 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: 8.55.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.28.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint@8.55.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -6104,7 +6133,7 @@ packages: - supports-color dev: true - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.44.0)(eslint@8.55.0): + /eslint-plugin-import@2.28.1(eslint@8.28.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -6114,16 +6143,15 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.44.0(eslint@8.55.0)(typescript@4.9.3) 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: 8.28.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.44.0)(eslint-import-resolver-node@0.3.9)(eslint@8.55.0) + eslint-module-utils: 2.8.0(eslint-import-resolver-node@0.3.9)(eslint@8.28.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -6137,9 +6165,9 @@ packages: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: false + dev: true - /eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.44.0)(eslint@8.55.0)(jest@27.5.1)(typescript@4.9.3): + /eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.44.0)(eslint@8.55.0)(typescript@4.9.3): resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -6155,11 +6183,10 @@ packages: '@typescript-eslint/eslint-plugin': 5.44.0(@typescript-eslint/parser@5.44.0)(eslint@8.55.0)(typescript@4.9.3) '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.55.0)(typescript@4.9.3) eslint: 8.55.0 - jest: 27.5.1 transitivePeerDependencies: - supports-color - typescript - dev: false + dev: true /eslint-plugin-jsx-a11y@6.7.1(eslint@8.28.0): resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} @@ -6209,7 +6236,7 @@ packages: object.entries: 1.1.7 object.fromentries: 2.0.7 semver: 6.3.1 - dev: false + dev: true /eslint-plugin-react-hooks@4.6.0(eslint@8.28.0): resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} @@ -6227,7 +6254,7 @@ packages: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: eslint: 8.55.0 - dev: false + dev: true /eslint-plugin-react@7.33.2(eslint@8.28.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} @@ -6277,7 +6304,7 @@ packages: resolve: 2.0.0-next.4 semver: 6.3.1 string.prototype.matchall: 4.0.10 - dev: false + dev: true /eslint-plugin-testing-library@5.11.1(eslint@8.55.0)(typescript@4.9.3): resolution: {integrity: sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==} @@ -6290,7 +6317,7 @@ packages: transitivePeerDependencies: - supports-color - typescript - dev: false + dev: true /eslint-scope@5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} @@ -6298,6 +6325,7 @@ packages: dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 + dev: true /eslint-scope@7.2.2: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} @@ -6305,6 +6333,7 @@ packages: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 + dev: true /eslint-utils@3.0.0(eslint@8.28.0): resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} @@ -6324,30 +6353,17 @@ packages: dependencies: eslint: 8.55.0 eslint-visitor-keys: 2.1.0 + dev: true /eslint-visitor-keys@2.1.0: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} + dev: true /eslint-visitor-keys@3.4.3: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - - /eslint-webpack-plugin@3.2.0(eslint@8.55.0)(webpack@5.88.2): - resolution: {integrity: sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==} - engines: {node: '>= 12.13.0'} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - webpack: ^5.0.0 - dependencies: - '@types/eslint': 8.44.3 - eslint: 8.55.0 - jest-worker: 28.1.3 - micromatch: 4.0.5 - normalize-path: 3.0.0 - schema-utils: 4.2.0 - webpack: 5.88.2 - dev: false + dev: true /eslint@8.28.0: resolution: {integrity: sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==} @@ -6442,6 +6458,7 @@ packages: text-table: 0.2.0 transitivePeerDependencies: - supports-color + dev: true /espree@9.6.1: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} @@ -6450,41 +6467,37 @@ packages: acorn: 8.10.0 acorn-jsx: 5.3.2(acorn@8.10.0) eslint-visitor-keys: 3.4.3 - - /esprima@1.2.2: - resolution: {integrity: sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: false + dev: true /esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} hasBin: true + dev: true /esquery@1.5.0: resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 + dev: true /esrecurse@4.3.0: resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} engines: {node: '>=4.0'} dependencies: estraverse: 5.3.0 + dev: true /estraverse@4.3.0: resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} engines: {node: '>=4.0'} + dev: true /estraverse@5.3.0: resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} engines: {node: '>=4.0'} - - /estree-walker@1.0.1: - resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==} - dev: false + dev: true /estree-walker@2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} @@ -6492,17 +6505,21 @@ packages: /esutils@2.0.3: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} + dev: true /etag@1.8.1: resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} engines: {node: '>= 0.6'} + dev: true /eventemitter3@4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} + dev: true /events@3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} + dev: true /execa@5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} @@ -6517,20 +6534,27 @@ packages: onetime: 5.1.2 signal-exit: 3.0.7 strip-final-newline: 2.0.0 + dev: true + + /execa@8.0.1: + resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} + engines: {node: '>=16.17'} + dependencies: + 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 + dev: true /exit@0.1.2: resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} engines: {node: '>= 0.8.0'} - - /expect@27.5.1: - resolution: {integrity: sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - jest-get-type: 27.5.1 - jest-matcher-utils: 27.5.1 - jest-message-util: 27.5.1 - dev: false + dev: true /expect@29.7.0: resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} @@ -6580,9 +6604,11 @@ packages: vary: 1.1.2 transitivePeerDependencies: - supports-color + dev: true /fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + dev: true /fast-glob@3.3.1: resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} @@ -6593,12 +6619,15 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 + dev: true /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + dev: true /fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + dev: true /fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} @@ -6609,51 +6638,34 @@ packages: resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: reusify: 1.0.4 + dev: true /faye-websocket@0.11.4: resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==} engines: {node: '>=0.8.0'} dependencies: websocket-driver: 0.7.4 + dev: true /fb-watchman@2.0.2: resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} dependencies: bser: 2.1.1 + dev: true /file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.1.0 - - /file-loader@6.2.0(webpack@5.88.2): - resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} - engines: {node: '>= 10.13.0'} - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - dependencies: - loader-utils: 2.0.4 - schema-utils: 3.3.0 - webpack: 5.88.2 - dev: false - - /filelist@1.0.4: - resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} - dependencies: - minimatch: 5.1.6 - dev: false - - /filesize@8.0.7: - resolution: {integrity: sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==} - engines: {node: '>= 0.4.0'} - dev: false + dev: true /fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 + dev: true /finalhandler@1.2.0: resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} @@ -6668,22 +6680,7 @@ packages: unpipe: 1.0.0 transitivePeerDependencies: - supports-color - - /find-cache-dir@3.3.2: - resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} - engines: {node: '>=8'} - dependencies: - commondir: 1.0.1 - make-dir: 3.1.0 - pkg-dir: 4.2.0 - dev: false - - /find-up@3.0.0: - resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} - engines: {node: '>=6'} - dependencies: - locate-path: 3.0.0 - dev: false + dev: true /find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} @@ -6691,6 +6688,7 @@ packages: dependencies: locate-path: 5.0.0 path-exists: 4.0.0 + dev: true /find-up@5.0.0: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} @@ -6698,6 +6696,7 @@ packages: dependencies: locate-path: 6.0.0 path-exists: 4.0.0 + dev: true /flat-cache@3.1.0: resolution: {integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==} @@ -6706,6 +6705,7 @@ packages: flatted: 3.2.9 keyv: 4.5.3 rimraf: 3.0.2 + dev: true /flat@5.0.2: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} @@ -6714,6 +6714,7 @@ packages: /flatted@3.2.9: resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} + dev: true /follow-redirects@1.15.3: resolution: {integrity: sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==} @@ -6723,52 +6724,13 @@ packages: peerDependenciesMeta: debug: optional: true + dev: true /for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: is-callable: 1.2.7 - - /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.55.0)(typescript@4.9.3)(webpack@5.88.2): - resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} - engines: {node: '>=10', yarn: '>=1.0.0'} - peerDependencies: - eslint: '>= 6' - typescript: '>= 2.7' - vue-template-compiler: '*' - webpack: '>= 4' - peerDependenciesMeta: - eslint: - optional: true - vue-template-compiler: - optional: true - dependencies: - '@babel/code-frame': 7.22.13 - '@types/json-schema': 7.0.13 - chalk: 4.1.2 - chokidar: 3.5.3 - cosmiconfig: 6.0.0 - deepmerge: 4.3.1 - eslint: 8.55.0 - fs-extra: 9.1.0 - glob: 7.2.3 - memfs: 3.5.3 - minimatch: 3.1.2 - schema-utils: 2.7.0 - semver: 7.5.4 - tapable: 1.1.3 - typescript: 4.9.3 - webpack: 5.88.2 - dev: false - - /form-data@3.0.1: - resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} - engines: {node: '>= 6'} - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - dev: false + dev: true /form-data@4.0.0: resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} @@ -6782,49 +6744,32 @@ packages: /forwarded@0.2.0: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} engines: {node: '>= 0.6'} - - /fraction.js@4.3.6: - resolution: {integrity: sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==} - dev: false + dev: true /fresh@0.5.2: resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} engines: {node: '>= 0.6'} - - /fs-extra@10.1.0: - resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} - engines: {node: '>=12'} - dependencies: - graceful-fs: 4.2.11 - jsonfile: 6.1.0 - universalify: 2.0.0 - dev: false - - /fs-extra@9.1.0: - resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} - engines: {node: '>=10'} - dependencies: - at-least-node: 1.0.0 - graceful-fs: 4.2.11 - jsonfile: 6.1.0 - universalify: 2.0.0 - dev: false + dev: true /fs-monkey@1.0.5: resolution: {integrity: sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==} + dev: true /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + dev: true /fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true + dev: true optional: true /function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + dev: true /function.prototype.name@1.1.6: resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} @@ -6834,9 +6779,11 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.2 functions-have-names: 1.2.3 + dev: true /functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + dev: true /gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} @@ -6845,6 +6792,11 @@ packages: /get-caller-file@2.0.5: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} + dev: true + + /get-func-name@2.0.2: + resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} + dev: true /get-intrinsic@1.2.1: resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} @@ -6853,18 +6805,22 @@ packages: has: 1.0.3 has-proto: 1.0.1 has-symbols: 1.0.3 - - /get-own-enumerable-property-symbols@3.0.2: - resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} - dev: false + dev: true /get-package-type@0.1.0: resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} engines: {node: '>=8.0.0'} + dev: true /get-stream@6.0.1: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} + dev: true + + /get-stream@8.0.1: + resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} + engines: {node: '>=16'} + dev: true /get-symbol-description@1.0.0: resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} @@ -6872,6 +6828,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 + dev: true /get-tsconfig@4.7.2: resolution: {integrity: sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==} @@ -6884,26 +6841,18 @@ packages: engines: {node: '>= 6'} dependencies: is-glob: 4.0.3 + dev: true /glob-parent@6.0.2: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} engines: {node: '>=10.13.0'} dependencies: is-glob: 4.0.3 + dev: true /glob-to-regexp@0.4.1: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} - - /glob@7.1.6: - resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} - dependencies: - 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 - dev: false + dev: true /glob@7.1.7: resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} @@ -6925,22 +6874,7 @@ packages: minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 - - /global-modules@2.0.0: - resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} - engines: {node: '>=6'} - dependencies: - global-prefix: 3.0.0 - dev: false - - /global-prefix@3.0.0: - resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} - engines: {node: '>=6'} - dependencies: - ini: 1.3.8 - kind-of: 6.0.3 - which: 1.3.1 - dev: false + dev: true /globals@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} @@ -6951,12 +6885,14 @@ packages: engines: {node: '>=8'} dependencies: type-fest: 0.20.2 + dev: true /globalthis@1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} dependencies: define-properties: 1.2.1 + dev: true /globby@11.1.0: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} @@ -6968,14 +6904,17 @@ packages: ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 + dev: true /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: get-intrinsic: 1.2.1 + dev: true /graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + dev: true /grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} @@ -6983,23 +6922,15 @@ packages: /graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - - /gzip-size@6.0.0: - resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} - engines: {node: '>=10'} - dependencies: - duplexer: 0.1.2 - dev: false + dev: true /handle-thing@2.0.1: resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} - - /harmony-reflect@1.6.2: - resolution: {integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==} - dev: false + dev: true /has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + dev: true /has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} @@ -7008,40 +6939,42 @@ packages: /has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} + dev: true /has-property-descriptors@1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: get-intrinsic: 1.2.1 + dev: true /has-proto@1.0.1: resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} engines: {node: '>= 0.4'} + dev: true /has-symbols@1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} + dev: true /has-tostringtag@1.0.0: resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 + dev: true /has@1.0.3: resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 + dev: true /he@1.2.0: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true - - /hoopy@0.1.4: - resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} - engines: {node: '>= 6.0.0'} - dev: false + dev: true /hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} @@ -7054,13 +6987,7 @@ packages: obuf: 1.1.2 readable-stream: 2.3.8 wbuf: 1.7.3 - - /html-encoding-sniffer@2.0.1: - resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==} - engines: {node: '>=10'} - dependencies: - whatwg-encoding: 1.0.5 - dev: false + dev: true /html-encoding-sniffer@3.0.0: resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} @@ -7069,11 +6996,20 @@ packages: whatwg-encoding: 2.0.0 dev: true + /html-encoding-sniffer@4.0.0: + resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} + engines: {node: '>=18'} + dependencies: + whatwg-encoding: 3.1.1 + dev: true + /html-entities@2.4.0: resolution: {integrity: sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==} + dev: true /html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + dev: true /html-minifier-terser@6.1.0: resolution: {integrity: sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==} @@ -7087,26 +7023,13 @@ packages: param-case: 3.0.4 relateurl: 0.2.7 terser: 5.20.0 + dev: true /html-tags@3.3.1: resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} engines: {node: '>=8'} dev: true - /html-webpack-plugin@5.5.3(webpack@5.88.2): - resolution: {integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==} - engines: {node: '>=10.13.0'} - peerDependencies: - webpack: ^5.20.0 - dependencies: - '@types/html-minifier-terser': 6.1.0 - html-minifier-terser: 6.1.0 - lodash: 4.17.21 - pretty-error: 4.0.0 - tapable: 2.2.1 - webpack: 5.88.2 - dev: false - /html-webpack-plugin@5.5.3(webpack@5.89.0): resolution: {integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==} engines: {node: '>=10.13.0'} @@ -7128,9 +7051,11 @@ packages: domhandler: 4.3.1 domutils: 2.8.0 entities: 2.2.0 + dev: true /http-deceiver@1.2.7: resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==} + dev: true /http-errors@1.6.3: resolution: {integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==} @@ -7140,6 +7065,7 @@ packages: inherits: 2.0.3 setprototypeof: 1.1.0 statuses: 1.5.0 + dev: true /http-errors@2.0.0: resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} @@ -7150,27 +7076,28 @@ packages: setprototypeof: 1.2.0 statuses: 2.0.1 toidentifier: 1.0.1 + dev: true /http-parser-js@0.5.8: resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==} + dev: true - /http-proxy-agent@4.0.1: - resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} + /http-proxy-agent@5.0.0: + resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} engines: {node: '>= 6'} dependencies: - '@tootallnate/once': 1.1.2 + '@tootallnate/once': 2.0.0 agent-base: 6.0.2 debug: 4.3.4 transitivePeerDependencies: - supports-color - dev: false + dev: true - /http-proxy-agent@5.0.0: - resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} - engines: {node: '>= 6'} + /http-proxy-agent@7.0.0: + resolution: {integrity: sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==} + engines: {node: '>= 14'} dependencies: - '@tootallnate/once': 2.0.0 - agent-base: 6.0.2 + agent-base: 7.1.0 debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -7193,6 +7120,7 @@ packages: micromatch: 4.0.5 transitivePeerDependencies: - debug + dev: true /http-proxy@1.18.1: resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} @@ -7203,6 +7131,7 @@ packages: requires-port: 1.0.0 transitivePeerDependencies: - debug + dev: true /https-proxy-agent@5.0.1: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} @@ -7212,50 +7141,46 @@ packages: debug: 4.3.4 transitivePeerDependencies: - supports-color + dev: true + + /https-proxy-agent@7.0.2: + resolution: {integrity: sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==} + engines: {node: '>= 14'} + dependencies: + agent-base: 7.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: true /human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} + dev: true + + /human-signals@5.0.0: + resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} + engines: {node: '>=16.17.0'} + dev: true /iconv-lite@0.4.24: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 + dev: true /iconv-lite@0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 - - /icss-utils@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.31 - dev: false - - /idb@7.1.1: - resolution: {integrity: sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==} - dev: false - - /identity-obj-proxy@3.0.0: - resolution: {integrity: sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==} - engines: {node: '>=4'} - dependencies: - harmony-reflect: 1.6.2 - dev: false + dev: true /ignore@5.2.4: resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} engines: {node: '>= 4'} - - /immer@9.0.21: - resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==} - dev: false + dev: true /import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} @@ -7263,6 +7188,7 @@ packages: dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 + dev: true /import-local@3.1.0: resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} @@ -7271,30 +7197,32 @@ packages: dependencies: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 + dev: true /imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} + dev: true /indent-string@4.0.0: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} + dev: true /inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} dependencies: once: 1.4.0 wrappy: 1.0.2 + dev: true /inherits@2.0.3: resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} + dev: true /inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - - /ini@1.3.8: - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - dev: false + dev: true /internal-slot@1.0.5: resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} @@ -7303,6 +7231,7 @@ packages: get-intrinsic: 1.2.1 has: 1.0.3 side-channel: 1.0.4 + dev: true /interpret@3.1.1: resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} @@ -7312,10 +7241,12 @@ packages: /ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} + dev: true /ipaddr.js@2.1.0: resolution: {integrity: sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==} engines: {node: '>= 10'} + dev: true /is-arguments@1.1.1: resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} @@ -7323,6 +7254,7 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 + dev: true /is-array-buffer@3.0.2: resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} @@ -7330,26 +7262,31 @@ packages: call-bind: 1.0.2 get-intrinsic: 1.2.1 is-typed-array: 1.1.12 + dev: true /is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + dev: true /is-async-function@2.0.0: resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-bigint@1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: has-bigints: 1.0.2 + dev: true /is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} dependencies: binary-extensions: 2.2.0 + dev: true /is-boolean-object@1.1.2: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} @@ -7357,6 +7294,7 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 + dev: true /is-buffer@1.1.6: resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} @@ -7365,22 +7303,26 @@ packages: /is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} + dev: true /is-core-module@2.13.0: resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} dependencies: has: 1.0.3 + dev: true /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-docker@2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} hasBin: true + dev: true /is-even@1.0.0: resolution: {integrity: sha512-LEhnkAdJqic4Dbqn58A0y52IXoHWlsueqQkKfMfdEnIYG8A1sm/GHidKkS6yvXlMoRrkM34csHnXQtOqcb+Jzg==} @@ -7392,48 +7334,53 @@ packages: /is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} + dev: true /is-finalizationregistry@1.0.2: resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} dependencies: call-bind: 1.0.2 + dev: true /is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} + dev: true /is-generator-fn@2.1.0: resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} engines: {node: '>=6'} + dev: true /is-generator-function@1.0.10: resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 + dev: true /is-map@2.0.2: resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} - - /is-module@1.0.0: - resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} - dev: false + dev: true /is-negative-zero@2.0.2: resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} engines: {node: '>= 0.4'} + dev: true /is-number-object@1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-number@3.0.0: resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} @@ -7450,11 +7397,7 @@ packages: /is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} - - /is-obj@1.0.1: - resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} - engines: {node: '>=0.10.0'} - dev: false + dev: true /is-odd@0.1.2: resolution: {integrity: sha512-Ri7C2K7o5IrUU9UEI8losXJCCD/UtsaIrkR5sxIcFg4xQ9cRJXlWA5DQvTE0yDc0krvSNLsRGXN11UPS6KyfBw==} @@ -7473,10 +7416,12 @@ packages: /is-path-inside@3.0.3: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} engines: {node: '>=8'} + dev: true /is-plain-obj@3.0.0: resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==} engines: {node: '>=10'} + dev: true /is-plain-object@2.0.4: resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} @@ -7487,6 +7432,7 @@ packages: /is-potential-custom-element-name@1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} + dev: true /is-regex@1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} @@ -7494,79 +7440,84 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 - - /is-regexp@1.0.0: - resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} - engines: {node: '>=0.10.0'} - dev: false - - /is-root@2.1.0: - resolution: {integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==} - engines: {node: '>=6'} - dev: false + dev: true /is-set@2.0.2: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} + dev: true /is-shared-array-buffer@1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 + dev: true /is-stream@2.0.1: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} engines: {node: '>=8'} + dev: true + + /is-stream@3.0.0: + resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true /is-string@1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-symbol@1.0.4: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 + dev: true /is-typed-array@1.1.12: resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} engines: {node: '>= 0.4'} dependencies: which-typed-array: 1.1.11 - - /is-typedarray@1.0.0: - resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} - dev: false + dev: true /is-weakmap@2.0.1: resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} + dev: true /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 + dev: true /is-weakset@2.0.2: resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 + dev: true /is-wsl@2.2.0: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} dependencies: is-docker: 2.2.1 + dev: true /isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + dev: true /isarray@2.0.5: resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + dev: true /isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + dev: true /isobject@3.0.1: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} @@ -7576,25 +7527,27 @@ packages: /istanbul-lib-coverage@3.2.0: resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} engines: {node: '>=8'} + dev: true /istanbul-lib-instrument@5.2.1: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.23.0 - '@babel/parser': 7.23.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 transitivePeerDependencies: - supports-color + dev: true /istanbul-lib-instrument@6.0.0: resolution: {integrity: sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.23.0 - '@babel/parser': 7.23.0 + '@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 @@ -7609,6 +7562,7 @@ packages: istanbul-lib-coverage: 3.2.0 make-dir: 4.0.0 supports-color: 7.2.0 + dev: true /istanbul-lib-source-maps@4.0.1: resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} @@ -7619,6 +7573,7 @@ packages: source-map: 0.6.1 transitivePeerDependencies: - supports-color + dev: true /istanbul-reports@3.1.6: resolution: {integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==} @@ -7626,6 +7581,7 @@ packages: dependencies: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 + dev: true /iterator.prototype@1.1.2: resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} @@ -7635,63 +7591,17 @@ packages: has-symbols: 1.0.3 reflect.getprototypeof: 1.0.4 set-function-name: 2.0.1 + dev: true - /jake@10.8.7: - resolution: {integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==} - engines: {node: '>=10'} - hasBin: true - dependencies: - async: 3.2.4 - chalk: 4.1.2 - filelist: 1.0.4 - minimatch: 3.1.2 - dev: false - - /jest-changed-files@27.5.1: - resolution: {integrity: sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - execa: 5.1.1 - throat: 6.0.2 - dev: false - - /jest-changed-files@29.7.0: - resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /jest-changed-files@29.7.0: + resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: execa: 5.1.1 jest-util: 29.7.0 p-limit: 3.1.0 dev: true - /jest-circus@27.5.1: - resolution: {integrity: sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/environment': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - chalk: 4.1.2 - co: 4.6.0 - dedent: 0.7.0 - expect: 27.5.1 - is-generator-fn: 2.1.0 - jest-each: 27.5.1 - jest-matcher-utils: 27.5.1 - jest-message-util: 27.5.1 - jest-runtime: 27.5.1 - jest-snapshot: 27.5.1 - jest-util: 27.5.1 - pretty-format: 27.5.1 - slash: 3.0.0 - stack-utils: 2.0.6 - throat: 6.0.2 - transitivePeerDependencies: - - supports-color - dev: false - /jest-circus@29.7.0: resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -7721,36 +7631,6 @@ packages: - supports-color dev: true - /jest-cli@27.5.1: - resolution: {integrity: sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@jest/core': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/types': 27.5.1 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - import-local: 3.1.0 - jest-config: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 - prompts: 2.4.2 - yargs: 16.2.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: false - /jest-cli@29.5.0(@types/node@18.11.9): resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -7780,46 +7660,6 @@ packages: - ts-node dev: true - /jest-config@27.5.1: - resolution: {integrity: sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - peerDependencies: - ts-node: '>=9.0.0' - peerDependenciesMeta: - ts-node: - optional: true - dependencies: - '@babel/core': 7.23.0 - '@jest/test-sequencer': 27.5.1 - '@jest/types': 27.5.1 - babel-jest: 27.5.1(@babel/core@7.23.0) - chalk: 4.1.2 - ci-info: 3.8.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 27.5.1 - jest-environment-jsdom: 27.5.1 - jest-environment-node: 27.5.1 - jest-get-type: 27.5.1 - jest-jasmine2: 27.5.1 - jest-regex-util: 27.5.1 - jest-resolve: 27.5.1 - jest-runner: 27.5.1 - jest-util: 27.5.1 - jest-validate: 27.5.1 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 27.5.1 - slash: 3.0.0 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: false - /jest-config@29.7.0(@types/node@18.11.9): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -7868,16 +7708,7 @@ packages: diff-sequences: 24.9.0 jest-get-type: 24.9.0 pretty-format: 24.9.0 - - /jest-diff@27.5.1: - resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - chalk: 4.1.2 - diff-sequences: 27.5.1 - jest-get-type: 27.5.1 - pretty-format: 27.5.1 - dev: false + dev: true /jest-diff@29.7.0: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} @@ -7889,13 +7720,6 @@ packages: pretty-format: 29.7.0 dev: true - /jest-docblock@27.5.1: - resolution: {integrity: sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - detect-newline: 3.1.0 - dev: false - /jest-docblock@29.7.0: resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -7903,17 +7727,6 @@ packages: detect-newline: 3.1.0 dev: true - /jest-each@27.5.1: - resolution: {integrity: sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - chalk: 4.1.2 - jest-get-type: 27.5.1 - jest-util: 27.5.1 - pretty-format: 27.5.1 - dev: false - /jest-each@29.7.0: resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -7925,24 +7738,6 @@ packages: pretty-format: 29.7.0 dev: true - /jest-environment-jsdom@27.5.1: - resolution: {integrity: sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/environment': 27.5.1 - '@jest/fake-timers': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - jest-mock: 27.5.1 - jest-util: 27.5.1 - jsdom: 16.7.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: false - /jest-environment-jsdom@29.3.1: resolution: {integrity: sha512-G46nKgiez2Gy4zvYNhayfMEAFlVHhWfncqvqS6yCd0i+a4NsSUD2WtrKSaYQrYiLQaupHXxCRi8xxVL2M9PbhA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -7989,18 +7784,6 @@ packages: - utf-8-validate dev: true - /jest-environment-node@27.5.1: - resolution: {integrity: sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/environment': 27.5.1 - '@jest/fake-timers': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - jest-mock: 27.5.1 - jest-util: 27.5.1 - dev: false - /jest-environment-node@29.7.0: resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8016,37 +7799,13 @@ packages: /jest-get-type@24.9.0: resolution: {integrity: sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q==} engines: {node: '>= 6'} - - /jest-get-type@27.5.1: - resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dev: false + dev: true /jest-get-type@29.6.3: resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-haste-map@27.5.1: - resolution: {integrity: sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - '@types/graceful-fs': 4.1.7 - '@types/node': 18.11.9 - anymatch: 3.1.3 - fb-watchman: 2.0.2 - graceful-fs: 4.2.11 - jest-regex-util: 27.5.1 - jest-serializer: 27.5.1 - jest-util: 27.5.1 - jest-worker: 27.5.1 - micromatch: 4.0.5 - walker: 1.0.8 - optionalDependencies: - fsevents: 2.3.3 - dev: false - /jest-haste-map@29.7.0: resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8066,31 +7825,6 @@ packages: fsevents: 2.3.3 dev: true - /jest-jasmine2@27.5.1: - resolution: {integrity: sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/environment': 27.5.1 - '@jest/source-map': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - chalk: 4.1.2 - co: 4.6.0 - expect: 27.5.1 - is-generator-fn: 2.1.0 - jest-each: 27.5.1 - jest-matcher-utils: 27.5.1 - jest-message-util: 27.5.1 - jest-runtime: 27.5.1 - jest-snapshot: 27.5.1 - jest-util: 27.5.1 - pretty-format: 27.5.1 - throat: 6.0.2 - transitivePeerDependencies: - - supports-color - dev: false - /jest-junit@16.0.0: resolution: {integrity: sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==} engines: {node: '>=10.12.0'} @@ -8101,14 +7835,6 @@ packages: xml: 1.0.1 dev: true - /jest-leak-detector@27.5.1: - resolution: {integrity: sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - jest-get-type: 27.5.1 - pretty-format: 27.5.1 - dev: false - /jest-leak-detector@29.7.0: resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8125,16 +7851,7 @@ packages: jest-diff: 24.9.0 jest-get-type: 24.9.0 pretty-format: 24.9.0 - - /jest-matcher-utils@27.5.1: - resolution: {integrity: sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - chalk: 4.1.2 - jest-diff: 27.5.1 - jest-get-type: 27.5.1 - pretty-format: 27.5.1 - dev: false + dev: true /jest-matcher-utils@29.7.0: resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} @@ -8146,41 +7863,11 @@ packages: pretty-format: 29.7.0 dev: true - /jest-message-util@27.5.1: - resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@babel/code-frame': 7.22.13 - '@jest/types': 27.5.1 - '@types/stack-utils': 2.0.1 - chalk: 4.1.2 - graceful-fs: 4.2.11 - micromatch: 4.0.5 - pretty-format: 27.5.1 - slash: 3.0.0 - stack-utils: 2.0.6 - dev: false - - /jest-message-util@28.1.3: - resolution: {integrity: sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@babel/code-frame': 7.22.13 - '@jest/types': 28.1.3 - '@types/stack-utils': 2.0.1 - chalk: 4.1.2 - graceful-fs: 4.2.11 - micromatch: 4.0.5 - pretty-format: 28.1.3 - slash: 3.0.0 - stack-utils: 2.0.6 - dev: false - /jest-message-util@29.7.0: resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/code-frame': 7.22.13 + '@babel/code-frame': 7.23.5 '@jest/types': 29.6.3 '@types/stack-utils': 2.0.1 chalk: 4.1.2 @@ -8191,14 +7878,6 @@ packages: stack-utils: 2.0.6 dev: true - /jest-mock@27.5.1: - resolution: {integrity: sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - dev: false - /jest-mock@29.7.0: resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8208,18 +7887,6 @@ packages: jest-util: 29.7.0 dev: true - /jest-pnp-resolver@1.2.3(jest-resolve@27.5.1): - resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} - engines: {node: '>=6'} - peerDependencies: - jest-resolve: '*' - peerDependenciesMeta: - jest-resolve: - optional: true - dependencies: - jest-resolve: 27.5.1 - dev: false - /jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} @@ -8232,32 +7899,11 @@ packages: jest-resolve: 29.7.0 dev: true - /jest-regex-util@27.5.1: - resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dev: false - - /jest-regex-util@28.0.2: - resolution: {integrity: sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dev: false - /jest-regex-util@29.6.3: resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-resolve-dependencies@27.5.1: - resolution: {integrity: sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - jest-regex-util: 27.5.1 - jest-snapshot: 27.5.1 - transitivePeerDependencies: - - supports-color - dev: false - /jest-resolve-dependencies@29.7.0: resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8268,22 +7914,6 @@ packages: - supports-color dev: true - /jest-resolve@27.5.1: - resolution: {integrity: sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - chalk: 4.1.2 - graceful-fs: 4.2.11 - jest-haste-map: 27.5.1 - jest-pnp-resolver: 1.2.3(jest-resolve@27.5.1) - jest-util: 27.5.1 - jest-validate: 27.5.1 - resolve: 1.22.6 - resolve.exports: 1.1.1 - slash: 3.0.0 - dev: false - /jest-resolve@29.7.0: resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8299,38 +7929,6 @@ packages: slash: 3.0.0 dev: true - /jest-runner@27.5.1: - resolution: {integrity: sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/console': 27.5.1 - '@jest/environment': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - chalk: 4.1.2 - emittery: 0.8.1 - graceful-fs: 4.2.11 - jest-docblock: 27.5.1 - jest-environment-jsdom: 27.5.1 - jest-environment-node: 27.5.1 - jest-haste-map: 27.5.1 - jest-leak-detector: 27.5.1 - jest-message-util: 27.5.1 - jest-resolve: 27.5.1 - jest-runtime: 27.5.1 - jest-util: 27.5.1 - jest-worker: 27.5.1 - source-map-support: 0.5.21 - throat: 6.0.2 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: false - /jest-runner@29.7.0: resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8360,36 +7958,6 @@ packages: - supports-color dev: true - /jest-runtime@27.5.1: - resolution: {integrity: sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/environment': 27.5.1 - '@jest/fake-timers': 27.5.1 - '@jest/globals': 27.5.1 - '@jest/source-map': 27.5.1 - '@jest/test-result': 27.5.1 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 - chalk: 4.1.2 - cjs-module-lexer: 1.2.3 - collect-v8-coverage: 1.0.2 - execa: 5.1.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-haste-map: 27.5.1 - jest-message-util: 27.5.1 - jest-mock: 27.5.1 - jest-regex-util: 27.5.1 - jest-resolve: 27.5.1 - jest-snapshot: 27.5.1 - jest-util: 27.5.1 - slash: 3.0.0 - strip-bom: 4.0.0 - transitivePeerDependencies: - - supports-color - dev: false - /jest-runtime@29.7.0: resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8420,57 +7988,19 @@ packages: - supports-color dev: true - /jest-serializer@27.5.1: - resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@types/node': 18.11.9 - graceful-fs: 4.2.11 - dev: false - - /jest-snapshot@27.5.1: - resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@babel/core': 7.23.0 - '@babel/generator': 7.23.0 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0) - '@babel/traverse': 7.23.0 - '@babel/types': 7.23.0 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 - '@types/babel__traverse': 7.20.2 - '@types/prettier': 2.7.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.0) - chalk: 4.1.2 - expect: 27.5.1 - graceful-fs: 4.2.11 - jest-diff: 27.5.1 - jest-get-type: 27.5.1 - jest-haste-map: 27.5.1 - jest-matcher-utils: 27.5.1 - jest-message-util: 27.5.1 - jest-util: 27.5.1 - natural-compare: 1.4.0 - pretty-format: 27.5.1 - semver: 7.5.4 - transitivePeerDependencies: - - supports-color - dev: false - /jest-snapshot@29.7.0: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.0 - '@babel/generator': 7.23.0 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0) - '@babel/types': 7.23.0 + '@babel/core': 7.23.5 + '@babel/generator': 7.23.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.5) + '@babel/plugin-syntax-typescript': 7.22.5(@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(@babel/core@7.23.0) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.5) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -8490,30 +8020,6 @@ packages: resolution: {integrity: sha512-lspHaCRx/mBbnm3h4uMMS3R5aZzMwyNpNIJLXj4cEsV0mIUtS4IjYJLSoyjRCtnxb6RIGJ4NL2quZzfIeNhbkg==} dev: true - /jest-util@27.5.1: - resolution: {integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - chalk: 4.1.2 - ci-info: 3.8.0 - graceful-fs: 4.2.11 - picomatch: 2.3.1 - dev: false - - /jest-util@28.1.3: - resolution: {integrity: sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/types': 28.1.3 - '@types/node': 18.11.9 - chalk: 4.1.2 - ci-info: 3.8.0 - graceful-fs: 4.2.11 - picomatch: 2.3.1 - dev: false - /jest-util@29.7.0: resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8526,18 +8032,6 @@ packages: picomatch: 2.3.1 dev: true - /jest-validate@27.5.1: - resolution: {integrity: sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.5.1 - camelcase: 6.3.0 - chalk: 4.1.2 - jest-get-type: 27.5.1 - leven: 3.1.0 - pretty-format: 27.5.1 - dev: false - /jest-validate@29.7.0: resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8550,49 +8044,6 @@ packages: pretty-format: 29.7.0 dev: true - /jest-watch-typeahead@1.1.0(jest@27.5.1): - resolution: {integrity: sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - jest: ^27.0.0 || ^28.0.0 - dependencies: - ansi-escapes: 4.3.2 - chalk: 4.1.2 - jest: 27.5.1 - jest-regex-util: 28.0.2 - jest-watcher: 28.1.3 - slash: 4.0.0 - string-length: 5.0.1 - strip-ansi: 7.1.0 - dev: false - - /jest-watcher@27.5.1: - resolution: {integrity: sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/test-result': 27.5.1 - '@jest/types': 27.5.1 - '@types/node': 18.11.9 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - jest-util: 27.5.1 - string-length: 4.0.2 - dev: false - - /jest-watcher@28.1.3: - resolution: {integrity: sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/test-result': 28.1.3 - '@jest/types': 28.1.3 - '@types/node': 18.11.9 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - emittery: 0.10.2 - jest-util: 28.1.3 - string-length: 4.0.2 - dev: false - /jest-watcher@29.7.0: resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8607,31 +8058,14 @@ packages: string-length: 4.0.2 dev: true - /jest-worker@26.6.2: - resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} - engines: {node: '>= 10.13.0'} - dependencies: - '@types/node': 18.11.9 - merge-stream: 2.0.0 - supports-color: 7.2.0 - dev: false - /jest-worker@27.5.1: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} - dependencies: - '@types/node': 20.8.2 - merge-stream: 2.0.0 - supports-color: 8.1.1 - - /jest-worker@28.1.3: - resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@types/node': 18.11.9 merge-stream: 2.0.0 supports-color: 8.1.1 - dev: false + dev: true /jest-worker@29.7.0: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} @@ -8643,32 +8077,6 @@ packages: supports-color: 8.1.1 dev: true - /jest@27.5.1: - resolution: {integrity: sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@jest/core': 27.5.1 - import-local: 3.1.0 - jest-cli: 27.5.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: false - - /jiti@1.20.0: - resolution: {integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==} - hasBin: true - dev: false - /joycon@3.1.1: resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} engines: {node: '>=10'} @@ -8687,16 +8095,18 @@ packages: dependencies: argparse: 1.0.10 esprima: 4.0.1 + dev: true /js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true dependencies: argparse: 2.0.1 + dev: true - /jsdom@16.7.0: - resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==} - engines: {node: '>=10'} + /jsdom@20.0.3: + resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==} + engines: {node: '>=14'} peerDependencies: canvas: ^2.5.0 peerDependenciesMeta: @@ -8705,72 +8115,66 @@ packages: dependencies: abab: 2.0.6 acorn: 8.10.0 - acorn-globals: 6.0.0 - cssom: 0.4.4 + acorn-globals: 7.0.1 + cssom: 0.5.0 cssstyle: 2.3.0 - data-urls: 2.0.0 + data-urls: 3.0.2 decimal.js: 10.4.3 - domexception: 2.0.1 + domexception: 4.0.0 escodegen: 2.1.0 - form-data: 3.0.1 - html-encoding-sniffer: 2.0.1 - http-proxy-agent: 4.0.1 + 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: 6.0.1 - saxes: 5.0.1 + parse5: 7.1.2 + saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 4.1.3 - w3c-hr-time: 1.0.2 - w3c-xmlserializer: 2.0.0 - webidl-conversions: 6.1.0 - whatwg-encoding: 1.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 8.7.0 - ws: 7.5.9 - xml-name-validator: 3.0.0 + 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 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false + dev: true - /jsdom@20.0.3: - resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==} - engines: {node: '>=14'} + /jsdom@23.0.1: + resolution: {integrity: sha512-2i27vgvlUsGEBO9+/kJQRbtqtm+191b5zAZrU/UezVmnC2dlDAFLgDYJvAEi94T4kjsRKkezEtLQTgsNEsW2lQ==} + engines: {node: '>=18'} peerDependencies: - canvas: ^2.5.0 + canvas: ^2.11.2 peerDependenciesMeta: canvas: optional: true dependencies: - 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 + cssstyle: 3.0.0 + data-urls: 5.0.0 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 + 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: 4.0.0 + w3c-xmlserializer: 5.0.0 webidl-conversions: 7.0.0 - whatwg-encoding: 2.0.0 - whatwg-mimetype: 3.0.0 - whatwg-url: 11.0.0 + whatwg-encoding: 3.1.1 + whatwg-mimetype: 4.0.0 + whatwg-url: 14.0.0 ws: 8.14.2 - xml-name-validator: 4.0.0 + xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil - supports-color @@ -8780,7 +8184,7 @@ packages: /jsesc@0.5.0: resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true - dev: false + dev: true /jsesc@2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} @@ -8789,6 +8193,7 @@ packages: /json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + dev: true /json-parse-better-errors@1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} @@ -8796,25 +8201,26 @@ packages: /json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + dev: true /json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + dev: true /json-schema-traverse@1.0.0: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} - - /json-schema@0.4.0: - resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} - dev: false + dev: true /json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + dev: true /json5@1.0.2: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true dependencies: minimist: 1.2.8 + dev: true /json5@2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} @@ -8825,27 +8231,6 @@ packages: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: true - /jsonfile@6.1.0: - resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} - dependencies: - universalify: 2.0.0 - optionalDependencies: - graceful-fs: 4.2.11 - dev: false - - /jsonpath@1.1.1: - resolution: {integrity: sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==} - dependencies: - esprima: 1.2.2 - static-eval: 2.0.2 - underscore: 1.12.1 - dev: false - - /jsonpointer@5.0.1: - resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==} - engines: {node: '>=0.10.0'} - dev: false - /jsx-ast-utils@3.3.5: resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} engines: {node: '>=4.0'} @@ -8854,11 +8239,13 @@ packages: array.prototype.flat: 1.3.2 object.assign: 4.1.4 object.values: 1.1.7 + dev: true /keyv@4.5.3: resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==} dependencies: json-buffer: 3.0.1 + dev: true /kind-of@3.2.2: resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} @@ -8870,41 +8257,34 @@ packages: /kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} + dev: true /kleur@3.0.3: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} - - /klona@2.0.6: - resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} - engines: {node: '>= 8'} - dev: false + dev: true /language-subtag-registry@0.3.22: resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} + dev: true /language-tags@1.0.5: resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==} dependencies: language-subtag-registry: 0.3.22 + dev: true /launch-editor@2.6.0: resolution: {integrity: sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==} dependencies: picocolors: 1.0.0 shell-quote: 1.8.1 + dev: true /leven@3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} engines: {node: '>=6'} - - /levn@0.3.0: - resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 - dev: false + dev: true /levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} @@ -8912,14 +8292,11 @@ packages: dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 - - /lilconfig@2.1.0: - resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} - engines: {node: '>=10'} - dev: false + dev: true /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + dev: true /load-json-file@4.0.0: resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} @@ -8934,62 +8311,41 @@ packages: /loader-runner@4.3.0: resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} engines: {node: '>=6.11.5'} + dev: true - /loader-utils@2.0.4: - resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} - engines: {node: '>=8.9.0'} - dependencies: - big.js: 5.2.2 - emojis-list: 3.0.0 - json5: 2.2.3 - dev: false - - /loader-utils@3.2.1: - resolution: {integrity: sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==} - engines: {node: '>= 12.13.0'} - dev: false - - /locate-path@3.0.0: - resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} - engines: {node: '>=6'} + /local-pkg@0.5.0: + resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} + engines: {node: '>=14'} dependencies: - p-locate: 3.0.0 - path-exists: 3.0.0 - dev: false + mlly: 1.4.2 + pkg-types: 1.0.3 + dev: true /locate-path@5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} engines: {node: '>=8'} dependencies: p-locate: 4.1.0 + dev: true /locate-path@6.0.0: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} dependencies: p-locate: 5.0.0 + dev: true /lodash.debounce@4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} - dev: false - - /lodash.memoize@4.1.2: - resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} - dev: false + dev: true /lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} - - /lodash.sortby@4.7.0: - resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} - dev: false - - /lodash.uniq@4.5.0: - resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} - dev: false + dev: true /lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + dev: true /loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} @@ -8997,10 +8353,17 @@ packages: dependencies: js-tokens: 4.0.0 + /loupe@2.3.7: + resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} + dependencies: + get-func-name: 2.0.2 + dev: true + /lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: tslib: 2.6.2 + dev: true /lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} @@ -9012,10 +8375,12 @@ packages: engines: {node: '>=10'} dependencies: yallist: 4.0.0 + dev: true /lz-string@1.5.0: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true + dev: true /magic-string@0.25.9: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} @@ -9029,41 +8394,37 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /make-dir@3.1.0: - resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} - engines: {node: '>=8'} + /magic-string@0.30.5: + resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==} + engines: {node: '>=12'} dependencies: - semver: 6.3.1 - dev: false + '@jridgewell/sourcemap-codec': 1.4.15 + dev: true /make-dir@4.0.0: resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} engines: {node: '>=10'} dependencies: semver: 7.5.4 + dev: true /makeerror@1.0.12: resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} dependencies: tmpl: 1.0.5 - - /mdn-data@2.0.14: - resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} - dev: false - - /mdn-data@2.0.4: - resolution: {integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==} - dev: false + dev: true /media-typer@0.3.0: resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} engines: {node: '>= 0.6'} + dev: true /memfs@3.5.3: resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.5 + dev: true /memorystream@0.3.1: resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} @@ -9072,17 +8433,21 @@ packages: /merge-descriptors@1.0.1: resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} + dev: true /merge-stream@2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + dev: true /merge2@1.4.1: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} + dev: true /methods@1.1.2: resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} engines: {node: '>= 0.6'} + dev: true /micromatch@4.0.5: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} @@ -9090,63 +8455,61 @@ packages: dependencies: braces: 3.0.2 picomatch: 2.3.1 + dev: true /mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} + dev: true /mime-types@2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 + dev: true /mime@1.6.0: resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} engines: {node: '>=4'} hasBin: true + dev: true /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} + dev: true + + /mimic-fn@4.0.0: + resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} + engines: {node: '>=12'} + dev: true /min-indent@1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - - /mini-css-extract-plugin@2.7.6(webpack@5.88.2): - resolution: {integrity: sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - dependencies: - schema-utils: 4.2.0 - webpack: 5.88.2 - dev: false + dev: true /minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + dev: true /minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 + dev: true /minimatch@5.1.6: resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 + dev: true /minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} - - /mkdirp@0.5.6: - resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} - hasBin: true - dependencies: - minimist: 1.2.8 - dev: false + dev: true /mkdirp@1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} @@ -9154,14 +8517,25 @@ packages: hasBin: true dev: true + /mlly@1.4.2: + resolution: {integrity: sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==} + dependencies: + acorn: 8.10.0 + pathe: 1.1.1 + pkg-types: 1.0.3 + ufo: 1.3.2 + dev: true + /ms@2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + dev: true /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} /ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + dev: true /muggle-string@0.1.0: resolution: {integrity: sha512-Tr1knR3d2mKvvWthlk7202rywKbiOm4rVFLsfAaSIhJ6dt9o47W4S+JMtWhd/PW9Wrdew2/S2fSvhz3E2gkfEg==} @@ -9173,34 +8547,37 @@ packages: dependencies: dns-packet: 5.6.1 thunky: 1.1.0 - - /mz@2.7.0: - resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: false + dev: true /nanoid@3.3.6: resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + /nanoid@3.3.7: + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + dev: true + /natural-compare-lite@1.4.0: resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} + dev: true /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + dev: true /negotiator@0.6.3: resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} engines: {node: '>= 0.6'} + dev: true /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + dev: true - /next@13.0.5(@babel/core@7.23.0)(react-dom@18.2.0)(react@18.2.0): + /next@13.0.5(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-awpc3DkphyKydwCotcBnuKwh6hMqkT5xdiBK4OatJtOZurDPBYLP62jtM2be/4OunpmwIbsS0Eyv+ZGU97ciEg==} engines: {node: '>=14.6.0'} hasBin: true @@ -9224,7 +8601,7 @@ packages: postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.0(@babel/core@7.23.0)(react@18.2.0) + styled-jsx: 5.1.0(@babel/core@7.23.5)(react@18.2.0) optionalDependencies: '@next/swc-android-arm-eabi': 13.0.5 '@next/swc-android-arm64': 13.0.5 @@ -9252,16 +8629,23 @@ packages: dependencies: lower-case: 2.0.2 tslib: 2.6.2 + dev: true /node-forge@1.3.1: resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} engines: {node: '>= 6.13.0'} + dev: true /node-int64@0.4.0: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} + dev: true /node-releases@2.0.13: resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} + dev: true + + /node-releases@2.0.14: + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} /normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} @@ -9275,16 +8659,7 @@ packages: /normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - - /normalize-range@0.1.2: - resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} - engines: {node: '>=0.10.0'} - dev: false - - /normalize-url@6.1.0: - resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} - engines: {node: '>=10'} - dev: false + dev: true /npm-run-all@4.1.5: resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} @@ -9307,32 +8682,33 @@ packages: engines: {node: '>=8'} dependencies: path-key: 3.1.1 + dev: true - /nth-check@1.0.2: - resolution: {integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==} + /npm-run-path@5.1.0: + resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: - boolbase: 1.0.0 - dev: false + path-key: 4.0.0 + dev: true /nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} dependencies: boolbase: 1.0.0 + dev: true /nwsapi@2.2.7: resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} + dev: true /object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - - /object-hash@3.0.0: - resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==} - engines: {node: '>= 6'} - dev: false + dev: true /object-inspect@1.12.3: resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} + dev: true /object-is@1.1.5: resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} @@ -9340,10 +8716,12 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.2.1 + dev: true /object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} + dev: true /object.assign@4.1.4: resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} @@ -9353,6 +8731,7 @@ packages: define-properties: 1.2.1 has-symbols: 1.0.3 object-keys: 1.1.1 + dev: true /object.entries@1.1.7: resolution: {integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==} @@ -9361,6 +8740,7 @@ packages: call-bind: 1.0.2 define-properties: 1.2.1 es-abstract: 1.22.2 + dev: true /object.fromentries@2.0.7: resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} @@ -9369,17 +8749,7 @@ packages: call-bind: 1.0.2 define-properties: 1.2.1 es-abstract: 1.22.2 - - /object.getownpropertydescriptors@2.1.7: - resolution: {integrity: sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g==} - engines: {node: '>= 0.8'} - dependencies: - array.prototype.reduce: 1.0.6 - call-bind: 1.0.2 - define-properties: 1.2.1 - es-abstract: 1.22.2 - safe-array-concat: 1.0.1 - dev: false + dev: true /object.groupby@1.0.1: resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} @@ -9388,12 +8758,14 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.2 get-intrinsic: 1.2.1 + dev: true /object.hasown@1.1.3: resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==} dependencies: define-properties: 1.2.1 es-abstract: 1.22.2 + dev: true /object.values@1.1.7: resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} @@ -9402,30 +8774,43 @@ packages: call-bind: 1.0.2 define-properties: 1.2.1 es-abstract: 1.22.2 + dev: true /obuf@1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} + dev: true /on-finished@2.4.1: resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} engines: {node: '>= 0.8'} dependencies: ee-first: 1.1.1 + dev: true /on-headers@1.0.2: resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} engines: {node: '>= 0.8'} + dev: true /once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: wrappy: 1.0.2 + dev: true /onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} dependencies: mimic-fn: 2.1.0 + dev: true + + /onetime@6.0.0: + resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} + engines: {node: '>=12'} + dependencies: + mimic-fn: 4.0.0 + dev: true /open@8.4.2: resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} @@ -9434,18 +8819,7 @@ packages: define-lazy-prop: 2.0.0 is-docker: 2.2.1 is-wsl: 2.2.0 - - /optionator@0.8.3: - resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} - engines: {node: '>= 0.8.0'} - dependencies: - deep-is: 0.1.4 - fast-levenshtein: 2.0.6 - levn: 0.3.0 - prelude-ls: 1.1.2 - type-check: 0.3.2 - word-wrap: 1.2.5 - dev: false + dev: true /optionator@0.9.3: resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} @@ -9457,37 +8831,42 @@ packages: levn: 0.4.1 prelude-ls: 1.2.1 type-check: 0.4.0 + dev: true /p-limit@2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} dependencies: p-try: 2.2.0 + dev: true /p-limit@3.1.0: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} dependencies: yocto-queue: 0.1.0 + dev: true - /p-locate@3.0.0: - resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} - engines: {node: '>=6'} + /p-limit@5.0.0: + resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==} + engines: {node: '>=18'} dependencies: - p-limit: 2.3.0 - dev: false + yocto-queue: 1.0.0 + dev: true /p-locate@4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} engines: {node: '>=8'} dependencies: p-limit: 2.3.0 + dev: true /p-locate@5.0.0: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} dependencies: p-limit: 3.1.0 + dev: true /p-retry@4.6.2: resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==} @@ -9495,22 +8874,26 @@ packages: dependencies: '@types/retry': 0.12.0 retry: 0.13.1 + dev: true /p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} + dev: true /param-case@3.0.4: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 tslib: 2.6.2 + dev: true /parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} dependencies: callsites: 3.1.0 + dev: true /parse-json@4.0.0: resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} @@ -9524,14 +8907,11 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.22.13 + '@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 - - /parse5@6.0.1: - resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} - dev: false + dev: true /parse5@7.1.2: resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} @@ -9542,25 +8922,24 @@ packages: /parseurl@1.3.3: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} engines: {node: '>= 0.8'} + dev: true /pascal-case@3.1.2: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 tslib: 2.6.2 - - /path-exists@3.0.0: - resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} - engines: {node: '>=4'} - dev: false + dev: true /path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} + dev: true /path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} + dev: true /path-key@2.0.1: resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} @@ -9570,845 +8949,79 @@ packages: /path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} + dev: true + + /path-key@4.0.0: + resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} + engines: {node: '>=12'} + dev: true /path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: true /path-to-regexp@0.1.7: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} - - /path-type@3.0.0: - resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} - engines: {node: '>=4'} - dependencies: - pify: 3.0.0 - dev: true - - /path-type@4.0.0: - resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} - engines: {node: '>=8'} - - /performance-now@2.1.0: - resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} - dev: false - - /picocolors@0.2.1: - resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} - dev: false - - /picocolors@1.0.0: - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - - /picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} - engines: {node: '>=8.6'} - - /pidtree@0.3.1: - resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==} - engines: {node: '>=0.10'} - hasBin: true - dev: true - - /pify@2.3.0: - resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} - engines: {node: '>=0.10.0'} - dev: false - - /pify@3.0.0: - resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} - engines: {node: '>=4'} dev: true - /pirates@4.0.6: - resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} - engines: {node: '>= 6'} - - /pkg-dir@4.2.0: - resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} - engines: {node: '>=8'} - dependencies: - find-up: 4.1.0 - - /pkg-up@3.1.0: - resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} - engines: {node: '>=8'} - dependencies: - find-up: 3.0.0 - dev: false - - /postcss-attribute-case-insensitive@5.0.2(postcss@8.4.31): - resolution: {integrity: sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-browser-comments@4.0.0(browserslist@4.22.1)(postcss@8.4.31): - resolution: {integrity: sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==} - engines: {node: '>=8'} - peerDependencies: - browserslist: '>=4' - postcss: '>=8' - dependencies: - browserslist: 4.22.1 - postcss: 8.4.31 - dev: false - - /postcss-calc@8.2.4(postcss@8.4.31): - resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} - peerDependencies: - postcss: ^8.2.2 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-clamp@4.1.0(postcss@8.4.31): - resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} - engines: {node: '>=7.6.0'} - peerDependencies: - postcss: ^8.4.6 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-color-functional-notation@4.2.4(postcss@8.4.31): - resolution: {integrity: sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-color-hex-alpha@8.0.4(postcss@8.4.31): - resolution: {integrity: sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-color-rebeccapurple@7.1.1(postcss@8.4.31): - resolution: {integrity: sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-colormin@5.3.1(postcss@8.4.31): - resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.22.1 - caniuse-api: 3.0.0 - colord: 2.9.3 - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-convert-values@5.1.3(postcss@8.4.31): - resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.22.1 - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-custom-media@8.0.2(postcss@8.4.31): - resolution: {integrity: sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.3 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-custom-properties@12.1.11(postcss@8.4.31): - resolution: {integrity: sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-custom-selectors@6.0.3(postcss@8.4.31): - resolution: {integrity: sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.3 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-dir-pseudo-class@6.0.5(postcss@8.4.31): - resolution: {integrity: sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-discard-comments@5.1.2(postcss@8.4.31): - resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-discard-duplicates@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-discard-empty@5.1.1(postcss@8.4.31): - resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-discard-overridden@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-double-position-gradients@3.1.2(postcss@8.4.31): - resolution: {integrity: sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-env-function@4.0.6(postcss@8.4.31): - resolution: {integrity: sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-flexbugs-fixes@5.0.2(postcss@8.4.31): - resolution: {integrity: sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==} - peerDependencies: - postcss: ^8.1.4 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-focus-visible@6.0.4(postcss@8.4.31): - resolution: {integrity: sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-focus-within@5.0.4(postcss@8.4.31): - resolution: {integrity: sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-font-variant@5.0.0(postcss@8.4.31): - resolution: {integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-gap-properties@3.0.5(postcss@8.4.31): - resolution: {integrity: sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-image-set-function@4.0.7(postcss@8.4.31): - resolution: {integrity: sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-import@15.1.0(postcss@8.4.31): - resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} - engines: {node: '>=14.0.0'} - peerDependencies: - postcss: ^8.0.0 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - read-cache: 1.0.0 - resolve: 1.22.6 - dev: false - - /postcss-initial@4.0.1(postcss@8.4.31): - resolution: {integrity: sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==} - peerDependencies: - postcss: ^8.0.0 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-js@4.0.1(postcss@8.4.31): - resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} - engines: {node: ^12 || ^14 || >= 16} - peerDependencies: - postcss: ^8.4.21 - dependencies: - camelcase-css: 2.0.1 - postcss: 8.4.31 - dev: false - - /postcss-lab-function@4.2.1(postcss@8.4.31): - resolution: {integrity: sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-load-config@4.0.1(postcss@8.4.31): - resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} - engines: {node: '>= 14'} - peerDependencies: - postcss: '>=8.0.9' - ts-node: '>=9.0.0' - peerDependenciesMeta: - postcss: - optional: true - ts-node: - optional: true - dependencies: - lilconfig: 2.1.0 - postcss: 8.4.31 - yaml: 2.3.2 - dev: false - - /postcss-loader@6.2.1(postcss-flexbugs-fixes@5.0.2)(postcss-normalize@10.0.1)(postcss-preset-env@7.8.3)(postcss@8.4.31)(webpack@5.88.2): - resolution: {integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==} - engines: {node: '>= 12.13.0'} - peerDependencies: - postcss: ^7.0.0 || ^8.0.1 - postcss-flexbugs-fixes: '*' - postcss-normalize: '*' - postcss-preset-env: '*' - webpack: ^5.0.0 - dependencies: - cosmiconfig: 7.1.0 - klona: 2.0.6 - postcss: 8.4.31 - postcss-flexbugs-fixes: 5.0.2(postcss@8.4.31) - postcss-normalize: 10.0.1(browserslist@4.22.1)(postcss@8.4.31) - postcss-preset-env: 7.8.3(postcss@8.4.31) - semver: 7.5.4 - webpack: 5.88.2 - dev: false - - /postcss-logical@5.0.4(postcss@8.4.31): - resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-media-minmax@5.0.0(postcss@8.4.31): - resolution: {integrity: sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==} - engines: {node: '>=10.0.0'} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-merge-longhand@5.1.7(postcss@8.4.31): - resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - stylehacks: 5.1.1(postcss@8.4.31) - dev: false - - /postcss-merge-rules@5.1.4(postcss@8.4.31): - resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.22.1 - caniuse-api: 3.0.0 - cssnano-utils: 3.1.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-minify-font-values@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-minify-gradients@5.1.1(postcss@8.4.31): - resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - colord: 2.9.3 - cssnano-utils: 3.1.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-minify-params@5.1.4(postcss@8.4.31): - resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.22.1 - cssnano-utils: 3.1.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-minify-selectors@5.2.1(postcss@8.4.31): - resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-modules-extract-imports@3.0.0(postcss@8.4.31): - resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-modules-local-by-default@4.0.3(postcss@8.4.31): - resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - icss-utils: 5.1.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-modules-scope@3.0.0(postcss@8.4.31): - resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-modules-values@4.0.0(postcss@8.4.31): - resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - icss-utils: 5.1.0(postcss@8.4.31) - postcss: 8.4.31 - dev: false - - /postcss-nested@6.0.1(postcss@8.4.31): - resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} - engines: {node: '>=12.0'} - peerDependencies: - postcss: ^8.2.14 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-nesting@10.2.0(postcss@8.4.31): - resolution: {integrity: sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.13) - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-normalize-charset@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-normalize-display-values@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-normalize-positions@5.1.1(postcss@8.4.31): - resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-normalize-repeat-style@5.1.1(postcss@8.4.31): - resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-normalize-string@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-normalize-timing-functions@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-normalize-unicode@5.1.1(postcss@8.4.31): - resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.22.1 - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-normalize-url@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - normalize-url: 6.1.0 - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-normalize-whitespace@5.1.1(postcss@8.4.31): - resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-normalize@10.0.1(browserslist@4.22.1)(postcss@8.4.31): - resolution: {integrity: sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==} - engines: {node: '>= 12'} - peerDependencies: - browserslist: '>= 4' - postcss: '>= 8' - dependencies: - '@csstools/normalize.css': 12.0.0 - browserslist: 4.22.1 - postcss: 8.4.31 - postcss-browser-comments: 4.0.0(browserslist@4.22.1)(postcss@8.4.31) - sanitize.css: 13.0.0 - dev: false - - /postcss-opacity-percentage@1.1.3(postcss@8.4.31): - resolution: {integrity: sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-ordered-values@5.1.3(postcss@8.4.31): - resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - cssnano-utils: 3.1.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-overflow-shorthand@3.0.4(postcss@8.4.31): - resolution: {integrity: sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-page-break@3.0.4(postcss@8.4.31): - resolution: {integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==} - peerDependencies: - postcss: ^8 - dependencies: - postcss: 8.4.31 - dev: false - - /postcss-place@7.0.5(postcss@8.4.31): - resolution: {integrity: sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 + /path-type@3.0.0: + resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} + engines: {node: '>=4'} dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false + pify: 3.0.0 + dev: true - /postcss-preset-env@7.8.3(postcss@8.4.31): - resolution: {integrity: sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-cascade-layers': 1.1.1(postcss@8.4.31) - '@csstools/postcss-color-function': 1.1.1(postcss@8.4.31) - '@csstools/postcss-font-format-keywords': 1.0.1(postcss@8.4.31) - '@csstools/postcss-hwb-function': 1.0.2(postcss@8.4.31) - '@csstools/postcss-ic-unit': 1.0.1(postcss@8.4.31) - '@csstools/postcss-is-pseudo-class': 2.0.7(postcss@8.4.31) - '@csstools/postcss-nested-calc': 1.0.0(postcss@8.4.31) - '@csstools/postcss-normalize-display-values': 1.0.1(postcss@8.4.31) - '@csstools/postcss-oklab-function': 1.1.1(postcss@8.4.31) - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.31) - '@csstools/postcss-stepped-value-functions': 1.0.1(postcss@8.4.31) - '@csstools/postcss-text-decoration-shorthand': 1.0.0(postcss@8.4.31) - '@csstools/postcss-trigonometric-functions': 1.0.2(postcss@8.4.31) - '@csstools/postcss-unset-value': 1.0.2(postcss@8.4.31) - autoprefixer: 10.4.16(postcss@8.4.31) - browserslist: 4.22.1 - css-blank-pseudo: 3.0.3(postcss@8.4.31) - css-has-pseudo: 3.0.4(postcss@8.4.31) - css-prefers-color-scheme: 6.0.3(postcss@8.4.31) - cssdb: 7.7.2 - postcss: 8.4.31 - postcss-attribute-case-insensitive: 5.0.2(postcss@8.4.31) - postcss-clamp: 4.1.0(postcss@8.4.31) - postcss-color-functional-notation: 4.2.4(postcss@8.4.31) - postcss-color-hex-alpha: 8.0.4(postcss@8.4.31) - postcss-color-rebeccapurple: 7.1.1(postcss@8.4.31) - postcss-custom-media: 8.0.2(postcss@8.4.31) - postcss-custom-properties: 12.1.11(postcss@8.4.31) - postcss-custom-selectors: 6.0.3(postcss@8.4.31) - postcss-dir-pseudo-class: 6.0.5(postcss@8.4.31) - postcss-double-position-gradients: 3.1.2(postcss@8.4.31) - postcss-env-function: 4.0.6(postcss@8.4.31) - postcss-focus-visible: 6.0.4(postcss@8.4.31) - postcss-focus-within: 5.0.4(postcss@8.4.31) - postcss-font-variant: 5.0.0(postcss@8.4.31) - postcss-gap-properties: 3.0.5(postcss@8.4.31) - postcss-image-set-function: 4.0.7(postcss@8.4.31) - postcss-initial: 4.0.1(postcss@8.4.31) - postcss-lab-function: 4.2.1(postcss@8.4.31) - postcss-logical: 5.0.4(postcss@8.4.31) - postcss-media-minmax: 5.0.0(postcss@8.4.31) - postcss-nesting: 10.2.0(postcss@8.4.31) - postcss-opacity-percentage: 1.1.3(postcss@8.4.31) - postcss-overflow-shorthand: 3.0.4(postcss@8.4.31) - postcss-page-break: 3.0.4(postcss@8.4.31) - postcss-place: 7.0.5(postcss@8.4.31) - postcss-pseudo-class-any-link: 7.1.6(postcss@8.4.31) - postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.31) - postcss-selector-not: 6.0.1(postcss@8.4.31) - postcss-value-parser: 4.2.0 - dev: false + /path-type@4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + dev: true - /postcss-pseudo-class-any-link@7.1.6(postcss@8.4.31): - resolution: {integrity: sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false + /pathe@1.1.1: + resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==} + dev: true - /postcss-reduce-initial@5.1.2(postcss@8.4.31): - resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.22.1 - caniuse-api: 3.0.0 - postcss: 8.4.31 - dev: false + /pathval@1.1.1: + resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} + dev: true - /postcss-reduce-transforms@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - dev: false + /picocolors@1.0.0: + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.31): - resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==} - peerDependencies: - postcss: ^8.0.3 - dependencies: - postcss: 8.4.31 - dev: false + /picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + dev: true - /postcss-selector-not@6.0.1(postcss@8.4.31): - resolution: {integrity: sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false + /pidtree@0.3.1: + resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==} + engines: {node: '>=0.10'} + hasBin: true + dev: true - /postcss-selector-parser@6.0.13: - resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==} + /pify@3.0.0: + resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} engines: {node: '>=4'} - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - dev: false + dev: true - /postcss-svgo@5.1.0(postcss@8.4.31): - resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - svgo: 2.8.0 - dev: false + /pirates@4.0.6: + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} + dev: true - /postcss-unique-selectors@5.1.1(postcss@8.4.31): - resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 + /pkg-dir@4.2.0: + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /postcss-value-parser@4.2.0: - resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - dev: false + find-up: 4.1.0 + dev: true - /postcss@7.0.39: - resolution: {integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==} - engines: {node: '>=6.0.0'} + /pkg-types@1.0.3: + resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} dependencies: - picocolors: 0.2.1 - source-map: 0.6.1 - dev: false + jsonc-parser: 3.2.0 + mlly: 1.4.2 + pathe: 1.1.1 + dev: true /postcss@8.4.14: resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} @@ -10426,25 +9039,26 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 - /prelude-ls@1.1.2: - resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} - engines: {node: '>= 0.8.0'} - dev: false + /postcss@8.4.32: + resolution: {integrity: sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true /prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - - /pretty-bytes@5.6.0: - resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} - engines: {node: '>=6'} - dev: false + dev: true /pretty-error@4.0.0: resolution: {integrity: sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==} dependencies: lodash: 4.17.21 renderkid: 3.0.0 + dev: true /pretty-format@24.9.0: resolution: {integrity: sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==} @@ -10454,6 +9068,7 @@ packages: ansi-regex: 4.1.1 ansi-styles: 3.2.1 react-is: 16.13.1 + dev: true /pretty-format@27.5.1: resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} @@ -10462,16 +9077,7 @@ packages: ansi-regex: 5.0.1 ansi-styles: 5.2.0 react-is: 17.0.2 - - /pretty-format@28.1.3: - resolution: {integrity: sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/schemas': 28.1.3 - ansi-regex: 5.0.1 - ansi-styles: 5.2.0 - react-is: 18.2.0 - dev: false + dev: true /pretty-format@29.7.0: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} @@ -10484,12 +9090,7 @@ packages: /process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} - - /promise@8.3.0: - resolution: {integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==} - dependencies: - asap: 2.0.6 - dev: false + dev: true /prompts@2.4.2: resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} @@ -10497,6 +9098,7 @@ packages: dependencies: kleur: 3.0.3 sisteransi: 1.0.5 + dev: true /prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} @@ -10504,6 +9106,7 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 react-is: 16.13.1 + dev: true /proxy-addr@2.0.7: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} @@ -10511,49 +9114,46 @@ packages: dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 + dev: true /psl@1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} + dev: true - /punycode@2.3.0: - resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} + /punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} + dev: true /pure-rand@6.0.4: resolution: {integrity: sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==} dev: true - /q@1.5.1: - resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} - engines: {node: '>=0.6.0', teleport: '>=0.2.0'} - dev: false - /qs@6.11.0: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} engines: {node: '>=0.6'} dependencies: side-channel: 1.0.4 + dev: true /querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} + dev: true /queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - - /raf@3.4.1: - resolution: {integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==} - dependencies: - performance-now: 2.1.0 - dev: false + dev: true /randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: safe-buffer: 5.2.1 + dev: true /range-parser@1.2.1: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} + dev: true /raw-body@2.5.1: resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} @@ -10563,60 +9163,7 @@ packages: http-errors: 2.0.0 iconv-lite: 0.4.24 unpipe: 1.0.0 - - /react-app-polyfill@3.0.0: - resolution: {integrity: sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==} - engines: {node: '>=14'} - dependencies: - core-js: 3.33.0 - object-assign: 4.1.1 - promise: 8.3.0 - raf: 3.4.1 - regenerator-runtime: 0.13.11 - whatwg-fetch: 3.6.19 - dev: false - - /react-dev-utils@12.0.1(eslint@8.55.0)(typescript@4.9.3)(webpack@5.88.2): - resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} - engines: {node: '>=14'} - peerDependencies: - typescript: '>=2.7' - webpack: '>=4' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@babel/code-frame': 7.22.13 - address: 1.2.2 - browserslist: 4.22.1 - chalk: 4.1.2 - cross-spawn: 7.0.3 - detect-port-alt: 1.1.6 - escape-string-regexp: 4.0.0 - filesize: 8.0.7 - find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.55.0)(typescript@4.9.3)(webpack@5.88.2) - global-modules: 2.0.0 - globby: 11.1.0 - gzip-size: 6.0.0 - immer: 9.0.21 - is-root: 2.1.0 - loader-utils: 3.2.1 - open: 8.4.2 - pkg-up: 3.1.0 - prompts: 2.4.2 - react-error-overlay: 6.0.11 - recursive-readdir: 2.2.3 - shell-quote: 1.8.1 - strip-ansi: 6.0.1 - text-table: 0.2.0 - typescript: 4.9.3 - webpack: 5.88.2 - transitivePeerDependencies: - - eslint - - supports-color - - vue-template-compiler - dev: false + dev: true /react-dom@18.2.0(react@18.2.0): resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} @@ -10627,120 +9174,22 @@ packages: react: 18.2.0 scheduler: 0.23.0 - /react-error-overlay@6.0.11: - resolution: {integrity: sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==} - dev: false - /react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + dev: true /react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} + dev: true /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + dev: true - /react-refresh@0.11.0: - resolution: {integrity: sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==} + /react-refresh@0.14.0: + resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} engines: {node: '>=0.10.0'} - dev: false - - /react-scripts@5.0.1(@babel/plugin-syntax-flow@7.22.5)(@babel/plugin-transform-react-jsx@7.22.15)(eslint@8.55.0)(react@18.2.0)(typescript@4.9.3): - resolution: {integrity: sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==} - engines: {node: '>=14.0.0'} - hasBin: true - peerDependencies: - eslint: '*' - react: '>= 16' - typescript: ^3.2.1 || ^4 - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@babel/core': 7.23.0 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.11(react-refresh@0.11.0)(webpack-dev-server@4.15.1)(webpack@5.88.2) - '@svgr/webpack': 5.5.0 - babel-jest: 27.5.1(@babel/core@7.23.0) - babel-loader: 8.3.0(@babel/core@7.23.0)(webpack@5.88.2) - babel-plugin-named-asset-import: 0.3.8(@babel/core@7.23.0) - babel-preset-react-app: 10.0.1 - bfj: 7.1.0 - browserslist: 4.22.1 - camelcase: 6.3.0 - case-sensitive-paths-webpack-plugin: 2.4.0 - css-loader: 6.8.1(webpack@5.88.2) - css-minimizer-webpack-plugin: 3.4.1(webpack@5.88.2) - dotenv: 10.0.0 - dotenv-expand: 5.1.0 - eslint: 8.55.0 - eslint-config-react-app: 7.0.1(@babel/plugin-syntax-flow@7.22.5)(@babel/plugin-transform-react-jsx@7.22.15)(eslint@8.55.0)(jest@27.5.1)(typescript@4.9.3) - eslint-webpack-plugin: 3.2.0(eslint@8.55.0)(webpack@5.88.2) - file-loader: 6.2.0(webpack@5.88.2) - fs-extra: 10.1.0 - html-webpack-plugin: 5.5.3(webpack@5.88.2) - identity-obj-proxy: 3.0.0 - jest: 27.5.1 - jest-resolve: 27.5.1 - jest-watch-typeahead: 1.1.0(jest@27.5.1) - mini-css-extract-plugin: 2.7.6(webpack@5.88.2) - postcss: 8.4.31 - postcss-flexbugs-fixes: 5.0.2(postcss@8.4.31) - postcss-loader: 6.2.1(postcss-flexbugs-fixes@5.0.2)(postcss-normalize@10.0.1)(postcss-preset-env@7.8.3)(postcss@8.4.31)(webpack@5.88.2) - postcss-normalize: 10.0.1(browserslist@4.22.1)(postcss@8.4.31) - postcss-preset-env: 7.8.3(postcss@8.4.31) - prompts: 2.4.2 - react: 18.2.0 - react-app-polyfill: 3.0.0 - react-dev-utils: 12.0.1(eslint@8.55.0)(typescript@4.9.3)(webpack@5.88.2) - react-refresh: 0.11.0 - resolve: 1.22.6 - resolve-url-loader: 4.0.0 - sass-loader: 12.6.0(webpack@5.88.2) - semver: 7.5.4 - source-map-loader: 3.0.2(webpack@5.88.2) - style-loader: 3.3.3(webpack@5.88.2) - tailwindcss: 3.3.3 - terser-webpack-plugin: 5.3.9(webpack@5.88.2) - typescript: 4.9.3 - webpack: 5.88.2 - webpack-dev-server: 4.15.1(webpack@5.88.2) - webpack-manifest-plugin: 4.1.1(webpack@5.88.2) - workbox-webpack-plugin: 6.6.0(webpack@5.88.2) - optionalDependencies: - fsevents: 2.3.3 - transitivePeerDependencies: - - '@babel/plugin-syntax-flow' - - '@babel/plugin-transform-react-jsx' - - '@parcel/css' - - '@swc/core' - - '@types/babel__core' - - '@types/webpack' - - bufferutil - - canvas - - clean-css - - csso - - debug - - esbuild - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - fibers - - node-notifier - - node-sass - - rework - - rework-visit - - sass - - sass-embedded - - sockjs-client - - supports-color - - ts-node - - type-fest - - uglify-js - - utf-8-validate - - vue-template-compiler - - webpack-cli - - webpack-hot-middleware - - webpack-plugin-serve - dev: false + dev: true /react@18.2.0: resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} @@ -10748,12 +9197,6 @@ packages: dependencies: loose-envify: 1.4.0 - /read-cache@1.0.0: - resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} - dependencies: - pify: 2.3.0 - dev: false - /read-pkg@3.0.0: resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} engines: {node: '>=4'} @@ -10773,6 +9216,7 @@ packages: safe-buffer: 5.1.2 string_decoder: 1.1.1 util-deprecate: 1.0.2 + dev: true /readable-stream@3.6.2: resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} @@ -10781,12 +9225,14 @@ packages: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 + dev: true /readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.1 + dev: true /rechoir@0.8.0: resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} @@ -10795,19 +9241,13 @@ packages: resolve: 1.22.6 dev: true - /recursive-readdir@2.2.3: - resolution: {integrity: sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==} - engines: {node: '>=6.0.0'} - dependencies: - minimatch: 3.1.2 - dev: false - /redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 + dev: true /reflect.getprototypeof@1.0.4: resolution: {integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==} @@ -10819,34 +9259,28 @@ packages: get-intrinsic: 1.2.1 globalthis: 1.0.3 which-builtin-type: 1.1.3 + dev: true /regenerate-unicode-properties@10.1.1: resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 - dev: false + dev: true /regenerate@1.4.2: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} - dev: false - - /regenerator-runtime@0.13.11: - resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} - dev: false + dev: true /regenerator-runtime@0.14.0: resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} + dev: true /regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: '@babel/runtime': 7.23.1 - dev: false - - /regex-parser@2.2.11: - resolution: {integrity: sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==} - dev: false + dev: true /regexp.prototype.flags@1.5.1: resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==} @@ -10855,10 +9289,12 @@ packages: call-bind: 1.0.2 define-properties: 1.2.1 set-function-name: 2.0.1 + dev: true /regexpp@3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} + dev: true /regexpu-core@5.3.2: resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} @@ -10870,18 +9306,19 @@ packages: regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.1.0 - dev: false + dev: true /regjsparser@0.9.1: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true dependencies: jsesc: 0.5.0 - dev: false + dev: true /relateurl@0.2.7: resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} engines: {node: '>= 0.10'} + dev: true /renderkid@3.0.0: resolution: {integrity: sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==} @@ -10891,63 +9328,47 @@ packages: htmlparser2: 6.1.0 lodash: 4.17.21 strip-ansi: 6.0.1 + dev: true /require-directory@2.1.1: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} engines: {node: '>=0.10.0'} + dev: true /require-from-string@2.0.2: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} engines: {node: '>=0.10.0'} + dev: true /requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} + dev: true /resolve-cwd@3.0.0: resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} engines: {node: '>=8'} dependencies: resolve-from: 5.0.0 + dev: true /resolve-from@4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} + dev: true /resolve-from@5.0.0: resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} engines: {node: '>=8'} + dev: true /resolve-pkg-maps@1.0.0: resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} dev: true - /resolve-url-loader@4.0.0: - resolution: {integrity: sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==} - engines: {node: '>=8.9'} - peerDependencies: - rework: 1.0.1 - rework-visit: 1.0.0 - peerDependenciesMeta: - rework: - optional: true - rework-visit: - optional: true - dependencies: - adjust-sourcemap-loader: 4.0.0 - convert-source-map: 1.9.0 - loader-utils: 2.0.4 - postcss: 7.0.39 - source-map: 0.6.1 - dev: false - /resolve-url@0.2.1: resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} deprecated: https://github.com/lydell/resolve-url#deprecated - - /resolve.exports@1.1.1: - resolution: {integrity: sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==} - engines: {node: '>=10'} - dev: false + dev: true /resolve.exports@2.0.2: resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} @@ -10961,6 +9382,7 @@ packages: is-core-module: 2.13.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + dev: true /resolve@2.0.0-next.4: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} @@ -10969,33 +9391,24 @@ packages: is-core-module: 2.13.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + dev: true /retry@0.13.1: resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==} engines: {node: '>= 4'} + dev: true /reusify@1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + dev: true /rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: glob: 7.2.3 - - /rollup-plugin-terser@7.0.2(rollup@2.79.1): - resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} - deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser - peerDependencies: - rollup: ^2.0.0 - dependencies: - '@babel/code-frame': 7.22.13 - jest-worker: 26.6.2 - rollup: 2.79.1 - serialize-javascript: 4.0.0 - terser: 5.20.0 - dev: false + dev: true /rollup@2.79.1: resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} @@ -11003,11 +9416,37 @@ packages: hasBin: true optionalDependencies: fsevents: 2.3.3 + dev: true + + /rollup@4.6.1: + resolution: {integrity: sha512-jZHaZotEHQaHLgKr8JnQiDT1rmatjgKlMekyksz+yk9jt/8z9quNjnKNRoaM0wd9DC2QKXjmWWuDYtM3jfF8pQ==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + optionalDependencies: + '@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 + dev: true + + /rrweb-cssom@0.6.0: + resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} + dev: true /run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: queue-microtask: 1.2.3 + dev: true /safe-array-concat@1.0.1: resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==} @@ -11017,12 +9456,15 @@ packages: get-intrinsic: 1.2.1 has-symbols: 1.0.3 isarray: 2.0.5 + dev: true /safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + dev: true /safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + dev: true /safe-regex-test@1.0.0: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} @@ -11030,48 +9472,11 @@ packages: call-bind: 1.0.2 get-intrinsic: 1.2.1 is-regex: 1.1.4 + dev: true /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - - /sanitize.css@13.0.0: - resolution: {integrity: sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==} - dev: false - - /sass-loader@12.6.0(webpack@5.88.2): - resolution: {integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==} - engines: {node: '>= 12.13.0'} - peerDependencies: - fibers: '>= 3.1.0' - node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 - sass: ^1.3.0 - sass-embedded: '*' - webpack: ^5.0.0 - peerDependenciesMeta: - fibers: - optional: true - node-sass: - optional: true - sass: - optional: true - sass-embedded: - optional: true - dependencies: - klona: 2.0.6 - neo-async: 2.6.2 - webpack: 5.88.2 - dev: false - - /sax@1.2.4: - resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} - dev: false - - /saxes@5.0.1: - resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} - engines: {node: '>=10'} - dependencies: - xmlchars: 2.2.0 - dev: false + dev: true /saxes@6.0.0: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} @@ -11085,24 +9490,6 @@ packages: dependencies: loose-envify: 1.4.0 - /schema-utils@2.7.0: - resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==} - engines: {node: '>= 8.9.0'} - dependencies: - '@types/json-schema': 7.0.13 - ajv: 6.12.6 - ajv-keywords: 3.5.2(ajv@6.12.6) - dev: false - - /schema-utils@2.7.1: - resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} - engines: {node: '>= 8.9.0'} - dependencies: - '@types/json-schema': 7.0.13 - ajv: 6.12.6 - ajv-keywords: 3.5.2(ajv@6.12.6) - dev: false - /schema-utils@3.3.0: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} engines: {node: '>= 10.13.0'} @@ -11110,6 +9497,7 @@ packages: '@types/json-schema': 7.0.13 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) + dev: true /schema-utils@4.2.0: resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} @@ -11119,15 +9507,18 @@ packages: ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) + dev: true /select-hose@2.0.0: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} + dev: true /selfsigned@2.1.1: resolution: {integrity: sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==} engines: {node: '>=10'} dependencies: node-forge: 1.3.1 + dev: true /semver@5.7.2: resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} @@ -11144,6 +9535,7 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 + dev: true /send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} @@ -11164,17 +9556,13 @@ packages: statuses: 2.0.1 transitivePeerDependencies: - supports-color - - /serialize-javascript@4.0.0: - resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} - dependencies: - randombytes: 2.1.0 - dev: false + dev: true /serialize-javascript@6.0.1: resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} dependencies: randombytes: 2.1.0 + dev: true /serve-index@1.9.1: resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==} @@ -11189,6 +9577,7 @@ packages: parseurl: 1.3.3 transitivePeerDependencies: - supports-color + dev: true /serve-static@1.15.0: resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} @@ -11200,6 +9589,7 @@ packages: send: 0.18.0 transitivePeerDependencies: - supports-color + dev: true /set-function-name@2.0.1: resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} @@ -11208,12 +9598,15 @@ packages: define-data-property: 1.1.0 functions-have-names: 1.2.3 has-property-descriptors: 1.0.0 + dev: true /setprototypeof@1.1.0: resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} + dev: true /setprototypeof@1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} + dev: true /shallow-clone@3.0.1: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} @@ -11234,6 +9627,7 @@ packages: engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 + dev: true /shebang-regex@1.0.0: resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} @@ -11243,9 +9637,11 @@ packages: /shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} + dev: true /shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + dev: true /side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} @@ -11253,21 +9649,36 @@ packages: call-bind: 1.0.2 get-intrinsic: 1.2.1 object-inspect: 1.12.3 + dev: true + + /siginfo@2.0.0: + resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} + dev: true /signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + dev: true + + /signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + dev: true /sisteransi@1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + dev: true /slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} + dev: true - /slash@4.0.0: - resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} - engines: {node: '>=12'} - dev: false + /snake-case@3.0.4: + resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} + dependencies: + dot-case: 3.0.4 + tslib: 2.6.2 + dev: true /sockjs@0.3.24: resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==} @@ -11275,27 +9686,12 @@ packages: faye-websocket: 0.11.4 uuid: 8.3.2 websocket-driver: 0.7.4 - - /source-list-map@2.0.1: - resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} - dev: false + dev: true /source-map-js@1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} - /source-map-loader@3.0.2(webpack@5.88.2): - resolution: {integrity: sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 - dependencies: - abab: 2.0.6 - iconv-lite: 0.6.3 - source-map-js: 1.0.2 - webpack: 5.88.2 - dev: false - /source-map-resolve@0.5.3: resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} deprecated: See https://github.com/lydell/source-map-resolve#deprecated @@ -11305,6 +9701,7 @@ packages: resolve-url: 0.2.1 source-map-url: 0.4.1 urix: 0.1.0 + dev: true /source-map-support@0.5.13: resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} @@ -11318,27 +9715,17 @@ packages: dependencies: buffer-from: 1.1.2 source-map: 0.6.1 + dev: true /source-map-url@0.4.1: resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} deprecated: See https://github.com/lydell/source-map-url#deprecated + dev: true /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - /source-map@0.7.4: - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} - engines: {node: '>= 8'} - dev: false - - /source-map@0.8.0-beta.0: - resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} - engines: {node: '>= 8'} - dependencies: - whatwg-url: 7.1.0 - dev: false - /sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} deprecated: Please use @jridgewell/sourcemap-codec instead @@ -11376,6 +9763,7 @@ packages: wbuf: 1.7.3 transitivePeerDependencies: - supports-color + dev: true /spdy@4.0.2: resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} @@ -11388,44 +9776,43 @@ packages: spdy-transport: 3.0.0 transitivePeerDependencies: - supports-color + dev: true /sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - - /stable@0.1.8: - resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} - deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' - dev: false + dev: true /stack-utils@2.0.6: resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} engines: {node: '>=10'} dependencies: escape-string-regexp: 2.0.0 + dev: true - /stackframe@1.3.4: - resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==} - dev: false - - /static-eval@2.0.2: - resolution: {integrity: sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==} - dependencies: - escodegen: 1.14.3 - dev: false + /stackback@0.0.2: + resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} + dev: true /statuses@1.5.0: resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} engines: {node: '>= 0.6'} + dev: true /statuses@2.0.1: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} + dev: true + + /std-env@3.6.0: + resolution: {integrity: sha512-aFZ19IgVmhdB2uX599ve2kE6BIE3YMnQ6Gp6BURhW/oIzpXGKr878TQfAQZn1+i0Flcc/UKUy1gOlcfaUBCryg==} + dev: true /stop-iteration-iterator@1.0.0: resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} engines: {node: '>= 0.4'} dependencies: internal-slot: 1.0.5 + dev: true /string-length@4.0.2: resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} @@ -11433,18 +9820,11 @@ packages: dependencies: char-regex: 1.0.2 strip-ansi: 6.0.1 - - /string-length@5.0.1: - resolution: {integrity: sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==} - engines: {node: '>=12.20'} - dependencies: - char-regex: 2.0.1 - strip-ansi: 7.1.0 - dev: false + dev: true /string-natural-compare@3.0.1: resolution: {integrity: sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==} - dev: false + dev: true /string-width@4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} @@ -11453,6 +9833,7 @@ packages: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 + dev: true /string.prototype.matchall@4.0.10: resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==} @@ -11466,6 +9847,7 @@ packages: regexp.prototype.flags: 1.5.1 set-function-name: 2.0.1 side-channel: 1.0.4 + dev: true /string.prototype.padend@3.1.5: resolution: {integrity: sha512-DOB27b/2UTTD+4myKUFh+/fXWcu/UDyASIXfg+7VzoCNNGOfWvoyU/x5pvVHr++ztyt/oSYI1BcWBBG/hmlNjA==} @@ -11483,6 +9865,7 @@ packages: call-bind: 1.0.2 define-properties: 1.2.1 es-abstract: 1.22.2 + dev: true /string.prototype.trimend@1.0.7: resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==} @@ -11490,6 +9873,7 @@ packages: call-bind: 1.0.2 define-properties: 1.2.1 es-abstract: 1.22.2 + dev: true /string.prototype.trimstart@1.0.7: resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==} @@ -11497,76 +9881,66 @@ packages: call-bind: 1.0.2 define-properties: 1.2.1 es-abstract: 1.22.2 + dev: true /string_decoder@1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: safe-buffer: 5.1.2 + dev: true /string_decoder@1.3.0: resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} dependencies: safe-buffer: 5.2.1 - - /stringify-object@3.3.0: - resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} - engines: {node: '>=4'} - dependencies: - get-own-enumerable-property-symbols: 3.0.2 - is-obj: 1.0.1 - is-regexp: 1.0.0 - dev: false + dev: true /strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} dependencies: ansi-regex: 5.0.1 - - /strip-ansi@7.1.0: - resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} - engines: {node: '>=12'} - dependencies: - ansi-regex: 6.0.1 - dev: false + dev: true /strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} + dev: true /strip-bom@4.0.0: resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} engines: {node: '>=8'} - - /strip-comments@2.0.1: - resolution: {integrity: sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==} - engines: {node: '>=10'} - dev: false + dev: true /strip-final-newline@2.0.0: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} + dev: true + + /strip-final-newline@3.0.0: + resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} + engines: {node: '>=12'} + dev: true /strip-indent@3.0.0: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} dependencies: min-indent: 1.0.1 + dev: true /strip-json-comments@3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} + dev: true - /style-loader@3.3.3(webpack@5.88.2): - resolution: {integrity: sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^5.0.0 + /strip-literal@1.3.0: + resolution: {integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==} dependencies: - webpack: 5.88.2 - dev: false + acorn: 8.10.0 + dev: true - /styled-jsx@5.1.0(@babel/core@7.23.0)(react@18.2.0): + /styled-jsx@5.1.0(@babel/core@7.23.5)(react@18.2.0): resolution: {integrity: sha512-/iHaRJt9U7T+5tp6TRelLnqBqiaIT0HsO0+vgyj8hK2KUk7aejFqRrumqPUlAqDwAj8IbS/1hk3IhBAAK/FCUQ==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -11579,35 +9953,10 @@ packages: babel-plugin-macros: optional: true dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.5 client-only: 0.0.1 react: 18.2.0 - /stylehacks@5.1.1(postcss@8.4.31): - resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==} - engines: {node: ^10 || ^12 || >=14.0} - peerDependencies: - postcss: ^8.2.15 - dependencies: - browserslist: 4.22.1 - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 - dev: false - - /sucrase@3.34.0: - resolution: {integrity: sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==} - engines: {node: '>=8'} - hasBin: true - dependencies: - '@jridgewell/gen-mapping': 0.3.3 - commander: 4.1.1 - glob: 7.1.6 - lines-and-columns: 1.2.4 - mz: 2.7.0 - pirates: 4.0.6 - ts-interface-checker: 0.1.13 - dev: false - /supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -11619,68 +9968,28 @@ packages: engines: {node: '>=8'} dependencies: has-flag: 4.0.0 + dev: true /supports-color@8.1.1: resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} engines: {node: '>=10'} dependencies: has-flag: 4.0.0 - - /supports-hyperlinks@2.3.0: - resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} - engines: {node: '>=8'} - dependencies: - has-flag: 4.0.0 - supports-color: 7.2.0 - dev: false + dev: true /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} + dev: true /svg-parser@2.0.4: resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==} - dev: false + dev: true /svg-tags@1.0.0: resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} dev: true - /svgo@1.3.2: - resolution: {integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==} - engines: {node: '>=4.0.0'} - deprecated: This SVGO version is no longer supported. Upgrade to v2.x.x. - hasBin: true - dependencies: - chalk: 2.4.2 - coa: 2.0.2 - css-select: 2.1.0 - css-select-base-adapter: 0.1.1 - css-tree: 1.0.0-alpha.37 - csso: 4.2.0 - js-yaml: 3.14.1 - mkdirp: 0.5.6 - object.values: 1.1.7 - sax: 1.2.4 - stable: 0.1.8 - unquote: 1.1.1 - util.promisify: 1.0.1 - dev: false - - /svgo@2.8.0: - resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==} - engines: {node: '>=10.13.0'} - hasBin: true - dependencies: - '@trysound/sax': 0.2.0 - commander: 7.2.0 - css-select: 4.3.0 - css-tree: 1.1.3 - csso: 4.2.0 - picocolors: 1.0.0 - stable: 0.1.8 - dev: false - /swc-loader@0.2.3(@swc/core@1.3.100)(webpack@5.89.0): resolution: {integrity: sha512-D1p6XXURfSPleZZA/Lipb3A8pZ17fP4NObZvFCDjK/OKljroqDpPmsBdTraWhVBqUNpcWBQY1imWdoPScRlQ7A==} peerDependencies: @@ -11693,96 +10002,14 @@ packages: /symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - - /tailwindcss@3.3.3: - resolution: {integrity: sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==} - engines: {node: '>=14.0.0'} - hasBin: true - dependencies: - '@alloc/quick-lru': 5.2.0 - arg: 5.0.2 - chokidar: 3.5.3 - didyoumean: 1.2.2 - dlv: 1.1.3 - fast-glob: 3.3.1 - glob-parent: 6.0.2 - is-glob: 4.0.3 - jiti: 1.20.0 - lilconfig: 2.1.0 - micromatch: 4.0.5 - normalize-path: 3.0.0 - object-hash: 3.0.0 - picocolors: 1.0.0 - postcss: 8.4.31 - postcss-import: 15.1.0(postcss@8.4.31) - postcss-js: 4.0.1(postcss@8.4.31) - postcss-load-config: 4.0.1(postcss@8.4.31) - postcss-nested: 6.0.1(postcss@8.4.31) - postcss-selector-parser: 6.0.13 - resolve: 1.22.6 - sucrase: 3.34.0 - transitivePeerDependencies: - - ts-node - dev: false - - /tapable@1.1.3: - resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} - engines: {node: '>=6'} - dev: false + dev: true /tapable@2.2.1: - resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} - engines: {node: '>=6'} - - /temp-dir@2.0.0: - resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} - engines: {node: '>=8'} - dev: false - - /tempy@0.6.0: - resolution: {integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==} - engines: {node: '>=10'} - dependencies: - is-stream: 2.0.1 - temp-dir: 2.0.0 - type-fest: 0.16.0 - unique-string: 2.0.0 - dev: false - - /terminal-link@2.1.1: - resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} - engines: {node: '>=8'} - dependencies: - ansi-escapes: 4.3.2 - supports-hyperlinks: 2.3.0 - dev: false - - /terser-webpack-plugin@5.3.9(@swc/core@1.3.100)(webpack@5.89.0): - resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} - engines: {node: '>= 10.13.0'} - peerDependencies: - '@swc/core': '*' - esbuild: '*' - uglify-js: '*' - webpack: ^5.1.0 - peerDependenciesMeta: - '@swc/core': - optional: true - esbuild: - optional: true - uglify-js: - optional: true - dependencies: - '@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(@swc/core@1.3.100)(webpack-cli@5.1.4) + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + engines: {node: '>=6'} dev: true - /terser-webpack-plugin@5.3.9(webpack@5.88.2): + /terser-webpack-plugin@5.3.9(@swc/core@1.3.100)(webpack@5.89.0): resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -11799,12 +10026,13 @@ packages: optional: true dependencies: '@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.88.2 - dev: false + webpack: 5.89.0(@swc/core@1.3.100)(webpack-cli@5.1.4) + dev: true /terser@5.20.0: resolution: {integrity: sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ==} @@ -11815,6 +10043,7 @@ packages: acorn: 8.10.0 commander: 2.20.3 source-map-support: 0.5.21 + dev: true /test-exclude@6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} @@ -11823,32 +10052,33 @@ packages: '@istanbuljs/schema': 0.1.3 glob: 7.2.3 minimatch: 3.1.2 + dev: true /text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + dev: true - /thenify-all@1.6.0: - resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} - engines: {node: '>=0.8'} - dependencies: - thenify: 3.3.1 - dev: false + /thunky@1.1.0: + resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} + dev: true - /thenify@3.3.1: - resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} - dependencies: - any-promise: 1.3.0 - dev: false + /tinybench@2.5.1: + resolution: {integrity: sha512-65NKvSuAVDP/n4CqH+a9w2kTlLReS9vhsAP06MWx+/89nMinJyB2icyl58RIcqCmIggpojIGeuJGhjU1aGMBSg==} + dev: true - /throat@6.0.2: - resolution: {integrity: sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==} - dev: false + /tinypool@0.8.1: + resolution: {integrity: sha512-zBTCK0cCgRROxvs9c0CGK838sPkeokNGdQVUUwHAbynHFlmyJYj825f/oRs528HaIJ97lo0pLIlDUzwN+IorWg==} + engines: {node: '>=14.0.0'} + dev: true - /thunky@1.1.0: - resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} + /tinyspy@2.2.0: + resolution: {integrity: sha512-d2eda04AN/cPOR89F7Xv5bK/jrQEhmcLFe6HFldoeO9AJtps+fqEnh486vnT/8y4bw38pSyxDcTCAq+Ks2aJTg==} + engines: {node: '>=14.0.0'} + dev: true /tmpl@1.0.5: resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} + dev: true /to-fast-properties@2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} @@ -11859,47 +10089,36 @@ packages: engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 + dev: true /toidentifier@1.0.1: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} engines: {node: '>=0.6'} + dev: true /tough-cookie@4.1.3: resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==} engines: {node: '>=6'} dependencies: psl: 1.9.0 - punycode: 2.3.0 + punycode: 2.3.1 universalify: 0.2.0 url-parse: 1.5.10 - - /tr46@1.0.1: - resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} - dependencies: - punycode: 2.3.0 - dev: false - - /tr46@2.1.0: - resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} - engines: {node: '>=8'} - dependencies: - punycode: 2.3.0 - dev: false + dev: true /tr46@3.0.0: resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==} engines: {node: '>=12'} dependencies: - punycode: 2.3.0 + punycode: 2.3.1 dev: true - /tryer@1.0.1: - resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} - dev: false - - /ts-interface-checker@0.1.13: - resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - dev: false + /tr46@5.0.0: + resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} + engines: {node: '>=18'} + dependencies: + punycode: 2.3.1 + dev: true /tsconfig-paths@3.14.2: resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} @@ -11908,6 +10127,7 @@ packages: json5: 1.0.2 minimist: 1.2.8 strip-bom: 3.0.0 + dev: true /tsconfig-to-swcconfig@2.4.0: resolution: {integrity: sha512-vT1hUG06TC3XCRQoina91VGH5HKfxYgA4hN2Ly0uNxHKNeCds++7aBE2Je62FUTKvvdkTpLjmynF8bzgYcDymA==} @@ -11920,6 +10140,7 @@ packages: /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + dev: true /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} @@ -11932,36 +10153,29 @@ packages: dependencies: tslib: 1.14.1 typescript: 4.9.3 - - /type-check@0.3.2: - resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - dev: false + dev: true /type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 + dev: true /type-detect@4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} - - /type-fest@0.16.0: - resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==} - engines: {node: '>=10'} - dev: false + dev: true /type-fest@0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} + dev: true /type-fest@0.21.3: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} + dev: true /type-is@1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} @@ -11969,6 +10183,7 @@ packages: dependencies: media-typer: 0.3.0 mime-types: 2.1.35 + dev: true /typed-array-buffer@1.0.0: resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} @@ -11977,6 +10192,7 @@ packages: call-bind: 1.0.2 get-intrinsic: 1.2.1 is-typed-array: 1.1.12 + dev: true /typed-array-byte-length@1.0.0: resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} @@ -11986,6 +10202,7 @@ packages: for-each: 0.3.3 has-proto: 1.0.1 is-typed-array: 1.1.12 + dev: true /typed-array-byte-offset@1.0.0: resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} @@ -11996,6 +10213,7 @@ packages: for-each: 0.3.3 has-proto: 1.0.1 is-typed-array: 1.1.12 + dev: true /typed-array-length@1.0.4: resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} @@ -12003,17 +10221,17 @@ packages: call-bind: 1.0.2 for-each: 0.3.3 is-typed-array: 1.1.12 - - /typedarray-to-buffer@3.1.5: - resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} - dependencies: - is-typedarray: 1.0.0 - dev: false + dev: true /typescript@4.9.3: resolution: {integrity: sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==} engines: {node: '>=4.2.0'} hasBin: true + dev: true + + /ufo@1.3.2: + resolution: {integrity: sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==} + dev: true /unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} @@ -12022,15 +10240,12 @@ packages: has-bigints: 1.0.2 has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - - /underscore@1.12.1: - resolution: {integrity: sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==} - dev: false + dev: true /unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} - dev: false + dev: true /unicode-match-property-ecmascript@2.0.0: resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} @@ -12038,46 +10253,27 @@ packages: dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 - dev: false + dev: true /unicode-match-property-value-ecmascript@2.1.0: resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} engines: {node: '>=4'} - dev: false + dev: true /unicode-property-aliases-ecmascript@2.1.0: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - dev: false - - /unique-string@2.0.0: - resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} - engines: {node: '>=8'} - dependencies: - crypto-random-string: 2.0.0 - dev: false + dev: true /universalify@0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} engines: {node: '>= 4.0.0'} - - /universalify@2.0.0: - resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} - engines: {node: '>= 10.0.0'} - dev: false + dev: true /unpipe@1.0.0: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} - - /unquote@1.1.1: - resolution: {integrity: sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==} - dev: false - - /upath@1.2.0: - resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} - engines: {node: '>=4'} - dev: false + dev: true /update-browserslist-db@1.0.13(browserslist@4.22.1): resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} @@ -12088,53 +10284,53 @@ packages: browserslist: 4.22.1 escalade: 3.1.1 picocolors: 1.0.0 + dev: true + + /update-browserslist-db@1.0.13(browserslist@4.22.2): + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.22.2 + escalade: 3.1.1 + picocolors: 1.0.0 /uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: - punycode: 2.3.0 + punycode: 2.3.1 + dev: true /urix@0.1.0: resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==} deprecated: Please see https://github.com/lydell/urix#deprecated + dev: true /url-parse@1.5.10: resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} dependencies: querystringify: 2.2.0 requires-port: 1.0.0 + dev: true /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - - /util.promisify@1.0.1: - resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==} - dependencies: - define-properties: 1.2.1 - es-abstract: 1.22.2 - has-symbols: 1.0.3 - object.getownpropertydescriptors: 2.1.7 - dev: false + dev: true /utila@0.4.0: resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==} + dev: true /utils-merge@1.0.1: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} + dev: true /uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true - - /v8-to-istanbul@8.1.1: - resolution: {integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==} - engines: {node: '>=10.12.0'} - dependencies: - '@types/istanbul-lib-coverage': 2.0.4 - convert-source-map: 1.9.0 - source-map: 0.7.4 - dev: false + dev: true /v8-to-istanbul@9.1.0: resolution: {integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==} @@ -12155,6 +10351,76 @@ packages: /vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} + dev: true + + /vite-node@1.0.2: + resolution: {integrity: sha512-h7BbMJf46fLvFW/9Ygo3snkIBEHFh6fHpB4lge98H5quYrDhPFeI3S0LREz328uqPWSnii2yeJXktQ+Pmqk5BQ==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + dependencies: + cac: 6.7.14 + debug: 4.3.4 + pathe: 1.1.1 + picocolors: 1.0.0 + vite: 5.0.6 + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + dev: true + + /vite-plugin-svgr@4.2.0(typescript@4.9.3)(vite@3.2.7): + resolution: {integrity: sha512-SC7+FfVtNQk7So0XMjrrtLAbEC8qjFPifyD7+fs/E6aaNdVde6umlVVh0QuwDLdOMu7vp5RiGFsB70nj5yo0XA==} + peerDependencies: + vite: ^2.6.0 || 3 || 4 || 5 + dependencies: + '@rollup/pluginutils': 5.1.0 + '@svgr/core': 8.1.0(typescript@4.9.3) + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) + vite: 3.2.7 + transitivePeerDependencies: + - rollup + - supports-color + - typescript + dev: true + + /vite@3.2.7: + resolution: {integrity: sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + less: '*' + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + esbuild: 0.15.18 + postcss: 8.4.31 + resolve: 1.22.6 + rollup: 2.79.1 + optionalDependencies: + fsevents: 2.3.3 + dev: true /vite@3.2.7(@types/node@18.11.9): resolution: {integrity: sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==} @@ -12224,6 +10490,98 @@ packages: fsevents: 2.3.3 dev: true + /vite@5.0.6: + resolution: {integrity: sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + esbuild: 0.19.8 + postcss: 8.4.32 + rollup: 4.6.1 + optionalDependencies: + fsevents: 2.3.3 + dev: true + + /vitest@1.0.2(jsdom@23.0.1): + resolution: {integrity: sha512-F3NVwwpXfRSDnJmyv+ALPwSRVt0zDkRRE18pwUHSUPXAlWQ47rY1dc99ziMW5bBHyqwK2ERjMisLNoef64qk9w==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@edge-runtime/vm': '*' + '@types/node': ^18.0.0 || >=20.0.0 + '@vitest/browser': ^1.0.0 + '@vitest/ui': ^1.0.0 + happy-dom: '*' + jsdom: '*' + peerDependenciesMeta: + '@edge-runtime/vm': + optional: true + '@types/node': + optional: true + '@vitest/browser': + optional: true + '@vitest/ui': + optional: true + happy-dom: + optional: true + jsdom: + optional: true + dependencies: + '@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 + transitivePeerDependencies: + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + dev: true + /vue-router@4.1.6(vue@3.2.45): resolution: {integrity: sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==} peerDependencies: @@ -12270,20 +10628,6 @@ packages: '@vue/shared': 3.3.4 dev: true - /w3c-hr-time@1.0.2: - resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} - deprecated: Use your platform's native performance.now() and performance.timeOrigin. - dependencies: - browser-process-hrtime: 1.0.0 - dev: false - - /w3c-xmlserializer@2.0.0: - resolution: {integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==} - engines: {node: '>=10'} - dependencies: - xml-name-validator: 3.0.0 - dev: false - /w3c-xmlserializer@4.0.0: resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==} engines: {node: '>=14'} @@ -12291,10 +10635,18 @@ packages: xml-name-validator: 4.0.0 dev: true + /w3c-xmlserializer@5.0.0: + resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} + engines: {node: '>=18'} + dependencies: + xml-name-validator: 5.0.0 + dev: true + /walker@1.0.8: resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} dependencies: makeerror: 1.0.12 + dev: true /watchpack@2.4.0: resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} @@ -12302,30 +10654,18 @@ packages: dependencies: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 + dev: true /wbuf@1.7.3: resolution: {integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==} dependencies: minimalistic-assert: 1.0.1 + dev: true /web-vitals@2.1.4: resolution: {integrity: sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==} dev: false - /webidl-conversions@4.0.2: - resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} - dev: false - - /webidl-conversions@5.0.0: - resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} - engines: {node: '>=8'} - dev: false - - /webidl-conversions@6.1.0: - resolution: {integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==} - engines: {node: '>=10.4'} - dev: false - /webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} engines: {node: '>=12'} @@ -12353,31 +10693,17 @@ packages: '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.89.0) '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack-dev-server@4.15.1)(webpack@5.89.0) 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(@swc/core@1.3.100)(webpack-cli@5.1.4) - webpack-dev-server: 4.15.1(webpack-cli@5.1.4)(webpack@5.89.0) - webpack-merge: 5.10.0 - dev: true - - /webpack-dev-middleware@5.3.3(webpack@5.88.2): - resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} - engines: {node: '>= 12.13.0'} - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - dependencies: - colorette: 2.0.20 - memfs: 3.5.3 - mime-types: 2.1.35 - range-parser: 1.2.1 - schema-utils: 4.2.0 - webpack: 5.88.2 - dev: false + 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(@swc/core@1.3.100)(webpack-cli@5.1.4) + webpack-dev-server: 4.15.1(webpack-cli@5.1.4)(webpack@5.89.0) + webpack-merge: 5.10.0 + dev: true /webpack-dev-middleware@5.3.3(webpack@5.89.0): resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} @@ -12445,68 +10771,6 @@ packages: - utf-8-validate dev: true - /webpack-dev-server@4.15.1(webpack@5.88.2): - resolution: {integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==} - engines: {node: '>= 12.13.0'} - hasBin: true - peerDependencies: - webpack: ^4.37.0 || ^5.0.0 - webpack-cli: '*' - peerDependenciesMeta: - webpack: - optional: true - webpack-cli: - optional: true - dependencies: - '@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(@types/express@4.17.18) - ipaddr.js: 2.1.0 - launch-editor: 2.6.0 - open: 8.4.2 - p-retry: 4.6.2 - rimraf: 3.0.2 - schema-utils: 4.2.0 - selfsigned: 2.1.1 - serve-index: 1.9.1 - sockjs: 0.3.24 - spdy: 4.0.2 - webpack: 5.88.2 - webpack-dev-middleware: 5.3.3(webpack@5.88.2) - ws: 8.14.2 - transitivePeerDependencies: - - bufferutil - - debug - - supports-color - - utf-8-validate - dev: false - - /webpack-manifest-plugin@4.1.1(webpack@5.88.2): - resolution: {integrity: sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==} - engines: {node: '>=12.22.0'} - peerDependencies: - webpack: ^4.44.2 || ^5.47.0 - dependencies: - tapable: 2.2.1 - webpack: 5.88.2 - webpack-sources: 2.3.1 - dev: false - /webpack-merge@5.10.0: resolution: {integrity: sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==} engines: {node: '>=10.0.0'} @@ -12516,64 +10780,10 @@ packages: wildcard: 2.0.1 dev: true - /webpack-sources@1.4.3: - resolution: {integrity: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==} - dependencies: - source-list-map: 2.0.1 - source-map: 0.6.1 - dev: false - - /webpack-sources@2.3.1: - resolution: {integrity: sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==} - engines: {node: '>=10.13.0'} - dependencies: - source-list-map: 2.0.1 - source-map: 0.6.1 - dev: false - /webpack-sources@3.2.3: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - - /webpack@5.88.2: - resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - dependencies: - '@types/eslint-scope': 3.7.5 - '@types/estree': 1.0.2 - '@webassemblyjs/ast': 1.11.6 - '@webassemblyjs/wasm-edit': 1.11.6 - '@webassemblyjs/wasm-parser': 1.11.6 - acorn: 8.10.0 - acorn-import-assertions: 1.9.0(acorn@8.10.0) - browserslist: 4.22.1 - chrome-trace-event: 1.0.3 - enhanced-resolve: 5.15.0 - es-module-lexer: 1.3.1 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.0 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 3.3.0 - tapable: 2.2.1 - terser-webpack-plugin: 5.3.9(webpack@5.88.2) - watchpack: 2.4.0 - webpack-sources: 3.2.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - dev: false + dev: true /webpack@5.89.0(@swc/core@1.3.100)(webpack-cli@5.1.4): resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} @@ -12623,16 +10833,12 @@ packages: http-parser-js: 0.5.8 safe-buffer: 5.2.1 websocket-extensions: 0.1.4 + dev: true /websocket-extensions@0.1.4: resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==} engines: {node: '>=0.8.0'} - - /whatwg-encoding@1.0.5: - resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==} - dependencies: - iconv-lite: 0.4.24 - dev: false + dev: true /whatwg-encoding@2.0.0: resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==} @@ -12641,19 +10847,23 @@ packages: iconv-lite: 0.6.3 dev: true - /whatwg-fetch@3.6.19: - resolution: {integrity: sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==} - dev: false - - /whatwg-mimetype@2.3.0: - resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} - dev: false + /whatwg-encoding@3.1.1: + resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} + engines: {node: '>=18'} + dependencies: + iconv-lite: 0.6.3 + dev: true /whatwg-mimetype@3.0.0: resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} engines: {node: '>=12'} dev: true + /whatwg-mimetype@4.0.0: + resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} + engines: {node: '>=18'} + dev: true + /whatwg-url@11.0.0: resolution: {integrity: sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==} engines: {node: '>=12'} @@ -12662,22 +10872,13 @@ packages: webidl-conversions: 7.0.0 dev: true - /whatwg-url@7.1.0: - resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} - dependencies: - lodash.sortby: 4.7.0 - tr46: 1.0.1 - webidl-conversions: 4.0.2 - dev: false - - /whatwg-url@8.7.0: - resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} - engines: {node: '>=10'} + /whatwg-url@14.0.0: + resolution: {integrity: sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==} + engines: {node: '>=18'} dependencies: - lodash: 4.17.21 - tr46: 2.1.0 - webidl-conversions: 6.1.0 - dev: false + tr46: 5.0.0 + webidl-conversions: 7.0.0 + dev: true /which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} @@ -12687,6 +10888,7 @@ packages: is-number-object: 1.0.7 is-string: 1.0.7 is-symbol: 1.0.4 + dev: true /which-builtin-type@1.1.3: resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} @@ -12704,6 +10906,7 @@ packages: which-boxed-primitive: 1.0.2 which-collection: 1.0.1 which-typed-array: 1.1.11 + dev: true /which-collection@1.0.1: resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==} @@ -12712,6 +10915,7 @@ packages: is-set: 2.0.2 is-weakmap: 2.0.1 is-weakset: 2.0.2 + dev: true /which-typed-array@1.1.11: resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} @@ -12722,12 +10926,14 @@ packages: for-each: 0.3.3 gopd: 1.0.1 has-tostringtag: 1.0.0 + dev: true /which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} hasBin: true dependencies: isexe: 2.0.0 + dev: true /which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} @@ -12735,179 +10941,20 @@ packages: hasBin: true dependencies: isexe: 2.0.0 - - /wildcard@2.0.1: - resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} dev: true - /word-wrap@1.2.5: - resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} - engines: {node: '>=0.10.0'} - dev: false - - /workbox-background-sync@6.6.0: - resolution: {integrity: sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==} - dependencies: - idb: 7.1.1 - workbox-core: 6.6.0 - dev: false - - /workbox-broadcast-update@6.6.0: - resolution: {integrity: sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==} - dependencies: - workbox-core: 6.6.0 - dev: false - - /workbox-build@6.6.0: - resolution: {integrity: sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==} - engines: {node: '>=10.0.0'} - dependencies: - '@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0) - '@babel/core': 7.23.0 - '@babel/preset-env': 7.22.20(@babel/core@7.23.0) - '@babel/runtime': 7.23.1 - '@rollup/plugin-babel': 5.3.1(@babel/core@7.23.0)(rollup@2.79.1) - '@rollup/plugin-node-resolve': 11.2.1(rollup@2.79.1) - '@rollup/plugin-replace': 2.4.2(rollup@2.79.1) - '@surma/rollup-plugin-off-main-thread': 2.2.3 - ajv: 8.12.0 - common-tags: 1.8.2 - fast-json-stable-stringify: 2.1.0 - fs-extra: 9.1.0 - glob: 7.2.3 - lodash: 4.17.21 - pretty-bytes: 5.6.0 - rollup: 2.79.1 - rollup-plugin-terser: 7.0.2(rollup@2.79.1) - source-map: 0.8.0-beta.0 - stringify-object: 3.3.0 - strip-comments: 2.0.1 - tempy: 0.6.0 - upath: 1.2.0 - workbox-background-sync: 6.6.0 - workbox-broadcast-update: 6.6.0 - workbox-cacheable-response: 6.6.0 - workbox-core: 6.6.0 - workbox-expiration: 6.6.0 - workbox-google-analytics: 6.6.0 - workbox-navigation-preload: 6.6.0 - workbox-precaching: 6.6.0 - workbox-range-requests: 6.6.0 - workbox-recipes: 6.6.0 - workbox-routing: 6.6.0 - workbox-strategies: 6.6.0 - workbox-streams: 6.6.0 - workbox-sw: 6.6.0 - workbox-window: 6.6.0 - transitivePeerDependencies: - - '@types/babel__core' - - supports-color - dev: false - - /workbox-cacheable-response@6.6.0: - resolution: {integrity: sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==} - deprecated: workbox-background-sync@6.6.0 - dependencies: - workbox-core: 6.6.0 - dev: false - - /workbox-core@6.6.0: - resolution: {integrity: sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==} - dev: false - - /workbox-expiration@6.6.0: - resolution: {integrity: sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==} - dependencies: - idb: 7.1.1 - workbox-core: 6.6.0 - dev: false - - /workbox-google-analytics@6.6.0: - resolution: {integrity: sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==} - dependencies: - workbox-background-sync: 6.6.0 - workbox-core: 6.6.0 - workbox-routing: 6.6.0 - workbox-strategies: 6.6.0 - dev: false - - /workbox-navigation-preload@6.6.0: - resolution: {integrity: sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==} - dependencies: - workbox-core: 6.6.0 - dev: false - - /workbox-precaching@6.6.0: - resolution: {integrity: sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==} - dependencies: - workbox-core: 6.6.0 - workbox-routing: 6.6.0 - workbox-strategies: 6.6.0 - dev: false - - /workbox-range-requests@6.6.0: - resolution: {integrity: sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==} - dependencies: - workbox-core: 6.6.0 - dev: false - - /workbox-recipes@6.6.0: - resolution: {integrity: sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==} - dependencies: - workbox-cacheable-response: 6.6.0 - workbox-core: 6.6.0 - workbox-expiration: 6.6.0 - workbox-precaching: 6.6.0 - workbox-routing: 6.6.0 - workbox-strategies: 6.6.0 - dev: false - - /workbox-routing@6.6.0: - resolution: {integrity: sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==} - dependencies: - workbox-core: 6.6.0 - dev: false - - /workbox-strategies@6.6.0: - resolution: {integrity: sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==} - dependencies: - workbox-core: 6.6.0 - dev: false - - /workbox-streams@6.6.0: - resolution: {integrity: sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==} - dependencies: - workbox-core: 6.6.0 - workbox-routing: 6.6.0 - dev: false - - /workbox-sw@6.6.0: - resolution: {integrity: sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==} - dev: false - - /workbox-webpack-plugin@6.6.0(webpack@5.88.2): - resolution: {integrity: sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==} - engines: {node: '>=10.0.0'} - peerDependencies: - webpack: ^4.4.0 || ^5.9.0 + /why-is-node-running@2.2.2: + resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==} + engines: {node: '>=8'} + hasBin: true dependencies: - fast-json-stable-stringify: 2.1.0 - pretty-bytes: 5.6.0 - upath: 1.2.0 - webpack: 5.88.2 - webpack-sources: 1.4.3 - workbox-build: 6.6.0 - transitivePeerDependencies: - - '@types/babel__core' - - supports-color - dev: false + siginfo: 2.0.0 + stackback: 0.0.2 + dev: true - /workbox-window@6.6.0: - resolution: {integrity: sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==} - dependencies: - '@types/trusted-types': 2.0.4 - workbox-core: 6.6.0 - dev: false + /wildcard@2.0.1: + resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} + dev: true /wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} @@ -12916,18 +10963,11 @@ packages: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 + dev: true /wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - - /write-file-atomic@3.0.3: - resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} - dependencies: - imurmurhash: 0.1.4 - is-typedarray: 1.0.0 - signal-exit: 3.0.7 - typedarray-to-buffer: 3.1.5 - dev: false + dev: true /write-file-atomic@4.0.2: resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} @@ -12937,19 +10977,6 @@ packages: signal-exit: 3.0.7 dev: true - /ws@7.5.9: - resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} - engines: {node: '>=8.3.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - dev: false - /ws@8.14.2: resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==} engines: {node: '>=10.0.0'} @@ -12961,66 +10988,48 @@ packages: optional: true utf-8-validate: optional: true - - /xml-name-validator@3.0.0: - resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} - dev: false + dev: true /xml-name-validator@4.0.0: resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} engines: {node: '>=12'} dev: true + /xml-name-validator@5.0.0: + resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==} + engines: {node: '>=18'} + dev: true + /xml@1.0.1: resolution: {integrity: sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==} dev: true /xmlchars@2.2.0: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} + dev: true /y18n@5.0.8: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} + dev: true /yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + dev: true /yaml@1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - dev: false - - /yaml@2.3.2: - resolution: {integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==} - engines: {node: '>= 14'} - dev: false - - /yargs-parser@20.2.9: - resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} - engines: {node: '>=10'} - dev: false + dev: true /yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} dev: true - /yargs@16.2.0: - resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} - engines: {node: '>=10'} - dependencies: - cliui: 7.0.4 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 20.2.9 - dev: false - /yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} @@ -13037,3 +11046,9 @@ packages: /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} + dev: true + + /yocto-queue@1.0.0: + resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} + engines: {node: '>=12.20'} + dev: true diff --git a/frontend/react/BUILD.bazel b/frontend/react/BUILD.bazel index 1e99158a9..040c93dfe 100644 --- a/frontend/react/BUILD.bazel +++ b/frontend/react/BUILD.bazel @@ -1,49 +1,22 @@ -load("@aspect_rules_js//js:defs.bzl", "js_library", "js_run_devserver", "js_test") +load("@aspect_rules_js//js:defs.bzl", "js_library", "js_run_binary", "js_run_devserver") load("@aspect_rules_ts//ts:defs.bzl", "ts_config") load("@npm//:defs.bzl", "npm_link_all_packages") -load("@npm//react:react-scripts/package_json.bzl", cra_bin = "bin") load("@npm//react:tsconfig-to-swcconfig/package_json.bzl", tsconfig_to_swcconfig = "bin") +load("@npm//react:vite/package_json.bzl", "bin") npm_link_all_packages() -CRA_DEPS = [ +RUNTIME_DEPS = [ + "//react/src:assets", "//react/src", "//react/public", - ":package_json", - ":node_modules/eslint-config-react-app", + "index.html", + "package.json", ":node_modules/react-dom", - ":node_modules/react-scripts", ":node_modules/react", - ":node_modules/typescript", ":node_modules/web-vitals", ] -cra_bin.react_scripts( - # Note: If you want to change the name make sure you update BUILD_PATH below accordingly - # https://create-react-app.dev/docs/advanced-configuration/ - name = "build", - srcs = CRA_DEPS, - args = ["build"], - chdir = package_name(), - env = {"BUILD_PATH": "./build"}, - out_dirs = ["build"], -) - -js_test( - name = "build_smoke_test", - timeout = "short", - data = ["build"], - entry_point = "build_smoke_test.js", -) - -js_run_devserver( - name = "start", - args = ["start"], - chdir = package_name(), - command = "node_modules/.bin/react-scripts", - data = CRA_DEPS, -) - ts_config( name = "tsconfig", src = "tsconfig.json", @@ -69,7 +42,44 @@ js_library( ) js_library( - name = "jest_config", - srcs = ["jest.config.js"], - visibility = ["//visibility:public"], + name = "vite.config", + srcs = ["vite.config.js"], + data = [ + ":node_modules/@vitejs/plugin-react", + ":node_modules/vite-plugin-svgr", + "//:node_modules/vitest", + ], + visibility = ["//react:__subpackages__"], +) + +bin.vite_binary( + name = "vite", + chdir = package_name(), + data = ["vite.config"], +) + +# Fast developer round-trip under ibazel +js_run_devserver( + name = "start", + args = ["."], + data = RUNTIME_DEPS, + tool = ":vite", +) + +# Create production release artifacts +js_run_binary( + name = "build", + srcs = RUNTIME_DEPS, + args = ["build"], + mnemonic = "ViteBuild", + out_dirs = ["dist"], + tool = ":vite", +) + +# Hosts the production-bundled application in a web server +bin.vite_binary( + name = "preview", + args = ["preview"], + chdir = package_name(), + data = [":build"], ) diff --git a/frontend/react/README.md b/frontend/react/README.md index 0cde8d302..46140d715 100644 --- a/frontend/react/README.md +++ b/frontend/react/README.md @@ -1,38 +1,34 @@ -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and then Bazelified. -## Initial setup +## Available Scripts -When you run `create-react-app`, it installs a build system called `react-scripts`. As a first step into Bazel, this example simply wraps the existing build system. This guarantees compatibility with your current code, and if your objective is just to include a frontend app into a bigger full-stack Bazel build, this might be the final step in the migration. However it will run `react-scripts` as a single Bazel action, which means that you gain no incrementality benefit. So we expect for most applications this is just a first step. +### `npm start` -## Available Scripts +Runs the app in the development mode using Vite as the devserver. -Just like with stock create-react-app, we have the same developer workflow. In the project directory, you can run: +Uses SWC for transpiling typescript. -### `yarn start` +Thanks to `js_run_devserver`, the page will reload as you make source code edits. -Runs the app in the development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser. +### `npm test` -The page will reload if you make edits.
-You will also see any lint errors in the console. +Launches the test runner in the interactive watch mode. -### `yarn test` +It runs several test targets, including: -Launches the test runner in the interactive watch mode.
-Note that it restarts Jest on each change, so there's a large time penalty on each re-run. -This can be solved by making Jest ibazel-aware as we did with Karma. -See https://github.com/bazelbuild/rules_nodejs/issues/2028 +- typechecking with `tsc` +- linting with `eslint` +- unit tests with `vitest` -### `yarn build` +As you save source code changes, the affected tests will be automatically re-run. -Builds the app for production to the `build` folder.
+### `npm run build` + +Builds the app for production to the `dist` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
Your app is ready to be deployed! -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. - -## Next steps +### `npm run serve` -The next step beyond this example would be making the build more incremental and performant. The `react-scripts` build system would be split into multiple Bazel actions that could be independently run and cached by Bazel. This would allow for incremental builds, and would be the next step in the migration. We continue to transpile TS to JS using Babel, for example, but we do it in a build step before invoking Webpack, just using the Babel CLI. \ No newline at end of file +Serves the production build assets to your browser. diff --git a/frontend/react/defs.bzl b/frontend/react/defs.bzl new file mode 100644 index 000000000..38e547014 --- /dev/null +++ b/frontend/react/defs.bzl @@ -0,0 +1,29 @@ +"Constants for conventions used for React source files" + +load("@aspect_rules_swc//swc:defs.bzl", "swc") +load("@bazel_skylib//lib:partial.bzl", "partial") + +ASSET_PATTERNS = [ + "*.svg", + "*.css", +] + +SRC_PATTERNS = [ + "*.tsx", + "*.ts", +] + +# Filename conventions described at +# https://create-react-app.dev/docs/running-tests#filename-conventions +TEST_PATTERNS = [ + "*.test.tsx", + "*.test.ts", + "*.spec.tsx", + "*.spec.ts", +] + +# Partially-apply our (generated) .swcrc config file to the swc starlark function +TRANSPILER = partial.make( + swc, + swcrc = "//react:.swcrc", +) diff --git a/frontend/react/public/index.html b/frontend/react/index.html similarity index 62% rename from frontend/react/public/index.html rename to frontend/react/index.html index aa069f27c..85fea98c3 100644 --- a/frontend/react/public/index.html +++ b/frontend/react/index.html @@ -2,32 +2,24 @@ - + - + - - + React App +