deno/resolvers/npm_cache
David Sherret 9102d4f26d
chore: try reverting tarball unpack change (#29156)
Seems https://github.com/denoland/deno/pull/29138 broke
https://github.com/dsherret/ts-ast-viewer/pull/167

I don't see anything else in that PR that could have caused this strange
error, so going to try this change. I'm also not able to reproduce
locally.
2025-05-04 09:26:02 -05:00
..
Cargo.toml refactor: ability for deno_npm_cache to compile to Wasm (#29138) 2025-05-02 16:52:40 -04: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 chore: try reverting tarball unpack change (#29156) 2025-05-04 09:26:02 -05:00

deno_npm_cache

crates docs

Helpers for downloading and caching npm dependencies for Deno.