@motrix/nat-api • 0.3.4 Port mapping with UPnP and NAT-PMP DIRECT 28 1681367440 @types/long • 4.0.2 TypeScript definitions for long.js INDIRECT 0 1651001538 @types/node • 22.8.6 TypeScript definitions for node INDIRECT 1 1730397829 @types/retry • 0.12.0 TypeScript definitions for retry INDIRECT 0 1546537575 @vascosantos/moving-average • 1.1.0 Exponential Moving Average DIRECT 0 1619774776 abort-controller • 3.0.0 An implementation of WHATWG AbortController interface. DIRECT 1 1553937332 abortable-iterator • 3.0.2 Make any iterator or iterable abortable via an AbortSignal DIRECT 1 1642148529 aggregate-error • 3.1.0 Create an error from multiple errors DIRECT 2 1598048987 any-signal • 2.1.2 Combines an array of AbortSignals into a single signal that is aborted when any signal is DIRECT 3 1612788296 asn1.js • 5.4.1 ASN.1 encoder and decoder INDIRECT 4 1592496711 async • 3.2.6 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1724109863 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 bignumber.js • 9.1.2 A library for arbitrary-precision decimal and non-decimal arithmetic DIRECT 0 1693224945 bindings • 1.5.0 Helper module for loading your native module's .node file INDIRECT 1 1551308084 bl • 5.1.0 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 8 1666093986 bn.js • 4.12.0 Big number implementation in pure javascript INDIRECT 0 1614151007 brorand • 1.1.0 Random number generator for browsers and node.js INDIRECT 0 1487799562 buffer • 6.0.3 Node.js Buffer API, for the browser INDIRECT 2 1606099887 class-is • 1.1.0 Enhances a JavaScript class by adding an is<Class> property to compare types between realms. DIRECT 0 1522832076 clean-stack • 2.2.0 Clean up error stack traces INDIRECT 0 1564586696 cross-spawn • 7.0.3 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1590420907 debug • 4.3.7 Lightweight debugging utility for Node.js and the browser DIRECT 1 1725583977 dns-over-http-resolver • 1.2.3 DNS over HTTP resolver INDIRECT 4 1620725569 elliptic • 6.6.0 EC cryptography INDIRECT 7 1729912444 err-code • 3.0.1 Create an error with a code DIRECT 0 1612540503 es6-promisify • 7.0.0 Converts callback-based functions to ES6 Promises DIRECT 0 1622037671 event-target-shim • 5.0.1 An implementation of WHATWG EventTarget interface. INDIRECT 0 1550556052 eventemitter3 • 4.0.7 EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface. INDIRECT 0 1598519444 events • 3.3.0 Node's event emitter for all engines. DIRECT 0 1614444687 execa • 5.1.1 Process execution for humans INDIRECT 15 1622824691 fast-fifo • 1.3.2 A fast fifo implementation similar to the one powering nextTick in Node.js core INDIRECT 0 1692627662 file-uri-to-path • 1.0.0 Convert a file: URI to a file path INDIRECT 0 1499377911 get-iterator • 1.0.2 Get the default iterator or async iterator for an Iterable. INDIRECT 0 1551018952 get-stream • 6.0.1 Get a stream as a string, buffer, or array INDIRECT 0 1618462602 hash.js • 1.1.7 Various hash functions that could be run by both browser and node INDIRECT 2 1543607403 hashlru • 2.3.0 simpler faster substitute for LRU DIRECT 0 1542919756 hmac-drbg • 1.0.1 Deterministic random bit generator (hmac) INDIRECT 4 1491777211 indent-string • 4.0.0 Indent each line in a string INDIRECT 0 1555486273 interface-datastore • 6.1.1 datastore interface DIRECT 4 1655908822 ip-address • 8.1.0 A library for parsing IPv4 and IPv6 IP addresses in node and the browser. INDIRECT 2 1626722296 ip-regex • 4.3.0 Regular expression for matching IP addresses (IPv4 & IPv6) INDIRECT 0 1611326959 ipaddr.js • 2.2.0 A library for manipulating IPv4 and IPv6 addresses in JavaScript. INDIRECT 0 1713577016 is-electron • 2.2.2 Detect if running in Electron. INDIRECT 0 1676982205 is-ip • 3.1.0 Check if a string is an IP address INDIRECT 1 1560975810 is-loopback-addr • 1.0.1 Check if a IP address is a loopback address INDIRECT 0 1602330106 is-plain-obj • 2.1.0 Check if a value is a plain object INDIRECT 0 1579602874 is-stream • 2.0.1 Check if something is a Node.js stream INDIRECT 0 1627296664 is-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 1431824619 iso-random-stream • 2.0.2 Random bytes stream for node and browser INDIRECT 6 1638519962 it-handshake • 2.0.0 Create handshakes for binary protocols with iterable streams. DIRECT 13 1617893257 it-length-prefixed • 5.0.3 Streaming length prefixed buffers with async iterables DIRECT 10 1625653516 it-pipe • 1.1.0 Utility to "pipe" async iterables together DIRECT 0 1572208881 it-pushable • 1.4.2 Pushable iterable INDIRECT 1 1612718007 it-reader • 3.0.0 Read an exact number of bytes from a binary (async) iterable INDIRECT 9 1617878788 jsbn • 1.1.0 The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers. INDIRECT 0 1487006096 libp2p-crypto • 0.19.7 Crypto primitives for libp2p DIRECT 45 1629285816 libp2p-crypto • 0.20.0 Crypto primitives for libp2p INDIRECT 38 1634828493 libp2p-interfaces • 1.3.1 Interfaces for JS Libp2p DIRECT 67 1637938044 libp2p-utils • 0.4.1 Package to aggregate shared logic and dependencies for the libp2p ecosystem DIRECT 21 1625747922 mafmt • 10.0.0 A multiaddr validator DIRECT 12 1625651644 merge-options • 3.0.4 Merge Option Objects DIRECT 1 1606146935 merge-stream • 2.0.0 Create a stream that emits events from multiple other streams INDIRECT 0 1558618605 mimic-fn • 2.1.0 Make a function mimic another one INDIRECT 0 1554054814 minimalistic-crypto-utils • 1.0.1 Minimalistic tools for JS crypto modules INDIRECT 0 1487798457 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 multiaddr • 10.0.1 multiaddr implementation (binary + string representation of network addresses) DIRECT 11 1629358518 multistream-select • 2.0.1 JavaScript implementation of multistream-select DIRECT 23 1629376684 mutable-proxy • 1.0.0 A library for creating mutable proxies DIRECT 0 1545341789 nan • 2.22.0 Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibility INDIRECT 0 1728621863 nanoid • 3.3.7 A tiny (116 bytes), secure URL-friendly unique string ID generator INDIRECT 0 1699247731 native-abort-controller • 1.0.4 Returns native AbortController/AbortSignal if available or the abort-controller module if not INDIRECT 0 1632142002 native-fetch • 3.0.0 Returns native fetch if available or the node-fetch module if not INDIRECT 0 1612359657 netmask • 2.0.2 Parse and lookup IP network blocks INDIRECT 0 1617387459 noble-ed25519 • 1.2.6 Fastest JS implementation of ed25519 & ristretto255. Auditable, high-security, 0-dependency pubkey, scalarmult & EDDSA INDIRECT 0 1632926874 noble-secp256k1 • 1.2.14 Fastest JS implementation of secp256k1. Independently audited, high-security, 0-dependency ECDSA & Schnorr signatures INDIRECT 0 1634448936 node-addon-api • 5.1.0 Node.js API (Node-API) INDIRECT 0 1673609961 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js INDIRECT 3 1692811119 node-gyp-build • 4.8.2 Build tool and bindings loader for node-gyp that supports prebuilds INDIRECT 0 1724850448 npm-run-path • 4.0.1 Get your PATH prepended with locally installed binaries INDIRECT 1 1577052272 onetime • 5.1.2 Ensure a function is only called once INDIRECT 1 1597004944 p-any • 3.0.0 Wait for any promise to be fulfilled DIRECT 5 1582382646 p-cancelable • 2.1.1 Create a promise that can be canceled INDIRECT 0 1619950872 p-defer • 3.0.0 Create a deferred promise INDIRECT 0 1559895073 p-fifo • 1.0.0 Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty. DIRECT 2 1564581348 p-finally • 1.0.0 `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome INDIRECT 0 1477029729 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 p-queue • 6.6.2 Promise queue with concurrency control INDIRECT 3 1602443385 p-reflect • 2.1.0 Make a promise always fulfill with its actual fulfillment value or rejection reason INDIRECT 0 1554269046 p-retry • 4.6.2 Retry a promise-returning or async function DIRECT 2 1651037055 p-settle • 4.1.1 Settle promises concurrently and get their fulfillment value or rejection reason DIRECT 3 1590739655 p-some • 5.0.0 Wait for a specified number of promises to be fulfilled INDIRECT 4 1582116011 p-timeout • 3.2.0 Timeout a promise after a specified amount of time INDIRECT 1 1568733047 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 path-key • 3.1.1 Get the PATH environment variable key cross-platform INDIRECT 0 1574441238 peer-id • 0.15.4 IPFS Peer Id implementation in Node.js DIRECT 41 1637932541 private-ip • 2.3.4 Check if IP address is private. DIRECT 4 1659964294 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 receptacle • 1.3.2 In memory cache lru cache with ttl support. INDIRECT 1 1528904901 retimer • 2.0.0 Reschedulable Timer for your node needs INDIRECT 0 1544725634 retimer • 3.0.0 Reschedulable Timer for your node needs DIRECT 0 1614683219 retry • 0.13.1 Abstraction for exponential and custom retry strategies for failed operations. INDIRECT 0 1624261532 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 secp256k1 • 4.0.4 This module provides native bindings to ecdsa secp256k1 functions INDIRECT 10 1729232943 set-delayed-interval • 1.0.0 An asynchronous setInterval that is properly delayed using promises and can be delayed on boot DIRECT 0 1606231732 shebang-command • 2.0.0 Get the command from a shebang INDIRECT 1 1567781605 shebang-regex • 3.0.0 Regular expression for matching a shebang line INDIRECT 0 1556361979 streaming-iterables • 6.2.0 A collection of utilities for async iterables. Designed to replace your streams. DIRECT 0 1644155455 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 strip-final-newline • 2.0.0 Strip the final newline character from a string/buffer INDIRECT 0 1540715802 timeout-abort-controller • 1.1.1 An AbortController that aborts after a specified timeout DIRECT 3 1591703771 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 1453255734 uint8arrays • 3.1.1 Utility functions to make dealing with Uint8Arrays easier DIRECT 1 1665386583 undici-types • 6.19.8 A stand-alone types package for Undici INDIRECT 0 1724087971 unordered-array-remove • 1.0.2 Efficiently remove an element from an unordered array without doing a splice INDIRECT 0 1459304115 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 varint • 6.0.0 protobuf-style varint bytes - use msb to create integer values of varying sizes DIRECT 0 1601312974 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 1495832201 xml2js • 0.5.0 Simple XML to JavaScript object converter. INDIRECT 2 1681033392 xmlbuilder • 11.0.1 An XML builder for node.js INDIRECT 0 1553287553 xsalsa20 • 1.2.0 XSalsa20 implemented in Javascript and WebAssembly DIRECT 0 1637581324