So, um, how do I do the NPM equivalent of
$ cargo install --locked mergiraf
Let’s say I want to install https://www.npmjs.com/package/@google/gemini-cli — how do I prevent npm install
from fetching malware-ridden dependencies that got published today, and instead have it used the locked version that the maintainers of gemini-cli have verified?