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
/
cache.rs
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-12
feat: improve download progress bar (#16984)
Bartek Iwańczuk
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-27
fix(npm): ensure npm package downloaded once per run when using `--reload` (#...
David Sherret
2022-11-26
refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)
David Sherret
2022-11-18
fix(npm): use an http client with connection pool (#16705)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-16
fix(npm): support non-all lowercase package names (#16669)
David Sherret
2022-11-11
feat(unstable/npm): module graph derived npm specifier resolution order (#16602)
David Sherret
2022-11-08
feat(unstable/npm): support peer dependencies (#16561)
David Sherret
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-10-17
perf(npm): parallelize caching of npm specifier package infos (#16323)
David Sherret
2022-09-23
perf: don't re-download package tarball to global cache if local node_modules...
David Sherret
2022-09-22
feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)
Bartek Iwańczuk
2022-09-13
refactor(npm): create general use `NpmPackageResolver` (#15882)
David Sherret
2022-09-09
feat: download progress bar (#15814)
Bartek Iwańczuk
2022-09-03
feat(info): add information about npm modules cache (#15750)
Bartek Iwańczuk
2022-09-01
fix(npm): ignore npm cache directory creation errors (#15728)
David Sherret
2022-09-01
fix(npm): better node version and version requirement compatibility (#15714)
David Sherret
2022-08-25
fix: avoid global declaration collisions in cjs (#15608)
David Sherret
2022-08-22
feat(unstable): Respect --cached-only flags for npm: specifiers (#15512)
Bartek Iwańczuk
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret
2022-08-14
fix(npm): handle storing non-all lowercase package names (#15470)
David Sherret
2022-08-10
feat: add initial internal npm client and dependency resolver (#15446)
David Sherret