https://github.com/alexeyraspopov/npm-shrink
Make sure you don't use unreliable packages. Help people with contributing in their projects.
https://github.com/alexeyraspopov/npm-shrink
Last synced: 7 months ago
JSON representation
Make sure you don't use unreliable packages. Help people with contributing in their projects.
- Host: GitHub
- URL: https://github.com/alexeyraspopov/npm-shrink
- Owner: alexeyraspopov
- Created: 2016-03-23T10:12:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T10:49:59.000Z (over 9 years ago)
- Last Synced: 2025-03-18T03:12:31.355Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-shrink
Utility that looks for possibly unreliable dependencies.
Currently `npm-shrink` finds only packages with `0.0.x` (patch) version. See roadmap for more.
## Install
npm install npm-shrink -g
## Usage
npm-shrink babel-core@5.8.34
Console output:
Package: 'left-pad@0.0.3'
Branch:
[ 'babel-core@5.8.34', 'line-numbers@0.2.0' ]Package: 'minimist@0.0.8'
Branch:
[ 'babel-core@5.8.34', 'output-file-sync@1.1.1', 'mkdirp@0.5.1' ]Package: 'concat-map@0.0.1'
Branch:
[ 'babel-core@5.8.34',
'minimatch@2.0.10',
'brace-expansion@1.1.3' ]Package: 'wordwrap@0.0.2'
Branch:
[ 'babel-core@5.8.34',
'regenerator@0.8.40',
'defs@1.1.1',
'yargs@3.27.0',
'cliui@2.1.0' ]## Roadmap
* Work with local packages
* More warnings
* Package is 0.x.y and has only one contributor
* Package is outdated
* User interface## License
MIT