deno/cli/npm
David Sherret 610b8cc2bf
refactor: add NpmPackageId back from deno_graph as NpmPackageNodeId (#17804)
The `NpmPackageId` struct is being renamed to `NpmPackageNodeId`. In a
future PR it will be moved down into only npm dependency resolution and
a `NpmPackageId` struct will be introduced in `deno_graph` that only has
the name and version of the package (no peer dependency identifier
information). So a `NpmPackageReq` will map to an `NpmPackageId`, which
will map to an `NpmPackageNodeId` in the npm resolution.
2023-02-17 09:12:22 -05:00
..
resolution refactor: add NpmPackageId back from deno_graph as NpmPackageNodeId (#17804) 2023-02-17 09:12:22 -05:00
resolvers refactor: add NpmPackageId back from deno_graph as NpmPackageNodeId (#17804) 2023-02-17 09:12:22 -05:00
cache.rs refactor: use deno_graph's semver and npm structs (#17791) 2023-02-15 13:20:40 -05:00
mod.rs refactor: add NpmPackageId back from deno_graph as NpmPackageNodeId (#17804) 2023-02-17 09:12:22 -05:00
registry.rs refactor: use deno_graph's semver and npm structs (#17791) 2023-02-15 13:20:40 -05:00
tarball.rs refactor: use deno_graph's semver and npm structs (#17791) 2023-02-15 13:20:40 -05:00