mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
c6d1b0a1cc
This allows using npm deps of jsr deps without having to add them to the root package.json. Works by taking the package requirement and scanning the `node_modules/.deno` directory for the best matching package, so it relies on deno's node_modules structure. Additionally to make the transition from package.json to deno.json easier, Deno now: 1. Installs npm deps in a deno.json at the same time as installing npm deps from a package.json. 2. Uses the alias in the import map for `node_modules/<alias>` for better package.json compatiblity. |
||
---|---|---|
.. | ||
alias_deno_json | ||
alias_invalid_path_char | ||
alias_pkg_json_and_deno_json_jsr_pkg | ||
alias_pkg_json_and_deno_json_npm_pkg | ||
byonm_jsr_npm_dep | ||
future_install_add_dist_tag | ||
future_install_global | ||
future_install_local_add_deno | ||
future_install_local_add_npm | ||
future_install_local_deno | ||
future_install_node_modules | ||
future_install_node_modules_tag | ||
install_deprecated_package | ||
install_single_http_url_without_global_flag | ||
move_after_install |