deno/cli/npm
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
..
managed FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
byonm.rs perf: v8 code cache (#23081) 2024-04-17 07:19:55 -07:00
cache_dir.rs FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
common.rs FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
mod.rs refactor: move redirect handling into deno_graph (#23444) 2024-04-19 01:43:28 +00:00