deno/cli/npm/managed
Bartek Iwańczuk 959739f609
FUTURE: initial support for .npmrc file (#23560)
This commit adds initial support for ".npmrc" files.

Currently we only discover ".npmrc" files next to "package.json" files
and discovering these files in user home dir is left for a follow up.

This pass supports "_authToken" and "_auth" configuration
for providing authentication.

LSP support has been left for a follow up PR.

Towards https://github.com/denoland/deno/issues/16105
2024-05-23 23:26:23 +02:00
..
resolvers FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
cache.rs FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
installer.rs feat(lockfile): track JSR and npm dependencies in config file (#22004) 2024-01-22 22:31:12 +01:00
mod.rs FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
registry.rs FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
resolution.rs perf(lsp): use lockfile to reduce npm pkg resolution time (#23247) 2024-04-05 22:33:01 +00:00
tarball.rs fix(npm): make tarball extraction more reliable (#23759) 2024-05-14 14:26:48 -04:00