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
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
2022-09-02
fix(npm): respect `latest` dist tag for getting current version (#15746)
David Sherret
2022-09-02
fix(npm): correct exact matching of pre-release versions (#15745)
David Sherret
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-30
fix(npm): skip extracting pax_global_header from tarballs (#15677)
Bartek Iwańczuk
2022-08-25
fix: avoid global declaration collisions in cjs (#15608)
David Sherret
2022-08-24
fix(npm): always require --unstable flag even for esm (#15583)
David Sherret
2022-08-24
fix(unstable): various resolution bugs for npm: specifiers (#15546)
Bartek Iwańczuk
2022-08-23
fix: parse scoped npm specifiers with no version (#15564)
David Sherret
2022-08-23
feat: binary npm commands (#15542)
David Sherret
2022-08-22
chore: typo (#15536)
Ikko Ashimine
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
[prev]