Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugodf/fix-package-lock
Fix package-lock.json by regenerating it
https://github.com/hugodf/fix-package-lock
cli execa npm npm-package package-lock-json
Last synced: about 2 months ago
JSON representation
Fix package-lock.json by regenerating it
- Host: GitHub
- URL: https://github.com/hugodf/fix-package-lock
- Owner: HugoDF
- License: mit
- Created: 2018-06-13T17:56:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-23T04:42:54.000Z (over 1 year ago)
- Last Synced: 2024-10-11T12:11:37.881Z (2 months ago)
- Topics: cli, execa, npm, npm-package, package-lock-json
- Language: JavaScript
- Homepage:
- Size: 333 KB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fix-package-lock
Fix package-lock.json by regenerating it
## Getting Started
### Prerequisites
Tested on Node v9 with npm 5.
### Installing
Installing `fix-package-lock` globally will install the `fix-package-lock` command:
```
# Using npm
npm install -g fix-package-lock
# Using Yarn
yarn global add fix-package-lock
```Run using:
```
fix-package-lock
````fix-package-lock` can also be run using `npx`:
```
npx fix-package-lock
```## Built With
* [execa](https://github.com/sindresorhus/execa) - A better `child_process`
* [Listr](https://github.com/SamVerschueren/listr) - Terminal task list
* [rimraf](https://github.com/isaacs/rimraf) - To delete things## Versioning
We use [SemVer](http://semver.org/) for versioning.
## Authors
* **Hugo Di Francesco** - [HugoDF](https://github.com/HugoDF)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
* [Sindre Sorhus](https://github.com/sindresorhus) for the CLI app inspiration (and execa)
* [Sam Verschueren](https://github.com/SamVerschueren) for Listr