sindresorhus / builtin-modulesLinks
A static list of the Node.js builtin modules from the latest Node.js version
☆122Updated 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
- Check if a value is a plain object☆102Updated last year
- Check if a string matches the name of a Node.js builtin module☆59Updated 5 months ago
- Wordwrap a string with ANSI escape codes☆126Updated 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
- Indent each line in a string☆113Updated 3 years ago
- Check if your package was installed globally☆70Updated last year
- Easily handle defaults for your options☆75Updated last year
- Find the closest package.json file☆164Updated last month
- Resolve the path of a module like require.resolve() but from a given path☆141Updated 4 years ago
- Check if a URL is absolute☆79Updated 3 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago
- normalizes package metadata, typically found in package.json file.☆202Updated last week
- Convert a value to an array☆129Updated 3 years ago
- Parse `.git/config` into a JavaScript object. sync or async.☆61Updated 6 years ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆111Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Check if something is a Node.js stream☆112Updated 9 months ago
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Filter object keys and values into a new object☆103Updated last year
- Get the directory of globally installed packages and binaries☆76Updated last year
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Truncate a string to a specific width in the terminal☆87Updated last year
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Start a promise chain☆58Updated 3 years ago
- Strip leading whitespace from each line in a string☆137Updated 3 years ago
- Write a package.json file☆88Updated last year
- Import a module like with `require()` but from the current working directory☆52Updated 3 years ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆145Updated 2 years ago
- Detect the dominant newline character of a string☆55Updated last year