Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T21:23:49.000Z (about 1 year ago)
- Last Synced: 2024-01-26T22:29:00.478Z (about 1 year ago)
- Topics: integrity, lockfile, npm, python, resolved
- Language: Python
- Homepage: https://github.com/jeslie0/npm-lockfile-fix
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.org
- 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.