sindresorhus / builtin-modulesLinks
A static list of the Node.js builtin modules from the latest Node.js version
☆123Updated 5 months ago
Alternatives and similar repositories for builtin-modules
Users that are interested in builtin-modules are comparing it to the libraries listed below
Sorting:
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Easily handle defaults for your options☆75Updated last year
- Find the closest package.json file☆165Updated 2 months ago
- Check if a value is a plain object☆102Updated last year
- Check if your package was installed globally☆70Updated last year
- Detect the dominant newline character of a string☆55Updated last year
- 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…☆95Updated 2 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 5 months ago
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Wordwrap a string with ANSI escape codes☆127Updated last year
- Resolve the path of a module like require.resolve() but from a given path☆141Updated 4 years ago
- Write a package.json file☆88Updated last year
- Indent each line in a string☆113Updated 3 years ago
- Convert a value to an array☆129Updated 3 years ago
- Read a package.json file☆169Updated last year
- Check if a path is a file, directory, or symlink☆78Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago
- when you want to fire an event no matter how a process exits.☆193Updated last year
- string representations of objects in node and the browser☆151Updated 6 months ago
- Parse `.git/config` into a JavaScript object. sync or async.☆61Updated 6 years ago
- Start a promise chain☆58Updated 3 years ago
- Import a globally installed module☆58Updated last year
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆145Updated 2 years ago
- Import a module like with `require()` but from the current working directory☆52Updated 3 years ago
- ☆164Updated last week
- Filter object keys and values into a new object☆103Updated last year
- Finds the common standard cache directory☆158Updated 4 months ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 2 years ago
- Strip leading whitespace from each line in a string☆137Updated 3 years ago