sindresorhus / npm-keywordLinks
Get a list of npm packages with keywords
☆52Updated last year
Alternatives and similar repositories for npm-keyword
Users that are interested in npm-keyword are comparing it to the libraries listed below
Sorting:
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Returns a promise resolved in the next event loop - think `setImmediate()`☆72Updated 4 years ago
- Check if a value is a function☆29Updated 4 years ago
- Get the version numbers of a package from the npm registry☆31Updated last year
- Returns an array filled with the specified input☆43Updated 3 years ago
- Mimic a Node.js HTTP response stream☆61Updated 2 years ago
- Test your Markdown files for Standard JavaScript Style™☆77Updated 2 years ago
- Lax URL parsing with support for protocol-less URLs and IPs☆55Updated 4 months ago
- A node module that extracts useful properties like user, repo, and branch from various flavors of GitHub URLs.☆90Updated 2 years ago
- Bind all methods in an object to itself or a specified context☆59Updated 4 years ago
- Clear the terminal cross-platform☆45Updated 4 years ago
- Convert a time string to seconds: '0017' → 1337☆37Updated 4 years ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆37Updated 2 years ago
- List of node.js builtin modules☆37Updated last month
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆58Updated last year
- Create a Vinyl file from an actual file☆43Updated 3 years ago
- Modify the values of an object☆29Updated 4 years ago
- Alphabetically sort an array of strings☆40Updated 4 years ago
- Get the callsite of the caller function☆54Updated 3 months ago
- Get an array of parent directories including itself☆26Updated 2 years ago
- Sort an array of numbers☆18Updated 3 months ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆46Updated last year
- Rename a function☆47Updated 2 years ago
- Get a Gravatar image from an identifier, such as an email☆42Updated 4 years ago
- Check if a value is a Blob☆24Updated 2 years ago
- Conditional promise catch handler☆40Updated 4 years ago
- Get the avatar of a GitHub user☆21Updated 4 years ago
- [DEPRECATED] Node.js `os.homedir()` ponyfill☆61Updated 4 years ago
- Convert an Observable to a Promise☆52Updated 2 years ago
- Repeat a string - fast