0.4.1: Work around some browser debugger bugs
- Safari: port numbers in sourceURL prevent Safari from displaying the module in the Resources pane. The port number is now stripped from sourceURL in Safari.
- node modules: Safari and Firebug do not display node-formatted modules when sourceURL is not at the top scope. SourceURL is now placed at the top scope under all circumstances.