CLI frontend to [rev-hash](https://github.com/sindresorhus/rev-hash).
Create a hash for file revving
Synchronously get the current git commit hash, tag, or branch
Create a revved file path
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name.
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
Trace imports, detect unused code, clean dependencies — all with a super-fast CLI
Generate hashes from javascript objects in node and the browser.
cli and node api version of gulp/grunt-rev, uses rev-path, rev-hash to generate a json of assets
Stable JS value hash.
Tells you whether or not dependencies in package.json have been changed.
A MurmurHash2 implementation
Implementation of JSON Web Signatures
JWA implementation (supports all JWS algorithms)
Get the revved file path of a file
broccoli asset revisions (fingerprint)
abstract base class for hash-streams
An incremental implementation of MurmurHash3
Stable JS value hash.
A pure JS implementation SHA256.
Webpack plugin to use git branch, hash and tag as substitutions for file names
SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will fall back to a pure JS implementation in @aws-crypto/sha256-js to provide a consistent interface for SHA256.
Rewrite occurences of filenames which have been renamed by gulp-rev
Hashing made simple. Get the hash of a buffer/string/stream/file.