Fix pnpm lockfile import for real-world lockfiles (
83bb8d5)
The pnpm-to-deno.lock importer was reworked to handle several lockfile formats that show up in practice, including pnpm v6 root dependencies and package/snapshot key normalization edge cases. It also now skips unsupported dependency specs more deliberately, which avoids generating malformed entries while preserving the rest of the lockfile conversion.
Other misc changes
- None; this day consisted of a single substantial importer fix.