md5-file(latest: 5.0.0) Get the MD5-sum of a given file, with low memory usage, even on huge files.
commitizen(latest: 4.2.4) Git commit, but play nice with conventions.
jsonlines(latest: 0.1.1) Parse [JSONLines](http://jsonlines.org) with Node.js.
append-field(latest: 2.0.0) A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.
buffer-from(latest: 1.1.2) A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
has-own-property(latest: 2.0.0) Check if an object has a local property.
stream-file-type(latest: 0.6.1) Get the [file type](https://github.com/sindresorhus/file-type) by inspecting a stream.
random-path(latest: 1.0.0) Generate a random path name.
base32-encode(latest: 2.0.0) Base32 encoder with support for multiple variants.
murmur-32(latest: 1.0.0) MurmurHash3 x86 32-bit implemented in JavaScript.
to-data-view(latest: 2.0.0) Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
array-buffer-from-string(latest: 0.1.0) Create an ArrayBuffer with the [raw bytes][javascript-encoding] from a String.
fmix(latest: 1.0.0) MurmurHash3 x86 finalization mix implemented in JavaScript.
encode-utf8(latest: 2.0.0) Turn a string into an ArrayBuffer by using the UTF8 encoding.
load-yaml-file(latest: 1.0.0) Read and parse a YAML file.
clipboard-copy(latest: 4.0.1) Lightweight copy to clipboard for the web
application-config(latest: 2.0.0) Store your applications config where the operating system wants you to.
fs-temp(latest: 2.0.1) `fs-temp` is a quick and simple way to create temporary files and directories.
is-my-json-valid(latest: 2.20.6) A [JSONSchema](https://json-schema.org/) validator that uses code generation to be extremely fast.
source-map-support(latest: 0.5.21) Fixes stack traces for files with source maps
simple-get(latest: 4.0.1) Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
eslint-config-standard-jsx(latest: 11.0.0) JavaScript Standard Style JSX support - ESLint Shareable Config
react-native-get-random-values(latest: 1.8.0) A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
fast-base64-decode(latest: 2.0.0) A fast Base64 decoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).