how to find global npm packages are installed

C++
npm list -g --depth 0npm root -g
Source

Also in C++: