`npm-used` let's you see most depended on packages among a few people.
This is more useful then the global most depended on list as you can basically ask
"Of these few developers I trust what modules do they most commonly use"
It's a great module discovery mechanism.
For example, the top 5 modules used by people I have categorized as "unix" are:
optimist : 35
request : 31
through : 30
event-stream : 30
inherits : 23
Based on the following authors:
- substack
- dominictarr
- raynos
- mikeal
- maxogden
- isaacs