sindresorhus / builtin-modulesLinks
A static list of the Node.js builtin modules from the latest Node.js version
☆125Updated 4 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☆63Updated 3 years ago
- Check if your package was installed globally☆71Updated 2 years ago
- Find the closest package.json file☆166Updated 7 months ago
- Check if a value is a plain object☆104Updated last year
- Easily handle defaults for your options☆76Updated 2 years ago
- Check if a string matches the name of a Node.js builtin module☆63Updated 11 months ago
- Write a package.json file☆89Updated 4 months ago
- Strip UTF-8 byte order mark (BOM) from a string☆112Updated 4 years ago
- Resolve the path of a module like require.resolve() but from a given path☆144Updated 5 years ago
- Sort the keys of an object☆108Updated 5 months ago
- Indent each line in a string☆115Updated 3 years ago
- Wordwrap a string with ANSI escape codes☆130Updated 4 months ago
- string representations of objects in node and the browser☆159Updated last month
- Parse `.git/config` into a JavaScript object. sync or async.☆62Updated 7 years ago
- normalizes package metadata, typically found in package.json file.☆204Updated last week
- Read a package.json file☆175Updated 2 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…☆95Updated 3 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Strip leading whitespace from each line in a string☆145Updated 3 months ago
- Filter object keys and values into a new object☆105Updated last year
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Check if a URL is absolute☆80Updated 4 months ago
- Import a globally installed module☆59Updated 2 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆171Updated 3 weeks ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆187Updated 2 years ago
- Start a promise chain☆60Updated 4 months ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated 4 months ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆70Updated 5 years ago