sindresorhus / somebody
Parse/stringify contact info like `Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)`
☆34Updated 3 years ago
Alternatives and similar repositories for somebody:
Users that are interested in somebody are comparing it to the libraries listed below
- Truncate a semver version: 1.2.3 → 1.2.0☆17Updated 2 years ago
- Gracefully restore the CLI cursor on exit☆37Updated 7 months ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Turn an object into a string of HTML attributes☆49Updated last year
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago
- A list of directories you should ignore by default☆23Updated 2 years ago
- Mimic a Node.js HTTP response stream☆59Updated last year
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 4 months ago
- Trim newlines from the start and/or end of a string☆48Updated last year
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Lowercase the keys of an object☆40Updated last year
- ES Proposal spec-compliant shim for AggregateError☆14Updated 11 months ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 3 years ago
- Modify the values of an object☆27Updated 3 years ago
- Check if a string is a URL☆85Updated last year
- Check if a number is in a given range☆21Updated 4 years ago
- Linkify GitHub issue references☆46Updated 5 months ago
- Provide a package name, get a list of every version, and who published it.☆24Updated 8 months ago
- Convert a time string to seconds: '0017' → 1337☆35Updated 3 years ago
- Get a Gravatar image from an identifier, such as an email☆41Updated 3 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated 11 months ago
- Reliably get the terminal window size - cross-platform