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 d99b2d6f7d
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-09 19:28:53 -05:00
..
Cargo.toml chore: forward v2.1.3 release commit to main (#27248) 2024-12-06 02:12:57 +01:00
lib.rs refactor: remove CliNpmRegistryApi (#27222) 2024-12-03 19:44:56 -05:00
README.md refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
registry_info.rs refactor: remove CliNpmRegistryApi (#27222) 2024-12-03 19:44:56 -05:00
remote.rs refactor: add deno_npm_cache crate (#27200) 2024-12-03 02:10:16 +00:00
tarball.rs refactor: remove CliNpmRegistryApi (#27222) 2024-12-03 19:44:56 -05:00
tarball_extract.rs chore: reduce allocations in a few places (#27288) 2024-12-09 19:28:53 -05: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.