The node core libs for in browser usage.
{
assert: "/absolute/path/to/assert",
events: "/absolute/path/to/events",
/* ... */
fs: null // core module without browser replacement
}
Some modules have mocks in the mock
directory. This are replacements with minimal functionality.