If you have npm installed, use the npm-view command to find the latest version number of an npm package.
$ npm view <package-name> version
Example
$ npm view underscore version
1.5.1
Tip! You can use npm-view to show the value of any field in the package.json file.