Antwort How do I see all the npm packages? Weitere Antworten – How to see all packages in npm
The short answer To list globally installed packages with npm, you can use the npm ls command combined with the -g flag (short for global): Alternatively, to list locally installed packages present in the node_modules folder of a project, you can navigate to your project and run the npm ls command (without the -g flag): […]