sindresorhus / node-defaultsLinks
Easily handle defaults for your options
☆75Updated last year
Alternatives and similar repositories for node-defaults
Users that are interested in node-defaults are comparing it to the libraries listed below
Sorting:
- Wordwrap a string with ANSI escape codes☆128Updated 3 weeks ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 7 months ago
- Detect the dominant newline character of a string☆55Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Filter object keys and values into a new object☆104Updated last year
- Check if a value is a plain object☆102Updated last year
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Indent each line in a string☆113Updated 3 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆124Updated 2 weeks ago
- Get your PATH prepended with locally installed binaries☆105Updated 11 months ago
- Check if your package was installed globally☆70Updated last year
- Toggle the CLI cursor☆112Updated last year
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check if argv has a specific flag☆93Updated 4 years ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 weeks ago
- Get the latest version of an npm package☆176Updated last year
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Check if the process is running with elevated privileges☆41Updated 4 years ago
- Start a promise chain☆58Updated 2 weeks ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Write a package.json file☆88Updated 2 weeks ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆145Updated 3 weeks ago
- Copy a file☆121Updated last month
- Reliably get the terminal window size☆144Updated 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 2 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago
- Get a random temporary file path☆80Updated 2 years ago
- Check if something is a Node.js stream☆112Updated 11 months ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Find the closest package.json file☆165Updated 3 months ago