deno/libs/npm_installer
denobot ddebcc01d9
Some checks are pending
ci / build libs (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
2.5.0 (#30673)
Bumped versions for 2.5.0

Co-authored-by: littledivy <littledivy@users.noreply.github.com>
2025-09-10 09:17:46 +05:30
..
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.0 (#30673) 2025-09-10 09:17:46 +05:30
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.