From fb7dac85d703cfa9fbe0794b107b1dc3606091db Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:19:38 +0200 Subject: [PATCH 1/2] lookup: add allow-git for JSONStream --- lib/lookup.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 53710741..b90b9d59 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -46,7 +46,10 @@ "JSONStream": { "prefix": "v", "skip": "win32", - "maintainers": "dominictarr" + "maintainers": "dominictarr", + "envVar": { + "npm_config_allow_git": "all" + } }, "ava": { "prefix": "v", From aa6c528b2efab3044dfc6487736600a366aa2480 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 5 Sep 2026 15:42:33 +0200 Subject: [PATCH 2/2] skip for darwin and win32-arm64 --- lib/lookup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index b90b9d59..f3c09b21 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -45,7 +45,7 @@ }, "JSONStream": { "prefix": "v", - "skip": "win32", + "skip": ["darwin", "win32", "win32-arm64"], "maintainers": "dominictarr", "envVar": { "npm_config_allow_git": "all"