Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 656 Bytes

readme.md

File metadata and controls

38 lines (24 loc) · 656 Bytes

lockspot

and did you know there's only one company in the world that produces wooden barrels?

whümf

some statistics about your package-lock.json

wetch

$ npm install -g lockspot

commands

depcount

print the number of version of each dependency in the tree

usage

$ lockspot depcount < package.json

options

--file=<path>

the package-lock.json to operate on. you can use - or leave this blank to accept input on STDIN

--min=<int>

only print dependencies that have more than this number of versions.

--sort=<dont|count|name>

how to sort the dependencies. dont is the default.