I am installing a module globally
$ npm install -g X
and NPM says
\"npm WARN deprecated lodash@1.0.2: lodash@<3.0
Use npm list. It will print out all of the packages your module depends on as well as your dependencies dependencies and so forth. Maybe redirect output to a file or grep it so you can search it more easily.