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
- Find the closest package.json file☆166Updated 8 months ago
- Check if a string matches the name of a Node.js builtin module☆63Updated 11 months ago
- Easily handle defaults for your options☆76Updated 2 years ago
- Strip leading whitespace from each line in a string☆145Updated 3 months ago
- Wordwrap a string with ANSI escape codes☆131Updated 5 months ago
- Check if a value is a plain object☆104Updated 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 3 years ago
- Check if your package was installed globally☆71Updated 2 years ago
- Sort the keys of an object☆108Updated 5 months ago
- Strip UTF-8 byte order mark (BOM) from a string☆112Updated 4 years ago
- normalizes package metadata, typically found in package.json file.☆204Updated 2 weeks ago
- Indent each line in a string☆115Updated 3 years ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated 5 months ago
- Resolve the path of a module like require.resolve() but from a given path☆144Updated 5 years ago
- Start a promise chain☆60Updated 4 months ago
- Converts a source-map from/to different formats.☆171Updated 10 months ago
- Get the directory of globally installed packages and binaries☆77Updated last week
- Read a package.json file☆175Updated 3 months ago
- Write a package.json file☆89Updated 5 months ago
- Convert a value to an array☆133Updated 4 years ago
- Finds the common standard cache directory☆161Updated 10 months ago
- Check whether a request can be retried based on the `error.code`☆82Updated 4 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆70Updated 5 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 4 months ago
- Filter object keys and values into a new object☆105Updated last year
- Parse `.git/config` into a JavaScript object. sync or async.☆62Updated 7 years ago
- Check if a URL is absolute☆80Updated 4 months ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆112Updated 3 years ago