abstract-leveldown • 2.6.3 An abstract prototype matching the LevelDOWN API INDIRECT 1 1504613012 abstract-leveldown • 2.7.2 An abstract prototype matching the LevelDOWN API INDIRECT 1 1507681551 almost-equal • 1.1.0 Test if two floats are almost equal INDIRECT 0 1457560381 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 array-lru • 1.1.1 A really fast LRU cache for array items (numeric keys) INDIRECT 0 1485204196 atomic-batcher • 1.0.2 A simple batching function that allows you to atomically batch a series of operations. INDIRECT 0 1486940292 bindings • 1.3.1 Helper module for loading your native module's .node file INDIRECT 0 1543265368 bitfield-rle • 2.2.1 A run-length-encoder that compresses bitfields. INDIRECT 2 1534802933 bl • 1.2.3 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 8 1599126736 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 INDIRECT 9 1521773826 clone • 2.1.2 deep cloning of objects and arrays INDIRECT 0 1521666430 code-point-at • 1.1.0 ES2015 `String#codePointAt()` ponyfill INDIRECT 0 1478169780 codecs • 1.2.1 Create an binary encoder/decoder for json, utf-8 or custom types INDIRECT 0 1520726941 collect-stream • 1.2.1 Collect a readable stream's output and errors INDIRECT 13 1473672722 concat-stream • 1.6.2 writable stream that concatenates strings or binary data and calls a callback with the result INDIRECT 10 1521645450 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 d64 • 1.0.0 dominictarr style base64, like base64 but lexiographically sortable INDIRECT 0 1390859740 debug • 4.3.7 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1725583977 decompress-response • 3.3.0 Decompress a HTTP response if needed INDIRECT 1 1496432628 deep-extend • 0.6.0 Recursive object extending INDIRECT 0 1527012797 deepmerge • 2.2.1 A library for deep (recursive) merging of Javascript objects INDIRECT 0 1538589501 deferred-leveldown • 1.2.2 For handling delayed-open on LevelDOWN compatible libraries DIRECT 2 1501447198 defined • 0.0.0 return the first argument that is `!== undefined` INDIRECT 0 1353905606 delegates • 1.0.0 delegate methods and accessors to another property INDIRECT 0 1450122969 duplexify • 3.7.1 Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input INDIRECT 12 1549298243 end-of-stream • 1.4.4 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1569416251 errno • 0.1.8 libuv errno details exposed INDIRECT 1 1608122763 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 INDIRECT 1 1544523936 fast-future • 1.0.2 A really fast way to run a callback in the future INDIRECT 0 1481917163 fd-lock • 1.2.0 Advisory cross-platform lock on a file using a file descriptor to it. INDIRECT 2 1611843096 flat-tree • 1.12.1 A series of functions to map a binary tree to a list INDIRECT 0 1730556657 from2 • 2.3.0 Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2" INDIRECT 8 1471281359 fs-constants • 1.0.0 Require constants across node and the browser INDIRECT 0 1524753752 github-from-package • 0.0.0 return the github url from a package.json file INDIRECT 0 1356779572 hypercore-crypto • 1.0.0 The crypto primitives used in hypercore, extracted into a separate module INDIRECT 18 1530195105 hypercore-protocol • 6.12.0 Stream that implements the hypercore protocol INDIRECT 28 1565167583 hypercore • 6.26.0 Hypercore is a secure, distributed append-only log INDIRECT 60 1555408241 inspect-custom-symbol • 1.1.1 Use util.inspect.custom without having to browserify util in the browser INDIRECT 0 1573734899 is-fullwidth-code-point • 1.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 1 1437084018 isarray • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 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 INDIRECT 0 1454112221 level-codec • 7.0.1 Levelup's encoding logic INDIRECT 0 1502724247 level-errors • 1.0.5 Error types for LevelUP INDIRECT 2 1502794757 level-iterator-stream • 1.3.1 Turn a leveldown iterator into a readable stream INDIRECT 9 1439789073 level-option-wrap • 1.1.0 wrap `opts.{{g,l}{t,e,te},start,end}` arguments with functions INDIRECT 1 1413454374 leveldown • 1.9.0 A Node.js LevelDB binding, primary backend for LevelUP DIRECT 64 1506636271 levelup • 1.3.9 Fast & simple storage - a Node.js-style LevelDB wrapper DIRECT 14 1501072949 memory-pager • 1.5.0 Access memory using small fixed sized buffers INDIRECT 0 1547048304 merkle-tree-stream • 3.0.3 A stream that generates a merkle tree based on the incoming data. INDIRECT 9 1458427319 mimic-response • 1.0.1 Mimic a Node.js HTTP response stream INDIRECT 0 1531308307 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp-classic • 0.5.3 Mirror of mkdirp 0.5.2 INDIRECT 0 1588586163 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` DIRECT 1 1647992895 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 mutexify • 1.4.0 mutex lock for javascript INDIRECT 1 1638186652 nan • 2.22.0 Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibility INDIRECT 0 1728621863 nan • 2.7.0 Native Abstractions for Node.js: C++ header for Node 0.8 -> 8 compatibility INDIRECT 0 1504053771 napi-macros • 2.2.2 Set of utility macros to make writing N-API modules a little easier. INDIRECT 0 1672176560 node-abi • 2.30.1 Get the Node ABI for a given target and runtime, and vice versa. INDIRECT 1 1630439183 node-gyp-build • 4.8.2 Build tool and bindings loader for node-gyp that supports prebuilds INDIRECT 0 1724850448 noop-logger • 0.1.1 A logger that does exactly nothing. INDIRECT 0 1455640851 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 1475212313 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 os-homedir • 1.0.2 Node.js 4 `os.homedir()` ponyfill INDIRECT 0 1475211521 prebuild-install • 2.5.3 A command line tool for easily install prebuilds for multiple version of node/iojs on a specific platform INDIRECT 59 1523884920 pretty-hash • 1.0.1 Output binary buffers as a nice shortened hex string INDIRECT 0 1479837504 process-nextick-args • 1.0.7 process.nextTick but always with args INDIRECT 0 1462394254 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 prr • 1.0.1 A better Object.defineProperty() INDIRECT 0 1406011849 pull-stream-to-stream • 1.3.4 turn a pull-stream into a regular node stream. INDIRECT 0 1490608190 pull-stream • 3.7.0 minimal pull stream INDIRECT 0 1669976819 pump • 1.0.3 pipe streams together and close all of them if one of them closes INDIRECT 3 1510865056 pump • 2.0.1 pipe streams together and close all of them if one of them closes INDIRECT 3 1516638147 pump • 3.0.2 pipe streams together and close all of them if one of them closes INDIRECT 3 1726041514 pumpify • 1.5.1 Combine an array of streams into a single duplex stream using pump and duplexify INDIRECT 14 1526480433 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 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 read-only-stream • 2.0.0 wrap a readable/writable stream to be read-only INDIRECT 8 1440392541 readable-stream • 1.1.14 Streams3, a user-land copy of the stream library from Node.js v0.11.x INDIRECT 4 1460563294 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-concat • 1.0.1 Super-minimalist version of `concat-stream`. Less than 15 lines! INDIRECT 0 1594960584 simple-get • 2.8.2 Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines. INDIRECT 5 1643794743 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 INDIRECT 12 1510608633 sorted-indexof • 1.0.0 Given two sorted arrays, a and b, efficiently return an array of indexes of b's elements in a. INDIRECT 0 1496420730 sparse-bitfield • 3.0.3 Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer INDIRECT 1 1488673065 stream-shift • 1.0.3 Returns the next buffer/object in a stream's readable queue INDIRECT 0 1705518913 string_decoder • 0.10.31 The string_decoder module from Node core INDIRECT 0 1408767919 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string-width • 1.0.2 Get the visual width of a string - the number of columns required to display it INDIRECT 5 1471188234 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-json-comments • 2.0.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1455006606 subleveldown • 2.1.0 sublevels implemented using leveldowns INDIRECT 17 1446236762 tar-fs • 1.16.3 filesystem bindings for tar-stream INDIRECT 23 1529482839 tar-stream • 1.6.2 tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system. INDIRECT 18 1537619777 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 9 1541541791 through2 • 3.0.2 A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise INDIRECT 8 1592965529 thunky • 1.1.0 delay the evaluation of a paramless async function and cache the result INDIRECT 0 1571043270 to-buffer • 1.1.1 Pass in a string, get a buffer back. Pass in a buffer, get the same buffer back INDIRECT 0 1524754584 typedarray • 0.0.6 TypedArray polyfill for old browsers INDIRECT 0 1400295169 uint64be • 2.0.2 Encode / decode big endian unsigned 64 bit integers INDIRECT 3 1521674825 uniq • 1.0.1 Removes duplicates from a sorted array in place INDIRECT 0 1401052556 unordered-array-remove • 1.0.2 Efficiently remove an element from an unordered array without doing a splice INDIRECT 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 INDIRECT 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 which-pm-runs • 1.1.0 Detects what package manager executes the process INDIRECT 0 1645170042 xsalsa20 • 1.2.0 XSalsa20 implemented in Javascript and WebAssembly INDIRECT 0 1637581324 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945