add comment regarding node-fetch

This commit is contained in:
silverwind 2022-10-26 15:12:01 +02:00
parent 840f323fb4
commit 827018ad8f
Signed by untrusted user: silverwind
GPG Key ID: 2E62B41C93869443

@ -2,7 +2,7 @@
import ansiRegex from "ansi-regex";
import fetchEnhanced from "fetch-enhanced";
import minimist from "minimist";
import nodeFetch from "node-fetch";
import nodeFetch from "node-fetch"; // seems twice as fast than undici for the 1500 deps case
import rat from "registry-auth-token";
import rc from "rc";
import ru from "registry-auth-token/registry-url.js";