commonjs-everywhere
commonjs-everywhere copied to clipboard
introduce more browser compatible implementations of core modules
While modules like util and path work in most browsers, they require ES5. Alternative implementations that work in more environments are distributed in https://github.com/alexgorbatchev/node-browser-builtins/tree/master/builtin
After further research, I've discovered that these implementations do not seem to be much more compatible with old environments. A better source is needed.