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
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-26
chore(npm): fix typo in local.rs (#17186)
Ikko Ashimine
2022-12-20
fix(npm): resolve npm specifiers when root redirected (#17144)
David Sherret
2022-12-19
perf(lsp): concurrent reads and exclusive writes (#17135)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-13
fix(npm): support loose node semver ranges like `>= ^x.x.x` (#17037)
David Sherret
2022-12-12
feat: improve download progress bar (#16984)
Bartek Iwańczuk
2022-12-07
feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980)
David Sherret
2022-12-06
refactor: remove `deno_graph::Locker` usage (#16877)
David Sherret
2022-12-05
fix(npm): dependency types were sometimes not being resolved when package had...
David Sherret
2022-11-30
fix(npm): improve package.json exports support for types (#16880)
David Sherret
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-25
refactor: move lockfile.rs to args module (#16818)
David Sherret
2022-11-22
fix: Make npm packages works with import maps (#16754)
Bartek Iwańczuk
2022-11-18
fix(npm): use an http client with connection pool (#16705)
David Sherret
2022-11-18
fix(npm): ancestor that resolves peer dependency should not include self in i...
David Sherret
2022-11-17
perf(npm): make dependency resolution faster (#16694)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-16
fix(lock): ensure npm dependencies are written with --lock-write (#16668)
Bartek Iwańczuk
2022-11-16
fix(npm): support non-all lowercase package names (#16669)
David Sherret
2022-11-15
fix(npm): properly handle getting `@types` package for scoped packages (#16655)
David Sherret
2022-11-15
fix(npm): support dist tags specified in npm package dependencies (#16652)
David Sherret
2022-11-14
fix(npm): handle peer dep being resolved without resolved dep higher in tree ...
David Sherret
2022-11-13
feat(npm): require --unstable for npm specifiers in remote modules (#16612)
David Sherret
2022-11-12
fix(npm): specifier resolution - handle data urls and modules at a directory ...
David Sherret
2022-11-11
feat(unstable/npm): module graph derived npm specifier resolution order (#16602)
David Sherret
2022-11-11
perf: more efficient `deno cache` and npm package info usage (#16592)
David Sherret
2022-11-10
feat: remove --unstable flag requirement for npm: specifiers (#16473)
Bartek Iwańczuk
2022-11-08
feat(unstable/npm): support peer dependencies (#16561)
David Sherret
2022-11-02
fix(lockfile): error if a referenced package id doesn't exist in list of pack...
David Sherret
2022-11-01
fix(lock): Additive lock file (#16500)
Bartek Iwańczuk
2022-10-28
feat: support npm specifiers in `deno info` for display text output only (#16...
David Sherret
2022-10-25
fix(npm): add support for npm packages in lock files (#15938)
Bartek Iwańczuk
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-10-17
feat(unstable/npm): support providing npm dist-tag in npm package specifier (...
David Sherret
2022-10-03
fix(npm): better error is version is specified after subpath (#16131)
Bartek Iwańczuk
2022-10-03
fix(npm): panic on invalid package name (#16123)
Bartek Iwańczuk
2022-10-01
perf: node cjs & esm analysis cache (#16097)
David Sherret
2022-09-28
feat(npm): functionality to support child_process.fork (#15891)
David Sherret
2022-09-27
fix(npm): use ntfs junctions in node_modules folder on Windows (#16061)
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 flag for creating and resolving npm packages to a local node_m...
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-07
feat: add --no-npm flag to disable npm: imports (#15673)
Bartek Iwańczuk
2022-09-03
feat(info): add information about npm modules cache (#15750)
Bartek Iwańczuk
[prev]
[next]