$ npm install unwrap
A tool to remove a UMD wrap from a given file.
npm install unwrap
./node_modules/.bin/unwrap <PATH_TO_JS> > my_unwrapped_file.js
require('unwrap')("path_to_file.js", function(e, unwrapped) { });