Is it possible to list all dependents of specific dependency from a lock file (npm/pnpm/yarn)?
- It's the opposite of
yarn ls
- I prefer not to read the lock file if there is a built-in command in npm/pnpm/yarn
I know that I can ask npm registery for that but I'm looking for a solution without network calls (expect npm/pnpm/yarn install)