create hashes for browserify
Generate hashes from javascript objects in node and the browser.
Generates a hash for an installed npm package, useful for salting caches
Vega expression parser and code generator.
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
Stable JS value hash.
Implementation of JSON Web Signatures
A MurmurHash2 implementation
JWA implementation (supports all JWS algorithms)
Various hash functions that could be run by both browser and node
abstract base class for hash-streams
An incremental implementation of MurmurHash3
Stable JS value hash.
Deterministic random bit generator (hmac)
A pure JS implementation SHA256.
Hashing made simple. Get the hash of a buffer/string/stream/file.
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.
Like which(1) unix command. Find the first instance of an executable in the PATH.
Super-tiny implementations of some basic hash functions
A collection of utilities for better-auth
Create a base32 hash
Light-weight option parsing with an argv hash. No optstrings attached.
Lightning fast normal and incremental md5 for javascript
Hash a stream of data, then validate
Easily add Hash/OpenStruct-like features to any class or instance
easily add hash-like features to any class / instance
Based on openrain-scenarios, q.v. Depends on hard-to-find gems at the moment: remi-indifferent-variable-hash and remi-simplecli
FlexConf is a simple configuration utility that does its job and gets out of your way. It reads settings from a hash or YAML file ('config.yml' by default) but allows overrides from a '*_local.yml' file and from environment variables. Settings can be read as indifferent hash values (config['foo'] or config[:foo]) or method calls (config.foo) with recursive nesting (config.foo.bar). The code is lightweight and fast with no additional dependencies.