licenses.dev

libp2p-kad-dht v0.22.0

JavaScript implementation of the Kad-DHT for libp2p

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT137
PackageRelationDependenciesPublished
@multiformats/base-x • 4.0.1Fast base encoding / decoding of any given alphabetINDIRECT0
@types/bl • 4.1.0TypeScript definitions for BufferListINDIRECT2
@types/long • 4.0.2TypeScript definitions for long.jsINDIRECT0
@types/minimatch • 3.0.5TypeScript definitions for MinimatchINDIRECT0
@types/node • 22.5.5TypeScript definitions for nodeINDIRECT1
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.DIRECT1
abortable-iterator • 3.0.2Make any iterator or iterable abortable via an AbortSignalINDIRECT1
aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
any-signal • 2.1.2Combines an array of AbortSignals into a single signal that is aborted when any signal isINDIRECT3
asn1.js • 5.4.1ASN.1 encoder and decoderINDIRECT4
assertion-error • 1.1.0Error constructor for test and validation frameworks that implements standardized AssertionError specification.INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bindings • 1.5.0Helper module for loading your native module's .node fileINDIRECT1
bl • 5.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
blakejs • 1.2.1Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functionsINDIRECT0
bn.js • 4.12.0Big number implementation in pure javascriptINDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
buffer • 6.0.3Node.js Buffer API, for the browserINDIRECT2
chai • 4.5.0BDD/TDD assertion library for node.js and the browser. Test framework agnostic.INDIRECT7
check-error • 1.0.3Error comparison and information related utility for node and the browserINDIRECT1
cids • 1.1.9CID Implementation in JavaScriptDIRECT8
class-is • 1.1.0Enhances a JavaScript class by adding an is<Class> property to compare types between realms.INDIRECT0
clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
debug • 4.3.7Lightweight debugging utility for Node.js and the browserDIRECT1
deep-eql • 4.1.4Improved deep equality testing for Node.js and the browser.INDIRECT1
delay • 5.0.0Delay a promise a specified amount of timeINDIRECT0
detect-node • 2.1.0Detect Node.JS (as opposite to browser environment) (reliable)INDIRECT0
dirty-chai • 2.0.1Extends Chai with lint-friendly terminating assertions.INDIRECT0
dns-over-http-resolver • 1.2.3DNS over HTTP resolverINDIRECT4
electron-fetch • 1.9.1A light-weight module that brings window.fetch to electron's background processINDIRECT3
elliptic • 6.5.7EC cryptographyINDIRECT7
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
err-code • 3.0.1Create an error with a codeDIRECT0
event-target-shim • 5.0.1An implementation of WHATWG EventTarget interface.INDIRECT0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
events • 3.3.0Node's event emitter for all engines.INDIRECT0
fast-fifo • 1.3.2A fast fifo implementation similar to the one powering nextTick in Node.js coreINDIRECT0
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
get-func-name • 2.0.2Utility for getting a function's name for node and the browserINDIRECT0
get-iterator • 1.0.2Get the default iterator or async iterator for an Iterable.INDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hashlru • 2.3.0simpler faster substitute for LRUDIRECT0
heap • 0.2.7binary heap (priority queue) algorithms (ported from Python's heapq module)DIRECT0
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
indent-string • 4.0.0Indent each line in a stringINDIRECT0
interface-datastore • 4.0.2datastore interfaceDIRECT46
ip-address • 7.1.0A library for parsing IPv4 and IPv6 IP addresses in node and the browser.INDIRECT2
ip-regex • 4.3.0Regular expression for matching IP addresses (IPv4 & IPv6)INDIRECT0
ipaddr.js • 2.2.0A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
ipfs-utils • 8.1.6Package to aggregate shared logic and dependencies for the IPFS ecosystemINDIRECT36
is-electron • 2.2.2Detect if running in Electron.INDIRECT0
is-fn • 1.0.0Check if a value is a functionINDIRECT0
is-ip • 3.1.0Check if a string is an IP addressINDIRECT1
is-loopback-addr • 1.0.1Check if a IP address is a loopback addressINDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
iso-random-stream • 2.0.2Random bytes stream for node and browserINDIRECT6
iso-url • 1.2.1Isomorphic/Universal WHATWG URL API with some support legacy node URL APIINDIRECT0
it-goodbye • 3.0.0Add a goodbye handshake to a duplex async iterableINDIRECT3
it-length-prefixed • 5.0.3Streaming length prefixed buffers with async iterablesDIRECT10
it-pair • 1.0.0pair a source async iterable stream and a sink async iterable streamINDIRECT1
it-pipe • 1.1.0Utility to "pipe" async iterables togetherDIRECT0
it-pushable • 1.4.2Pushable iterableINDIRECT1
it-to-stream • 1.0.0Convert streaming iterables to Node.js streamsINDIRECT12
js-sha3 • 0.8.0A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.INDIRECT0
jsbn • 1.1.0The 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.INDIRECT0
just-extend • 6.2.0extend an objectINDIRECT0
k-bucket • 5.1.0Kademlia DHT K-bucket implementation as a binary treeDIRECT2
libp2p-crypto • 0.19.7Crypto primitives for libp2pDIRECT45
libp2p-interfaces • 0.10.4Interfaces for JS Libp2pDIRECT125
libp2p-record • 0.10.6libp2p record implementationDIRECT18
libp2p-tcp • 0.15.4Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfacesINDIRECT32
libp2p-utils • 0.3.1Package to aggregate shared logic and dependencies for the libp2p ecosystemINDIRECT28
lodash.get • 4.4.2The lodash method `_.get` exported as a module.INDIRECT0
loupe • 2.3.7Inspect utility for Node.js and browsersINDIRECT1
mafmt • 9.0.0A multiaddr validatorINDIRECT19
merge-options • 3.0.4Merge Option ObjectsINDIRECT1
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multiaddr • 9.0.2multiaddr implementation (binary + string representation of network addresses)DIRECT18
multibase • 4.0.6JavaScript implementation of the multibase specificationINDIRECT1
multicodec • 3.2.1JavaScript implementation of the multicodec specificationINDIRECT3
multihashes • 4.0.3multihash implementationINDIRECT5
multihashing-async • 2.1.4multiple hash functionsDIRECT10
murmurhash3js-revisited • 3.0.0MurmurHash3 in JavaScript, matches the reference implementation (C++), runnable in node and browser.INDIRECT0
nan • 2.20.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 22 compatibilityINDIRECT0
nanoid • 3.3.7A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
native-abort-controller • 1.0.4Returns native AbortController/AbortSignal if available or the abort-controller module if notINDIRECT0
native-fetch • 3.0.0Returns native fetch if available or the node-fetch module if notINDIRECT0
netmask • 2.0.2Parse and lookup IP network blocksINDIRECT0
node-addon-api • 2.0.2Node.js API (N-API)INDIRECT0
node-gyp-build • 4.8.2Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
p-defer • 3.0.0Create a deferred promiseINDIRECT0
p-fifo • 1.0.0Promised 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.INDIRECT2
p-filter • 2.1.0Filter promises concurrentlyDIRECT1
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-map • 2.1.0Map over promises concurrentlyINDIRECT0
p-map • 4.0.0Map over promises concurrentlyDIRECT3
p-queue • 6.6.2Promise queue with concurrency controlDIRECT3
p-timeout • 3.2.0Timeout a promise after a specified amount of timeINDIRECT1
p-timeout • 4.1.0Timeout a promise after a specified amount of timeDIRECT0
p-times • 3.0.0Run promise-returning & async functions a specific number of times concurrentlyDIRECT4
p-wait-for • 3.2.0Wait for a condition to be trueINDIRECT2
path-to-regexp • 6.3.0Express style path to RegExp utilityINDIRECT0
pathval • 1.1.1Object value retrieval given a string pathINDIRECT0
peer-id • 0.14.8IPFS Peer Id implementation in Node.jsDIRECT56
private-ip • 2.3.4Check if IP address is private.INDIRECT4
promise-to-callback • 1.0.0Convert promise to callback interfaceDIRECT2
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
react-native-fetch-api • 2.0.0A fetch API polyfill for React Native with text streaming support.INDIRECT1
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
receptacle • 1.3.2In memory cache lru cache with ttl support.INDIRECT1
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
secp256k1 • 4.0.3This module provides native bindings to ecdsa secp256k1 functionsINDIRECT10
set-immediate-shim • 1.0.1Simple setImmediate shimINDIRECT0
stream-to-it • 0.2.4Convert Node.js streams to streaming iterablesINDIRECT1
streaming-iterables • 5.0.4A collection of utilities for async iterables. Designed to replace your streams.DIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
type-detect • 4.0.8Improved typeof detection for node.js and the browser.INDIRECT0
type-detect • 4.1.0Improved typeof detection for node.js and the browser.INDIRECT0
uint8arrays • 2.1.10Utility functions to make dealing with Uint8Arrays easierDIRECT1
uint8arrays • 3.1.1Utility functions to make dealing with Uint8Arrays easierINDIRECT1
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
varint • 5.0.2protobuf-style varint bytes - use msb to create integer values of varying sizesINDIRECT0
varint • 6.0.0protobuf-style varint bytes - use msb to create integer values of varying sizesDIRECT0
xor-distance • 2.0.0Calculate the distance between two buffers as a new buffer and compare computed distances with eachotherDIRECT0
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
BSD-3-Clause21
PackageRelationDependenciesPublished
@protobufjs/aspromise • 1.1.2Returns a promise from a node-style callback function.INDIRECT0
@protobufjs/base64 • 1.1.2A minimal base64 implementation for number arrays.INDIRECT0
@protobufjs/codegen • 2.0.4A minimalistic code generation utility.INDIRECT0
@protobufjs/eventemitter • 1.1.0A minimal event emitter.INDIRECT0
@protobufjs/fetch • 1.1.0Fetches the contents of a file accross node and browsers.INDIRECT2
@protobufjs/float • 1.0.2Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.INDIRECT0
@protobufjs/inquire • 1.1.0Requires a module only if available and hides the require call from bundlers.INDIRECT0
@protobufjs/path • 1.1.2A minimal path module to resolve Unix, Windows and URL paths alike.INDIRECT0
@protobufjs/pool • 1.1.0A general purpose buffer pool.INDIRECT0
@protobufjs/utf8 • 1.1.0A minimal UTF8 implementation for number arrays.INDIRECT0
@sinonjs/commons • 1.8.6Simple functions shared among the sinon end user librariesINDIRECT1
@sinonjs/commons • 3.0.1Simple functions shared among the sinon end user librariesINDIRECT1
@sinonjs/fake-timers • 11.3.1Fake JavaScript timersINDIRECT2
@sinonjs/fake-timers • 7.1.2Fake JavaScript timersINDIRECT2
@sinonjs/samsam • 6.1.3Value identification and comparison functionsINDIRECT4
diff • 4.0.2A javascript text diff implementation.INDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
nise • 5.1.9Fake XHR and serverINDIRECT6
protobufjs • 6.11.4Protocol Buffers for JavaScript (& TypeScript).DIRECT14
sinon • 10.0.1JavaScript test spies, stubs and mocks.INDIRECT15
sprintf-js • 1.1.2JavaScript sprintf implementationINDIRECT0
ISC10
PackageRelationDependenciesPublished
chai-checkmark • 1.0.1A Chai plugin for counting assertions.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
it-all • 1.0.6Collects all values from an async iterator and returns them as an arrayINDIRECT0
it-drain • 1.0.5Empties an async iteratorINDIRECT0
it-filter • 1.0.3Filters the passed iterable by using the filter functionINDIRECT0
it-first • 1.0.7Returns the first result from an async iteratorDIRECT0
it-glob • 0.0.14Async iterable filename pattern matcherINDIRECT5
it-take • 1.0.2Stop iteration after n items have been receivedINDIRECT0
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
Apache-2.02
PackageRelationDependenciesPublished
long • 4.0.0A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
ursa-optional • 0.10.2RSA public/private key OpenSSL bindings for node and io.jsINDIRECT3
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
interface-store • 0.0.2A generic interface for storing and retrieving dataINDIRECT0
non-standard1
PackageRelationDependenciesPublished
keypair • 1.0.4Generate a RSA PEM key pair from pure JSINDIRECT0
Apache-2.0 AND MIT1
PackageRelationDependenciesPublished
multiformats • 9.9.0Interface for multihash, multicodec, multibase and CIDINDIRECT0
BSD-3-Clause OR GPL-2.01
PackageRelationDependenciesPublished
node-forge • 0.10.0JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.INDIRECT0
MPL-2.01
PackageRelationDependenciesPublished
pem-jwk • 2.0.0convert between PEM and JWK formatsINDIRECT5
Apache-2.0 OR Unlicense1
PackageRelationDependenciesPublished
@sinonjs/text-encoding • 0.7.3Polyfill for the Encoding Living Standard's API.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/libp2p-kad-dht)](https://licenses.dev/npm/libp2p-kad-dht)
<a href="https://licenses.dev/npm/libp2p-kad-dht">
  <img src="https://licenses.dev/b/npm/libp2p-kad-dht" alt="licenses" />
</a>

Or the licenses badge code for the 0.22.0 version:

[![licenses](https://licenses.dev/b/npm/libp2p-kad-dht/0.22.0)](https://licenses.dev/npm/libp2p-kad-dht/0.22.0)
<a href="https://licenses.dev/npm/libp2p-kad-dht/0.22.0">
  <img src="https://licenses.dev/b/npm/libp2p-kad-dht/0.22.0" alt="licenses" />
</a>
GitHub