sindresorhus / builtin-modulesLinks
A static list of the Node.js builtin modules from the latest Node.js version
☆124Updated 2 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 3 years ago
- Find the closest package.json file☆165Updated 5 months ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 8 months ago
- Check if a value is a plain object☆103Updated last year
- Resolve the path of a module like require.resolve() but from a given path☆143Updated 4 years 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…☆96Updated 2 years ago
- Check if your package was installed globally☆69Updated 2 years ago
- Filter object keys and values into a new object☆104Updated last year
- Import a globally installed module☆57Updated last year
- Easily handle defaults for your options☆75Updated 2 years ago
- Write a package.json file☆89Updated 2 months ago
- Wordwrap a string with ANSI escape codes☆130Updated 2 months ago
- Strip leading whitespace from each line in a string☆143Updated last month
- normalizes package metadata, typically found in package.json file.☆203Updated 2 weeks ago
- Check if a path is a file, directory, or symlink☆79Updated last year
- Read a package.json file☆173Updated this week
- Indent each line in a string☆113Updated 3 years ago
- string representations of objects in node and the browser☆156Updated last month
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Get the directory of globally installed packages and binaries☆76Updated 2 years ago
- Sort the keys of an object☆105Updated 2 months ago
- Convert a value to an array☆131Updated 4 years ago
- Parse `.git/config` into a JavaScript object. sync or async.☆62Updated 6 years ago
- Parse a Github URL into an object. Supports a wide variety of GitHub URL formats.☆125Updated last year
- Resolve the path of a module like `require.resolve()` but from the current working directory☆69Updated 4 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆146Updated 2 months ago
- Check if a URL is absolute☆80Updated 2 months ago
- Strip UTF-8 byte order mark (BOM) from a string☆111Updated 4 years ago
- Stringify an object sorting scalars before objects, and defaulting to 2-space indent☆25Updated 2 years ago