multicast-dns(latest: 7.2.5) Low level multicast-dns implementation in pure javascript
prebuild-install(latest: 7.1.1) A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform
node-abi(latest: 3.33.0) Get the Node ABI for a given target and runtime, and vice versa.
dns-packet(latest: 5.4.0) An abstract-encoding compliant module for encoding / decoding DNS packets
duplexify(latest: 4.1.2) Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
electron-download(latest: 4.1.1) download electron prebuilt binary zips from github releases
watchify(latest: 4.0.0) watch mode for browserify builds
nugget(latest: 2.2.0) minimalist wget clone written in node. HTTP GETs a file and saves it to the current working directory
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
detective(latest: 5.2.1) find all require() calls by walking the AST
speedometer(latest: 1.1.0) simple speed measurement in javascript
random-access-file(latest: 4.0.0) Continuous reading or writing to a file using random offsets and lengths
sodium-universal(latest: 4.0.0) Universal wrapper for sodium-javascript and sodium-native working in Node.js and the Browser
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
prebuild(latest: 11.0.4) A command line tool for easily making prebuilt binaries for multiple versions of node, electron or node-webkit on a specific platform
napi-macros(latest: 2.2.2) Set of utility macros to make writing N-API modules a little easier.
hyperdht(latest: 6.5.2) The DHT powering Hyperswarm
stream-collector(latest: 1.0.1) Buffer data from a stream into an array if a callback is provided
bitfield(latest: 4.1.0) a simple bitfield, compliant with the BitTorrent spec
level-enumerate(latest: 1.0.1) Enumerate keys to incrementing numbers
level-logs(latest: 1.2.0) Store multiple append only logs in leveldb.
sequential-hash(latest: 1.0.0) A lexicographical ordered rolling hash
framed-hash(latest: 1.1.0) A hash function that wraps all input chunks with a length prefix.
stream-wrapper(latest: 0.1.2) Wrap read/write/transform functions into streams
flat-tree(latest: 1.9.0) A series of functions to map a binary tree to a list
last-one-wins(latest: 1.0.4) Make sure the last sync call to an async function is executed after all previous ones have finished
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
subleveldown(latest: 6.0.1) Split a levelup database into sublevels with their own keyspace, encoding and events
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
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.
sparse-bitfield(latest: 3.0.3) Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer
memory-pager(latest: 1.5.0) Access memory using small fixed sized buffers
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
eslint-config-standard-jsx(latest: 11.0.0) JavaScript Standard Style JSX support - ESLint Shareable Config
standard-engine(latest: 15.1.0) Wrap your standards in a tortilla and cover it in special sauce.
protomux(latest: 3.5.1) Multiplex multiple message oriented protocols over a stream
b4a(latest: 1.6.4) Bridging the gap between buffers and typed arrays
compact-encoding(latest: 2.13.0) A series of compact encoding schemes for building small and fast parsers and serializers
sodium-native(latest: 4.0.5) Low level bindings for libsodium
node-gyp-build(latest: 4.8.0) Build tool and bindings loader for node-gyp that supports prebuilds
tar-stream(latest: 3.1.7) 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.
tar-fs(latest: 3.0.4) filesystem bindings for tar-stream
streamx(latest: 2.15.6) An iteration of the Node.js core streams with a series of improvements
fast-fifo(latest: 1.3.2) A fast fifo implementation similar to the one powering nextTick in Node.js core
hypercore-crypto(latest: 3.4.0) The crypto primitives used in hypercore, extracted into a separate module