npm_lazy A lazy local cache for npm Why? npm can be slow, down or return random errors if you have large deploys npm_lazy caches packages on your local network, making things faster and more predictable If 100 servers request the same package metadata at the same time, npm_lazy makes sure that (at most) only one request goes out to the npm registry. No database to install, replicate or manage. Dat