$ find . -iname 'package.json' -exec jq .version {} \; # get npm module version numbers for all packages
$ history | grep 'npm module version'