vscode-npm-graph READMEThis extension is just the combination of multiple commands. I just created out of curiosity.
How toJust right click on package.json and click on the command "NPM Audit and Flag Dependency Tree". You will get an option to select "package.json" or "global". Selecting package.json will evaluate the packages of the local folder opened. Whereas, global will check the packages installed in the machine. It will open a new window with all the packages and their dependencies list. Note: Package analysis always includes dev dependencies |