sindresorhus / builtin-modules
A static list of the Node.js builtin modules from the latest Node.js version
☆121Updated 3 weeks ago
Alternatives and similar repositories for builtin-modules:
Users that are interested in builtin-modules are comparing it to the libraries listed below
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Detects if a file is binary in Node.js. Similar to Perl's -B☆165Updated 4 months ago
- Find the closest package.json file☆162Updated last year
- Easily handle defaults for your options☆73Updated last year
- Check if something is a Node.js stream☆110Updated 4 months ago
- Resolve the path of a module like require.resolve() but from a given path☆140Updated 4 years ago
- Indent each line in a string☆113Updated 2 years ago
- Check if your package was installed globally☆70Updated last year
- Read a package.json file☆165Updated last year
- Create `esm` enabled packages.☆51Updated 5 years ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆110Updated 2 years ago
- Filter object keys and values into a new object☆101Updated 9 months ago
- Write a package.json file☆88Updated 7 months ago
- Parse `.git/config` into a JavaScript object. sync or async.☆61Updated 6 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 3 weeks ago
- Check if a path is a file, directory, or symlink☆78Updated 7 months ago
- Resolve the path of a module like `require.resolve()` but from the current working directory☆68Updated 4 years ago
- when you want to fire an event no matter how a process exits.☆190Updated last year
- Strip leading whitespace from each line in a string☆136Updated 3 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Wordwrap a string with ANSI escape codes☆123Updated last year
- Get the directory of globally installed packages and binaries☆75Updated last year
- Monorepo for NodeLib libraries☆70Updated 2 months ago
- Get the path of the parent module☆77Updated 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…☆92Updated 2 years ago
- Get the real path of the system temp directory☆83Updated 2 years ago
- programmatically publish and unpublish npm packages☆46Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Lazy number range generator☆81Updated last year
- Check if a value is a plain object☆102Updated 10 months ago