sindresorhus / rev-hashLinks
Create a hash for file revving
☆106Updated 2 years ago
Alternatives and similar repositories for rev-hash
Users that are interested in rev-hash are comparing it to the libraries listed below
Sorting:
- Get namespaced config from the closest package.json☆120Updated 2 years ago
- Lazy number range generator☆82Updated last year
- Check when the DOM has loaded like `DOMContentLoaded`☆111Updated last year
- Find multiple RegExp matches in a string☆90Updated 3 years ago
- Ensures a value is a valid error by making it one if not☆82Updated 2 months ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Define a lazily evaluated property on an object☆66Updated 2 years ago
- Simplified high resolution timing☆84Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Conditional promise chains☆63Updated 4 years ago
- Truncate a URL to a specific length☆61Updated last month
- Indent each line in a string☆113Updated 3 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated 2 years ago
- Extract the actual stack of an error☆67Updated 3 years ago
- Exit the process when the `esc` key is pressed☆57Updated last year
- Reliably get the terminal window size☆144Updated 2 years ago
- Locate a program or locally installed node module's executable☆78Updated 9 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Updated 4 years ago
- Measure the time a promise takes to resolve☆71Updated 2 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆160Updated 2 months ago
- Check if a value is a plain object☆103Updated last year
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Import a globally installed module☆57Updated last year
- Convert an Observable to a Promise☆50Updated 2 years ago
- Resolve the path of a package regardless of it having an entry point☆54Updated 3 years ago
- Make unhandled promise rejections fail hard right away instead of the default silent fail☆106Updated 3 years ago
- Filter object keys and values into a new object☆104Updated last year
- Write data to a random temporary file☆107Updated last year
- Run promise-returning & async functions a specific number of times concurrently☆40Updated 4 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆143Updated 2 months ago