pub type NodeId = u32;
Dense node identifier within a LockfileGraph. Root is always 0; every other node gets a u32 assigned in topological discovery order.
LockfileGraph