Is there a way to find out from command line whether a package name was taken?
I am looking for something similar to bower info $name
. I don't want to use npm install $name
to test it, so please don't send answers like that!
Was marked as duplicate of How to find search/find npm packages
My question is about finding out whether a package name was taken with the usage of a command line tool, not about getting a package name list based on a keyword using a tool with web interface. So these questions are far from being the same.