jeslie0 / npm-lockfile-fix

Add missing integrity and resolved fields to a package-lock.json file

Home Page:https://github.com/jeslie0/npm-lockfile-fix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadMe

This is a small flake wrapper around a Python script that adds missing “integrity” and “resolved” fields to a npm package-lock.json file.

You pass the path to package-lock.json as a command line argument to npm-lockfile-fix:

npm-lockfile-fix ./path/to/package-lock.json

Currently, this project is only packaged as a nix flake. I will improve the Python packaging in due course.

About

Add missing integrity and resolved fields to a package-lock.json file

https://github.com/jeslie0/npm-lockfile-fix

License:MIT License


Languages

Language:Python 60.0%Language:Nix 40.0%