Find where a package lands in a repo

Read a public GitHub repo lockfile and show where a dependency appears, how deep it sits, and which package pulls it in.

Priority order: package-lock.json, pnpm-lock.yaml, yarn.lock, then package.json.

You might add 9 packages, but those packages can drag in 150 more. findmypkg helps you map the repo lockfile and see where a package actually lives.