load another JS module from inside a JS module

Is there a place where I can find an example on how to make a JS module available from within another JS module ?

E.g., I want to use utilities such as MomentJS, Lodash and Async from within my application specific JavaScript modules.