deno/cli/npm/installer
Nathan Whitaker de3ce49f29
perf(lockfile): slightly terser lockfile formatting, remove old lockfile code (#28992)
Basically just update deno_lockfile, deno_npm, and eszip, and then adapt
to those changes. The main changes were the removal of the lockfile v4
resolution snapshot loading, and a terser formatting for the `os` and
`cpu` fields in the lockfile.
2025-04-22 01:12:16 +00:00
..
common fix(lockfile): re-fetch packuments if version not found, properly pass patch packages (#28964) 2025-04-18 23:08:15 +00:00
global.rs perf(npm): load npm resolution snapshot directly from lockfile (#28647) 2025-04-08 02:06:17 +00:00
local.rs fix(npm): only print deprecation warnings on first install (#28990) 2025-04-21 20:18:38 +00:00
mod.rs fix(lockfile): re-fetch packuments if version not found, properly pass patch packages (#28964) 2025-04-18 23:08:15 +00:00
resolution.rs perf(lockfile): slightly terser lockfile formatting, remove old lockfile code (#28992) 2025-04-22 01:12:16 +00:00