sindresorhus / default-browserLinks
Get the default browser
☆56Updated last year
Alternatives and similar repositories for default-browser
Users that are interested in default-browser are comparing it to the libraries listed below
Sorting:
- Make a function mimic another one☆94Updated 9 months ago
- Detect the dominant newline character of a string☆55Updated last year
- Get the name of a Windows version from the release number: 5.1.2600 → XP☆44Updated 2 months ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 5 months ago
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Filter object keys and values into a new object☆103Updated last year
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Check if a path is a file, directory, or symlink☆78Updated last year
- Check if your package was installed globally☆70Updated last year
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Write a package.json file☆88Updated last year
- Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.☆43Updated 2 years ago
- List of text file extensions☆56Updated 9 months ago
- Get the name of the current operating system. Example: macOS Sierra☆148Updated 2 months ago
- Regular expression for matching reserved filename characters☆50Updated 3 years ago
- Pretty UTC datetime: `2014-01-09 0601`☆32Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 9 months ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- Trim newlines from the start and/or end of a string☆48Updated 2 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…☆95Updated 2 years ago
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆47Updated 3 years ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆61Updated last year
- Check if your code is running as an npm or yarn script☆65Updated 3 years ago
- Detect whether a terminal emulator supports hyperlinks☆55Updated 5 months ago
- Check if a process is running☆58Updated 3 years ago
- Get the visual width of the widest line in a string - the number of columns required to display it☆37Updated last year
- A static list of the Node.js builtin modules from the latest Node.js version☆122Updated 5 months ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `localhost`☆63Updated 3 years ago