With command npm list -g --depth=0
-g
filters global modules instead local ones.depth=0
avoids list dependencies of installed modules
UI-Dev & more
With command npm list -g --depth=0
-g
filters global modules instead local ones.depth=0
avoids list dependencies of installed modules