Expand description
Native lockfile writing: resolve dependency tree and emit package-lock.json.
Structs§
- Resolved
Package - One resolved package entry for the lockfile.
Functions§
- resolve_
full_ tree - Resolve the full dependency tree from package.json with deterministic conflict handling. Prefetches direct deps in parallel, then uses cached packuments for the rest. For conflicts, prefers the highest version that satisfies the combined specs; errors if none match.
- write_
package_ lock - Write package-lock.json to the given path.