1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 13:22:55 -05:00
denoland-deno/resolvers/npm_cache
David Sherret c1dcf1b618
refactor: add deno_npm_cache crate (#27200)
Extracting out more code from the CLI for reuse elsewhere (still more
work to do, but this is a start).

This is the code for extracting npm tarballs and saving information in
the npm cache in the global deno_dir.
2024-12-03 02:10:16 +00:00
..
Cargo.toml refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
lib.rs refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
README.md refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
registry_info.rs refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
remote.rs refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
tarball.rs refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
tarball_extract.rs refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
todo.md refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00

deno_npm_cache

crates docs

Helpers for downloading and caching npm dependencies for Deno.