sindresorhus / builtin-modulesLinks
A static list of the Node.js builtin modules from the latest Node.js version
☆125Updated 3 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☆62Updated 3 years ago
- Check if a value is a plain object☆103Updated last year
- Find the closest package.json file☆166Updated 6 months ago
- Check if a string matches the name of a Node.js builtin module☆62Updated 9 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 2 years ago
- Easily handle defaults for your options☆76Updated 2 years ago
- Strip leading whitespace from each line in a string☆144Updated 2 months ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated 3 months ago
- Resolve the path of a module like require.resolve() but from a given path☆144Updated 4 years ago
- Check if your package was installed globally☆70Updated 2 years ago
- Filter object keys and values into a new object☆105Updated last year
- Resolve the path of a module like `require.resolve()` but from the current working directory☆70Updated 4 years ago
- Sort the keys of an object☆107Updated 3 months ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆187Updated 2 years ago
- normalizes package metadata, typically found in package.json file.☆203Updated last week
- Wordwrap a string with ANSI escape codes☆130Updated 3 months ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- when you want to fire an event no matter how a process exits.☆196Updated last month
- Check if a path is a file, directory, or symlink☆80Updated last year
- Stringify an object sorting scalars before objects, and defaulting to 2-space indent☆25Updated 2 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Strip UTF-8 byte order mark (BOM) from a string☆112Updated 4 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆170Updated 2 weeks ago
- Parse `.git/config` into a JavaScript object. sync or async.☆62Updated 7 years ago
- Indent each line in a string☆114Updated 3 years ago
- Check if a URL is absolute☆80Updated 3 months ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated 3 months ago
- Converts a source-map from/to different formats.☆171Updated 8 months ago
- Start a promise chain☆60Updated 3 months ago
- Write a package.json file☆89Updated 3 months ago