0.1.1 • Published 5 years ago

lockmaker v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

lockmaker

lockmaker is an NPM package designed to facilitate the offline installation of NPM packages. Its focus is providing a standard npm install-compatible process without requiring additional tooling or steps, and which doesn't require a separate compilation step to produce an offline-compatible version of a package.

The primary use case is mapping a project lacking a premade node_modules directory into an unmodified node.js container without network access and expecting npm install --production to get it into a usable state.