@leichtgewicht/ip-codec • 2.0.5 Small package to encode or decode IP addresses from buffers to strings. INDIRECT 0 1711514534 ansi-diff-stream • 1.2.1 A transform stream that diffs input buffers and outputs the diff as ANSI. If you pipe this to a terminal it will update the output with minimal changes. INDIRECT 12 1521772350 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1648387784 append-tree • 2.4.4 Model a tree structure on top of an append-only log. INDIRECT 19 1528274628 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 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 bencode • 1.0.0 Bencode de/encoder INDIRECT 1 1498140269 bencode • 2.0.3 Bencode de/encoder INDIRECT 0 1652479662 bitfield-rle • 2.2.1 A run-length-encoder that compresses bitfields. INDIRECT 2 1534802933 bittorrent-dht • 7.10.0 Simple, robust, BitTorrent DHT implementation INDIRECT 19 1515703518 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-equals • 1.0.4 Node.js 0.12 buffer.equals() ponyfill INDIRECT 0 1475224213 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 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bind • 1.0.8 Robustly `.call.bind()` a function INDIRECT 15 1733462354 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 1741024203 chrome-dgram • 3.0.6 Use the Node `dgram` API in Chrome Apps INDIRECT 2 1603770141 chrome-dns • 1.0.1 Use the Node `dns` API in Chrome Apps INDIRECT 2 1565397856 chrome-net • 3.3.4 Use the Node `net` API in Chrome Apps INDIRECT 1 1589744553 circular-append-file • 1.0.1 A simple appendable-file interface which enforces a size cap by overwriting itself. INDIRECT 9 1520873329 codecs • 1.2.1 Create an binary encoder/decoder for json, utf-8 or custom types INDIRECT 0 1520726941 codecs • 2.2.0 Create an binary encoder/decoder for json, utf-8 or custom types INDIRECT 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 dat-encoding • 4.0.2 Encode and decode Dat links DIRECT 1 1486540131 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 debug • 3.2.7 small debugging utility INDIRECT 1 1605790637 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 discovery-swarm • 4.4.2 A network swarm that uses discovery-channel to find peers INDIRECT 86 1501193808 dns-discovery • 6.2.3 Discovery peers in a distributed system using regular dns and multicast dns. INDIRECT 29 1544002903 dns-packet • 4.2.0 An abstract-encoding compliant module for encoding / decoding DNS packets INDIRECT 2 1522854829 dns-packet • 5.6.1 An abstract-encoding compliant module for encoding / decoding DNS packets INDIRECT 1 1692961206 dns-socket • 3.0.0 Make custom low-level DNS requests from node with retry support. INDIRECT 3 1518344426 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 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.5 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1750080540 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.1.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736901763 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 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 for-each • 0.3.5 A better forEach INDIRECT 1 1739256963 from2 • 2.3.0 Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2" INDIRECT 8 1471281359 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-intrinsic • 1.3.0 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 1740257660 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 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 • 7.7.1 Hypercore is a secure, distributed append-only log INDIRECT 60 1568293881 hyperdrive • 9.16.0 Hyperdrive is a secure, real time distributed file system DIRECT 75 1564490384 inspect-custom-symbol • 1.1.1 Use util.inspect.custom without having to browserify util in the browser INDIRECT 0 1573734899 ip • 1.1.9 [](https://www.npmjs.com/package/ip) INDIRECT 0 1708316973 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-fullwidth-code-point • 2.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1474526569 is-typed-array • 1.1.15 Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 23 1734542407 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isarray • 2.0.5 Array#isArray for older browsers INDIRECT 0 1562592082 k-bucket • 3.3.1 Kademlia DHT K-bucket implementation as a binary tree INDIRECT 4 1512407007 k-bucket • 4.0.1 Kademlia DHT K-bucket implementation as a binary tree INDIRECT 3 1526154667 k-rpc-socket • 1.11.1 Low level implementation of the k-rpc network layer that the BitTorrent DHT uses INDIRECT 6 1565397737 k-rpc • 4.3.1 Low-level implementation of the k-rpc protocol used the BitTorrent DHT. INDIRECT 11 1520469203 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 length-prefixed-message • 3.0.4 Reads and writes binary length prefixed messages. INDIRECT 1 1565166655 localcast • 2.0.1 A shared event emitter that works across multiple processes on the same machine, including the browser! DIRECT 25 1489095783 lodash.flattendeep • 4.4.0 The lodash method `_.flattenDeep` exported as a module. INDIRECT 0 1471109926 lodash.pick • 4.4.0 The lodash method `_.pick` exported as a module. DIRECT 0 1471110200 lru • 2.0.1 A simple O(1) LRU cache INDIRECT 1 1459047057 lru • 3.1.0 A simple O(1) LRU cache INDIRECT 1 1467851399 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 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 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp-classic • 0.5.3 Mirror of mkdirp 0.5.2 INDIRECT 0 1588586163 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 multicast-dns • 7.2.5 Low level multicast-dns implementation in pure javascript INDIRECT 3 1652689135 multistream • 2.1.1 A stream that emits multiple other streams one after another (streams2) INDIRECT 8 1527231014 mutexify • 1.4.0 mutex lock for javascript INDIRECT 1 1638186652 nan • 2.22.2 Native Abstractions for Node.js: C++ header for Node 0.8 -> 22 compatibility INDIRECT 0 1740587779 nanoguard • 1.3.0 Small module that allows you to guard a call to a function. INDIRECT 0 1581690625 napi-macros • 2.2.2 Set of utility macros to make writing N-API modules a little easier. INDIRECT 0 1672176560 network-address • 1.1.2 get the local network address of your machine INDIRECT 0 1484665209 node-gyp-build • 3.9.0 Build tool and bindings loader for node-gyp that supports prebuilds INDIRECT 0 1556289842 node-gyp-build • 4.8.4 Build tool and bindings loader for node-gyp that supports prebuilds INDIRECT 0 1732027426 normalize-path • 2.1.1 Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled. INDIRECT 1 1490811685 possible-typed-array-names • 1.1.0 A simple list of possible Typed Array names. INDIRECT 0 1738904655 pretty-bytes • 4.0.2 Convert bytes to a human readable string: 1337 → 1.34 kB DIRECT 0 1472381403 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 progress-string • 1.2.2 Get a progess bar as a string DIRECT 0 1510266702 protocol-buffers-encodings • 1.2.0 Base encodings for protocol-buffers INDIRECT 4 1659462968 pump • 1.0.3 pipe streams together and close all of them if one of them closes INDIRECT 3 1510865056 pump • 3.0.3 pipe streams together and close all of them if one of them closes INDIRECT 3 1750065359 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 INDIRECT 5 1647599849 random-access-memory • 2.4.0 Exposes the same interface as random-access-file but instead of writing/reading data to a file it maintains it in memory DIRECT 1 1492032753 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 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 run-series • 1.1.9 Run an array of functions in series INDIRECT 0 1603769597 rusha • 0.8.14 A high-performance pure-javascript SHA1 implementation suitable for large binary data. INDIRECT 0 1623180197 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 set-function-length • 1.2.2 Set a function's length property INDIRECT 14 1710006059 signed-varint • 2.0.1 efficiently store signed integers in varint INDIRECT 1 1478351854 simple-sha1 • 2.1.2 A simple api for generating sha1 hashes in node and the browser. INDIRECT 1 1551486437 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 speedometer • 1.1.0 simple speed measurement in javascript INDIRECT 0 1529316913 status-logger • 3.1.1 print updating progress to console and stdout DIRECT 19 1506463273 stream-collector • 1.0.1 Buffer data from a stream into an array if a callback is provided INDIRECT 2 1416047701 stream-each • 1.2.3 Iterate all the data in a stream INDIRECT 4 1532973544 stream-shift • 1.0.3 Returns the next buffer/object in a stream's readable queue INDIRECT 0 1705518913 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string-width • 2.1.1 Get the visual width of a string - the number of columns required to display it INDIRECT 3 1500376155 strip-ansi • 4.0.0 Strip ANSI escape codes INDIRECT 1 1497986906 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 9 1541541791 thunky • 0.1.0 delay the evaluation of a paramless async function and cache the result INDIRECT 0 1362594654 thunky • 1.1.0 delay the evaluation of a paramless async function and cache the result INDIRECT 0 1571043270 to-buffer • 1.2.1 Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back. INDIRECT 27 1750400125 typed-array-buffer • 1.0.3 Get the ArrayBuffer out of a TypedArray, robustly. INDIRECT 24 1734539188 uint64be • 2.0.2 Encode / decode big endian unsigned 64 bit integers INDIRECT 3 1521674825 ultron • 1.0.2 Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design INDIRECT 0 1433948347 unixify • 1.0.0 Convert Windows file paths to unix paths. INDIRECT 2 1492217058 unordered-array-remove • 1.0.2 Efficiently remove an element from an unordered array without doing a splice INDIRECT 0 1459304115 unordered-set • 1.1.0 A couple of functions that make it easy to maintain an unordered set as an array in an efficient way INDIRECT 0 1454954771 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 utp-native • 1.7.3 Native bindings for libutp INDIRECT 10 1533950078 varint • 3.0.1 protobuf-style varint bytes - use msb to create integer values of varying sizes INDIRECT 0 1407529265 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-typed-array • 1.1.19 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 22 1741483626 wrap-ansi • 3.0.1 Wordwrap a string with ANSI escape codes INDIRECT 4 1500839933 ws • 1.1.5 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 2 1510160103 xsalsa20 • 1.2.0 XSalsa20 implemented in Javascript and WebAssembly INDIRECT 0 1637581324 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945