0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-21 21:03:16 -05:00
denoland-deno/resolvers/npm_cache
David Sherret c402448061
chore: reduce allocations in a few places (#27288)
Probably doesn't have much impact. I didn't measure any of these, but
reducing allocations should always be good.
2024-12-11 03:37:33 +01:00
..
Cargo.toml 2.1.3 (#27244) 2024-12-06 00:36:23 +01:00
lib.rs refactor: remove CliNpmRegistryApi (#27222) 2024-12-05 23:03:53 +01:00
README.md refactor: add deno_npm_cache crate (#27200) 2024-12-05 23:03:52 +01:00
registry_info.rs refactor: remove CliNpmRegistryApi (#27222) 2024-12-05 23:03:53 +01:00
remote.rs refactor: add deno_npm_cache crate (#27200) 2024-12-05 23:03:52 +01:00
tarball.rs refactor: remove CliNpmRegistryApi (#27222) 2024-12-05 23:03:53 +01:00
tarball_extract.rs chore: reduce allocations in a few places (#27288) 2024-12-11 03:37:33 +01:00
todo.md refactor: add deno_npm_cache crate (#27200) 2024-12-05 23:03:52 +01:00

deno_npm_cache

crates docs

Helpers for downloading and caching npm dependencies for Deno.