From 89a71f3c03212bbec325b6a884c04bcdcfaf5beb Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 9 Oct 2019 21:05:25 +0200 Subject: [PATCH] lookup: add https-proxy-agent This package has ~6 million monthly downloads and we broke it in Node.js 10.0.0 Refs: https://github.com/nodejs/node/issues/24474#issuecomment-511963799 --- lib/lookup.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 47d60d888..cd7ed87df 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -217,6 +217,10 @@ "maintainers": "contra", "skip": "win32" }, + "https-proxy-agent": { + "maintainers": "TooTallNate", + "scripts": ["build", "test"] + }, "iconv": { "prefix": "v", "flaky": "aix",