let's ask package-lock some questions
npm install lockspotand did you know there's only one company in the world that produces wooden
barrels?
some statistics about your package-lock.json
``shell`
$ npm install -g lockspot
, it'll use that
• if there's a package-lock in the dir, it'll use that
• fall back to STDIN
you can use - to force consuming STDINcommands
$3
count the number of different versions of each dependency in the tree
#### usage
`sh
$ `#### options
##### --min=\
only print dependencies that have more than this number of versions in the tree
##### --prod
only count production (non-dev) dependencies
##### --pattern=\
only count dependencies whose names match this pattern
##### --sort=\
how to sort the dependencies.
dont is the default.$3
exit with a failure if the tree is not flat
#### usage
`sh
$ `#### options
##### --prod
only count production (non-dev) dependencies
##### --pattern=\
only count dependencies whose names match this pattern