/// Map an empty string to `None` so a blank `.npmrc` value like
/// `https-proxy=` reliably *unsets* the field instead of installing an
/// unparseable empty URL into the reqwest builder. Trimming matches
/// npm's own line handling.
pub
/// Normalize the scheme-specific proxy settings. pnpm treats the
/// config-parser boolean/null spellings as unset instead of attempting
/// to parse them as proxy hostnames.
pub
pub