npm list available versions of a package
As an example, to check which versions of expressjs are available on npm, you do the following
npm info express versions
Of course, you can always grep for the version you are looking for
npm info express versions | grep '4.13.4'
Hey! Maybe you know how check a package size in repository by name? Have data transfer limitaton. Thx!