Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Turn valid member expression property literals into plain identifiers
Babel plugin for turning __proto__ into a shallow property clone
Transform optional chaining operators into a series of nil checks
React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.
easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.
Extract text from bundle into a file.
A parser that converts TypeScript source code into an ESTree compatible form
Convert modern CSS into something browsers understand
Turns an AST into code.
A Babel transform that turns imports into lazily loaded commonjs requires
Concatenate a readable stream's data into a single buffer
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Convert Errors & Objects into an easily-serialized vanilla Object.
Provides methods for parsing a query string into an object, and vice versa.
Turn an array like into an array
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
reads PostgreSQL binary format for numeric values into a string
Parses every stack trace into a nicely formatted array of hashes.
Turn async functions into ES2015 generators
Turn node's process.version into something useful.