abstract-extension • 3.1.1 Small abstraction to help build out user defined extension messages in an RPC system DIRECT 1 1592233403 atomic-batcher • 1.0.2 A simple batching function that allows you to atomically batch a series of operations. DIRECT 0 1486940292 bitfield-rle • 2.2.1 A run-length-encoder that compresses bitfields. DIRECT 2 1534802933 blake2b-wasm • 2.4.0 Blake2b implemented in WASM INDIRECT 2 1637580544 buffer-alloc-unsafe • 1.1.0 A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`. INDIRECT 0 1527635920 buffer-alloc • 1.2.0 A [ponyfill](https://ponyfill.com) for `Buffer.alloc`. INDIRECT 2 1527637266 buffer-fill • 1.0.0 A [ponyfill](https://ponyfill.com) for `Buffer.fill`. INDIRECT 0 1527636952 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 bulk-write-stream • 1.1.4 Writable stream that forwards everything in the highWaterMark buffer to a custom write function using the new writev api in streams DIRECT 9 1521773826 clone • 2.1.2 deep cloning of objects and arrays INDIRECT 0 1521666430 codecs • 2.2.0 Create an binary encoder/decoder for json, utf-8 or custom types DIRECT 0 1606393894 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 count-trailing-zeros • 1.0.1 Counts the number of trailing zeros of a binary integer INDIRECT 0 1435010071 debug • 4.3.7 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1725583977 events • 3.3.0 Node's event emitter for all engines. INDIRECT 0 1614444687 fast-bitfield • 1.2.2 Variable sized bitfield that allows you to quickly iterate over bits DIRECT 1 1544523936 fast-fifo • 1.3.2 A fast fifo implementation similar to the one powering nextTick in Node.js core INDIRECT 0 1692627662 fd-lock • 1.2.0 Advisory cross-platform lock on a file using a file descriptor to it. DIRECT 2 1611843096 flat-tree • 1.12.1 A series of functions to map a binary tree to a list DIRECT 0 1730556657 from2 • 2.3.0 Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2" DIRECT 8 1471281359 hypercore-cache • 1.0.2 A caching module for Hypercore tree nodes and blocks DIRECT 0 1580747773 hypercore-crypto • 1.0.0 The crypto primitives used in hypercore, extracted into a separate module DIRECT 18 1530195105 hypercore-protocol • 7.10.0 Stream that implements the hypercore protocol DIRECT 42 1580816811 inspect-custom-symbol • 1.1.1 Use util.inspect.custom without having to browserify util in the browser DIRECT 0 1573734899 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 last-one-wins • 1.0.4 Make sure the last sync call to an async function is executed after all previous ones have finished DIRECT 0 1454112221 memory-pager • 1.5.0 Access memory using small fixed sized buffers DIRECT 0 1547048304 merkle-tree-stream • 3.0.3 A stream that generates a merkle tree based on the incoming data. DIRECT 9 1458427319 mkdirp-classic • 0.5.3 Mirror of mkdirp 0.5.2 INDIRECT 0 1588586163 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nan • 2.22.0 Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibility INDIRECT 0 1728621863 nanoguard • 1.3.0 Small module that allows you to guard a call to a function. DIRECT 0 1581690625 nanoresource • 1.3.0 Small module that helps you maintain state around resources DIRECT 1 1572873662 napi-macros • 2.2.2 Set of utility macros to make writing N-API modules a little easier. INDIRECT 0 1672176560 node-gyp-build • 4.8.2 Build tool and bindings loader for node-gyp that supports prebuilds INDIRECT 0 1724850448 pretty-hash • 1.0.1 Output binary buffers as a nice shortened hex string DIRECT 0 1479837504 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 protocol-buffers-encodings • 1.2.0 Base encodings for protocol-buffers INDIRECT 4 1659462968 queue-tick • 1.0.1 Next tick shim that prefers process.nextTick over queueMicrotask for compat INDIRECT 0 1663180680 random-access-file • 2.2.1 Continuous reading or writing to a file using random offsets and lengths DIRECT 5 1647599849 random-access-storage • 1.4.3 Easily make random-access-storage instances INDIRECT 3 1644493279 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 signed-varint • 2.0.1 efficiently store signed integers in varint INDIRECT 1 1478351854 simple-hypercore-protocol • 1.5.0 Hypercore protocol state machine INDIRECT 22 1580816653 simple-message-channels • 1.2.1 Simple streamable state machine that implements a useful channel, message-type, message pattern INDIRECT 1 1570622334 siphash24 • 1.3.1 SipHash (2-4) implemented in pure Javascript and WebAssembly INDIRECT 1 1647855122 sodium-javascript • 0.5.6 WIP - a pure javascript version of sodium-native INDIRECT 7 1583329967 sodium-native • 2.4.9 Low level bindings for libsodium INDIRECT 3 1579616020 sodium-universal • 2.0.0 Universal wrapper for sodium-javascript and sodium-native working in Node.js and the Browser DIRECT 12 1510608633 sparse-bitfield • 3.0.3 Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer DIRECT 1 1488673065 streamx • 2.20.1 An iteration of the Node.js core streams with a series of improvements INDIRECT 4 1726141084 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 timeout-refresh • 1.0.3 Efficiently refresh a timer DIRECT 0 1601890514 uint64be • 2.0.2 Encode / decode big endian unsigned 64 bit integers DIRECT 3 1521674825 unordered-array-remove • 1.0.2 Efficiently remove an element from an unordered array without doing a splice DIRECT 0 1459304115 unordered-set • 2.0.1 A couple of functions that make it easy to maintain an unordered set as an array in an efficient way DIRECT 0 1528712967 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 varint • 4.0.1 protobuf-style varint bytes - use msb to create integer values of varying sizes INDIRECT 0 1466277430 varint • 5.0.0 protobuf-style varint bytes - use msb to create integer values of varying sizes INDIRECT 0 1478286939 varint • 5.0.2 protobuf-style varint bytes - use msb to create integer values of varying sizes INDIRECT 0 1601312830 xsalsa20 • 1.2.0 XSalsa20 implemented in Javascript and WebAssembly INDIRECT 0 1637581324