Missing / most needed Meteor packages?

Are there any packages that you wish Meteor had, or that you feel the current ones are severely lacking?

If someone were to make a new package, what do you think is most needed?

I made this package because I noticed when I put my apps into production, the server logs had no timestamps on them. I felt that was pretty crucial, so I made a package for it.

Some answers here:

That’s interesting because it intersects with the Meteor’s built-in package called ‘logging’: https://github.com/meteor/meteor/tree/devel/packages/logging

Granted, it is not documented that well.

Oh! Who knew? I tried Log('test') and it shows the file and line number which is nice. I didn’t see a timestamp though.