Thisisusedby[Liftoff](http://github.com/tkellen/node-liftoff) to automatically require dependencies for configuration files, and by [rechoir](http://github.com/tkellen/node-rechoir) for registering module loaders.
Consumersshouldusetheexported`extensions` or `jsVariants`objecttodeterminewhichmoduleshouldbeloadedforagivenextension.Ifamatchingextensionisfound,consumersshoulddothefollowing:
1.Ifthevalueisnull,donothing.
2.Ifthevalueisastring,trytorequireit.
3.Ifthevalueisanobject,trytorequirethe`module` property. If successful, the `register`property(afunction)shouldbecalledwiththemodulepassedasthefirstargument.