index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
npm
/
resolution
/
snapshot.rs
Age
Commit message (
Expand
)
Author
2023-03-13
fix: ensure no node_modules directory is created when a package.json exists a...
David Sherret
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-21
fix(npm): filter out duplicate packages names in resolution (#17857)
David Sherret
2023-02-21
fix(npm): improve peer dependency resolution (#17835)
David Sherret
2023-02-17
refactor: add `NpmPackageId` back from deno_graph as `NpmPackageNodeId` (#17804)
David Sherret
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-01-31
refactor(semver): generalize semver related structs (#17605)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-06
fix(npm): support old packages and registries with no integrity, but with a s...
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-25
refactor: move lockfile.rs to args module (#16818)
David Sherret
2022-11-08
feat(unstable/npm): support peer dependencies (#16561)
David Sherret