Acknowledgements
Buidling on the shoulders of giants is always better.
uRequire would not have been possible without :
RequireJS, the most popular web-side module system to date, by JR Burke
UMDjs, provide boilerplates that bridge gaps, by JR Burke and others
Esprima, The high performance, standard-compliant ECMAScript parser written in JavaScript.
UglifyJS, easily parses/re-generates JavaScript, by Mihai Bazon
CoffeeScript, makes javascript authoring a true joy, by Jeremy Ashkenas et all
Grunt, the best declarative javascript build system, by Ben Alman. Also, http://anodynos.github.io/uRequire web site is a cheap steal of gruntjs.com.
Commander, easily parses cmd arguments, by TJ Holowaychuk
and all others - see package.json dependencies.