deno/libs/npm_installer
denobot 4c1cdfc9a4
2.5.1 (#30753)
Bumped versions for 2.5.1

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-09-17 01:58:00 +02:00
..
bin_entries.rs fix(install): don't try to re-symlink binaries in node_modules if the symlink is correct (#30546) 2025-08-27 17:18:48 -07:00
Cargo.toml 2.5.1 (#30753) 2025-09-17 01:58:00 +02:00
clippy.toml chore: fix lint warnings (#30399) 2025-08-13 20:25:57 -04:00
extra_info.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
factory.rs feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
flag.rs refactor: rename resolvers folder to libs (#29742) 2025-06-13 22:04:07 +00:00
fs.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
global.rs feat(install): update warning for npm package build scripts (#30527) 2025-09-08 22:49:24 +02:00
graph.rs refactor(loader): extract out more module loading code from cli crate (#30084) 2025-07-14 11:27:51 -04:00
initializer.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
lib.rs fix(install): print install report on add, cache, and all install variants, move scripts and deprecation warnings after the report (#30549) 2025-08-28 09:48:14 +02:00
lifecycle_scripts.rs fix(install): print install report on add, cache, and all install variants, move scripts and deprecation warnings after the report (#30549) 2025-08-28 09:48:14 +02:00
local.rs feat(install): update warning for npm package build scripts (#30527) 2025-09-08 22:49:24 +02:00
package_json.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
process_state.rs refactor: remove usages of to_string_lossy().to_string() (#30224) 2025-07-28 20:25:58 +00:00
README.md refactor: rename resolvers folder to libs (#29742) 2025-06-13 22:04:07 +00:00
resolution.rs feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
rt.rs refactor: rename resolvers folder to libs (#29742) 2025-06-13 22:04:07 +00:00

deno_npm_installer

crates docs

Installer for npm packages.