npm see version of package development code example
Example 1: npm check package version
local packages:
~$ npm list
globally installed packages:
~$ npm list -g
specific package:
~$ npm list <package>
Example 2: npm get latest version of package
npm show {pkg} version