293 packages
@alac/decoder
A decoder that turns raw ALAC data into PCM data.
@alac/encoder
An encoder that produces raw ALAC data from PCM data.
albatross
Albatross is a small library that makes accessing MongoDB from Node.js a breeze. It's goal is to be a thin wrapper that enables you to forget about connection state and get right to accessing your data.
amend-object
Update an object from an iterable of key/value-pairs.
appdmg
Generate beautiful DMG-images for your OS X applications.
append-field
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.
application-config
Store your applications config where the operating system wants you to.
application-config-path
Store your application config in the right location.
array-buffer-from-string
Create an ArrayBuffer with the [raw bytes][javascript-encoding] from a String.
array-buffer-to-hex
Turn an `ArrayBuffer` into a string of hexadecimal characters.
assert-rejects
Assert that a promise eventually rejects
assman
Yet another asset manager for node
async-chunks
Get an async iterator over chunks in a stream.
async-lines
Get an async iterator over lines in a stream.
audio-hid-events
Listen to HID events from USB audio products.
aws-has-region
Check wether or not the aws-sdk has a configured region, without loading any clients into memory.
babel-preset-react-native-typescript
A babel preset for React Native, using TypeScript instead of Flow.
base32-decode
Base32 decoder with support for multiple variants.
base32-encode
Base32 encoder with support for multiple variants.
blockhash-core
This is the core implementation of the [blockhash perceptual image hashing algorithm](http://blockhash.io).
@body/json
Parse a JSON body of an incoming HTTP request.
@body/stream
Gives a stream of an incoming http request, optionally with content decoded in respect to the `Content-Encoding` header.
@body/urlencoded
Parse an URL-encoded body of an incoming HTTP request.
boolean-array
A typed array of 1-bit boolean values.
buffer-alloc
A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.