Computes statistics about the lockfile itself.
Summary
Functions
Computes lockfile metadata.
Computes lockfile content stats.
Estimates disk size of node_modules from lockfile.
Formats size in human-readable form.
Functions
Computes lockfile metadata.
Computes lockfile content stats.
@spec estimated_size(map()) :: non_neg_integer()
Estimates disk size of node_modules from lockfile.
@spec format_size(non_neg_integer()) :: String.t()
Formats size in human-readable form.