npm installs large dependency trees a lot faster. this is especially noticable over slow networks.
Running npm while offline will no longer insist on retrying network requests. npm will now immediately fall back to cache if possible, or fail. (npm/npm#15666)