static-module(latest: 3.0.4) convert module usage to inline expressions
sparse-bitfield(latest: 3.0.3) Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer
bit-encode(latest: 1.0.0) Low level bit encoder for buffers
memory-pager(latest: 1.5.0) Access memory using small fixed sized buffers
electron-prebuilt(latest: 1.4.13) Install prebuilt electron binaries for the command-line using npm
single-line-log(latest: 1.1.2) Keep writing to the same line in the terminal. Very useful when you write progress bars, or a status message during longer operations
speedometer(latest: 1.1.0) simple speed measurement in javascript
stream-iterate(latest: 1.2.0) Iterate through the values of a stream
gunzip-maybe(latest: 1.4.2) Transform stream that gunzips its input if it is gzipped and just echoes it if not
peek-stream(latest: 1.1.3) Transform stream that lets you peek the first line before deciding how to parse it
thunky(latest: 1.1.0) delay the evaluation of a paramless async function and cache the result
deglob(latest: 4.0.1) Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.
varint(latest: 6.0.0) protobuf-style varint bytes - use msb to create integer values of varying sizes
websocket-stream(latest: 5.5.2) Use websockets with the node streams API. Works in browser and node
multistream(latest: 4.1.0) A stream that emits multiple other streams one after another (streams3)
watchify(latest: 4.0.0) watch mode for browserify builds
signed-varint(latest: 2.0.1) efficiently store signed integers in varint
browserify-fs(latest: 1.0.0) fs for the browser using level-filesystem and browserify
level-blobs(latest: 0.1.7) Save binary blobs in level and stream then back
fwd-stream(latest: 1.0.4) Forward a readable stream to another readable stream or a writable stream to another writable stream
@choojs/findup(latest: 0.2.1) Find a file by walking up the directory tree
node-gyp-install(latest: 2.2.0) Manually download node/iojs header files for usage with node-gyp.
tar-map-stream(latest: 1.0.0) Streaming mapping of tarball headers
multi-write-stream(latest: 2.0.1) Create a writable stream that writes to multiple other writeable streams
dns-socket(latest: 4.2.2) Make low-level DNS requests with retry and timeout support.
sorted-array-functions(latest: 1.3.0) Maintain and search through a sorted array using some low level functions
pretty-tree(latest: 1.0.0) Make colorful trees out of JSON objects using archy
nanoresource(latest: 1.3.0) Small module that helps you maintain state around resources
array-lru(latest: 1.1.1) A really fast LRU cache for array items (numeric keys)
hypercore-protocol(latest: 8.0.7) Stream that implements the hypercore protocol
random-access-file(latest: 2.2.0) Continuous reading or writing to a file using random offsets and lengths
unordered-array-remove(latest: 1.0.2) Efficiently remove an element from an unordered array without doing a splice
bulk-write-stream(latest: 2.0.1) Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streams
nanoiterator(latest: 1.2.1) Lightweight and efficient iterators
hyperdht(latest: 1.3.2) A DHT that supports peer discovery and distributed hole punching
merkle-tree-stream(latest: 4.0.0) A stream that generates a merkle tree based on the incoming data.
numeric-id-map(latest: 1.1.0) Data structure that maps entries to numeric ids
sublevel-prefixer(latest: 1.0.0) Prefix a key with a sublevel prefix
uint64be(latest: 3.0.0) Encode / decode big endian unsigned 64 bit integers
bitfield-rle(latest: 2.2.1) A run-length-encoder that compresses bitfields.
sodium-encryption(latest: 1.2.3) Sodium encryption that works in node and in the browser
sodium-signatures(latest: 2.1.1) Sodium signatures that works in node and in the browser
stream-collector(latest: 1.0.1) Buffer data from a stream into an array if a callback is provided
levelup-defaults(latest: 2.0.0) Change the defaults settings on a levelup instance by returning a new levelup instance that uses the same leveldown but different options
passthrough-encoding(latest: 1.2.0) An encoder that encodes buffers/strings to a buffer and is abstract-encoding compatible
atomic-batcher(latest: 1.0.2) A simple batching function that allows you to atomically batch a series of operations.
inspect-custom-symbol(latest: 1.1.1) Use util.inspect.custom without having to browserify util in the browser
fast-bitfield(latest: 1.2.2) Variable sized bitfield that allows you to quickly iterate over bits
fd-lock(latest: 1.2.0) Advisory cross-platform lock on a file using a file descriptor to it.
nanoguard(latest: 1.3.0) Small module that allows you to guard a call to a function.
message-pair(latest: 2.0.1) Small module to implement a "message name to id" pairing protocol
abstract-extension(latest: 3.1.1) Small abstraction to help build out user defined extension messages in an RPC system
hypercore-streams(latest: 1.0.1) External implementation of a WriteStream and ReadStream for Hypercore
eslint-config-standard(latest: 17.1.0) JavaScript Standard Style - ESLint Shareable Config
standard-engine(latest: 15.1.0) Wrap your standards in a tortilla and cover it in special sauce.
fast-fifo(latest: 1.3.2) A fast fifo implementation similar to the one powering nextTick in Node.js core
duplexify(latest: 4.1.3) Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
stream-shift(latest: 1.0.3) Returns the next buffer/object in a stream's readable queue
nugget(latest: 2.2.0) minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory
prebuild-install(latest: 7.1.3) A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform
end-of-stream(latest: 1.4.5) Call a callback when a readable/writable/duplex stream has completed or failed.
node-gyp-build(latest: 4.8.4) Build tool and bindings loader for node-gyp that supports prebuilds
to-buffer(latest: 1.2.2) Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
napi-macros(latest: 2.2.2) Set of utility macros to make writing N-API modules a little easier.
generate-object-property(latest: 2.0.0) Generate safe JS code that can used to reference a object property
semifies(latest: 1.0.0) Slimmed down satisfies from semver
standard(latest: 17.1.2) JavaScript Standard Style
why-is-node-running(latest: 3.2.2) Node is running but you don't know why? why-is-node-running is here to help you.
tar-stream(latest: 3.1.8) tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
pump(latest: 3.0.4) pipe streams together and close all of them if one of them closes
b4a(latest: 1.8.0) Bridging the gap between buffers and typed arrays
bare-fs(latest: 4.7.0) Native file system operations for Bare
streamx(latest: 2.25.0) An iteration of the Node.js core streams with a series of improvements
bare-events(latest: 2.8.2) Event emitters for JavaScript
bare-path(latest: 3.0.0) Path manipulation library for JavaScript
bare-stream(latest: 2.13.0) Streaming data for JavaScript
bare-url(latest: 2.4.0) WHATWG URL implementation for JavaScript
events-universal(latest: 1.0.1) Universal wrapper for the Node.js events module
text-decoder(latest: 1.2.7) Streaming text decoder that preserves multibyte Unicode characters
bare-os(latest: 3.8.7) Operating system utilities for Javascript
safety-catch(latest: 1.0.3) Small module that makes sure your catch, caught an actual error and not a programming mistake or assertion
protocol-buffers-schema(latest: 3.6.1) No nonsense protocol buffers schema parser written in Javascript
dns-packet(latest: 5.6.1) An abstract-encoding compliant module for encoding / decoding DNS packets
abstract-blob-store(latest: 3.3.5) A test suite and interface you can use to implement streaming file (blob) storage modules for various storage backends and platforms.
fs-blob-store(latest: 6.0.0) blob store that stores blobs on the local file system
tar-fs(latest: 3.1.2) filesystem bindings for tar-stream