How to check if NPM cache already contains a tarball
03:00 12 Jun 2018

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...

node.js npm npm-install npm-cache