deno/resolvers/npm_cache
David Sherret d5f0dd7ca2
Some checks are pending
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 / test release windows-x86_64 (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 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 / test debug macos-aarch64 (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 / build wasm32 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
fix(install): bust packument cache on version not found when loading extra info from lockfile (#29679)
Co-authored-by: nathanwhit <nathanwhit@users.noreply.github.com>
2025-06-09 23:22:12 +00:00
..
Cargo.toml 2.3.4 (#29510) 2025-05-29 20:00:31 +01:00
clippy.toml refactor: use sys_traits in deno_npm_installer (#29574) 2025-06-03 09:26:08 -04:00
fs_util.rs refactor: add NpmInstallerFactory and push more functionality down into deno_npm_installer (#29342) 2025-05-17 15:10:06 -04:00
lib.rs refactor: add NpmInstallerFactory and push more functionality down into deno_npm_installer (#29342) 2025-05-17 15:10:06 -04:00
README.md refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
registry_info.rs fix(install): bust packument cache on version not found when loading extra info from lockfile (#29679) 2025-06-09 23:22:12 +00:00
remote.rs fix(npm): respect etag for npm packument caching (#29130) 2025-05-02 09:49:05 -04:00
rt.rs refactor(npm_cache): fix Wasm build to not use tokio code (#29641) 2025-06-07 03:17:03 +00:00
tarball.rs refactor(npm_cache): fix Wasm build to not use tokio code (#29641) 2025-06-07 03:17:03 +00:00
tarball_extract.rs refactor(install): support tarball extract in Wasm (#29587) 2025-06-04 13:51:26 +00:00

deno_npm_cache

crates docs

Helpers for downloading and caching npm dependencies for Deno.