npm-ls | npm Docs
https://docs.npmjs.com/cli/v7/commands/npm-lsHowever, without using npm ls -l, it became impossible show where a package was actually installed much of the time! With the advent of automatic installation of peerDependencies in npm v7, this gets even more curious, as peerDependencies are logically "underneath" their dependents in the dependency graph, but are always physically at or above their location on disk.