deno/resolvers/npm_cache
denobot 7b74f38539
Some checks are pending
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 / 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 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 / build wasm32 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
2.3.2 (#29320)
Bumped versions for 2.3.2

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-05-16 01:18:59 +02:00
..
Cargo.toml 2.3.2 (#29320) 2025-05-16 01:18:59 +02:00
clippy.toml refactor: ability for deno_npm_cache to compile to Wasm (#29138) 2025-05-02 16:52:40 -04:00
fs_util.rs feat(unstable): support using a local copy of npm packages (#28512) 2025-03-21 03:09:57 +00:00
lib.rs refactor: ability for deno_npm_cache to compile to Wasm (#29138) 2025-05-02 16:52:40 -04:00
README.md refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
registry_info.rs refactor: ability for deno_npm_cache to compile to Wasm (#29138) 2025-05-02 16:52:40 -04:00
remote.rs fix(npm): respect etag for npm packument caching (#29130) 2025-05-02 09:49:05 -04:00
rt.rs refactor: ability for deno_npm_cache to compile to Wasm (#29138) 2025-05-02 16:52:40 -04:00
tarball.rs refactor: ability for deno_npm_cache to compile to Wasm (#29138) 2025-05-02 16:52:40 -04:00
tarball_extract.rs fix(npm): add some context to errors on tarball extraction failure (#29145) 2025-05-08 22:06:19 +00:00

deno_npm_cache

crates docs

Helpers for downloading and caching npm dependencies for Deno.