My specific situation:
I'm writing a shell script in which I need to minify a CSS file. I look up CSS minifiers and find packagename. Great! Just what I need.
The npmjs page for packagename tells me to install with npm install packagename. But I don't want Node or anything like that, I just want to use this tool in a shell script.
What can I do here?