sindresorhus / builtin-modules
A static list of the Node.js builtin modules from the latest Node.js version
☆120Updated 9 months ago
Alternatives and similar repositories for builtin-modules:
Users that are interested in builtin-modules are comparing it to the libraries listed below
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆165Updated 3 months ago
- Parse `.git/config` into a JavaScript object. sync or async.☆61Updated 6 years ago
- Resolve the path of a module like require.resolve() but from a given path☆140Updated 4 years ago
- Find the closest package.json file☆162Updated last year
- Wordwrap a string with ANSI escape codes☆120Updated last year
- Strip leading whitespace from each line in a string☆136Updated 3 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆68Updated 4 years ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆108Updated 2 years ago
- The cmd-shim used in npm☆76Updated 4 months ago
- Monorepo for NodeLib libraries☆70Updated last month
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 3 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Write a package.json file☆89Updated 6 months ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆91Updated 2 years ago
- Filter object keys and values into a new object☆101Updated 8 months ago
- Start a promise chain☆58Updated 3 years ago
- Check if something is a Node.js stream☆110Updated 3 months ago
- Wait for any promise to be fulfilled☆55Updated 2 years ago
- Check if a value is a plain object☆102Updated 9 months ago
- Create an array without duplicates☆70Updated 3 years ago
- Indent each line in a string☆114Updated 2 years ago
- Get the gzipped size of a string or buffer☆171Updated 3 years ago
- Import a globally installed module☆57Updated last year
- programmatic npm API☆110Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Read a package.json file☆166Updated last year
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- Create `esm` enabled packages.☆51Updated 5 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated last year