diff --git a/npm/private/test/BUILD.bazel b/npm/private/test/BUILD.bazel index 3df12c61e3..1544f4b7c2 100644 --- a/npm/private/test/BUILD.bazel +++ b/npm/private/test/BUILD.bazel @@ -31,11 +31,23 @@ generated_pkg_json_test(name = "test_generated_pkg_json") npm_auth_test_suite() +# Strip the system-dependent 'system_tar' attribute from the generated repositories.bzl +genrule( + name = "npm_translate_lock_wksp-repositories", + srcs = ["@npm//:repositories.bzl"], + outs = ["wksp_repos_stripped.bzl"], + cmd = 'sed "s/system_tar = "\\.\\*"/system_tar = \\"xxx\\"/" "$<" > "$@"', + target_compatible_with = select({ + "@aspect_bazel_lib//lib:bzlmod": ["@platforms//:incompatible"], + "//conditions:default": [], + }), +) + write_source_files( name = "write_npm_translate_lock_wksp", files = { "snapshots/wksp/npm_defs.bzl": "@npm//:defs.bzl", - "snapshots/wksp/repositories.bzl": "@npm//:repositories.bzl", + "snapshots/wksp/repositories.bzl": ":npm_translate_lock_wksp-repositories", "snapshots/wksp/chalk_links_defs.bzl": "@npm__chalk__5.0.1__links//:defs.bzl", "snapshots/wksp/unused_links_defs.bzl": "@npm__unused__0.2.2__links//:defs.bzl", "snapshots/wksp/fsevents_links_defs.bzl": "@npm__fsevents__2.3.2__links//:defs.bzl", diff --git a/npm/private/test/snapshots/wksp/repositories.bzl b/npm/private/test/snapshots/wksp/repositories.bzl index bf2eb74af4..1aa0ff0c98 100644 --- a/npm/private/test/snapshots/wksp/repositories.bzl +++ b/npm/private/test/snapshots/wksp/repositories.bzl @@ -13,7 +13,7 @@ def npm_repositories(): package = "abbrev", version = "1.1.1", url = "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -31,7 +31,7 @@ def npm_repositories(): package = "abort-controller", version = "3.0.0", url = "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", @@ -54,7 +54,7 @@ def npm_repositories(): package = "abortcontroller-polyfill", version = "1.7.5", url = "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -72,7 +72,7 @@ def npm_repositories(): package = "abs-svg-path", version = "0.1.1", url = "https://registry.npmjs.org/abs-svg-path/-/abs-svg-path-0.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -90,7 +90,7 @@ def npm_repositories(): package = "acorn-import-assertions", version = "1.8.0_acorn_8.8.2", url = "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", @@ -111,7 +111,7 @@ def npm_repositories(): package = "acorn-walk", version = "8.2.0", url = "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -129,7 +129,7 @@ def npm_repositories(): package = "acorn", version = "7.4.1", url = "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -151,7 +151,7 @@ def npm_repositories(): package = "acorn", version = "8.7.1", url = "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", @@ -171,7 +171,7 @@ def npm_repositories(): package = "acorn", version = "8.8.2", url = "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", @@ -188,7 +188,7 @@ def npm_repositories(): package = "agent-base", version = "6.0.2", url = "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -213,7 +213,7 @@ def npm_repositories(): package = "agentkeepalive", version = "4.2.1", url = "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -242,7 +242,7 @@ def npm_repositories(): package = "aggregate-error", version = "3.1.0", url = "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -266,7 +266,7 @@ def npm_repositories(): package = "ahocorasick", version = "1.0.2", url = "https://registry.npmjs.org/ahocorasick/-/ahocorasick-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-hCOfMzbFx5IDutmWLAt6MZwOUjIfSM9G9FyVxytmE4Rs/5YDPWQrD/+IR1w+FweD9H2oOZEnv36TmkjhNURBVA==", @@ -283,7 +283,7 @@ def npm_repositories(): package = "ajv-formats", version = "2.1.1_ajv_8.12.0", url = "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -310,7 +310,7 @@ def npm_repositories(): package = "ajv-keywords", version = "3.5.2_ajv_6.12.6", url = "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", @@ -336,7 +336,7 @@ def npm_repositories(): package = "ajv-keywords", version = "5.1.0_ajv_8.12.0", url = "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -364,7 +364,7 @@ def npm_repositories(): package = "ajv", version = "6.12.6", url = "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", @@ -392,7 +392,7 @@ def npm_repositories(): package = "ajv", version = "8.12.0", url = "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -421,7 +421,7 @@ def npm_repositories(): package = "almost-equal", version = "1.1.0", url = "https://registry.npmjs.org/almost-equal/-/almost-equal-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -439,7 +439,7 @@ def npm_repositories(): package = "ansi-colors", version = "4.1.1", url = "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -457,7 +457,7 @@ def npm_repositories(): package = "ansi-regex", version = "2.1.1", url = "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -475,7 +475,7 @@ def npm_repositories(): package = "ansi-regex", version = "5.0.1", url = "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", @@ -492,7 +492,7 @@ def npm_repositories(): package = "ansi-regex", version = "6.0.1", url = "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", @@ -509,7 +509,7 @@ def npm_repositories(): package = "ansi-styles", version = "3.2.1", url = "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -532,7 +532,7 @@ def npm_repositories(): package = "ansi-styles", version = "4.3.0", url = "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -554,7 +554,7 @@ def npm_repositories(): package = "ansi-styles", version = "6.2.1", url = "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", @@ -571,7 +571,7 @@ def npm_repositories(): package = "anymatch", version = "3.1.3", url = "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -595,7 +595,7 @@ def npm_repositories(): package = "aproba", version = "1.2.0", url = "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -613,7 +613,7 @@ def npm_repositories(): package = "aproba", version = "2.0.0", url = "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -631,7 +631,7 @@ def npm_repositories(): package = "are-we-there-yet", version = "1.1.7", url = "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -662,7 +662,7 @@ def npm_repositories(): package = "are-we-there-yet", version = "2.0.0", url = "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -690,7 +690,7 @@ def npm_repositories(): package = "are-we-there-yet", version = "3.0.1", url = "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -718,7 +718,7 @@ def npm_repositories(): package = "argparse", version = "2.0.1", url = "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -736,7 +736,7 @@ def npm_repositories(): package = "array-bounds", version = "1.0.1", url = "https://registry.npmjs.org/array-bounds/-/array-bounds-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -754,7 +754,7 @@ def npm_repositories(): package = "array-find-index", version = "1.0.2", url = "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -772,7 +772,7 @@ def npm_repositories(): package = "array-normalize", version = "1.1.4", url = "https://registry.npmjs.org/array-normalize/-/array-normalize-1.1.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -794,7 +794,7 @@ def npm_repositories(): package = "array-range", version = "1.0.1", url = "https://registry.npmjs.org/array-range/-/array-range-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -812,7 +812,7 @@ def npm_repositories(): package = "array-rearrange", version = "2.2.2", url = "https://registry.npmjs.org/array-rearrange/-/array-rearrange-2.2.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -830,7 +830,7 @@ def npm_repositories(): package = "asn1", version = "0.2.6", url = "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -852,7 +852,7 @@ def npm_repositories(): package = "assert-plus", version = "1.0.0", url = "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -870,7 +870,7 @@ def npm_repositories(): package = "asynckit", version = "0.4.0", url = "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -888,7 +888,7 @@ def npm_repositories(): package = "@ampproject/remapping", version = "2.2.0", url = "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -917,7 +917,7 @@ def npm_repositories(): package = "@aspect-test/a", version = "5.0.2", url = "https://registry.npmjs.org/@aspect-test/a/-/a-5.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -943,7 +943,7 @@ def npm_repositories(): package = "@aspect-test/b", version = "5.0.2", url = "https://registry.npmjs.org/@aspect-test/b/-/b-5.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -971,7 +971,7 @@ def npm_repositories(): package = "@aspect-test/c", version = "2.0.2", url = "https://registry.npmjs.org/@aspect-test/c/-/c-2.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -992,7 +992,7 @@ def npm_repositories(): package = "@aspect-test/d", version = "2.0.0_at_aspect-test_c_2.0.2", url = "https://registry.npmjs.org/@aspect-test/d/-/d-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1017,7 +1017,7 @@ def npm_repositories(): package = "@aspect-test/e", version = "1.0.0", url = "https://registry.npmjs.org/@aspect-test/e/-/e-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-GyAxHYKN650db+xnimHnL2LPz65ilmQsVhCasWA7drDNQn/rfmPiEVMzjRiS7m46scXIERaBmiJMzYDf0bIUbA==", @@ -1037,7 +1037,7 @@ def npm_repositories(): package = "@aspect-test/f", version = "1.0.0", url = "https://registry.npmjs.org/@aspect-test/f/-/f-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1055,7 +1055,7 @@ def npm_repositories(): package = "@babel/code-frame", version = "7.18.6", url = "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1086,7 +1086,7 @@ def npm_repositories(): package = "@babel/compat-data", version = "7.21.0", url = "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1104,7 +1104,7 @@ def npm_repositories(): package = "@babel/core", version = "7.21.0", url = "https://registry.npmjs.org/@babel/core/-/core-7.21.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1191,7 +1191,7 @@ def npm_repositories(): package = "@babel/generator", version = "7.21.1", url = "https://registry.npmjs.org/@babel/generator/-/generator-7.21.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1225,7 +1225,7 @@ def npm_repositories(): package = "@babel/helper-compilation-targets", version = "7.20.7_at_babel_core_7.21.0", url = "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1303,7 +1303,7 @@ def npm_repositories(): package = "@babel/helper-environment-visitor", version = "7.18.9", url = "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1321,7 +1321,7 @@ def npm_repositories(): package = "@babel/helper-function-name", version = "7.21.0", url = "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1359,7 +1359,7 @@ def npm_repositories(): package = "@babel/helper-hoist-variables", version = "7.18.6", url = "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1384,7 +1384,7 @@ def npm_repositories(): package = "@babel/helper-module-imports", version = "7.18.6", url = "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1409,7 +1409,7 @@ def npm_repositories(): package = "@babel/helper-module-transforms", version = "7.21.2", url = "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1470,7 +1470,7 @@ def npm_repositories(): package = "@babel/helper-plugin-utils", version = "7.20.2", url = "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1488,7 +1488,7 @@ def npm_repositories(): package = "@babel/helper-simple-access", version = "7.20.2", url = "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1513,7 +1513,7 @@ def npm_repositories(): package = "@babel/helper-split-export-declaration", version = "7.18.6", url = "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1538,7 +1538,7 @@ def npm_repositories(): package = "@babel/helper-string-parser", version = "7.19.4", url = "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1556,7 +1556,7 @@ def npm_repositories(): package = "@babel/helper-validator-identifier", version = "7.19.1", url = "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1574,7 +1574,7 @@ def npm_repositories(): package = "@babel/helper-validator-option", version = "7.21.0", url = "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1592,7 +1592,7 @@ def npm_repositories(): package = "@babel/helpers", version = "7.21.0", url = "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1646,7 +1646,7 @@ def npm_repositories(): package = "@babel/highlight", version = "7.18.6", url = "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1678,7 +1678,7 @@ def npm_repositories(): package = "@babel/parser", version = "7.21.2", url = "https://registry.npmjs.org/@babel/parser/-/parser-7.21.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1703,7 +1703,7 @@ def npm_repositories(): package = "@babel/plugin-syntax-typescript", version = "7.20.0_at_babel_core_7.21.0", url = "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1779,7 +1779,7 @@ def npm_repositories(): package = "@babel/runtime", version = "7.21.0", url = "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==", @@ -1800,7 +1800,7 @@ def npm_repositories(): package = "@babel/template", version = "7.20.7", url = "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1838,7 +1838,7 @@ def npm_repositories(): package = "@babel/traverse", version = "7.21.2", url = "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1898,7 +1898,7 @@ def npm_repositories(): package = "@babel/types", version = "7.21.2", url = "https://registry.npmjs.org/@babel/types/-/types-7.21.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1924,7 +1924,7 @@ def npm_repositories(): package = "@bcoe/v8-coverage", version = "0.2.3", url = "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", @@ -1941,7 +1941,7 @@ def npm_repositories(): package = "@choojs/findup", version = "0.2.1", url = "https://registry.npmjs.org/@choojs/findup/-/findup-0.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -1963,7 +1963,7 @@ def npm_repositories(): package = "@discoveryjs/json-ext", version = "0.5.7", url = "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", @@ -1980,7 +1980,7 @@ def npm_repositories(): package = "@emotion/hash", version = "0.9.0", url = "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==", @@ -1997,7 +1997,7 @@ def npm_repositories(): package = "@esbuild/android-arm64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2017,7 +2017,7 @@ def npm_repositories(): package = "@esbuild/android-arm", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2037,7 +2037,7 @@ def npm_repositories(): package = "@esbuild/android-x64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2057,7 +2057,7 @@ def npm_repositories(): package = "@esbuild/darwin-arm64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2077,7 +2077,7 @@ def npm_repositories(): package = "@esbuild/darwin-x64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2097,7 +2097,7 @@ def npm_repositories(): package = "@esbuild/freebsd-arm64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2117,7 +2117,7 @@ def npm_repositories(): package = "@esbuild/freebsd-x64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2137,7 +2137,7 @@ def npm_repositories(): package = "@esbuild/linux-arm64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2157,7 +2157,7 @@ def npm_repositories(): package = "@esbuild/linux-arm", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2177,7 +2177,7 @@ def npm_repositories(): package = "@esbuild/linux-ia32", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2197,7 +2197,7 @@ def npm_repositories(): package = "@esbuild/linux-loong64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2217,7 +2217,7 @@ def npm_repositories(): package = "@esbuild/linux-mips64el", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2237,7 +2237,7 @@ def npm_repositories(): package = "@esbuild/linux-ppc64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2257,7 +2257,7 @@ def npm_repositories(): package = "@esbuild/linux-riscv64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2277,7 +2277,7 @@ def npm_repositories(): package = "@esbuild/linux-s390x", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2297,7 +2297,7 @@ def npm_repositories(): package = "@esbuild/linux-x64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2317,7 +2317,7 @@ def npm_repositories(): package = "@esbuild/netbsd-x64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2337,7 +2337,7 @@ def npm_repositories(): package = "@esbuild/openbsd-x64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2357,7 +2357,7 @@ def npm_repositories(): package = "@esbuild/sunos-x64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2377,7 +2377,7 @@ def npm_repositories(): package = "@esbuild/win32-arm64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2397,7 +2397,7 @@ def npm_repositories(): package = "@esbuild/win32-ia32", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2417,7 +2417,7 @@ def npm_repositories(): package = "@esbuild/win32-x64", version = "0.16.17", url = "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2439,7 +2439,7 @@ def npm_repositories(): package = "@figma/nodegit", version = "0.28.0-figma.2", url = "https://registry.npmjs.org/@figma/nodegit/-/nodegit-0.28.0-figma.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2633,7 +2633,7 @@ def npm_repositories(): package = "@foo/jsonify", version = "@github.com/aspect-build/test-packages/releases/download/0.0.0/@foo-jsonify-0.0.0.tgz", url = "https://github.com/aspect-build/test-packages/releases/download/0.0.0/@foo-jsonify-0.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2650,7 +2650,7 @@ def npm_repositories(): package = "@gar/promisify", version = "1.1.3", url = "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2668,7 +2668,7 @@ def npm_repositories(): package = "@gregmagolan/test-a", version = "0.0.1", url = "https://registry.npmjs.org/@gregmagolan/test-a/-/test-a-0.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2688,7 +2688,7 @@ def npm_repositories(): package = "@gregmagolan/test-b", version = "0.0.2", url = "https://registry.npmjs.org/@gregmagolan/test-b/-/test-b-0.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2710,7 +2710,7 @@ def npm_repositories(): package = "@isaacs/cliui", version = "8.0.2", url = "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", @@ -2745,7 +2745,7 @@ def npm_repositories(): package = "@istanbuljs/schema", version = "0.1.3", url = "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", @@ -2762,7 +2762,7 @@ def npm_repositories(): package = "@jridgewell/gen-mapping", version = "0.1.1", url = "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -2786,7 +2786,7 @@ def npm_repositories(): package = "@jridgewell/gen-mapping", version = "0.3.2", url = "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", @@ -2812,7 +2812,7 @@ def npm_repositories(): package = "@jridgewell/resolve-uri", version = "3.1.0", url = "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", @@ -2829,7 +2829,7 @@ def npm_repositories(): package = "@jridgewell/set-array", version = "1.1.2", url = "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", @@ -2846,7 +2846,7 @@ def npm_repositories(): package = "@jridgewell/source-map", version = "0.3.2", url = "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", @@ -2872,7 +2872,7 @@ def npm_repositories(): package = "@jridgewell/sourcemap-codec", version = "1.4.14", url = "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", @@ -2889,7 +2889,7 @@ def npm_repositories(): package = "@jridgewell/trace-mapping", version = "0.3.17", url = "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", @@ -2914,7 +2914,7 @@ def npm_repositories(): package = "@kubernetes/client-node", version = "github.com/kubernetes-client/javascript/fc681991e61c6808dd26012a2331f83671a11218_bufferutil_4.0.7", url = "https://codeload.github.com/kubernetes-client/javascript/tar.gz/fc681991e61c6808dd26012a2331f83671a11218", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3047,7 +3047,7 @@ def npm_repositories(): package = "@mapbox/geojson-rewind", version = "0.5.2", url = "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.5.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3071,7 +3071,7 @@ def npm_repositories(): package = "@mapbox/geojson-types", version = "1.0.2", url = "https://registry.npmjs.org/@mapbox/geojson-types/-/geojson-types-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3089,7 +3089,7 @@ def npm_repositories(): package = "@mapbox/jsonlint-lines-primitives", version = "2.0.2", url = "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3107,7 +3107,7 @@ def npm_repositories(): package = "@mapbox/mapbox-gl-supported", version = "1.5.0_mapbox-gl_1.10.1", url = "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-1.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3156,7 +3156,7 @@ def npm_repositories(): package = "@mapbox/node-pre-gyp", version = "1.0.10", url = "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.10.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3241,7 +3241,7 @@ def npm_repositories(): package = "@mapbox/point-geometry", version = "0.1.0", url = "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3259,7 +3259,7 @@ def npm_repositories(): package = "@mapbox/tiny-sdf", version = "1.2.5", url = "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-1.2.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3277,7 +3277,7 @@ def npm_repositories(): package = "@mapbox/unitbezier", version = "0.0.0", url = "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3295,7 +3295,7 @@ def npm_repositories(): package = "@mapbox/vector-tile", version = "1.3.1", url = "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3317,7 +3317,7 @@ def npm_repositories(): package = "@mapbox/whoots-js", version = "3.1.0", url = "https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3335,7 +3335,7 @@ def npm_repositories(): package = "@npmcli/fs", version = "2.1.2", url = "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3361,7 +3361,7 @@ def npm_repositories(): package = "@npmcli/move-file", version = "2.0.1", url = "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3396,7 +3396,7 @@ def npm_repositories(): package = "@pkgjs/parseargs", version = "0.11.0", url = "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", @@ -3415,7 +3415,7 @@ def npm_repositories(): package = "@plotly/d3-sankey-circular", version = "0.33.1", url = "https://registry.npmjs.org/@plotly/d3-sankey-circular/-/d3-sankey-circular-0.33.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3445,7 +3445,7 @@ def npm_repositories(): package = "@plotly/d3-sankey", version = "0.7.2", url = "https://registry.npmjs.org/@plotly/d3-sankey/-/d3-sankey-0.7.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3472,7 +3472,7 @@ def npm_repositories(): package = "@plotly/d3", version = "3.8.1", url = "https://registry.npmjs.org/@plotly/d3/-/d3-3.8.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3490,7 +3490,7 @@ def npm_repositories(): package = "@plotly/point-cluster", version = "3.1.9", url = "https://registry.npmjs.org/@plotly/point-cluster/-/point-cluster-3.1.9.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3532,7 +3532,7 @@ def npm_repositories(): package = "@plotly/regl", version = "2.1.2", url = "https://registry.npmjs.org/@plotly/regl/-/regl-2.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3550,7 +3550,7 @@ def npm_repositories(): package = "@polka/url", version = "1.0.0-next.21", url = "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3568,7 +3568,7 @@ def npm_repositories(): package = "@puppeteer/browsers", version = "0.5.0_typescript_4.9.5", url = "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-0.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3652,7 +3652,7 @@ def npm_repositories(): package = "@rollup/plugin-commonjs", version = "21.1.0_rollup_2.70.2", url = "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3710,7 +3710,7 @@ def npm_repositories(): package = "@rollup/plugin-commonjs", version = "23.0.0_rollup_2.79.1", url = "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3758,7 +3758,7 @@ def npm_repositories(): package = "@rollup/plugin-commonjs", version = "23.0.2_rollup_3.2.5", url = "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3806,7 +3806,7 @@ def npm_repositories(): package = "@rollup/plugin-json", version = "5.0.0_rollup_2.79.1", url = "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3835,7 +3835,7 @@ def npm_repositories(): package = "@rollup/plugin-json", version = "5.0.1_rollup_3.2.5", url = "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3866,7 +3866,7 @@ def npm_repositories(): package = "@rollup/plugin-node-resolve", version = "15.0.0_rollup_2.79.1", url = "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3911,7 +3911,7 @@ def npm_repositories(): package = "@rollup/plugin-node-resolve", version = "15.0.1_rollup_3.2.5", url = "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -3957,7 +3957,7 @@ def npm_repositories(): package = "@rollup/plugin-terser", version = "0.2.0_rollup_2.79.1", url = "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4002,7 +4002,7 @@ def npm_repositories(): package = "@rollup/plugin-typescript", version = "10.0.1_500960093", url = "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-10.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4041,7 +4041,7 @@ def npm_repositories(): package = "@rollup/pluginutils", version = "3.1.0_rollup_2.70.2", url = "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4070,7 +4070,7 @@ def npm_repositories(): package = "@rollup/pluginutils", version = "4.2.1", url = "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4094,7 +4094,7 @@ def npm_repositories(): package = "@rollup/pluginutils", version = "5.0.2_rollup_2.79.1", url = "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4123,7 +4123,7 @@ def npm_repositories(): package = "@rollup/pluginutils", version = "5.0.2_rollup_3.2.5", url = "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4152,7 +4152,7 @@ def npm_repositories(): package = "@sindresorhus/is", version = "2.1.1", url = "https://registry.npmjs.org/@sindresorhus/is/-/is-2.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4170,7 +4170,7 @@ def npm_repositories(): package = "@szmarczak/http-timer", version = "4.0.6", url = "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4192,7 +4192,7 @@ def npm_repositories(): package = "@tootallnate/once", version = "2.0.0", url = "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4210,7 +4210,7 @@ def npm_repositories(): package = "@turf/area", version = "6.5.0", url = "https://registry.npmjs.org/@turf/area/-/area-6.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4234,7 +4234,7 @@ def npm_repositories(): package = "@turf/bbox", version = "6.5.0", url = "https://registry.npmjs.org/@turf/bbox/-/bbox-6.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4258,7 +4258,7 @@ def npm_repositories(): package = "@turf/centroid", version = "6.5.0", url = "https://registry.npmjs.org/@turf/centroid/-/centroid-6.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4282,7 +4282,7 @@ def npm_repositories(): package = "@turf/helpers", version = "6.5.0", url = "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4300,7 +4300,7 @@ def npm_repositories(): package = "@turf/meta", version = "6.5.0", url = "https://registry.npmjs.org/@turf/meta/-/meta-6.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4324,7 +4324,7 @@ def npm_repositories(): package = "@types/archiver", version = "5.3.1", url = "https://registry.yarnpkg.com/@types/archiver/-/archiver-5.3.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4348,7 +4348,7 @@ def npm_repositories(): package = "@types/cacheable-request", version = "6.0.3", url = "https://registry.yarnpkg.com/@types/cacheable-request/-/cacheable-request-6.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4376,7 +4376,7 @@ def npm_repositories(): package = "@types/caseless", version = "0.12.2", url = "https://registry.yarnpkg.com/@types/caseless/-/caseless-0.12.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4394,7 +4394,7 @@ def npm_repositories(): package = "@types/eslint-scope", version = "3.7.4", url = "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", @@ -4418,7 +4418,7 @@ def npm_repositories(): package = "@types/eslint", version = "8.21.1", url = "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.21.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-rc9K8ZpVjNcLs8Fp0dkozd5Pt2Apk1glO4Vgz8ix1u6yFByxfqo5Yavpy65o+93TAe24jr7v+eSBtFLvOQtCRQ==", @@ -4441,7 +4441,7 @@ def npm_repositories(): package = "@types/estree", version = "0.0.39", url = "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4459,7 +4459,7 @@ def npm_repositories(): package = "@types/estree", version = "0.0.51", url = "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", @@ -4476,7 +4476,7 @@ def npm_repositories(): package = "@types/estree", version = "1.0.0", url = "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==", @@ -4493,7 +4493,7 @@ def npm_repositories(): package = "@types/glob", version = "8.1.0", url = "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4519,7 +4519,7 @@ def npm_repositories(): package = "@types/google-protobuf", version = "3.15.6", url = "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4537,7 +4537,7 @@ def npm_repositories(): package = "@types/http-cache-semantics", version = "4.0.1", url = "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4555,7 +4555,7 @@ def npm_repositories(): package = "@types/istanbul-lib-coverage", version = "2.0.4", url = "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", @@ -4572,7 +4572,7 @@ def npm_repositories(): package = "@types/js-yaml", version = "4.0.5", url = "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4590,7 +4590,7 @@ def npm_repositories(): package = "@types/json-schema", version = "7.0.11", url = "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", @@ -4607,7 +4607,7 @@ def npm_repositories(): package = "@types/keyv", version = "3.1.4", url = "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4629,7 +4629,7 @@ def npm_repositories(): package = "@types/minimatch", version = "5.1.2", url = "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4650,7 +4650,7 @@ def npm_repositories(): package = "@types/node", version = "16.18.11", url = "https://registry.yarnpkg.com/@types/node/-/node-16.18.11.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-3oJbGBUWuS6ahSnEq1eN2XrCyf4YsWI8OyCvo7c64zQJNplk3mO84t53o8lfTk+2ji59g5ycfc6qQ3fdHliHuA==", @@ -4669,7 +4669,7 @@ def npm_repositories(): package = "@types/node", version = "18.11.11", url = "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4689,7 +4689,7 @@ def npm_repositories(): package = "@types/node", version = "18.11.18", url = "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4710,7 +4710,7 @@ def npm_repositories(): package = "@types/node", version = "18.13.0", url = "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4728,7 +4728,7 @@ def npm_repositories(): package = "@types/request", version = "2.48.8", url = "https://registry.yarnpkg.com/@types/request/-/request-2.48.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4761,7 +4761,7 @@ def npm_repositories(): package = "@types/resolve", version = "1.20.2", url = "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4779,7 +4779,7 @@ def npm_repositories(): package = "@types/responselike", version = "1.0.0", url = "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4803,7 +4803,7 @@ def npm_repositories(): package = "@types/tar-stream", version = "2.2.2", url = "https://registry.yarnpkg.com/@types/tar-stream/-/tar-stream-2.2.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4825,7 +4825,7 @@ def npm_repositories(): package = "@types/tough-cookie", version = "4.0.2", url = "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4843,7 +4843,7 @@ def npm_repositories(): package = "@types/underscore", version = "1.11.4", url = "https://registry.yarnpkg.com/@types/underscore/-/underscore-1.11.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4861,7 +4861,7 @@ def npm_repositories(): package = "@types/ws", version = "8.5.5", url = "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4883,7 +4883,7 @@ def npm_repositories(): package = "@types/yauzl", version = "2.10.0", url = "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4907,7 +4907,7 @@ def npm_repositories(): package = "@vanilla-extract/babel-plugin-debug-ids", version = "1.0.1", url = "https://registry.npmjs.org/@vanilla-extract/babel-plugin-debug-ids/-/babel-plugin-debug-ids-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -4983,7 +4983,7 @@ def npm_repositories(): package = "@vanilla-extract/css", version = "1.9.2", url = "https://registry.npmjs.org/@vanilla-extract/css/-/css-1.9.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-CE5+R89LOl9XG5dRwEIvVyl/YcS2GkqjdE/XnGJ+p7Fp6Exu08fifv7tY87XxFeCIRAbc9psM+h4lF+wC3Y0fg==", @@ -5031,7 +5031,7 @@ def npm_repositories(): package = "@vanilla-extract/css", version = "1.9.5", url = "https://registry.npmjs.org/@vanilla-extract/css/-/css-1.9.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -5080,7 +5080,7 @@ def npm_repositories(): package = "@vanilla-extract/integration", version = "6.1.0", url = "https://registry.npmjs.org/@vanilla-extract/integration/-/integration-6.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -5219,7 +5219,7 @@ def npm_repositories(): package = "@vanilla-extract/private", version = "1.0.3", url = "https://registry.npmjs.org/@vanilla-extract/private/-/private-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-17kVyLq3ePTKOkveHxXuIJZtGYs+cSoev7BlP+Lf4916qfDhk/HBjvlYDe8egrea7LNPHKwSZJK/bzZC+Q6AwQ==", @@ -5238,7 +5238,7 @@ def npm_repositories(): package = "@vanilla-extract/webpack-plugin", version = "2.2.0_webpack_5.76.3", url = "https://registry.npmjs.org/@vanilla-extract/webpack-plugin/-/webpack-plugin-2.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -5470,7 +5470,7 @@ def npm_repositories(): package = "@webassemblyjs/ast", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", @@ -5496,7 +5496,7 @@ def npm_repositories(): package = "@webassemblyjs/floating-point-hex-parser", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", @@ -5513,7 +5513,7 @@ def npm_repositories(): package = "@webassemblyjs/helper-api-error", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", @@ -5530,7 +5530,7 @@ def npm_repositories(): package = "@webassemblyjs/helper-buffer", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", @@ -5547,7 +5547,7 @@ def npm_repositories(): package = "@webassemblyjs/helper-numbers", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", @@ -5572,7 +5572,7 @@ def npm_repositories(): package = "@webassemblyjs/helper-wasm-bytecode", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", @@ -5589,7 +5589,7 @@ def npm_repositories(): package = "@webassemblyjs/helper-wasm-section", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", @@ -5624,7 +5624,7 @@ def npm_repositories(): package = "@webassemblyjs/ieee754", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", @@ -5645,7 +5645,7 @@ def npm_repositories(): package = "@webassemblyjs/leb128", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", @@ -5666,7 +5666,7 @@ def npm_repositories(): package = "@webassemblyjs/utf8", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", @@ -5683,7 +5683,7 @@ def npm_repositories(): package = "@webassemblyjs/wasm-edit", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", @@ -5726,7 +5726,7 @@ def npm_repositories(): package = "@webassemblyjs/wasm-gen", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", @@ -5760,7 +5760,7 @@ def npm_repositories(): package = "@webassemblyjs/wasm-opt", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", @@ -5796,7 +5796,7 @@ def npm_repositories(): package = "@webassemblyjs/wasm-parser", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", @@ -5831,7 +5831,7 @@ def npm_repositories(): package = "@webassemblyjs/wast-printer", version = "1.11.1", url = "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", @@ -5858,7 +5858,7 @@ def npm_repositories(): package = "@webpack-cli/configtest", version = "2.0.1_1256213976", url = "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-njsdJXJSiS2iNbQVS0eT8A/KPnmyH4pv1APj2K0d1wrZcBLw+yppxOy4CGqa0OxDJkzfL/XELDhD8rocnIwB5A==", @@ -5993,7 +5993,7 @@ def npm_repositories(): package = "@webpack-cli/info", version = "2.0.1_1256213976", url = "https://registry.npmjs.org/@webpack-cli/info/-/info-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-fE1UEWTwsAxRhrJNikE7v4EotYflkEhBL7EbajfkPlf6E37/2QshOy/D48Mw8G5XMFlQtS6YV42vtbG9zBpIQA==", @@ -6128,7 +6128,7 @@ def npm_repositories(): package = "@webpack-cli/serve", version = "2.0.1_1256213976", url = "https://registry.npmjs.org/@webpack-cli/serve/-/serve-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-0G7tNyS+yW8TdgHwZKlDWYXFA6OJQnoLCQvYKkQP0Q2X205PSQ6RNUj0M+1OB/9gRQaUZ/ccYfaxd0nhaWKfjw==", @@ -6263,7 +6263,7 @@ def npm_repositories(): package = "@xtuc/ieee754", version = "1.2.0", url = "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", @@ -6280,7 +6280,7 @@ def npm_repositories(): package = "@xtuc/long", version = "4.2.2", url = "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", @@ -6297,7 +6297,7 @@ def npm_repositories(): package = "aws-sign2", version = "0.7.0", url = "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6315,7 +6315,7 @@ def npm_repositories(): package = "aws4", version = "1.12.0", url = "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6333,7 +6333,7 @@ def npm_repositories(): package = "b4a", version = "1.6.1", url = "https://registry.npmjs.org/b4a/-/b4a-1.6.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-AsKjNhz72yxteo/0EtQEiwkMUgk/tGmycXlbG4g3Ard2/ULtNLUykGOkeK0egmN27h0xMAhb76jYccW+XTBExA==", @@ -6350,7 +6350,7 @@ def npm_repositories(): package = "balanced-match", version = "1.0.2", url = "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", @@ -6367,7 +6367,7 @@ def npm_repositories(): package = "base64-js", version = "1.5.1", url = "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", @@ -6384,7 +6384,7 @@ def npm_repositories(): package = "bcrypt-pbkdf", version = "1.0.2", url = "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6406,7 +6406,7 @@ def npm_repositories(): package = "big.js", version = "5.2.2", url = "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6424,7 +6424,7 @@ def npm_repositories(): package = "binary-extensions", version = "2.2.0", url = "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6442,7 +6442,7 @@ def npm_repositories(): package = "binary-search-bounds", version = "2.0.5", url = "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6460,7 +6460,7 @@ def npm_repositories(): package = "bindings", version = "1.5.0", url = "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6482,7 +6482,7 @@ def npm_repositories(): package = "bit-twiddle", version = "1.0.2", url = "https://registry.npmjs.org/bit-twiddle/-/bit-twiddle-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6500,7 +6500,7 @@ def npm_repositories(): package = "bitmap-sdf", version = "1.0.4", url = "https://registry.npmjs.org/bitmap-sdf/-/bitmap-sdf-1.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6518,7 +6518,7 @@ def npm_repositories(): package = "bl", version = "1.2.3", url = "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6548,7 +6548,7 @@ def npm_repositories(): package = "bl", version = "2.2.1", url = "https://registry.npmjs.org/bl/-/bl-2.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6578,7 +6578,7 @@ def npm_repositories(): package = "bl", version = "4.1.0", url = "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6609,7 +6609,7 @@ def npm_repositories(): package = "bl", version = "6.0.0", url = "https://registry.npmjs.org/bl/-/bl-6.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-Ik9BVIMdcWzSOCpzDv2XpQ4rJ4oZBuk3ck6MgiOv0EopdgtohN2uSCrrLlkH1Jf0KnpZZMBA3D0bUMbCdj/jgA==", @@ -6640,7 +6640,7 @@ def npm_repositories(): package = "brace-expansion", version = "1.1.11", url = "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", @@ -6663,7 +6663,7 @@ def npm_repositories(): package = "brace-expansion", version = "2.0.1", url = "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", @@ -6684,7 +6684,7 @@ def npm_repositories(): package = "braces", version = "3.0.2", url = "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6708,7 +6708,7 @@ def npm_repositories(): package = "browser-stdout", version = "1.3.1", url = "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6726,7 +6726,7 @@ def npm_repositories(): package = "browserslist", version = "4.21.5", url = "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", @@ -6755,7 +6755,7 @@ def npm_repositories(): package = "buffer-alloc-unsafe", version = "1.1.0", url = "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6773,7 +6773,7 @@ def npm_repositories(): package = "buffer-alloc", version = "1.2.0", url = "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6797,7 +6797,7 @@ def npm_repositories(): package = "buffer-crc32", version = "0.2.13", url = "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6815,7 +6815,7 @@ def npm_repositories(): package = "buffer-fill", version = "1.0.0", url = "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6833,7 +6833,7 @@ def npm_repositories(): package = "buffer-from", version = "1.1.2", url = "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", @@ -6850,7 +6850,7 @@ def npm_repositories(): package = "buffer", version = "5.7.1", url = "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6874,7 +6874,7 @@ def npm_repositories(): package = "buffer", version = "6.0.3", url = "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", @@ -6899,7 +6899,7 @@ def npm_repositories(): package = "bufferutil", version = "4.0.7", url = "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6923,7 +6923,7 @@ def npm_repositories(): package = "builtin-modules", version = "3.3.0", url = "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6941,7 +6941,7 @@ def npm_repositories(): package = "byline", version = "5.0.0", url = "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -6961,7 +6961,7 @@ def npm_repositories(): package = "c8", version = "7.13.0", url = "https://registry.npmjs.org/c8/-/c8-7.13.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA==", @@ -7051,7 +7051,7 @@ def npm_repositories(): package = "cacache", version = "16.1.3", url = "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7126,7 +7126,7 @@ def npm_repositories(): package = "cacheable-lookup", version = "2.0.1", url = "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7152,7 +7152,7 @@ def npm_repositories(): package = "cacheable-request", version = "7.0.2", url = "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7192,7 +7192,7 @@ def npm_repositories(): package = "callsites", version = "3.1.0", url = "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7210,7 +7210,7 @@ def npm_repositories(): package = "camelcase", version = "6.3.0", url = "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7228,7 +7228,7 @@ def npm_repositories(): package = "caniuse-lite", version = "1.0.30001458", url = "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001458.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-lQ1VlUUq5q9ro9X+5gOEyH7i3vm+AYVT1WDCVB69XOZ17KZRhnZ9J0Sqz7wTHQaLBJccNCHq8/Ww5LlOIZbB0w==", @@ -7245,7 +7245,7 @@ def npm_repositories(): package = "canvas-fit", version = "1.5.0", url = "https://registry.npmjs.org/canvas-fit/-/canvas-fit-1.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7267,7 +7267,7 @@ def npm_repositories(): package = "caseless", version = "0.12.0", url = "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7285,7 +7285,7 @@ def npm_repositories(): package = "chalk", version = "2.4.2", url = "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7314,7 +7314,7 @@ def npm_repositories(): package = "chalk", version = "4.1.2", url = "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -7343,7 +7343,7 @@ def npm_repositories(): package = "chalk", version = "5.0.1", url = "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", @@ -7364,7 +7364,7 @@ def npm_repositories(): package = "chalk", version = "5.1.1", url = "https://registry.npmjs.org/chalk/-/chalk-5.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-OItMegkSDU3P7OJRWBbNRsQsL8SzgwlIGXSZRVfHCLBYrDgzYDuozwDMwvEDpiZdjr50tdOTbTzuubirtEozsg==", @@ -7381,7 +7381,7 @@ def npm_repositories(): package = "charenc", version = "0.0.2", url = "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7399,7 +7399,7 @@ def npm_repositories(): package = "chokidar", version = "3.5.3", url = "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7441,7 +7441,7 @@ def npm_repositories(): package = "chownr", version = "1.1.4", url = "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7459,7 +7459,7 @@ def npm_repositories(): package = "chownr", version = "2.0.0", url = "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7477,7 +7477,7 @@ def npm_repositories(): package = "chrome-trace-event", version = "1.0.3", url = "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", @@ -7494,7 +7494,7 @@ def npm_repositories(): package = "chromium-bidi", version = "0.4.7_devtools-protocol_0.0.1107588", url = "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7518,7 +7518,7 @@ def npm_repositories(): package = "clamp", version = "1.0.1", url = "https://registry.npmjs.org/clamp/-/clamp-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7536,7 +7536,7 @@ def npm_repositories(): package = "clean-stack", version = "2.2.0", url = "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7554,7 +7554,7 @@ def npm_repositories(): package = "cliui", version = "7.0.4", url = "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", @@ -7585,7 +7585,7 @@ def npm_repositories(): package = "cliui", version = "8.0.1", url = "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7617,7 +7617,7 @@ def npm_repositories(): package = "clone-deep", version = "4.0.1", url = "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", @@ -7643,7 +7643,7 @@ def npm_repositories(): package = "clone-response", version = "1.0.3", url = "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7665,7 +7665,7 @@ def npm_repositories(): package = "code-point-at", version = "1.1.0", url = "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7683,7 +7683,7 @@ def npm_repositories(): package = "color-alpha", version = "1.0.4", url = "https://registry.npmjs.org/color-alpha/-/color-alpha-1.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7708,7 +7708,7 @@ def npm_repositories(): package = "color-convert", version = "1.9.3", url = "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7730,7 +7730,7 @@ def npm_repositories(): package = "color-convert", version = "2.0.1", url = "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", @@ -7751,7 +7751,7 @@ def npm_repositories(): package = "color-id", version = "1.1.0", url = "https://registry.npmjs.org/color-id/-/color-id-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7773,7 +7773,7 @@ def npm_repositories(): package = "color-name", version = "1.1.3", url = "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7791,7 +7791,7 @@ def npm_repositories(): package = "color-name", version = "1.1.4", url = "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", @@ -7808,7 +7808,7 @@ def npm_repositories(): package = "color-normalize", version = "1.5.0", url = "https://registry.npmjs.org/color-normalize/-/color-normalize-1.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7842,7 +7842,7 @@ def npm_repositories(): package = "color-parse", version = "1.3.8", url = "https://registry.npmjs.org/color-parse/-/color-parse-1.3.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7868,7 +7868,7 @@ def npm_repositories(): package = "color-rgba", version = "2.1.1", url = "https://registry.npmjs.org/color-rgba/-/color-rgba-2.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7900,7 +7900,7 @@ def npm_repositories(): package = "color-space", version = "1.16.0", url = "https://registry.npmjs.org/color-space/-/color-space-1.16.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7925,7 +7925,7 @@ def npm_repositories(): package = "color-support", version = "1.1.3", url = "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7943,7 +7943,7 @@ def npm_repositories(): package = "colorette", version = "2.0.19", url = "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", @@ -7960,7 +7960,7 @@ def npm_repositories(): package = "combined-stream", version = "1.0.8", url = "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -7982,7 +7982,7 @@ def npm_repositories(): package = "commander", version = "10.0.1", url = "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8000,7 +8000,7 @@ def npm_repositories(): package = "commander", version = "2.20.3", url = "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", @@ -8017,7 +8017,7 @@ def npm_repositories(): package = "commander", version = "7.2.0", url = "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8035,7 +8035,7 @@ def npm_repositories(): package = "commander", version = "9.5.0", url = "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==", @@ -8052,7 +8052,7 @@ def npm_repositories(): package = "commondir", version = "1.0.1", url = "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8070,7 +8070,7 @@ def npm_repositories(): package = "complex.js", version = "2.1.1", url = "https://registry.npmjs.org/complex.js/-/complex.js-2.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-8njCHOTtFFLtegk6zQo0kkVX1rngygb/KQI6z1qZxlFI3scluC+LVTCFbrkWjBv4vvLlbQ9t88IPMC6k95VTTg==", @@ -8087,7 +8087,7 @@ def npm_repositories(): package = "concat-map", version = "0.0.1", url = "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", @@ -8104,7 +8104,7 @@ def npm_repositories(): package = "concat-stream", version = "1.6.2", url = "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8138,7 +8138,7 @@ def npm_repositories(): package = "console-control-strings", version = "1.1.0", url = "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8156,7 +8156,7 @@ def npm_repositories(): package = "convert-source-map", version = "1.9.0", url = "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", @@ -8173,7 +8173,7 @@ def npm_repositories(): package = "core-util-is", version = "1.0.2", url = "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8191,7 +8191,7 @@ def npm_repositories(): package = "core-util-is", version = "1.0.3", url = "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8209,7 +8209,7 @@ def npm_repositories(): package = "cosmiconfig", version = "8.1.3", url = "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8256,7 +8256,7 @@ def npm_repositories(): package = "country-regex", version = "1.1.0", url = "https://registry.npmjs.org/country-regex/-/country-regex-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8274,7 +8274,7 @@ def npm_repositories(): package = "cross-fetch", version = "3.1.5", url = "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8299,7 +8299,7 @@ def npm_repositories(): package = "cross-spawn", version = "7.0.3", url = "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", @@ -8326,7 +8326,7 @@ def npm_repositories(): package = "crypt", version = "0.0.2", url = "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8344,7 +8344,7 @@ def npm_repositories(): package = "css-font-size-keywords", version = "1.0.0", url = "https://registry.npmjs.org/css-font-size-keywords/-/css-font-size-keywords-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8362,7 +8362,7 @@ def npm_repositories(): package = "css-font-stretch-keywords", version = "1.0.1", url = "https://registry.npmjs.org/css-font-stretch-keywords/-/css-font-stretch-keywords-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8380,7 +8380,7 @@ def npm_repositories(): package = "css-font-style-keywords", version = "1.0.1", url = "https://registry.npmjs.org/css-font-style-keywords/-/css-font-style-keywords-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8398,7 +8398,7 @@ def npm_repositories(): package = "css-font-weight-keywords", version = "1.0.0", url = "https://registry.npmjs.org/css-font-weight-keywords/-/css-font-weight-keywords-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8416,7 +8416,7 @@ def npm_repositories(): package = "css-font", version = "1.2.0", url = "https://registry.npmjs.org/css-font/-/css-font-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8455,7 +8455,7 @@ def npm_repositories(): package = "css-global-keywords", version = "1.0.1", url = "https://registry.npmjs.org/css-global-keywords/-/css-global-keywords-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8475,7 +8475,7 @@ def npm_repositories(): package = "css-loader", version = "6.7.3_webpack_5.76.3", url = "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", @@ -8633,7 +8633,7 @@ def npm_repositories(): package = "css-system-font-keywords", version = "1.0.0", url = "https://registry.npmjs.org/css-system-font-keywords/-/css-system-font-keywords-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8651,7 +8651,7 @@ def npm_repositories(): package = "css-what", version = "5.1.0", url = "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", @@ -8668,7 +8668,7 @@ def npm_repositories(): package = "csscolorparser", version = "1.0.3", url = "https://registry.npmjs.org/csscolorparser/-/csscolorparser-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8686,7 +8686,7 @@ def npm_repositories(): package = "cssesc", version = "3.0.0", url = "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", @@ -8703,7 +8703,7 @@ def npm_repositories(): package = "csstype", version = "3.1.1", url = "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==", @@ -8720,7 +8720,7 @@ def npm_repositories(): package = "d3-array", version = "1.2.4", url = "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8738,7 +8738,7 @@ def npm_repositories(): package = "d3-collection", version = "1.0.7", url = "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8756,7 +8756,7 @@ def npm_repositories(): package = "d3-color", version = "1.4.1", url = "https://registry.npmjs.org/d3-color/-/d3-color-1.4.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8774,7 +8774,7 @@ def npm_repositories(): package = "d3-dispatch", version = "1.0.6", url = "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8792,7 +8792,7 @@ def npm_repositories(): package = "d3-force", version = "1.2.1", url = "https://registry.npmjs.org/d3-force/-/d3-force-1.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8820,7 +8820,7 @@ def npm_repositories(): package = "d3-format", version = "1.4.5", url = "https://registry.npmjs.org/d3-format/-/d3-format-1.4.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8838,7 +8838,7 @@ def npm_repositories(): package = "d3-geo-projection", version = "2.9.0", url = "https://registry.npmjs.org/d3-geo-projection/-/d3-geo-projection-2.9.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8871,7 +8871,7 @@ def npm_repositories(): package = "d3-geo", version = "1.12.1", url = "https://registry.npmjs.org/d3-geo/-/d3-geo-1.12.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8893,7 +8893,7 @@ def npm_repositories(): package = "d3-hierarchy", version = "1.1.9", url = "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-1.1.9.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8911,7 +8911,7 @@ def npm_repositories(): package = "d3-interpolate", version = "3.0.1", url = "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8933,7 +8933,7 @@ def npm_repositories(): package = "d3-path", version = "1.0.9", url = "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8951,7 +8951,7 @@ def npm_repositories(): package = "d3-quadtree", version = "1.0.7", url = "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8969,7 +8969,7 @@ def npm_repositories(): package = "d3-shape", version = "1.3.7", url = "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -8991,7 +8991,7 @@ def npm_repositories(): package = "d3-time-format", version = "2.3.0", url = "https://registry.npmjs.org/d3-time-format/-/d3-time-format-2.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9013,7 +9013,7 @@ def npm_repositories(): package = "d3-time", version = "1.1.0", url = "https://registry.npmjs.org/d3-time/-/d3-time-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9031,7 +9031,7 @@ def npm_repositories(): package = "d3-timer", version = "1.0.10", url = "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.10.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9049,7 +9049,7 @@ def npm_repositories(): package = "d", version = "1.0.1", url = "https://registry.npmjs.org/d/-/d-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9077,7 +9077,7 @@ def npm_repositories(): package = "dashdash", version = "1.14.1", url = "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9099,7 +9099,7 @@ def npm_repositories(): package = "date.js", version = "0.3.3", url = "https://registry.npmjs.org/date.js/-/date.js-0.3.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9122,7 +9122,7 @@ def npm_repositories(): package = "debug", version = "2.6.9", url = "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9144,7 +9144,7 @@ def npm_repositories(): package = "debug", version = "3.1.0", url = "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9168,7 +9168,7 @@ def npm_repositories(): package = "debug", version = "3.2.7", url = "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9190,7 +9190,7 @@ def npm_repositories(): package = "debug", version = "4.3.4_supports-color_8.1.1", url = "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9217,7 +9217,7 @@ def npm_repositories(): package = "debug", version = "github.com/ngokevin/debug/9742c5f383a6f8046241920156236ade8ec30d53", url = "https://codeload.github.com/ngokevin/debug/tar.gz/9742c5f383a6f8046241920156236ade8ec30d53", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9238,7 +9238,7 @@ def npm_repositories(): package = "decamelize", version = "4.0.0", url = "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9256,7 +9256,7 @@ def npm_repositories(): package = "decimal.js", version = "10.4.3", url = "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", @@ -9273,7 +9273,7 @@ def npm_repositories(): package = "decompress-response", version = "5.0.0", url = "https://registry.npmjs.org/decompress-response/-/decompress-response-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9295,7 +9295,7 @@ def npm_repositories(): package = "deep-extend", version = "0.6.0", url = "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9313,7 +9313,7 @@ def npm_repositories(): package = "deep-is", version = "0.1.4", url = "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9331,7 +9331,7 @@ def npm_repositories(): package = "deep-object-diff", version = "1.1.9", url = "https://registry.npmjs.org/deep-object-diff/-/deep-object-diff-1.1.9.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-Rn+RuwkmkDwCi2/oXOFS9Gsr5lJZu/yTGpK7wAaAIE75CC+LCGEZHpY6VQJa/RoJcrmaA/docWJZvYohlNkWPA==", @@ -9348,7 +9348,7 @@ def npm_repositories(): package = "deepmerge", version = "4.3.0", url = "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==", @@ -9365,7 +9365,7 @@ def npm_repositories(): package = "defer-to-connect", version = "2.0.1", url = "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9383,7 +9383,7 @@ def npm_repositories(): package = "defined", version = "1.0.1", url = "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9401,7 +9401,7 @@ def npm_repositories(): package = "delayed-stream", version = "1.0.0", url = "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9419,7 +9419,7 @@ def npm_repositories(): package = "delegates", version = "1.0.0", url = "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9437,7 +9437,7 @@ def npm_repositories(): package = "depd", version = "1.1.2", url = "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9455,7 +9455,7 @@ def npm_repositories(): package = "dequal", version = "2.0.3", url = "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9473,7 +9473,7 @@ def npm_repositories(): package = "detect-kerning", version = "2.1.2", url = "https://registry.npmjs.org/detect-kerning/-/detect-kerning-2.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9491,7 +9491,7 @@ def npm_repositories(): package = "detect-libc", version = "1.0.3", url = "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9509,7 +9509,7 @@ def npm_repositories(): package = "detect-libc", version = "2.0.1", url = "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9527,7 +9527,7 @@ def npm_repositories(): package = "devtools-protocol", version = "0.0.1107588", url = "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1107588.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9545,7 +9545,7 @@ def npm_repositories(): package = "diff", version = "5.0.0", url = "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9563,7 +9563,7 @@ def npm_repositories(): package = "diff", version = "5.1.0", url = "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9581,7 +9581,7 @@ def npm_repositories(): package = "draw-svg-path", version = "1.0.0", url = "https://registry.npmjs.org/draw-svg-path/-/draw-svg-path-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9605,7 +9605,7 @@ def npm_repositories(): package = "dtype", version = "2.0.0", url = "https://registry.npmjs.org/dtype/-/dtype-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9623,7 +9623,7 @@ def npm_repositories(): package = "dup", version = "1.0.0", url = "https://registry.npmjs.org/dup/-/dup-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9641,7 +9641,7 @@ def npm_repositories(): package = "duplexer3", version = "0.1.5", url = "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9659,7 +9659,7 @@ def npm_repositories(): package = "duplexer", version = "0.1.2", url = "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9677,7 +9677,7 @@ def npm_repositories(): package = "duplexify", version = "3.7.1", url = "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9713,7 +9713,7 @@ def npm_repositories(): package = "earcut", version = "2.2.4", url = "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9731,7 +9731,7 @@ def npm_repositories(): package = "eastasianwidth", version = "0.2.0", url = "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", @@ -9748,7 +9748,7 @@ def npm_repositories(): package = "ecc-jsbn", version = "0.1.2", url = "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9772,7 +9772,7 @@ def npm_repositories(): package = "electron-to-chromium", version = "1.4.311", url = "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.311.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-RoDlZufvrtr2Nx3Yx5MB8jX3aHIxm8nRWPJm3yVvyHmyKaRvn90RjzB6hNnt0AkhS3IInJdyRfQb4mWhPvUjVw==", @@ -9789,7 +9789,7 @@ def npm_repositories(): package = "element-size", version = "1.1.1", url = "https://registry.npmjs.org/element-size/-/element-size-1.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9807,7 +9807,7 @@ def npm_repositories(): package = "elementary-circuits-directed-graph", version = "1.3.1", url = "https://registry.npmjs.org/elementary-circuits-directed-graph/-/elementary-circuits-directed-graph-1.3.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9829,7 +9829,7 @@ def npm_repositories(): package = "emoji-regex", version = "8.0.0", url = "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", @@ -9846,7 +9846,7 @@ def npm_repositories(): package = "emoji-regex", version = "9.2.2", url = "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", @@ -9863,7 +9863,7 @@ def npm_repositories(): package = "emojis-list", version = "3.0.0", url = "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9881,7 +9881,7 @@ def npm_repositories(): package = "encoding", version = "0.1.13", url = "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9906,7 +9906,7 @@ def npm_repositories(): package = "end-of-stream", version = "1.4.4", url = "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9929,7 +9929,7 @@ def npm_repositories(): package = "enhanced-resolve", version = "5.12.0", url = "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==", @@ -9952,7 +9952,7 @@ def npm_repositories(): package = "env-paths", version = "2.2.1", url = "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -9970,7 +9970,7 @@ def npm_repositories(): package = "envinfo", version = "7.8.1", url = "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", @@ -9987,7 +9987,7 @@ def npm_repositories(): package = "err-code", version = "2.0.3", url = "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10005,7 +10005,7 @@ def npm_repositories(): package = "error-ex", version = "1.3.2", url = "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10027,7 +10027,7 @@ def npm_repositories(): package = "es-module-lexer", version = "0.9.3", url = "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", @@ -10044,7 +10044,7 @@ def npm_repositories(): package = "es5-ext", version = "0.10.62", url = "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10075,7 +10075,7 @@ def npm_repositories(): package = "es6-iterator", version = "2.0.3", url = "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10104,7 +10104,7 @@ def npm_repositories(): package = "es6-symbol", version = "3.1.3", url = "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10132,7 +10132,7 @@ def npm_repositories(): package = "es6-weak-map", version = "2.0.3", url = "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10163,7 +10163,7 @@ def npm_repositories(): package = "esbuild-android-64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10183,7 +10183,7 @@ def npm_repositories(): package = "esbuild-android-arm64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10203,7 +10203,7 @@ def npm_repositories(): package = "esbuild-darwin-64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10223,7 +10223,7 @@ def npm_repositories(): package = "esbuild-darwin-arm64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10243,7 +10243,7 @@ def npm_repositories(): package = "esbuild-freebsd-64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10263,7 +10263,7 @@ def npm_repositories(): package = "esbuild-freebsd-arm64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10283,7 +10283,7 @@ def npm_repositories(): package = "esbuild-linux-32", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10303,7 +10303,7 @@ def npm_repositories(): package = "esbuild-linux-64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10323,7 +10323,7 @@ def npm_repositories(): package = "esbuild-linux-arm64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10343,7 +10343,7 @@ def npm_repositories(): package = "esbuild-linux-arm", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10363,7 +10363,7 @@ def npm_repositories(): package = "esbuild-linux-mips64le", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10383,7 +10383,7 @@ def npm_repositories(): package = "esbuild-linux-ppc64le", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10403,7 +10403,7 @@ def npm_repositories(): package = "esbuild-linux-riscv64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10423,7 +10423,7 @@ def npm_repositories(): package = "esbuild-linux-s390x", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10443,7 +10443,7 @@ def npm_repositories(): package = "esbuild-netbsd-64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10463,7 +10463,7 @@ def npm_repositories(): package = "esbuild-openbsd-64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10483,7 +10483,7 @@ def npm_repositories(): package = "esbuild-sunos-64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10503,7 +10503,7 @@ def npm_repositories(): package = "esbuild-windows-32", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10523,7 +10523,7 @@ def npm_repositories(): package = "esbuild-windows-64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10543,7 +10543,7 @@ def npm_repositories(): package = "esbuild-windows-arm64", version = "0.14.38", url = "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10565,7 +10565,7 @@ def npm_repositories(): package = "esbuild", version = "0.14.38", url = "https://registry.npmjs.org/esbuild/-/esbuild-0.14.38.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10627,7 +10627,7 @@ def npm_repositories(): package = "esbuild", version = "0.16.17", url = "https://registry.npmjs.org/esbuild/-/esbuild-0.16.17.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10693,7 +10693,7 @@ def npm_repositories(): package = "escalade", version = "3.1.1", url = "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", @@ -10710,7 +10710,7 @@ def npm_repositories(): package = "escape-latex", version = "1.2.0", url = "https://registry.npmjs.org/escape-latex/-/escape-latex-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-nV5aVWW1K0wEiUIEdZ4erkGGH8mDxGyxSeqPzRNtWP7ataw+/olFObw7hujFWlVjNsaDFw5VZ5NzVSIqRgfTiw==", @@ -10727,7 +10727,7 @@ def npm_repositories(): package = "escape-string-regexp", version = "1.0.5", url = "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10745,7 +10745,7 @@ def npm_repositories(): package = "escape-string-regexp", version = "4.0.0", url = "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10763,7 +10763,7 @@ def npm_repositories(): package = "escodegen", version = "1.14.3", url = "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10799,7 +10799,7 @@ def npm_repositories(): package = "eslint-scope", version = "5.1.1", url = "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", @@ -10822,7 +10822,7 @@ def npm_repositories(): package = "esprima", version = "1.0.0", url = "https://registry.npmjs.org/esprima/-/esprima-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10840,7 +10840,7 @@ def npm_repositories(): package = "esprima", version = "4.0.1", url = "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10858,7 +10858,7 @@ def npm_repositories(): package = "esrecurse", version = "4.3.0", url = "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", @@ -10879,7 +10879,7 @@ def npm_repositories(): package = "estraverse", version = "4.3.0", url = "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", @@ -10896,7 +10896,7 @@ def npm_repositories(): package = "estraverse", version = "5.3.0", url = "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", @@ -10913,7 +10913,7 @@ def npm_repositories(): package = "estree-walker", version = "1.0.1", url = "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10931,7 +10931,7 @@ def npm_repositories(): package = "estree-walker", version = "2.0.2", url = "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10949,7 +10949,7 @@ def npm_repositories(): package = "esutils", version = "2.0.3", url = "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10967,7 +10967,7 @@ def npm_repositories(): package = "eval", version = "0.1.6", url = "https://registry.npmjs.org/eval/-/eval-0.1.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -10989,7 +10989,7 @@ def npm_repositories(): package = "event-target-shim", version = "5.0.1", url = "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", @@ -11006,7 +11006,7 @@ def npm_repositories(): package = "events", version = "3.3.0", url = "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", @@ -11023,7 +11023,7 @@ def npm_repositories(): package = "ext", version = "1.7.0", url = "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11045,7 +11045,7 @@ def npm_repositories(): package = "extend", version = "3.0.2", url = "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11063,7 +11063,7 @@ def npm_repositories(): package = "extract-zip", version = "2.0.1", url = "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11102,7 +11102,7 @@ def npm_repositories(): package = "extsprintf", version = "1.3.0", url = "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11120,7 +11120,7 @@ def npm_repositories(): package = "falafel", version = "2.2.5", url = "https://registry.npmjs.org/falafel/-/falafel-2.2.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11144,7 +11144,7 @@ def npm_repositories(): package = "fast-deep-equal", version = "3.1.3", url = "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", @@ -11161,7 +11161,7 @@ def npm_repositories(): package = "fast-fifo", version = "1.1.0", url = "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-Kl29QoNbNvn4nhDsLYjyIAaIqaJB6rBx5p3sL9VjaefJ+eMFBWVZiaoguaoZfzEKr5RhAti0UgM8703akGPJ6g==", @@ -11178,7 +11178,7 @@ def npm_repositories(): package = "fast-isnumeric", version = "1.1.4", url = "https://registry.npmjs.org/fast-isnumeric/-/fast-isnumeric-1.1.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11200,7 +11200,7 @@ def npm_repositories(): package = "fast-json-stable-stringify", version = "2.1.0", url = "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", @@ -11217,7 +11217,7 @@ def npm_repositories(): package = "fast-levenshtein", version = "2.0.6", url = "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11235,7 +11235,7 @@ def npm_repositories(): package = "fastest-levenshtein", version = "1.0.16", url = "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", @@ -11252,7 +11252,7 @@ def npm_repositories(): package = "fd-slicer", version = "1.1.0", url = "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11274,7 +11274,7 @@ def npm_repositories(): package = "file-uri-to-path", version = "1.0.0", url = "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11292,7 +11292,7 @@ def npm_repositories(): package = "fill-range", version = "7.0.1", url = "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11315,7 +11315,7 @@ def npm_repositories(): package = "find-up", version = "4.1.0", url = "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", @@ -11341,7 +11341,7 @@ def npm_repositories(): package = "find-up", version = "5.0.0", url = "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", @@ -11367,7 +11367,7 @@ def npm_repositories(): package = "flat", version = "5.0.2", url = "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11385,7 +11385,7 @@ def npm_repositories(): package = "flatten-vertex-data", version = "1.0.2", url = "https://registry.npmjs.org/flatten-vertex-data/-/flatten-vertex-data-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11407,7 +11407,7 @@ def npm_repositories(): package = "font-atlas", version = "2.1.0", url = "https://registry.npmjs.org/font-atlas/-/font-atlas-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11439,7 +11439,7 @@ def npm_repositories(): package = "font-measure", version = "1.2.2", url = "https://registry.npmjs.org/font-measure/-/font-measure-1.2.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11471,7 +11471,7 @@ def npm_repositories(): package = "foreground-child", version = "2.0.0", url = "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==", @@ -11499,7 +11499,7 @@ def npm_repositories(): package = "foreground-child", version = "3.1.1", url = "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", @@ -11527,7 +11527,7 @@ def npm_repositories(): package = "forever-agent", version = "0.6.1", url = "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11545,7 +11545,7 @@ def npm_repositories(): package = "form-data", version = "2.3.3", url = "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11573,7 +11573,7 @@ def npm_repositories(): package = "form-data", version = "2.5.1", url = "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11601,7 +11601,7 @@ def npm_repositories(): package = "fraction.js", version = "4.2.0", url = "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", @@ -11618,7 +11618,7 @@ def npm_repositories(): package = "from2", version = "2.3.0", url = "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11648,7 +11648,7 @@ def npm_repositories(): package = "fs-constants", version = "1.0.0", url = "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11666,7 +11666,7 @@ def npm_repositories(): package = "fs-extra", version = "11.1.1", url = "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11692,7 +11692,7 @@ def npm_repositories(): package = "fs-extra", version = "7.0.1", url = "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11718,7 +11718,7 @@ def npm_repositories(): package = "fs-minipass", version = "1.2.7", url = "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11742,7 +11742,7 @@ def npm_repositories(): package = "fs-minipass", version = "2.1.0", url = "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11765,7 +11765,7 @@ def npm_repositories(): package = "fs.realpath", version = "1.0.0", url = "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", @@ -11782,7 +11782,7 @@ def npm_repositories(): package = "fsevents", version = "2.3.2", url = "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11802,7 +11802,7 @@ def npm_repositories(): package = "function-bind", version = "1.1.1", url = "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", @@ -11819,7 +11819,7 @@ def npm_repositories(): package = "gauge", version = "2.7.4", url = "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11860,7 +11860,7 @@ def npm_repositories(): package = "gauge", version = "3.0.2", url = "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11901,7 +11901,7 @@ def npm_repositories(): package = "gauge", version = "4.0.4", url = "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11940,7 +11940,7 @@ def npm_repositories(): package = "gensync", version = "1.0.0-beta.2", url = "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11958,7 +11958,7 @@ def npm_repositories(): package = "geojson-vt", version = "3.2.1", url = "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -11976,7 +11976,7 @@ def npm_repositories(): package = "get-caller-file", version = "2.0.5", url = "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", @@ -11993,7 +11993,7 @@ def npm_repositories(): package = "get-canvas-context", version = "1.0.2", url = "https://registry.npmjs.org/get-canvas-context/-/get-canvas-context-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12011,7 +12011,7 @@ def npm_repositories(): package = "get-stream", version = "5.2.0", url = "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12036,7 +12036,7 @@ def npm_repositories(): package = "get-stream", version = "6.0.1", url = "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12054,7 +12054,7 @@ def npm_repositories(): package = "getpass", version = "0.1.7", url = "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12076,7 +12076,7 @@ def npm_repositories(): package = "gl-mat4", version = "1.2.0", url = "https://registry.npmjs.org/gl-mat4/-/gl-mat4-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12094,7 +12094,7 @@ def npm_repositories(): package = "gl-matrix", version = "3.4.3", url = "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12112,7 +12112,7 @@ def npm_repositories(): package = "gl-text", version = "1.3.1", url = "https://registry.npmjs.org/gl-text/-/gl-text-1.3.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12198,7 +12198,7 @@ def npm_repositories(): package = "gl-util", version = "3.1.3", url = "https://registry.npmjs.org/gl-util/-/gl-util-3.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12233,7 +12233,7 @@ def npm_repositories(): package = "glob-parent", version = "5.1.2", url = "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12256,7 +12256,7 @@ def npm_repositories(): package = "glob-to-regexp", version = "0.4.1", url = "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", @@ -12273,7 +12273,7 @@ def npm_repositories(): package = "glob", version = "10.3.3", url = "https://registry.npmjs.org/glob/-/glob-10.3.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==", @@ -12324,7 +12324,7 @@ def npm_repositories(): package = "glob", version = "7.2.0", url = "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12360,7 +12360,7 @@ def npm_repositories(): package = "glob", version = "7.2.3", url = "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", @@ -12395,7 +12395,7 @@ def npm_repositories(): package = "glob", version = "8.1.0", url = "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12428,7 +12428,7 @@ def npm_repositories(): package = "globals", version = "11.12.0", url = "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12446,7 +12446,7 @@ def npm_repositories(): package = "glsl-inject-defines", version = "1.0.3", url = "https://registry.npmjs.org/glsl-inject-defines/-/glsl-inject-defines-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12479,7 +12479,7 @@ def npm_repositories(): package = "glsl-resolve", version = "0.0.1", url = "https://registry.npmjs.org/glsl-resolve/-/glsl-resolve-0.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12503,7 +12503,7 @@ def npm_repositories(): package = "glsl-token-assignments", version = "2.0.2", url = "https://registry.npmjs.org/glsl-token-assignments/-/glsl-token-assignments-2.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12521,7 +12521,7 @@ def npm_repositories(): package = "glsl-token-defines", version = "1.0.0", url = "https://registry.npmjs.org/glsl-token-defines/-/glsl-token-defines-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12550,7 +12550,7 @@ def npm_repositories(): package = "glsl-token-depth", version = "1.1.2", url = "https://registry.npmjs.org/glsl-token-depth/-/glsl-token-depth-1.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12568,7 +12568,7 @@ def npm_repositories(): package = "glsl-token-descope", version = "1.0.2", url = "https://registry.npmjs.org/glsl-token-descope/-/glsl-token-descope-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12596,7 +12596,7 @@ def npm_repositories(): package = "glsl-token-inject-block", version = "1.1.0", url = "https://registry.npmjs.org/glsl-token-inject-block/-/glsl-token-inject-block-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12614,7 +12614,7 @@ def npm_repositories(): package = "glsl-token-properties", version = "1.0.1", url = "https://registry.npmjs.org/glsl-token-properties/-/glsl-token-properties-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12632,7 +12632,7 @@ def npm_repositories(): package = "glsl-token-scope", version = "1.1.2", url = "https://registry.npmjs.org/glsl-token-scope/-/glsl-token-scope-1.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12650,7 +12650,7 @@ def npm_repositories(): package = "glsl-token-string", version = "1.0.1", url = "https://registry.npmjs.org/glsl-token-string/-/glsl-token-string-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12668,7 +12668,7 @@ def npm_repositories(): package = "glsl-token-whitespace-trim", version = "1.0.0", url = "https://registry.npmjs.org/glsl-token-whitespace-trim/-/glsl-token-whitespace-trim-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12686,7 +12686,7 @@ def npm_repositories(): package = "glsl-tokenizer", version = "2.1.5", url = "https://registry.npmjs.org/glsl-tokenizer/-/glsl-tokenizer-2.1.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12714,7 +12714,7 @@ def npm_repositories(): package = "glslify-bundle", version = "5.1.1", url = "https://registry.npmjs.org/glslify-bundle/-/glslify-bundle-5.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12764,7 +12764,7 @@ def npm_repositories(): package = "glslify-deps", version = "1.3.2", url = "https://registry.npmjs.org/glslify-deps/-/glslify-deps-1.3.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12814,7 +12814,7 @@ def npm_repositories(): package = "glslify", version = "7.1.1", url = "https://registry.npmjs.org/glslify/-/glslify-7.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -12915,7 +12915,7 @@ def npm_repositories(): package = "google-protobuf", version = "3.21.2", url = "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA==", @@ -12932,7 +12932,7 @@ def npm_repositories(): package = "got", version = "10.7.0", url = "https://registry.npmjs.org/got/-/got-10.7.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13000,7 +13000,7 @@ def npm_repositories(): package = "graceful-fs", version = "4.2.10", url = "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", @@ -13017,7 +13017,7 @@ def npm_repositories(): package = "grid-index", version = "1.1.0", url = "https://registry.npmjs.org/grid-index/-/grid-index-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13035,7 +13035,7 @@ def npm_repositories(): package = "gzip-size", version = "6.0.0", url = "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13057,7 +13057,7 @@ def npm_repositories(): package = "handlebars-utils", version = "1.0.6", url = "https://registry.npmjs.org/handlebars-utils/-/handlebars-utils-1.0.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13082,7 +13082,7 @@ def npm_repositories(): package = "har-schema", version = "2.0.0", url = "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13100,7 +13100,7 @@ def npm_repositories(): package = "har-validator", version = "5.1.5", url = "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13129,7 +13129,7 @@ def npm_repositories(): package = "has-flag", version = "3.0.0", url = "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13147,7 +13147,7 @@ def npm_repositories(): package = "has-flag", version = "4.0.0", url = "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -13164,7 +13164,7 @@ def npm_repositories(): package = "has-hover", version = "1.0.1", url = "https://registry.npmjs.org/has-hover/-/has-hover-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13186,7 +13186,7 @@ def npm_repositories(): package = "has-passive-events", version = "1.0.0", url = "https://registry.npmjs.org/has-passive-events/-/has-passive-events-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13208,7 +13208,7 @@ def npm_repositories(): package = "has-unicode", version = "2.0.1", url = "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13226,7 +13226,7 @@ def npm_repositories(): package = "has", version = "1.0.3", url = "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", @@ -13247,7 +13247,7 @@ def npm_repositories(): package = "he", version = "1.2.0", url = "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13267,7 +13267,7 @@ def npm_repositories(): package = "hello", version = "@gitpkg.vercel.app/EqualMa/gitpkg-hello/packages/hello", url = "https://gitpkg.vercel.app/EqualMa/gitpkg-hello/packages/hello", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13286,7 +13286,7 @@ def npm_repositories(): package = "helper-date", version = "github.com/coda/helper-date/a2cb4284148cbba7d36173dff4c7c60ce59eae55", url = "https://codeload.github.com/coda/helper-date/tar.gz/a2cb4284148cbba7d36173dff4c7c60ce59eae55", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13319,7 +13319,7 @@ def npm_repositories(): package = "hot-shots", version = "10.0.0", url = "https://registry.npmjs.org/hot-shots/-/hot-shots-10.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13436,7 +13436,7 @@ def npm_repositories(): package = "hsluv", version = "0.0.3", url = "https://registry.npmjs.org/hsluv/-/hsluv-0.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13454,7 +13454,7 @@ def npm_repositories(): package = "html-escaper", version = "2.0.2", url = "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", @@ -13471,7 +13471,7 @@ def npm_repositories(): package = "http-cache-semantics", version = "4.1.1", url = "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13489,7 +13489,7 @@ def npm_repositories(): package = "http-proxy-agent", version = "5.0.0", url = "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13518,7 +13518,7 @@ def npm_repositories(): package = "http-signature", version = "1.2.0", url = "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13556,7 +13556,7 @@ def npm_repositories(): package = "https-proxy-agent", version = "5.0.1", url = "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13583,7 +13583,7 @@ def npm_repositories(): package = "humanize-ms", version = "1.2.1", url = "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13605,7 +13605,7 @@ def npm_repositories(): package = "iconv-lite", version = "0.4.24", url = "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13627,7 +13627,7 @@ def npm_repositories(): package = "iconv-lite", version = "0.6.3", url = "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13651,7 +13651,7 @@ def npm_repositories(): package = "icss-utils", version = "5.1.0_postcss_8.4.21", url = "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", @@ -13675,7 +13675,7 @@ def npm_repositories(): package = "ieee754", version = "1.2.1", url = "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", @@ -13692,7 +13692,7 @@ def npm_repositories(): package = "ignore-walk", version = "3.0.4", url = "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13717,7 +13717,7 @@ def npm_repositories(): package = "import-fresh", version = "3.3.0", url = "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13742,7 +13742,7 @@ def npm_repositories(): package = "import-local", version = "3.1.0", url = "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", @@ -13772,7 +13772,7 @@ def npm_repositories(): package = "imurmurhash", version = "0.1.4", url = "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13790,7 +13790,7 @@ def npm_repositories(): package = "indent-string", version = "4.0.0", url = "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13808,7 +13808,7 @@ def npm_repositories(): package = "infer-owner", version = "1.0.4", url = "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13826,7 +13826,7 @@ def npm_repositories(): package = "inflight", version = "1.0.6", url = "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", @@ -13849,7 +13849,7 @@ def npm_repositories(): package = "inherits", version = "2.0.4", url = "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", @@ -13866,7 +13866,7 @@ def npm_repositories(): package = "ini", version = "1.3.8", url = "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13886,7 +13886,7 @@ def npm_repositories(): package = "inline-fixtures", version = "1.1.0", url = "https://registry.npmjs.org/inline-fixtures/-/inline-fixtures-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13915,7 +13915,7 @@ def npm_repositories(): package = "inline-fixtures", version = "@registry.yarnpkg.com/inline-fixtures/-/inline-fixtures-1.1.0.tgz#5f9edf644ac02a1322012dbbb9f0a4739831d662", url = "https://registry.yarnpkg.com/inline-fixtures/-/inline-fixtures-1.1.0.tgz#5f9edf644ac02a1322012dbbb9f0a4739831d662", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13941,7 +13941,7 @@ def npm_repositories(): package = "interpret", version = "3.1.1", url = "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", @@ -13958,7 +13958,7 @@ def npm_repositories(): package = "ip", version = "2.0.0", url = "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13976,7 +13976,7 @@ def npm_repositories(): package = "is-arrayish", version = "0.2.1", url = "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -13994,7 +13994,7 @@ def npm_repositories(): package = "is-binary-path", version = "2.1.0", url = "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14016,7 +14016,7 @@ def npm_repositories(): package = "is-browser", version = "2.1.0", url = "https://registry.npmjs.org/is-browser/-/is-browser-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14034,7 +14034,7 @@ def npm_repositories(): package = "is-buffer", version = "1.1.6", url = "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14052,7 +14052,7 @@ def npm_repositories(): package = "is-builtin-module", version = "3.2.1", url = "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14074,7 +14074,7 @@ def npm_repositories(): package = "is-core-module", version = "2.11.0", url = "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", @@ -14096,7 +14096,7 @@ def npm_repositories(): package = "is-extglob", version = "2.1.1", url = "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14114,7 +14114,7 @@ def npm_repositories(): package = "is-finite", version = "1.1.0", url = "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14132,7 +14132,7 @@ def npm_repositories(): package = "is-firefox", version = "1.0.3", url = "https://registry.npmjs.org/is-firefox/-/is-firefox-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14150,7 +14150,7 @@ def npm_repositories(): package = "is-fullwidth-code-point", version = "1.0.0", url = "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14172,7 +14172,7 @@ def npm_repositories(): package = "is-fullwidth-code-point", version = "3.0.0", url = "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", @@ -14189,7 +14189,7 @@ def npm_repositories(): package = "is-glob", version = "4.0.3", url = "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14211,7 +14211,7 @@ def npm_repositories(): package = "is-iexplorer", version = "1.0.0", url = "https://registry.npmjs.org/is-iexplorer/-/is-iexplorer-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14229,7 +14229,7 @@ def npm_repositories(): package = "is-lambda", version = "1.0.1", url = "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14247,7 +14247,7 @@ def npm_repositories(): package = "is-mobile", version = "4.0.0", url = "https://registry.npmjs.org/is-mobile/-/is-mobile-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14265,7 +14265,7 @@ def npm_repositories(): package = "is-module", version = "1.0.0", url = "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14283,7 +14283,7 @@ def npm_repositories(): package = "is-number", version = "6.0.0", url = "https://registry.npmjs.org/is-number/-/is-number-6.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14301,7 +14301,7 @@ def npm_repositories(): package = "is-number", version = "7.0.0", url = "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14319,7 +14319,7 @@ def npm_repositories(): package = "is-obj", version = "1.0.1", url = "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14337,7 +14337,7 @@ def npm_repositories(): package = "is-plain-obj", version = "1.1.0", url = "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14355,7 +14355,7 @@ def npm_repositories(): package = "is-plain-obj", version = "2.1.0", url = "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14373,7 +14373,7 @@ def npm_repositories(): package = "is-plain-object", version = "2.0.4", url = "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", @@ -14394,7 +14394,7 @@ def npm_repositories(): package = "is-reference", version = "1.2.1", url = "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14416,7 +14416,7 @@ def npm_repositories(): package = "is-string-blank", version = "1.0.1", url = "https://registry.npmjs.org/is-string-blank/-/is-string-blank-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14434,7 +14434,7 @@ def npm_repositories(): package = "is-svg-path", version = "1.0.2", url = "https://registry.npmjs.org/is-svg-path/-/is-svg-path-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14452,7 +14452,7 @@ def npm_repositories(): package = "is-typedarray", version = "1.0.0", url = "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14470,7 +14470,7 @@ def npm_repositories(): package = "is-unicode-supported", version = "0.1.0", url = "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14488,7 +14488,7 @@ def npm_repositories(): package = "isarray", version = "0.0.1", url = "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14506,7 +14506,7 @@ def npm_repositories(): package = "isarray", version = "1.0.0", url = "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14524,7 +14524,7 @@ def npm_repositories(): package = "isarray", version = "2.0.5", url = "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14542,7 +14542,7 @@ def npm_repositories(): package = "isexe", version = "2.0.0", url = "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", @@ -14559,7 +14559,7 @@ def npm_repositories(): package = "isobject", version = "3.0.1", url = "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", @@ -14576,7 +14576,7 @@ def npm_repositories(): package = "isomorphic-ws", version = "5.0.0_ws_8.13.0", url = "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14600,7 +14600,7 @@ def npm_repositories(): package = "isstream", version = "0.1.2", url = "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14618,7 +14618,7 @@ def npm_repositories(): package = "istanbul-lib-coverage", version = "3.2.0", url = "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", @@ -14635,7 +14635,7 @@ def npm_repositories(): package = "istanbul-lib-report", version = "3.0.0", url = "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", @@ -14662,7 +14662,7 @@ def npm_repositories(): package = "istanbul-reports", version = "3.1.5", url = "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", @@ -14690,7 +14690,7 @@ def npm_repositories(): package = "jackspeak", version = "2.2.3", url = "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-pF0kfjmg8DJLxDrizHoCZGUFz4P4czQ3HyfW4BU0ffebYkzAVlBywp5zaxW/TM+r0sGbmrQdi8EQQVTJFxnGsQ==", @@ -14723,7 +14723,7 @@ def npm_repositories(): package = "jasmine-core", version = "5.1.0", url = "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-bFMMwpKuTZXCuGd51yClFobw5SOtad1kmdWnYO8dNwYV8i01Xj0C2+nyQpSKl1EKxiPfyd1ZgBl/rsusL3aS6w==", @@ -14742,7 +14742,7 @@ def npm_repositories(): package = "jasmine", version = "5.1.0", url = "https://registry.npmjs.org/jasmine/-/jasmine-5.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-prmJlC1dbLhti4nE4XAPDWmfJesYO15sjGXVp7Cs7Ym5I9Xtwa/hUHxxJXjnpfLO72+ySttA0Ztf8g/RiVnUKw==", @@ -14792,7 +14792,7 @@ def npm_repositories(): package = "javascript-natural-sort", version = "0.7.1", url = "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==", @@ -14809,7 +14809,7 @@ def npm_repositories(): package = "javascript-stringify", version = "2.1.0", url = "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14827,7 +14827,7 @@ def npm_repositories(): package = "jest-worker", version = "27.5.1", url = "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", @@ -14853,7 +14853,7 @@ def npm_repositories(): package = "jose", version = "4.12.0", url = "https://registry.npmjs.org/jose/-/jose-4.12.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14873,7 +14873,7 @@ def npm_repositories(): package = "js-tokens", version = "4.0.0", url = "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14891,7 +14891,7 @@ def npm_repositories(): package = "js-yaml", version = "4.1.0", url = "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14913,7 +14913,7 @@ def npm_repositories(): package = "jsbn", version = "0.1.1", url = "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14931,7 +14931,7 @@ def npm_repositories(): package = "jsesc", version = "2.5.2", url = "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14949,7 +14949,7 @@ def npm_repositories(): package = "json-buffer", version = "3.0.1", url = "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -14967,7 +14967,7 @@ def npm_repositories(): package = "json-parse-even-better-errors", version = "2.3.1", url = "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", @@ -14984,7 +14984,7 @@ def npm_repositories(): package = "json-schema-traverse", version = "0.4.1", url = "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", @@ -15001,7 +15001,7 @@ def npm_repositories(): package = "json-schema-traverse", version = "1.0.0", url = "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15019,7 +15019,7 @@ def npm_repositories(): package = "json-schema", version = "0.4.0", url = "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15039,7 +15039,7 @@ def npm_repositories(): package = "json-stable-stringify", version = "1.0.1", url = "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15062,7 +15062,7 @@ def npm_repositories(): package = "json-stringify-safe", version = "5.0.1", url = "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15080,7 +15080,7 @@ def npm_repositories(): package = "json5", version = "2.2.3", url = "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15098,7 +15098,7 @@ def npm_repositories(): package = "jsonc-parser", version = "3.2.0", url = "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15116,7 +15116,7 @@ def npm_repositories(): package = "jsonfile", version = "4.0.0", url = "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15138,7 +15138,7 @@ def npm_repositories(): package = "jsonfile", version = "6.1.0", url = "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15164,7 +15164,7 @@ def npm_repositories(): package = "jsonpath-plus", version = "7.2.0", url = "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15182,7 +15182,7 @@ def npm_repositories(): package = "jsprim", version = "1.4.2", url = "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15211,7 +15211,7 @@ def npm_repositories(): package = "kdbush", version = "3.0.0", url = "https://registry.npmjs.org/kdbush/-/kdbush-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15229,7 +15229,7 @@ def npm_repositories(): package = "keyv", version = "4.5.2", url = "https://registry.npmjs.org/keyv/-/keyv-4.5.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15251,7 +15251,7 @@ def npm_repositories(): package = "kind-of", version = "3.2.2", url = "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15273,7 +15273,7 @@ def npm_repositories(): package = "kind-of", version = "6.0.3", url = "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", @@ -15290,7 +15290,7 @@ def npm_repositories(): package = "kleur", version = "4.1.5", url = "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15308,7 +15308,7 @@ def npm_repositories(): package = "levn", version = "0.3.0", url = "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15332,7 +15332,7 @@ def npm_repositories(): package = "lines-and-columns", version = "1.2.4", url = "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15350,7 +15350,7 @@ def npm_repositories(): package = "loader-runner", version = "4.3.0", url = "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", @@ -15367,7 +15367,7 @@ def npm_repositories(): package = "loader-utils", version = "2.0.4", url = "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15393,7 +15393,7 @@ def npm_repositories(): package = "locate-path", version = "5.0.0", url = "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", @@ -15416,7 +15416,7 @@ def npm_repositories(): package = "locate-path", version = "6.0.0", url = "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", @@ -15439,7 +15439,7 @@ def npm_repositories(): package = "lodash.merge", version = "4.6.2", url = "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15459,7 +15459,7 @@ def npm_repositories(): package = "lodash", version = "4.17.21", url = "file:npm/private/test/vendored/lodash-4.17.21.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15477,7 +15477,7 @@ def npm_repositories(): package = "log-symbols", version = "4.1.0", url = "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15506,7 +15506,7 @@ def npm_repositories(): package = "loose-envify", version = "1.4.0", url = "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15528,7 +15528,7 @@ def npm_repositories(): package = "lowercase-keys", version = "2.0.0", url = "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15546,7 +15546,7 @@ def npm_repositories(): package = "lru-cache", version = "10.0.1", url = "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", @@ -15563,7 +15563,7 @@ def npm_repositories(): package = "lru-cache", version = "5.1.1", url = "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15585,7 +15585,7 @@ def npm_repositories(): package = "lru-cache", version = "6.0.0", url = "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", @@ -15606,7 +15606,7 @@ def npm_repositories(): package = "lru-cache", version = "7.17.0", url = "https://registry.npmjs.org/lru-cache/-/lru-cache-7.17.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15624,7 +15624,7 @@ def npm_repositories(): package = "magic-string", version = "0.25.9", url = "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15646,7 +15646,7 @@ def npm_repositories(): package = "magic-string", version = "0.26.7", url = "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15668,7 +15668,7 @@ def npm_repositories(): package = "make-dir", version = "2.1.0", url = "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15692,7 +15692,7 @@ def npm_repositories(): package = "make-dir", version = "3.1.0", url = "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", @@ -15713,7 +15713,7 @@ def npm_repositories(): package = "make-fetch-happen", version = "10.2.1", url = "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15813,7 +15813,7 @@ def npm_repositories(): package = "map-limit", version = "0.0.1", url = "https://registry.npmjs.org/map-limit/-/map-limit-0.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15836,7 +15836,7 @@ def npm_repositories(): package = "mapbox-gl", version = "1.10.1", url = "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-1.10.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15907,7 +15907,7 @@ def npm_repositories(): package = "math-log2", version = "1.0.1", url = "https://registry.npmjs.org/math-log2/-/math-log2-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15927,7 +15927,7 @@ def npm_repositories(): package = "mathjs", version = "11.4.0", url = "https://registry.npmjs.org/mathjs/-/mathjs-11.4.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-SGhKmXnwsPWrLHvhzm849RJPMjFTgLgVwKtv2L+IY7XHB4nuzyZLfV2eHT1HtBZ4yzsLHgcqak47zMmxuEIIUg==", @@ -15965,7 +15965,7 @@ def npm_repositories(): package = "md5", version = "2.3.0", url = "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -15993,7 +15993,7 @@ def npm_repositories(): package = "meaning-of-life", version = "1.0.0_o3deharooos255qt5xdujc3cuq", url = "https://registry.npmjs.org/meaning-of-life/-/meaning-of-life-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16013,7 +16013,7 @@ def npm_repositories(): package = "media-query-parser", version = "2.0.2", url = "https://registry.npmjs.org/media-query-parser/-/media-query-parser-2.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-1N4qp+jE0pL5Xv4uEcwVUhIkwdUO3S/9gML90nqKA7v7FcOS5vUtatfzok9S9U1EJU8dHWlcv95WLnKmmxZI9w==", @@ -16035,7 +16035,7 @@ def npm_repositories(): package = "merge-stream", version = "2.0.0", url = "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", @@ -16052,7 +16052,7 @@ def npm_repositories(): package = "mime-db", version = "1.52.0", url = "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", @@ -16069,7 +16069,7 @@ def npm_repositories(): package = "mime-types", version = "2.1.35", url = "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", @@ -16090,7 +16090,7 @@ def npm_repositories(): package = "mimic-response", version = "1.0.1", url = "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16108,7 +16108,7 @@ def npm_repositories(): package = "mimic-response", version = "2.1.0", url = "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16128,7 +16128,7 @@ def npm_repositories(): package = "mini-css-extract-plugin", version = "2.7.5_webpack_5.76.3", url = "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16267,7 +16267,7 @@ def npm_repositories(): package = "minimatch", version = "3.1.2", url = "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", @@ -16290,7 +16290,7 @@ def npm_repositories(): package = "minimatch", version = "5.0.1", url = "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16313,7 +16313,7 @@ def npm_repositories(): package = "minimatch", version = "5.1.6", url = "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16336,7 +16336,7 @@ def npm_repositories(): package = "minimatch", version = "6.2.0", url = "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16359,7 +16359,7 @@ def npm_repositories(): package = "minimatch", version = "9.0.3", url = "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", @@ -16381,7 +16381,7 @@ def npm_repositories(): package = "minimist", version = "0.0.10", url = "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16399,7 +16399,7 @@ def npm_repositories(): package = "minimist", version = "1.2.8", url = "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16417,7 +16417,7 @@ def npm_repositories(): package = "minipass-collect", version = "1.0.2", url = "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16440,7 +16440,7 @@ def npm_repositories(): package = "minipass-fetch", version = "2.1.2", url = "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16471,7 +16471,7 @@ def npm_repositories(): package = "minipass-flush", version = "1.0.5", url = "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16494,7 +16494,7 @@ def npm_repositories(): package = "minipass-pipeline", version = "1.2.4", url = "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16517,7 +16517,7 @@ def npm_repositories(): package = "minipass-sized", version = "1.0.3", url = "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16540,7 +16540,7 @@ def npm_repositories(): package = "minipass", version = "2.9.0", url = "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16564,7 +16564,7 @@ def npm_repositories(): package = "minipass", version = "3.3.6", url = "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16586,7 +16586,7 @@ def npm_repositories(): package = "minipass", version = "4.2.4", url = "https://registry.npmjs.org/minipass/-/minipass-4.2.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16604,7 +16604,7 @@ def npm_repositories(): package = "minipass", version = "7.0.3", url = "https://registry.npmjs.org/minipass/-/minipass-7.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==", @@ -16621,7 +16621,7 @@ def npm_repositories(): package = "minizlib", version = "1.3.3", url = "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16645,7 +16645,7 @@ def npm_repositories(): package = "minizlib", version = "2.1.2", url = "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16669,7 +16669,7 @@ def npm_repositories(): package = "mitt", version = "3.0.0", url = "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16687,7 +16687,7 @@ def npm_repositories(): package = "mkdirp-classic", version = "0.5.3", url = "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16705,7 +16705,7 @@ def npm_repositories(): package = "mkdirp", version = "0.5.6", url = "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16727,7 +16727,7 @@ def npm_repositories(): package = "mkdirp", version = "1.0.4", url = "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16745,7 +16745,7 @@ def npm_repositories(): package = "mlly", version = "1.1.1", url = "https://registry.npmjs.org/mlly/-/mlly-1.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16774,7 +16774,7 @@ def npm_repositories(): package = "mobx-react-lite", version = "3.4.0_mobx_6.3.0__react_17.0.2", url = "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.4.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16803,7 +16803,7 @@ def npm_repositories(): package = "mobx-react", version = "7.3.0_mobx_6.3.0__react_17.0.2", url = "https://registry.npmjs.org/mobx-react/-/mobx-react-7.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16834,7 +16834,7 @@ def npm_repositories(): package = "mobx", version = "6.3.0", url = "https://registry.npmjs.org/mobx/-/mobx-6.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16854,7 +16854,7 @@ def npm_repositories(): package = "mocha-junit-reporter", version = "2.2.0_mocha_10.2.0", url = "https://registry.npmjs.org/mocha-junit-reporter/-/mocha-junit-reporter-2.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -16964,7 +16964,7 @@ def npm_repositories(): package = "mocha-multi-reporters", version = "1.5.1_181752652", url = "https://registry.npmjs.org/mocha-multi-reporters/-/mocha-multi-reporters-1.5.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17072,7 +17072,7 @@ def npm_repositories(): package = "mocha", version = "10.2.0_mocha-multi-reporters_1.5.1", url = "https://registry.npmjs.org/mocha/-/mocha-10.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17196,7 +17196,7 @@ def npm_repositories(): package = "moment-timezone", version = "0.5.41", url = "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.41.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17218,7 +17218,7 @@ def npm_repositories(): package = "moment", version = "2.29.4", url = "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17236,7 +17236,7 @@ def npm_repositories(): package = "mouse-change", version = "1.4.0", url = "https://registry.npmjs.org/mouse-change/-/mouse-change-1.4.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17258,7 +17258,7 @@ def npm_repositories(): package = "mouse-event-offset", version = "3.0.2", url = "https://registry.npmjs.org/mouse-event-offset/-/mouse-event-offset-3.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17276,7 +17276,7 @@ def npm_repositories(): package = "mouse-event", version = "1.0.5", url = "https://registry.npmjs.org/mouse-event/-/mouse-event-1.0.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17294,7 +17294,7 @@ def npm_repositories(): package = "mouse-wheel", version = "1.2.0", url = "https://registry.npmjs.org/mouse-wheel/-/mouse-wheel-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17321,7 +17321,7 @@ def npm_repositories(): package = "mri", version = "1.2.0", url = "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17339,7 +17339,7 @@ def npm_repositories(): package = "mrmime", version = "1.0.1", url = "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17357,7 +17357,7 @@ def npm_repositories(): package = "ms", version = "0.7.3", url = "https://registry.npmjs.org/ms/-/ms-0.7.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17375,7 +17375,7 @@ def npm_repositories(): package = "ms", version = "2.0.0", url = "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17393,7 +17393,7 @@ def npm_repositories(): package = "ms", version = "2.1.2", url = "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17413,7 +17413,7 @@ def npm_repositories(): package = "ms", version = "2.1.3", url = "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17431,7 +17431,7 @@ def npm_repositories(): package = "mumath", version = "3.3.4", url = "https://registry.npmjs.org/mumath/-/mumath-3.3.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17453,7 +17453,7 @@ def npm_repositories(): package = "murmurhash-js", version = "1.0.0", url = "https://registry.npmjs.org/murmurhash-js/-/murmurhash-js-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17471,7 +17471,7 @@ def npm_repositories(): package = "nan", version = "2.17.0", url = "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17489,7 +17489,7 @@ def npm_repositories(): package = "nanoid", version = "3.3.3", url = "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17507,7 +17507,7 @@ def npm_repositories(): package = "nanoid", version = "3.3.4", url = "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", @@ -17524,7 +17524,7 @@ def npm_repositories(): package = "native-promise-only", version = "0.8.1", url = "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17542,7 +17542,7 @@ def npm_repositories(): package = "needle", version = "2.9.1", url = "https://registry.npmjs.org/needle/-/needle-2.9.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17570,7 +17570,7 @@ def npm_repositories(): package = "negotiator", version = "0.6.3", url = "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17588,7 +17588,7 @@ def npm_repositories(): package = "neo-async", version = "2.6.2", url = "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", @@ -17605,7 +17605,7 @@ def npm_repositories(): package = "next-tick", version = "1.1.0", url = "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17623,7 +17623,7 @@ def npm_repositories(): package = "node-fetch", version = "2.6.12", url = "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17647,7 +17647,7 @@ def npm_repositories(): package = "node-fetch", version = "2.6.7", url = "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17671,7 +17671,7 @@ def npm_repositories(): package = "node-gyp-build", version = "4.6.0", url = "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17689,7 +17689,7 @@ def npm_repositories(): package = "node-gyp", version = "7.1.2", url = "https://registry.npmjs.org/node-gyp/-/node-gyp-7.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17818,7 +17818,7 @@ def npm_repositories(): package = "node-gyp", version = "9.3.0", url = "https://registry.npmjs.org/node-gyp/-/node-gyp-9.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -17939,7 +17939,7 @@ def npm_repositories(): package = "node-pre-gyp", version = "0.13.0", url = "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.13.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18035,7 +18035,7 @@ def npm_repositories(): package = "node-releases", version = "2.0.10", url = "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", @@ -18052,7 +18052,7 @@ def npm_repositories(): package = "nopt", version = "4.0.3", url = "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18078,7 +18078,7 @@ def npm_repositories(): package = "nopt", version = "5.0.0", url = "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18100,7 +18100,7 @@ def npm_repositories(): package = "nopt", version = "6.0.0", url = "https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18122,7 +18122,7 @@ def npm_repositories(): package = "normalize-path", version = "3.0.0", url = "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18140,7 +18140,7 @@ def npm_repositories(): package = "normalize-svg-path", version = "0.1.0", url = "https://registry.npmjs.org/normalize-svg-path/-/normalize-svg-path-0.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18158,7 +18158,7 @@ def npm_repositories(): package = "normalize-svg-path", version = "1.1.0", url = "https://registry.npmjs.org/normalize-svg-path/-/normalize-svg-path-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18180,7 +18180,7 @@ def npm_repositories(): package = "normalize-url", version = "6.1.0", url = "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18198,7 +18198,7 @@ def npm_repositories(): package = "npm-bundled", version = "1.1.2", url = "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18220,7 +18220,7 @@ def npm_repositories(): package = "npm-normalize-package-bin", version = "1.0.1", url = "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18238,7 +18238,7 @@ def npm_repositories(): package = "npm-packlist", version = "1.4.8", url = "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18268,7 +18268,7 @@ def npm_repositories(): package = "npmlog", version = "4.1.2", url = "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18317,7 +18317,7 @@ def npm_repositories(): package = "npmlog", version = "5.0.1", url = "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18362,7 +18362,7 @@ def npm_repositories(): package = "npmlog", version = "6.0.2", url = "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18406,7 +18406,7 @@ def npm_repositories(): package = "number-is-integer", version = "1.0.1", url = "https://registry.npmjs.org/number-is-integer/-/number-is-integer-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18428,7 +18428,7 @@ def npm_repositories(): package = "number-is-nan", version = "1.0.1", url = "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18446,7 +18446,7 @@ def npm_repositories(): package = "oauth-sign", version = "0.9.0", url = "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18464,7 +18464,7 @@ def npm_repositories(): package = "object-assign", version = "4.1.1", url = "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18482,7 +18482,7 @@ def npm_repositories(): package = "object-hash", version = "2.2.0", url = "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18502,7 +18502,7 @@ def npm_repositories(): package = "oidc-token-hash", version = "5.0.1", url = "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18522,7 +18522,7 @@ def npm_repositories(): package = "once", version = "1.3.3", url = "https://registry.npmjs.org/once/-/once-1.3.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18544,7 +18544,7 @@ def npm_repositories(): package = "once", version = "1.4.0", url = "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", @@ -18565,7 +18565,7 @@ def npm_repositories(): package = "opener", version = "1.5.2", url = "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18583,7 +18583,7 @@ def npm_repositories(): package = "openid-client", version = "5.4.0", url = "https://registry.npmjs.org/openid-client/-/openid-client-5.4.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18614,7 +18614,7 @@ def npm_repositories(): package = "optimist", version = "0.6.0", url = "https://registry.npmjs.org/optimist/-/optimist-0.6.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18638,7 +18638,7 @@ def npm_repositories(): package = "optionator", version = "0.8.3", url = "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18670,7 +18670,7 @@ def npm_repositories(): package = "os-homedir", version = "1.0.2", url = "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18688,7 +18688,7 @@ def npm_repositories(): package = "os-tmpdir", version = "1.0.2", url = "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18706,7 +18706,7 @@ def npm_repositories(): package = "osenv", version = "0.1.5", url = "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18730,7 +18730,7 @@ def npm_repositories(): package = "outdent", version = "0.8.0", url = "https://registry.npmjs.org/outdent/-/outdent-0.8.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-KiOAIsdpUTcAXuykya5fnVVT+/5uS0Q1mrkRHcF89tpieSmY33O/tmc54CqwA+bfhbtEfZUNLHaPUiB9X3jt1A==", @@ -18747,7 +18747,7 @@ def npm_repositories(): package = "p-cancelable", version = "2.1.1", url = "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18765,7 +18765,7 @@ def npm_repositories(): package = "p-event", version = "4.2.0", url = "https://registry.npmjs.org/p-event/-/p-event-4.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18788,7 +18788,7 @@ def npm_repositories(): package = "p-finally", version = "1.0.0", url = "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18806,7 +18806,7 @@ def npm_repositories(): package = "p-limit", version = "2.3.0", url = "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", @@ -18827,7 +18827,7 @@ def npm_repositories(): package = "p-limit", version = "3.1.0", url = "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", @@ -18848,7 +18848,7 @@ def npm_repositories(): package = "p-locate", version = "4.1.0", url = "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", @@ -18870,7 +18870,7 @@ def npm_repositories(): package = "p-locate", version = "5.0.0", url = "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", @@ -18892,7 +18892,7 @@ def npm_repositories(): package = "p-map", version = "4.0.0", url = "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18916,7 +18916,7 @@ def npm_repositories(): package = "p-timeout", version = "3.2.0", url = "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18938,7 +18938,7 @@ def npm_repositories(): package = "p-try", version = "2.2.0", url = "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", @@ -18955,7 +18955,7 @@ def npm_repositories(): package = "parent-module", version = "1.0.1", url = "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18977,7 +18977,7 @@ def npm_repositories(): package = "parenthesis", version = "3.1.8", url = "https://registry.npmjs.org/parenthesis/-/parenthesis-3.1.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -18995,7 +18995,7 @@ def npm_repositories(): package = "parse-json", version = "5.2.0", url = "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19034,7 +19034,7 @@ def npm_repositories(): package = "parse-rect", version = "1.2.0", url = "https://registry.npmjs.org/parse-rect/-/parse-rect-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19056,7 +19056,7 @@ def npm_repositories(): package = "parse-svg-path", version = "0.1.2", url = "https://registry.npmjs.org/parse-svg-path/-/parse-svg-path-0.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19074,7 +19074,7 @@ def npm_repositories(): package = "parse-unit", version = "1.0.1", url = "https://registry.npmjs.org/parse-unit/-/parse-unit-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19092,7 +19092,7 @@ def npm_repositories(): package = "path-exists", version = "4.0.0", url = "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", @@ -19109,7 +19109,7 @@ def npm_repositories(): package = "path-is-absolute", version = "1.0.1", url = "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", @@ -19126,7 +19126,7 @@ def npm_repositories(): package = "path-key", version = "3.1.1", url = "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", @@ -19143,7 +19143,7 @@ def npm_repositories(): package = "path-parse", version = "1.0.7", url = "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", @@ -19160,7 +19160,7 @@ def npm_repositories(): package = "path-scurry", version = "1.10.1", url = "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", @@ -19183,7 +19183,7 @@ def npm_repositories(): package = "path-type", version = "4.0.0", url = "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19201,7 +19201,7 @@ def npm_repositories(): package = "pathe", version = "1.1.0", url = "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19219,7 +19219,7 @@ def npm_repositories(): package = "pbf", version = "3.2.1", url = "https://registry.npmjs.org/pbf/-/pbf-3.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19244,7 +19244,7 @@ def npm_repositories(): package = "pend", version = "1.2.0", url = "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19262,7 +19262,7 @@ def npm_repositories(): package = "performance-now", version = "2.1.0", url = "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19280,7 +19280,7 @@ def npm_repositories(): package = "pick-by-alias", version = "1.2.0", url = "https://registry.npmjs.org/pick-by-alias/-/pick-by-alias-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19298,7 +19298,7 @@ def npm_repositories(): package = "picocolors", version = "1.0.0", url = "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", @@ -19315,7 +19315,7 @@ def npm_repositories(): package = "picomatch", version = "2.3.1", url = "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19333,7 +19333,7 @@ def npm_repositories(): package = "pify", version = "4.0.1", url = "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19351,7 +19351,7 @@ def npm_repositories(): package = "pkg-dir", version = "4.2.0", url = "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", @@ -19377,7 +19377,7 @@ def npm_repositories(): package = "pkg-types", version = "1.0.2", url = "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19407,7 +19407,7 @@ def npm_repositories(): package = "plotly.js", version = "2.25.2", url = "https://registry.npmjs.org/plotly.js/-/plotly.js-2.25.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19709,7 +19709,7 @@ def npm_repositories(): package = "pngjs", version = "5.0.0", url = "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19727,7 +19727,7 @@ def npm_repositories(): package = "point-in-polygon", version = "1.1.0", url = "https://registry.npmjs.org/point-in-polygon/-/point-in-polygon-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19745,7 +19745,7 @@ def npm_repositories(): package = "polybooljs", version = "1.2.0", url = "https://registry.npmjs.org/polybooljs/-/polybooljs-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19763,7 +19763,7 @@ def npm_repositories(): package = "postcss-modules-extract-imports", version = "3.0.0_postcss_8.4.21", url = "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", @@ -19787,7 +19787,7 @@ def npm_repositories(): package = "postcss-modules-local-by-default", version = "4.0.0_postcss_8.4.21", url = "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", @@ -19819,7 +19819,7 @@ def npm_repositories(): package = "postcss-modules-scope", version = "3.0.0_postcss_8.4.21", url = "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", @@ -19847,7 +19847,7 @@ def npm_repositories(): package = "postcss-modules-values", version = "4.0.0_postcss_8.4.21", url = "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", @@ -19873,7 +19873,7 @@ def npm_repositories(): package = "postcss-selector-parser", version = "6.0.11", url = "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==", @@ -19896,7 +19896,7 @@ def npm_repositories(): package = "postcss-value-parser", version = "4.2.0", url = "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", @@ -19913,7 +19913,7 @@ def npm_repositories(): package = "postcss", version = "8.4.21", url = "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", @@ -19938,7 +19938,7 @@ def npm_repositories(): package = "potpack", version = "1.0.2", url = "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19956,7 +19956,7 @@ def npm_repositories(): package = "prelude-ls", version = "1.1.2", url = "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -19974,7 +19974,7 @@ def npm_repositories(): package = "probe-image-size", version = "7.2.3", url = "https://registry.npmjs.org/probe-image-size/-/probe-image-size-7.2.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20005,7 +20005,7 @@ def npm_repositories(): package = "process-nextick-args", version = "2.0.1", url = "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20023,7 +20023,7 @@ def npm_repositories(): package = "process", version = "0.11.10", url = "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", @@ -20040,7 +20040,7 @@ def npm_repositories(): package = "progress", version = "2.0.3", url = "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20058,7 +20058,7 @@ def npm_repositories(): package = "promise-inflight", version = "1.0.1", url = "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20076,7 +20076,7 @@ def npm_repositories(): package = "promise-retry", version = "2.0.1", url = "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20102,7 +20102,7 @@ def npm_repositories(): package = "protoc-gen-grpc", version = "github.com/gregmagolan-codaio/protoc-gen-grpc-ts/be5580b06348d3eb9b4610a4a94065154a0df41f", url = "https://codeload.github.com/gregmagolan-codaio/protoc-gen-grpc-ts/tar.gz/be5580b06348d3eb9b4610a4a94065154a0df41f", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20181,7 +20181,7 @@ def npm_repositories(): package = "protocol-buffers-schema", version = "3.6.0", url = "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20199,7 +20199,7 @@ def npm_repositories(): package = "proxy-from-env", version = "1.1.0", url = "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20217,7 +20217,7 @@ def npm_repositories(): package = "psl", version = "1.9.0", url = "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20235,7 +20235,7 @@ def npm_repositories(): package = "pump", version = "1.0.3", url = "https://registry.npmjs.org/pump/-/pump-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20260,7 +20260,7 @@ def npm_repositories(): package = "pump", version = "3.0.0", url = "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20285,7 +20285,7 @@ def npm_repositories(): package = "punycode", version = "2.3.0", url = "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", @@ -20302,7 +20302,7 @@ def npm_repositories(): package = "puppeteer-core", version = "19.11.0_369149898", url = "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.11.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20401,7 +20401,7 @@ def npm_repositories(): package = "puppeteer", version = "19.11.0_369149898", url = "https://registry.npmjs.org/puppeteer/-/puppeteer-19.11.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20514,7 +20514,7 @@ def npm_repositories(): package = "qs", version = "6.5.3", url = "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20532,7 +20532,7 @@ def npm_repositories(): package = "queue-tick", version = "1.0.1", url = "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==", @@ -20549,7 +20549,7 @@ def npm_repositories(): package = "quickselect", version = "2.0.0", url = "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20567,7 +20567,7 @@ def npm_repositories(): package = "raf", version = "3.4.1", url = "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20589,7 +20589,7 @@ def npm_repositories(): package = "ramda", version = "0.25.0", url = "https://registry.npmjs.org/ramda/-/ramda-0.25.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20607,7 +20607,7 @@ def npm_repositories(): package = "randombytes", version = "2.1.0", url = "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", @@ -20628,7 +20628,7 @@ def npm_repositories(): package = "rc", version = "1.2.8", url = "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20658,7 +20658,7 @@ def npm_repositories(): package = "react", version = "17.0.2", url = "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20683,7 +20683,7 @@ def npm_repositories(): package = "read-yaml-file", version = "2.1.0", url = "https://registry.npmjs.org/read-yaml-file/-/read-yaml-file-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20708,7 +20708,7 @@ def npm_repositories(): package = "readable-stream", version = "1.0.34", url = "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20736,7 +20736,7 @@ def npm_repositories(): package = "readable-stream", version = "2.3.8", url = "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20770,7 +20770,7 @@ def npm_repositories(): package = "readable-stream", version = "3.6.1", url = "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20797,7 +20797,7 @@ def npm_repositories(): package = "readable-stream", version = "4.3.0", url = "https://registry.npmjs.org/readable-stream/-/readable-stream-4.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ==", @@ -20827,7 +20827,7 @@ def npm_repositories(): package = "readdirp", version = "3.6.0", url = "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20849,7 +20849,7 @@ def npm_repositories(): package = "rechoir", version = "0.8.0", url = "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", @@ -20875,7 +20875,7 @@ def npm_repositories(): package = "regenerator-runtime", version = "0.13.11", url = "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", @@ -20892,7 +20892,7 @@ def npm_repositories(): package = "regl-error2d", version = "2.0.12", url = "https://registry.npmjs.org/regl-error2d/-/regl-error2d-2.0.12.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -20937,7 +20937,7 @@ def npm_repositories(): package = "regl-line2d", version = "3.1.2", url = "https://registry.npmjs.org/regl-line2d/-/regl-line2d-3.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21063,7 +21063,7 @@ def npm_repositories(): package = "regl-scatter2d", version = "3.3.1", url = "https://registry.npmjs.org/regl-scatter2d/-/regl-scatter2d-3.3.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21190,7 +21190,7 @@ def npm_repositories(): package = "regl-splom", version = "1.0.14", url = "https://registry.npmjs.org/regl-splom/-/regl-splom-1.0.14.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21314,7 +21314,7 @@ def npm_repositories(): package = "regl", version = "2.1.0", url = "https://registry.npmjs.org/regl/-/regl-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21332,7 +21332,7 @@ def npm_repositories(): package = "request", version = "2.88.2", url = "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21418,7 +21418,7 @@ def npm_repositories(): package = "require-directory", version = "2.1.1", url = "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", @@ -21435,7 +21435,7 @@ def npm_repositories(): package = "require-from-string", version = "2.0.2", url = "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21453,7 +21453,7 @@ def npm_repositories(): package = "require-like", version = "0.1.2", url = "https://registry.npmjs.org/require-like/-/require-like-0.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21471,7 +21471,7 @@ def npm_repositories(): package = "resolve-cwd", version = "3.0.0", url = "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", @@ -21492,7 +21492,7 @@ def npm_repositories(): package = "resolve-from", version = "4.0.0", url = "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21510,7 +21510,7 @@ def npm_repositories(): package = "resolve-from", version = "5.0.0", url = "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", @@ -21527,7 +21527,7 @@ def npm_repositories(): package = "resolve-protobuf-schema", version = "2.1.0", url = "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21549,7 +21549,7 @@ def npm_repositories(): package = "resolve", version = "0.6.3", url = "https://registry.npmjs.org/resolve/-/resolve-0.6.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21567,7 +21567,7 @@ def npm_repositories(): package = "resolve", version = "1.22.1", url = "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", @@ -21594,7 +21594,7 @@ def npm_repositories(): package = "responselike", version = "2.0.1", url = "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21616,7 +21616,7 @@ def npm_repositories(): package = "retry", version = "0.12.0", url = "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21634,7 +21634,7 @@ def npm_repositories(): package = "rfc4648", version = "1.5.2", url = "https://registry.npmjs.org/rfc4648/-/rfc4648-1.5.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21652,7 +21652,7 @@ def npm_repositories(): package = "right-now", version = "1.0.0", url = "https://registry.npmjs.org/right-now/-/right-now-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21670,7 +21670,7 @@ def npm_repositories(): package = "rimraf", version = "2.7.1", url = "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21702,7 +21702,7 @@ def npm_repositories(): package = "rimraf", version = "3.0.2", url = "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", @@ -21735,7 +21735,7 @@ def npm_repositories(): package = "rollup", version = "2.70.2", url = "https://registry.npmjs.org/rollup/-/rollup-2.70.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21760,7 +21760,7 @@ def npm_repositories(): package = "rollup", version = "2.79.1", url = "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21784,7 +21784,7 @@ def npm_repositories(): package = "rollup", version = "3.2.5", url = "https://registry.npmjs.org/rollup/-/rollup-3.2.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21806,7 +21806,7 @@ def npm_repositories(): package = "rw", version = "1.3.3", url = "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21824,7 +21824,7 @@ def npm_repositories(): package = "sade", version = "1.8.1", url = "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21846,7 +21846,7 @@ def npm_repositories(): package = "safe-buffer", version = "5.1.2", url = "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21864,7 +21864,7 @@ def npm_repositories(): package = "safe-buffer", version = "5.2.1", url = "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", @@ -21881,7 +21881,7 @@ def npm_repositories(): package = "safer-buffer", version = "2.1.2", url = "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21899,7 +21899,7 @@ def npm_repositories(): package = "sax", version = "1.2.4", url = "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21917,7 +21917,7 @@ def npm_repositories(): package = "schema-utils", version = "3.1.1", url = "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", @@ -21947,7 +21947,7 @@ def npm_repositories(): package = "schema-utils", version = "4.0.0", url = "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -21980,7 +21980,7 @@ def npm_repositories(): package = "seedrandom", version = "3.0.5", url = "https://registry.npmjs.org/seedrandom/-/seedrandom-3.0.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==", @@ -21999,7 +21999,7 @@ def npm_repositories(): package = "segfault-handler", version = "1.3.0", url = "https://registry.npmjs.org/segfault-handler/-/segfault-handler-1.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22121,7 +22121,7 @@ def npm_repositories(): package = "semver-first-satisfied", version = "1.1.0", url = "https://registry.npmjs.org/semver-first-satisfied/-/semver-first-satisfied-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22147,7 +22147,7 @@ def npm_repositories(): package = "semver", version = "5.7.1", url = "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22165,7 +22165,7 @@ def npm_repositories(): package = "semver", version = "6.3.0", url = "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", @@ -22182,7 +22182,7 @@ def npm_repositories(): package = "semver", version = "7.3.8", url = "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", @@ -22204,7 +22204,7 @@ def npm_repositories(): package = "semver", version = "7.5.0", url = "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22227,7 +22227,7 @@ def npm_repositories(): package = "serialize-javascript", version = "6.0.0", url = "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22250,7 +22250,7 @@ def npm_repositories(): package = "serialize-javascript", version = "6.0.1", url = "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", @@ -22272,7 +22272,7 @@ def npm_repositories(): package = "set-blocking", version = "2.0.0", url = "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22290,7 +22290,7 @@ def npm_repositories(): package = "shallow-clone", version = "3.0.1", url = "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", @@ -22311,7 +22311,7 @@ def npm_repositories(): package = "shallow-copy", version = "0.0.1", url = "https://registry.npmjs.org/shallow-copy/-/shallow-copy-0.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22329,7 +22329,7 @@ def npm_repositories(): package = "shebang-command", version = "2.0.0", url = "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", @@ -22350,7 +22350,7 @@ def npm_repositories(): package = "shebang-regex", version = "3.0.0", url = "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", @@ -22367,7 +22367,7 @@ def npm_repositories(): package = "signal-exit", version = "3.0.7", url = "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", @@ -22384,7 +22384,7 @@ def npm_repositories(): package = "signal-exit", version = "4.1.0", url = "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", @@ -22401,7 +22401,7 @@ def npm_repositories(): package = "signum", version = "1.0.0", url = "https://registry.npmjs.org/signum/-/signum-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22419,7 +22419,7 @@ def npm_repositories(): package = "sirv", version = "1.0.19", url = "https://registry.npmjs.org/sirv/-/sirv-1.0.19.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22445,7 +22445,7 @@ def npm_repositories(): package = "smart-buffer", version = "4.2.0", url = "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22463,7 +22463,7 @@ def npm_repositories(): package = "smob", version = "0.0.6", url = "https://registry.npmjs.org/smob/-/smob-0.0.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22481,7 +22481,7 @@ def npm_repositories(): package = "socks-proxy-agent", version = "7.0.0", url = "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22512,7 +22512,7 @@ def npm_repositories(): package = "socks", version = "2.7.1", url = "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22536,7 +22536,7 @@ def npm_repositories(): package = "source-map-js", version = "1.0.2", url = "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", @@ -22553,7 +22553,7 @@ def npm_repositories(): package = "source-map-support", version = "0.5.21", url = "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", @@ -22576,7 +22576,7 @@ def npm_repositories(): package = "source-map", version = "0.6.1", url = "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", @@ -22593,7 +22593,7 @@ def npm_repositories(): package = "sourcemap-codec", version = "1.4.8", url = "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22611,7 +22611,7 @@ def npm_repositories(): package = "sshpk", version = "1.17.0", url = "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22649,7 +22649,7 @@ def npm_repositories(): package = "ssri", version = "9.0.1", url = "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22672,7 +22672,7 @@ def npm_repositories(): package = "stack-trace", version = "0.0.9", url = "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22690,7 +22690,7 @@ def npm_repositories(): package = "static-eval", version = "2.1.0", url = "https://registry.npmjs.org/static-eval/-/static-eval-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22723,7 +22723,7 @@ def npm_repositories(): package = "stream-buffers", version = "3.0.2", url = "https://registry.npmjs.org/stream-buffers/-/stream-buffers-3.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22741,7 +22741,7 @@ def npm_repositories(): package = "stream-parser", version = "0.3.1", url = "https://registry.npmjs.org/stream-parser/-/stream-parser-0.3.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22764,7 +22764,7 @@ def npm_repositories(): package = "stream-shift", version = "1.0.1", url = "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22782,7 +22782,7 @@ def npm_repositories(): package = "streamx", version = "2.13.2", url = "https://registry.npmjs.org/streamx/-/streamx-2.13.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-+TWqixPhGDXEG9L/XczSbhfkmwAtGs3BJX5QNU6cvno+pOLKeszByWcnaTu6dg8efsTYqR8ZZuXWHhZfgrxMvA==", @@ -22805,7 +22805,7 @@ def npm_repositories(): package = "string-split-by", version = "1.0.0", url = "https://registry.npmjs.org/string-split-by/-/string-split-by-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22827,7 +22827,7 @@ def npm_repositories(): package = "string-width", version = "1.0.2", url = "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22855,7 +22855,7 @@ def npm_repositories(): package = "string-width", version = "4.2.3", url = "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", @@ -22881,7 +22881,7 @@ def npm_repositories(): package = "string-width", version = "5.1.2", url = "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", @@ -22907,7 +22907,7 @@ def npm_repositories(): package = "string_decoder", version = "0.10.31", url = "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22925,7 +22925,7 @@ def npm_repositories(): package = "string_decoder", version = "1.1.1", url = "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22947,7 +22947,7 @@ def npm_repositories(): package = "string_decoder", version = "1.3.0", url = "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22969,7 +22969,7 @@ def npm_repositories(): package = "strip-ansi", version = "3.0.1", url = "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -22991,7 +22991,7 @@ def npm_repositories(): package = "strip-ansi", version = "6.0.1", url = "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", @@ -23012,7 +23012,7 @@ def npm_repositories(): package = "strip-ansi", version = "7.1.0", url = "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", @@ -23033,7 +23033,7 @@ def npm_repositories(): package = "strip-bom", version = "4.0.0", url = "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23051,7 +23051,7 @@ def npm_repositories(): package = "strip-json-comments", version = "2.0.1", url = "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23069,7 +23069,7 @@ def npm_repositories(): package = "strip-json-comments", version = "3.1.1", url = "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23087,7 +23087,7 @@ def npm_repositories(): package = "strongly-connected-components", version = "1.0.1", url = "https://registry.npmjs.org/strongly-connected-components/-/strongly-connected-components-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23105,7 +23105,7 @@ def npm_repositories(): package = "supercluster", version = "7.1.5", url = "https://registry.npmjs.org/supercluster/-/supercluster-7.1.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23127,7 +23127,7 @@ def npm_repositories(): package = "superscript-text", version = "1.0.0", url = "https://registry.npmjs.org/superscript-text/-/superscript-text-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23145,7 +23145,7 @@ def npm_repositories(): package = "supports-color", version = "5.5.0", url = "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23167,7 +23167,7 @@ def npm_repositories(): package = "supports-color", version = "7.2.0", url = "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -23188,7 +23188,7 @@ def npm_repositories(): package = "supports-color", version = "8.1.1", url = "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", @@ -23209,7 +23209,7 @@ def npm_repositories(): package = "supports-preserve-symlinks-flag", version = "1.0.0", url = "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", @@ -23226,7 +23226,7 @@ def npm_repositories(): package = "svg-arc-to-cubic-bezier", version = "3.2.0", url = "https://registry.npmjs.org/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23244,7 +23244,7 @@ def npm_repositories(): package = "svg-path-bounds", version = "1.0.2", url = "https://registry.npmjs.org/svg-path-bounds/-/svg-path-bounds-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23273,7 +23273,7 @@ def npm_repositories(): package = "svg-path-sdf", version = "1.1.3", url = "https://registry.npmjs.org/svg-path-sdf/-/svg-path-sdf-1.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23308,7 +23308,7 @@ def npm_repositories(): package = "syncpack", version = "github.com/JamieMason/syncpack/c245af8ea73ce3345d92bbda6c684092a841e262", url = "https://codeload.github.com/JamieMason/syncpack/tar.gz/c245af8ea73ce3345d92bbda6c684092a841e262", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23382,7 +23382,7 @@ def npm_repositories(): package = "tapable", version = "2.2.1", url = "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", @@ -23399,7 +23399,7 @@ def npm_repositories(): package = "tar-fs", version = "1.16.3", url = "https://registry.npmjs.org/tar-fs/-/tar-fs-1.16.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23446,7 +23446,7 @@ def npm_repositories(): package = "tar-fs", version = "2.1.1", url = "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23487,7 +23487,7 @@ def npm_repositories(): package = "tar-stream", version = "1.6.2", url = "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23532,7 +23532,7 @@ def npm_repositories(): package = "tar-stream", version = "2.2.0", url = "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23572,7 +23572,7 @@ def npm_repositories(): package = "tar-stream", version = "3.0.0", url = "https://registry.npmjs.org/tar-stream/-/tar-stream-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-O6OfUKBbQOqAhh6owTWmA730J/yZCYcpmZ1DBj2YX51ZQrt7d7NgzrR+CnO9wP6nt/viWZW2XeXLavX3/ZEbEg==", @@ -23608,7 +23608,7 @@ def npm_repositories(): package = "tar", version = "4.4.19", url = "https://registry.npmjs.org/tar/-/tar-4.4.19.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23643,7 +23643,7 @@ def npm_repositories(): package = "tar", version = "6.1.13", url = "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23675,7 +23675,7 @@ def npm_repositories(): package = "terser-webpack-plugin", version = "5.3.6_webpack_5.76.3", url = "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==", @@ -23814,7 +23814,7 @@ def npm_repositories(): package = "terser", version = "5.16.5", url = "https://registry.npmjs.org/terser/-/terser-5.16.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==", @@ -23848,7 +23848,7 @@ def npm_repositories(): package = "test-exclude", version = "6.0.0", url = "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", @@ -23882,7 +23882,7 @@ def npm_repositories(): package = "through2", version = "0.6.5", url = "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23910,7 +23910,7 @@ def npm_repositories(): package = "through2", version = "2.0.5", url = "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23941,7 +23941,7 @@ def npm_repositories(): package = "through", version = "2.3.8", url = "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23959,7 +23959,7 @@ def npm_repositories(): package = "tightrope", version = "0.1.0", url = "https://registry.npmjs.org/tightrope/-/tightrope-0.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -23977,7 +23977,7 @@ def npm_repositories(): package = "tiny-emitter", version = "2.1.0", url = "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==", @@ -23994,7 +23994,7 @@ def npm_repositories(): package = "tinycolor2", version = "1.6.0", url = "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24012,7 +24012,7 @@ def npm_repositories(): package = "tinyqueue", version = "2.0.3", url = "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24030,7 +24030,7 @@ def npm_repositories(): package = "tmp-promise", version = "3.0.3", url = "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24064,7 +24064,7 @@ def npm_repositories(): package = "tmp", version = "0.0.33", url = "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24086,7 +24086,7 @@ def npm_repositories(): package = "tmp", version = "0.2.1", url = "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24119,7 +24119,7 @@ def npm_repositories(): package = "to-buffer", version = "1.1.1", url = "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24137,7 +24137,7 @@ def npm_repositories(): package = "to-fast-properties", version = "2.0.0", url = "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24155,7 +24155,7 @@ def npm_repositories(): package = "to-float32", version = "1.1.0", url = "https://registry.npmjs.org/to-float32/-/to-float32-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24173,7 +24173,7 @@ def npm_repositories(): package = "to-px", version = "1.0.1", url = "https://registry.npmjs.org/to-px/-/to-px-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24195,7 +24195,7 @@ def npm_repositories(): package = "to-readable-stream", version = "2.1.0", url = "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24213,7 +24213,7 @@ def npm_repositories(): package = "to-regex-range", version = "5.0.1", url = "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24235,7 +24235,7 @@ def npm_repositories(): package = "topojson-client", version = "3.1.0", url = "https://registry.npmjs.org/topojson-client/-/topojson-client-3.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24257,7 +24257,7 @@ def npm_repositories(): package = "totalist", version = "1.1.0", url = "https://registry.npmjs.org/totalist/-/totalist-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24275,7 +24275,7 @@ def npm_repositories(): package = "tough-cookie", version = "2.5.0", url = "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24299,7 +24299,7 @@ def npm_repositories(): package = "tr46", version = "0.0.3", url = "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24320,7 +24320,7 @@ def npm_repositories(): package = "tslib", version = "2.6.0", url = "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24338,7 +24338,7 @@ def npm_repositories(): package = "tunnel-agent", version = "0.6.0", url = "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24360,7 +24360,7 @@ def npm_repositories(): package = "tweetnacl", version = "0.14.5", url = "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24378,7 +24378,7 @@ def npm_repositories(): package = "type-check", version = "0.3.2", url = "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24400,7 +24400,7 @@ def npm_repositories(): package = "type-fest", version = "0.10.0", url = "https://registry.npmjs.org/type-fest/-/type-fest-0.10.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24418,7 +24418,7 @@ def npm_repositories(): package = "type", version = "1.2.0", url = "https://registry.npmjs.org/type/-/type-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24436,7 +24436,7 @@ def npm_repositories(): package = "type", version = "2.7.2", url = "https://registry.npmjs.org/type/-/type-2.7.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24454,7 +24454,7 @@ def npm_repositories(): package = "typed-function", version = "4.1.0", url = "https://registry.npmjs.org/typed-function/-/typed-function-4.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-DGwUl6cioBW5gw2L+6SMupGwH/kZOqivy17E4nsh1JI9fKF87orMmlQx3KISQPmg3sfnOUGlwVkroosvgddrlg==", @@ -24471,7 +24471,7 @@ def npm_repositories(): package = "typedarray-pool", version = "1.2.0", url = "https://registry.npmjs.org/typedarray-pool/-/typedarray-pool-1.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24495,7 +24495,7 @@ def npm_repositories(): package = "typedarray", version = "0.0.6", url = "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24513,7 +24513,7 @@ def npm_repositories(): package = "typeof-article", version = "0.1.1", url = "https://registry.npmjs.org/typeof-article/-/typeof-article-0.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24541,7 +24541,7 @@ def npm_repositories(): package = "typescript", version = "4.9.5", url = "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24563,7 +24563,7 @@ def npm_repositories(): package = "ufo", version = "1.1.0", url = "https://registry.npmjs.org/ufo/-/ufo-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24581,7 +24581,7 @@ def npm_repositories(): package = "unbzip2-stream", version = "1.4.3", url = "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24607,7 +24607,7 @@ def npm_repositories(): package = "underscore", version = "1.13.6", url = "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24625,7 +24625,7 @@ def npm_repositories(): package = "unique-filename", version = "2.0.1", url = "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24648,7 +24648,7 @@ def npm_repositories(): package = "unique-slug", version = "3.0.0", url = "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24670,7 +24670,7 @@ def npm_repositories(): package = "universalify", version = "0.1.2", url = "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24688,7 +24688,7 @@ def npm_repositories(): package = "universalify", version = "2.0.0", url = "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24706,7 +24706,7 @@ def npm_repositories(): package = "unix-dgram", version = "2.0.6", url = "https://registry.npmjs.org/unix-dgram/-/unix-dgram-2.0.6.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24826,7 +24826,7 @@ def npm_repositories(): package = "unquote", version = "1.1.1", url = "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24846,7 +24846,7 @@ def npm_repositories(): package = "unused", version = "0.2.2", url = "https://registry.npmjs.org/unused/-/unused-0.2.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:private"], dev = True, generate_bzl_library_targets = True, @@ -24872,7 +24872,7 @@ def npm_repositories(): package = "update-browserslist-db", version = "1.0.10_browserslist_4.21.5", url = "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", @@ -24900,7 +24900,7 @@ def npm_repositories(): package = "update-diff", version = "1.1.0", url = "https://registry.npmjs.org/update-diff/-/update-diff-1.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24918,7 +24918,7 @@ def npm_repositories(): package = "uri-js", version = "4.4.1", url = "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", @@ -24939,7 +24939,7 @@ def npm_repositories(): package = "util-deprecate", version = "1.0.2", url = "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", @@ -24956,7 +24956,7 @@ def npm_repositories(): package = "uuid", version = "3.4.0", url = "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -24978,7 +24978,7 @@ def npm_repositories(): package = "uuid", version = "8.3.2", url = "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", @@ -24997,7 +24997,7 @@ def npm_repositories(): package = "uvu", version = "0.5.3", url = "https://registry.npmjs.org/uvu/-/uvu-0.5.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25026,7 +25026,7 @@ def npm_repositories(): package = "v8-to-istanbul", version = "9.1.0", url = "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", @@ -25053,7 +25053,7 @@ def npm_repositories(): package = "verror", version = "1.10.0", url = "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25079,7 +25079,7 @@ def npm_repositories(): package = "vt-pbf", version = "3.1.3", url = "https://registry.npmjs.org/vt-pbf/-/vt-pbf-3.1.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25108,7 +25108,7 @@ def npm_repositories(): package = "watchpack", version = "2.4.0", url = "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", @@ -25131,7 +25131,7 @@ def npm_repositories(): package = "weak-map", version = "1.0.8", url = "https://registry.npmjs.org/weak-map/-/weak-map-1.0.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25149,7 +25149,7 @@ def npm_repositories(): package = "webgl-context", version = "2.2.0", url = "https://registry.npmjs.org/webgl-context/-/webgl-context-2.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25171,7 +25171,7 @@ def npm_repositories(): package = "webidl-conversions", version = "3.0.1", url = "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25191,7 +25191,7 @@ def npm_repositories(): package = "webpack-bundle-analyzer", version = "4.5.0_bufferutil_4.0.7", url = "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25242,7 +25242,7 @@ def npm_repositories(): package = "webpack-cli", version = "5.0.1_webpack_5.76.3", url = "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-S3KVAyfwUqr0Mo/ur3NzIp6jnerNpo7GUO6so51mxLi1spqsA17YcMXy0WOIJtBSnj748lthxC6XLbNKh/ZC+A==", @@ -25389,7 +25389,7 @@ def npm_repositories(): package = "webpack-merge", version = "5.8.0", url = "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", @@ -25416,7 +25416,7 @@ def npm_repositories(): package = "webpack-sources", version = "3.2.3", url = "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", @@ -25435,7 +25435,7 @@ def npm_repositories(): package = "webpack", version = "5.76.3_webpack-cli_5.0.1", url = "https://registry.npmjs.org/webpack/-/webpack-5.76.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==", @@ -25593,7 +25593,7 @@ def npm_repositories(): package = "whatwg-url", version = "5.0.0", url = "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25617,7 +25617,7 @@ def npm_repositories(): package = "which", version = "2.0.2", url = "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", @@ -25638,7 +25638,7 @@ def npm_repositories(): package = "wide-align", version = "1.1.5", url = "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25664,7 +25664,7 @@ def npm_repositories(): package = "wildcard", version = "2.0.0", url = "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", @@ -25681,7 +25681,7 @@ def npm_repositories(): package = "word-wrap", version = "1.2.3", url = "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25699,7 +25699,7 @@ def npm_repositories(): package = "wordwrap", version = "0.0.3", url = "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25717,7 +25717,7 @@ def npm_repositories(): package = "workerpool", version = "6.2.1", url = "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25735,7 +25735,7 @@ def npm_repositories(): package = "world-calendars", version = "1.0.3", url = "https://registry.npmjs.org/world-calendars/-/world-calendars-1.0.3.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25757,7 +25757,7 @@ def npm_repositories(): package = "wrap-ansi", version = "7.0.0", url = "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", @@ -25787,7 +25787,7 @@ def npm_repositories(): package = "wrap-ansi", version = "8.1.0", url = "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", @@ -25815,7 +25815,7 @@ def npm_repositories(): package = "wrappy", version = "1.0.2", url = "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", @@ -25832,7 +25832,7 @@ def npm_repositories(): package = "ws", version = "7.5.9_bufferutil_4.0.7", url = "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25855,7 +25855,7 @@ def npm_repositories(): package = "ws", version = "8.13.0_bufferutil_4.0.7", url = "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25878,7 +25878,7 @@ def npm_repositories(): package = "xml", version = "1.0.1", url = "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25896,7 +25896,7 @@ def npm_repositories(): package = "xtend", version = "2.2.0", url = "https://registry.npmjs.org/xtend/-/xtend-2.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25914,7 +25914,7 @@ def npm_repositories(): package = "xtend", version = "4.0.2", url = "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25932,7 +25932,7 @@ def npm_repositories(): package = "y18n", version = "5.0.8", url = "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", @@ -25949,7 +25949,7 @@ def npm_repositories(): package = "yallist", version = "3.1.1", url = "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -25967,7 +25967,7 @@ def npm_repositories(): package = "yallist", version = "4.0.0", url = "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", @@ -25984,7 +25984,7 @@ def npm_repositories(): package = "yargs-parser", version = "20.2.4", url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -26002,7 +26002,7 @@ def npm_repositories(): package = "yargs-parser", version = "20.2.9", url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", @@ -26019,7 +26019,7 @@ def npm_repositories(): package = "yargs-parser", version = "21.1.1", url = "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -26037,7 +26037,7 @@ def npm_repositories(): package = "yargs-unparser", version = "2.0.0", url = "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -26065,7 +26065,7 @@ def npm_repositories(): package = "yargs", version = "16.2.0", url = "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", @@ -26106,7 +26106,7 @@ def npm_repositories(): package = "yargs", version = "17.7.1", url = "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -26148,7 +26148,7 @@ def npm_repositories(): package = "yauzl", version = "2.10.0", url = "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True, @@ -26173,7 +26173,7 @@ def npm_repositories(): package = "yocto-queue", version = "0.1.0", url = "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], generate_bzl_library_targets = True, integrity = "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", @@ -26190,7 +26190,7 @@ def npm_repositories(): package = "zod", version = "3.21.4", url = "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz", - system_tar = "non-gnu", + system_tar = "xxx" package_visibility = ["//visibility:public"], dev = True, generate_bzl_library_targets = True,