https://github.com/jeslie0/npm-lockfile-fix
Add missing integrity and resolved fields to a package-lock.json file
https://github.com/jeslie0/npm-lockfile-fix
integrity lockfile npm python resolved
Last synced: 5 days ago
JSON representation
Add missing integrity and resolved fields to a package-lock.json file
- Host: GitHub
- URL: https://github.com/jeslie0/npm-lockfile-fix
- Owner: jeslie0
- License: mit
- Created: 2023-04-13T21:38:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T07:57:04.000Z (7 months ago)
- Last Synced: 2025-03-28T00:06:42.213Z (4 months ago)
- Topics: integrity, lockfile, npm, python, resolved
- Language: Python
- Homepage: https://github.com/jeslie0/npm-lockfile-fix
- Size: 26.4 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.org
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#+title: 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=:
#+begin_src shell
npm-lockfile-fix ./path/to/package-lock.json
#+end_srcCurrently, this project is only packaged as a nix flake. I will improve the Python packaging in due course.