What ways are there to find npm packages?
Below is community maintained listing compiled from the answers below.
NPM Specific
- In console,
npm search <keyword>
- https://www.npmjs.org/
- http://eirikb.github.com/nipster/ via https://stackoverflow.com/a/10571033
- http://node-modules.com/ via https://stackoverflow.com/a/13593402
- https://nodejsmodules.org/ via https://stackoverflow.com/a/17821476
- http://npmsearch.com/ via https://stackoverflow.com/a/34471018
There's nipster too, based on npm + github rating.
Here's another one: https://npmaddict.com/
Not a search but daily list of New packages with at least 5 GitHub stars
I personally use npmsearch.com
I'm not sure how it works internally but it usually gives the best results.
We just released http://search.node.modules.by.locoticket.com (alpha version) which allows advanced search filters like:
I hope you find it useful. We created it as it was getting quite hard for us to find what we wanted as the number of modules was growing so rapidly.
Just in case anyone comes across this question, I also created a tool to help people discover what npm packages other people are using:
http://www.npmdiscover.com
https://nodejsmodules.org/ is one that lets you search, as well as browse by popularity