mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 18:17:48 -05:00
959739f609
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 |
||
---|---|---|
.. | ||
check_pkg_json_import | ||
cjs_internal_types_default_export | ||
conditional_exports | ||
conditional_exports_node_modules_dir | ||
es_module | ||
future_auto_install_no_package_json | ||
future_node_modules_dir_setting | ||
local_dir_no_duplicate_resolution | ||
npmrc | ||
npmrc_bad_token | ||
npmrc_basic_auth | ||
npmrc_deno_json | ||
npmrc_not_next_to_package_json | ||
require_resolve_bad_paths_global_cache |