pub fn packages_for(dependency: &str) -> Option<PackageNames>Expand description
Package names for a dependency.
None when the dependency does not come from the system package manager at
all: cargo and node have their own installers, and pointing someone at a
distribution package for those would be actively unhelpful.