pub fn has_dep_lifecycle_work(
package_dir: &Path,
manifest: &PackageJson,
) -> boolExpand description
True if run_dep_hook would actually execute something for this
package across any of the dependency lifecycle hooks. Callers use
this to skip fan-out work for packages that have nothing to run —
including the implicit node-gyp rebuild default.