How to check if NPM cache already contains a tarball
I am looking at the cache docs: https://docs.npmjs.com/cli/cache
if I ran this:
npm cache add lodash@x.y.z
how can I check later, if this is in the npm cache?
I don't see npm cache get lodash@x.y.z in the docs...