5 repos
Tools and libraries for bundling CommonJS modules for use in web browsers, converting Node.js-style modular code into browser-compatible formats. Browserify is the flagship project here, along with its core infrastructure components like module-deps for dependency resolution, browser-pack for bundle generation, and insert-module-globals for shimming Node globals. This cluster represents the foundational work that enabled widespread adoption of modular JavaScript development patterns on the client side.