https://github.com/phadej/npm-freeze
Freeze the node dependencies
https://github.com/phadej/npm-freeze
Last synced: about 1 year ago
JSON representation
Freeze the node dependencies
- Host: GitHub
- URL: https://github.com/phadej/npm-freeze
- Owner: phadej
- License: mit
- Created: 2014-10-05T07:26:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T20:11:26.000Z (almost 6 years ago)
- Last Synced: 2025-06-13T02:05:03.350Z (about 1 year ago)
- Language: JavaScript
- Size: 345 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-freeze
**TL;DR**, you probably want to use [npm shrinkwrap](https://www.npmjs.org/doc/cli/npm-shrinkwrap.html).
> Dump versions of packages in `node_modules/`.
[](http://travis-ci.org/phadej/npm-freeze)
[](http://badge.fury.io/js/npm-freeze)
[](https://david-dm.org/phadej/npm-freeze)
[](https://david-dm.org/phadej/npm-freeze#info=devDependencies)
[](https://codeclimate.com/github/phadej/npm-freeze)
## Synopsis
```sh
npm install -g npm-freeze
# Create version manifest in your project folder
npm-freeze manifest
# ... after a while check that freshly installed versions are still the same
rm -rf node_modules
npm install
npm-freeze check
```
## Screenshots
### Default options

### --minor
