sindresorhus / rev-hashLinks
Create a hash for file revving
☆106Updated last year
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 last year
- Lazy number range generator☆82Updated last year
- Create a lazily evaluated value☆69Updated 4 years ago
- Indent each line in a string☆113Updated 3 years ago
- Find multiple RegExp matches in a string☆90Updated 3 years ago
- Simplified high resolution timing☆84Updated last year
- Check when the DOM has loaded like `DOMContentLoaded`☆110Updated last year
- Define a lazily evaluated property on an object☆66Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆82Updated last month
- Conditional promise chains☆63Updated 4 years ago
- Locate a program or locally installed node module's executable☆78Updated 9 years ago
- Filter object keys and values into a new object☆104Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Reliably get the terminal window size☆144Updated last year
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated 2 years ago
- Promise ponyfill with pinkie☆116Updated 7 years ago
- Get the path of the caller module☆66Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Extract the actual stack of an error☆67Updated 3 years ago
- Truncate a URL to a specific length☆61Updated last month
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆142Updated last month
- Check if a URL is absolute☆80Updated last month
- Resolve the path of a package regardless of it having an entry point☆54Updated 3 years ago
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 8 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Updated 4 years ago
- Import a globally installed module☆57Updated last year
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆57Updated last year
- capitalize a string, or all words in a string☆39Updated 4 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆160Updated last month