deno/cli/npm
David Sherret 3e72241fda
fix(npm): reduce copy packages when resolving optional peer dependencies (#17280)
If an optional peer dependency entry previously wasn't resolved and it's
now being resolved, then it will add it as if it were a dependency of
the previously resolved package instead of creating a new "copy package"
(seems to be what npm and pnpm does).

Closes #17240
2023-01-06 09:13:21 -05:00
..
resolution fix(npm): reduce copy packages when resolving optional peer dependencies (#17280) 2023-01-06 09:13:21 -05:00
resolvers chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
semver chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
cache.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
mod.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
registry.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
tarball.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00