npm see installed version of package 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 list version of package
npm view webpack versions --json