I'm considering packaging eslint-plugin-vue for nixpkgs, and I noticed the eslint-plugin-vue repo has no package-lock.json comitted. Is there a particular reason for this? The npm docs for the lock file recommend committing it for a variety of reasons. As a packager, I'm interested in it for facilitating reproducible builds of the package.
I'm considering packaging
eslint-plugin-vue
for nixpkgs, and I noticed theeslint-plugin-vue
repo has nopackage-lock.json
comitted. Is there a particular reason for this? The npm docs for the lock file recommend committing it for a variety of reasons. As a packager, I'm interested in it for facilitating reproducible builds of the package.