What ways are there to find npm packages?
Below is community maintained listing compiled from the answers below.
npm search <keyword>
npm search works pretty well:
npm search
npm search connect
npm view will show you the timestamp of each version and everthing else from package.json (including node version)
npm view
package.json
npm view connect
2.1m questions
2.1m answers
60 comments
57.0k users