pub fn command_is_package_runner(command: &str) -> boolExpand description
Whether command is a package runner that fetches + executes code from a
registry (npx, uvx, npm, …) and therefore needs network + a writable
package cache to even start. Pure; basename-aware (/usr/bin/npx counts).