licenses.dev

ipfs-core v0.7.1

JavaScript implementation of the IPFS specification

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

MIT342
PackageRelationDependenciesPublished
@leichtgewicht/ip-codec • 2.0.5Small package to encode or decode IP addresses from buffers to strings.INDIRECT0
@motrix/nat-api • 0.3.4Port mapping with UPnP and NAT-PMPINDIRECT28
@multiformats/base-x • 4.0.1Fast base encoding / decoding of any given alphabetINDIRECT0
@socket.io/component-emitter • 3.1.2Event emitterINDIRECT0
@sovpro/delimited-stream • 1.1.0A Transform stream emitting buffered data at each delimiter instanceINDIRECT0
@stablelib/aead • 1.0.1AEAD interface declaration (authenticated encryption with associated data)INDIRECT0
@stablelib/binary • 1.0.1Binary encoding and decodingINDIRECT1
@stablelib/bytes • 1.0.1Byte utilitiesINDIRECT0
@stablelib/chacha • 1.0.1ChaCha stream cipherINDIRECT3
@stablelib/chacha20poly1305 • 1.0.1ChaCha20-Poly1305 AEAD (RFC 7539)INDIRECT7
@stablelib/constant-time • 1.0.1Algorithmically constant-time utility functionsINDIRECT0
@stablelib/hash • 1.0.1Cryptographic hash function interface declarationsINDIRECT0
@stablelib/hkdf • 1.0.1HMAC-based Extract-and-Expand Key Derivation Function (HKDF, RFC 5869)INDIRECT4
@stablelib/hmac • 1.0.1Hash-based message authentication code (HMAC)INDIRECT3
@stablelib/int • 1.0.1Integer number utilitiesINDIRECT0
@stablelib/keyagreement • 1.0.1Key agreement interface declaration and utilitiesINDIRECT1
@stablelib/poly1305 • 1.0.1Poly1305 one-time message authentication codeINDIRECT2
@stablelib/random • 1.0.2Cryptographically-secure pseudorandom number generatorINDIRECT3
@stablelib/sha256 • 1.0.1SHA-256 cryptographic hash functionINDIRECT4
@stablelib/wipe • 1.0.1Wipes bytes and arrays (sets all values to zero)INDIRECT0
@stablelib/x25519 • 1.0.3X25519 key agreement (Curve25519)INDIRECT6
@types/bl • 4.1.0TypeScript definitions for BufferListINDIRECT2
@types/cookie • 0.4.1TypeScript definitions for cookieINDIRECT0
@types/cors • 2.8.17TypeScript definitions for corsINDIRECT2
@types/debug • 4.1.12TypeScript definitions for debugINDIRECT1
@types/long • 4.0.2TypeScript definitions for long.jsINDIRECT0
@types/minimatch • 3.0.5TypeScript definitions for MinimatchINDIRECT0
@types/ms • 0.7.34TypeScript definitions for msINDIRECT0
@types/node • 22.5.5TypeScript definitions for nodeINDIRECT1
@types/retry • 0.12.0TypeScript definitions for retryINDIRECT0
@vascosantos/moving-average • 1.1.0Exponential Moving AverageINDIRECT0
abort-controller • 3.0.0An implementation of WHATWG AbortController interface.DIRECT1
abortable-iterator • 3.0.2Make any iterator or iterable abortable via an AbortSignalINDIRECT1
abstract-leveldown • 7.2.0An abstract prototype matching the LevelDOWN APIINDIRECT8
accepts • 1.3.8Higher-level content negotiationINDIRECT3
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
array-shuffle • 2.0.0Randomize the order of items in an arrayDIRECT0
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
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
base64id • 2.0.0Generates a base64 idINDIRECT0
bignumber.js • 9.1.2A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
bindings • 1.5.0Helper module for loading your native module's .node fileINDIRECT1
bintrees • 1.0.2Binary Search TreesINDIRECT0
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
borc • 2.1.2Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).INDIRECT13
borc • 3.0.0Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).INDIRECT13
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
buffer • 6.0.3Node.js Buffer API, for the browserINDIRECT2
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
catering • 2.1.1Simple utility to allow your module to be consumed with a callback or promiseINDIRECT0
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
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
cookie • 0.4.2HTTP server cookie parsing and serializationINDIRECT0
cors • 2.8.5Node.js CORS middlewareINDIRECT2
cross-spawn • 7.0.3Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
datastore-core • 4.0.0Wrapper implementation for interface-datastoreDIRECT52
datastore-fs • 4.0.1Datastore implementation with file system backendINDIRECT61
datastore-level • 5.0.1Datastore implementation with level(up|down) backendINDIRECT73
datastore-pubsub • 0.6.1Responsible for providing an interface-datastore compliant api to pubsubDIRECT49
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
deferred-leveldown • 7.0.0A mock abstract-leveldown implementation that queues operations while a real abstract-leveldown instance is being openedINDIRECT10
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
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
dlv • 1.1.3Safely get a dot-notated property within an object.DIRECT0
dns-over-http-resolver • 1.2.3DNS over HTTP resolverINDIRECT4
dns-packet • 5.6.1An abstract-encoding compliant module for encoding / decoding DNS packetsINDIRECT1
electron-fetch • 1.9.1A light-weight module that brings window.fetch to electron's background processINDIRECT3
elliptic • 6.5.7EC cryptographyINDIRECT7
encoding-down • 7.1.0An abstract-leveldown implementation that wraps another store to encode keys and valuesINDIRECT12
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
engine.io-client • 6.5.4Client for the realtime EngineINDIRECT6
engine.io-parser • 5.2.3Parser for the client for the realtime EngineINDIRECT0
engine.io • 6.5.5The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and serverINDIRECT17
err-code • 2.0.3Create an error with a codeINDIRECT0
err-code • 3.0.1Create an error with a codeDIRECT0
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es6-promisify • 6.1.1Converts callback-based functions to ES6 PromisesINDIRECT0
event-iterator • 2.0.0Convert event emitters and event targets to ES async iteratorsINDIRECT0
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
execa • 5.1.1Process execution for humansINDIRECT15
fast-fifo • 1.3.2A fast fifo implementation similar to the one powering nextTick in Node.js coreINDIRECT0
fast-write-atomic • 0.2.1Fast way to write a file atomically, for Node.jsINDIRECT0
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
fnv1a • 1.1.1Simple 32 bit FNV-1a hash algorithm implementation.INDIRECT0
for-each • 0.3.3A better forEachINDIRECT1
fs-extra • 9.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.INDIRECT4
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-browser-rtc • 1.1.0get webrtc browser methods unprefixedINDIRECT0
get-func-name • 2.0.2Utility for getting a function's name for node and the browserINDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-iterator • 1.0.2Get the default iterator or async iterator for an Iterable.INDIRECT0
get-stream • 6.0.1Get a stream as a string, buffer, or arrayINDIRECT0
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
hamt-sharding • 2.0.1JavaScript implementation of sharding using hash array mapped triesDIRECT3
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hashlru • 2.3.0simpler faster substitute for LRUDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
heap • 0.2.7binary heap (priority queue) algorithms (ported from Python's heapq module)INDIRECT0
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-bitswap • 5.0.6Node.js implementation of the Bitswap data exchange protocol used by IPFSDIRECT163
ipfs-block-service • 0.19.1JavaScript Implementation of BlockServiceDIRECT2
ipfs-core-utils • 0.8.3Package to share code between ipfs and ipfs-http-clientDIRECT88
ipfs-repo-migrations • 8.0.0Migration framework for versioning of JS IPFS RepoINDIRECT90
ipfs-repo • 9.1.6IPFS Repo implementationDIRECT134
ipfs-unixfs-exporter • 5.0.3JavaScript implementation of the UnixFs exporter used by IPFSDIRECT33
ipfs-unixfs-importer • 7.0.3JavaScript implementation of the UnixFs importer used by IPFSDIRECT60
ipfs-unixfs • 4.0.3JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)DIRECT16
ipfs-utils • 7.0.0Package to aggregate shared logic and dependencies for the IPFS ecosystemINDIRECT39
ipfs-utils • 8.1.6Package to aggregate shared logic and dependencies for the IPFS ecosystemDIRECT36
ipld-block • 0.11.1JavaScript Implementation of IPLD BlockDIRECT9
ipld-dag-cbor • 0.17.1JavaScript implementation of the IPLD (InterpPlanetary Linked Data)INDIRECT30
ipld-dag-cbor • 1.0.1JavaScript implementation of the IPLD (InterpPlanetary Linked Data)DIRECT31
ipld-dag-pb • 0.22.3JavaScript Implementation of the MerkleDAG Node in Protobuf.DIRECT32
ipld-raw • 7.0.1JavaScript implementation of the IPLD raw format.DIRECT15
ipld • 0.30.2The JavaScript Implementation of IPLDDIRECT56
ipns • 0.11.0ipns record definitionsDIRECT96
is-arguments • 1.1.1Is this an arguments object? It's a harder question than you think.INDIRECT13
is-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-circular • 1.0.2high-performance, zero-dependency circular reference check for objects (or arrays)INDIRECT0
is-electron • 2.2.2Detect if running in Electron.INDIRECT0
is-fn • 1.0.0Check if a value is a functionINDIRECT0
is-generator-function • 1.0.10Determine if a function is a native generator function.INDIRECT2
is-ip • 3.1.0Check if a string is an IP addressINDIRECT1
is-ipfs • 5.0.0A set of utilities to help identify IPFS resources on the webDIRECT21
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-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-typed-array • 1.1.13Is 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.INDIRECT18
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 • 0.4.7Isomorphic/Universal WHATWG URL API with some support legacy node URL APIINDIRECT0
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-handshake • 2.0.0Create handshakes for binary protocols with iterable streams.INDIRECT13
it-length-prefixed • 5.0.3Streaming length prefixed buffers with async iterablesINDIRECT10
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-reader • 3.0.0Read an exact number of bytes from a binary (async) iterableINDIRECT9
it-to-stream • 1.0.0Convert streaming iterables to Node.js streamsINDIRECT12
it-ws • 4.0.0Simple async iterables for websocket client connectionsINDIRECT6
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
json-text-sequence • 0.1.1Parse and generate RS-delimited JSON sequences according to draft-ietf-json-text-sequenceINDIRECT1
json-text-sequence • 0.3.0Parse and generate RS-delimited JSON sequences according to draft-ietf-json-text-sequenceINDIRECT1
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
just-debounce-it • 1.5.0return a debounced functionINDIRECT0
just-extend • 6.2.0extend an objectINDIRECT0
just-safe-get • 2.1.2get value at property, don't throw if parent is undefinedINDIRECT0
just-safe-set • 2.2.3set value at property, create intermediate properties if necessaryDIRECT0
k-bucket • 5.1.0Kademlia DHT K-bucket implementation as a binary treeINDIRECT2
level-codec • 10.0.0Encode keys, values and range options, with built-in or custom encodingsINDIRECT3
level-concat-iterator • 3.1.0Concatenate entries from an iterator into an array.INDIRECT1
level-errors • 3.0.1Error types for levelupINDIRECT0
level-iterator-stream • 5.0.0Turn an abstract-leveldown iterator into a readable streamINDIRECT5
level-js • 6.1.0An abstract-leveldown compliant store on top of IndexedDBINDIRECT12
level-packager • 6.0.1levelup package helper for distributing with an abstract-leveldown storeINDIRECT20
level-supports • 2.1.0Create a manifest describing the abilities of a levelup or abstract-leveldown dbINDIRECT0
level • 7.0.1Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)INDIRECT27
leveldown • 6.1.1A low-level Node.js LevelDB bindingINDIRECT11
levelup • 5.1.1Fast & simple storage - a Node.js-style LevelDB wrapperINDIRECT17
libp2p-bootstrap • 0.12.3Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer listDIRECT66
libp2p-crypto • 0.19.7Crypto primitives for libp2pDIRECT45
libp2p-floodsub • 0.25.3libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).DIRECT128
libp2p-interfaces • 0.10.4Interfaces for JS Libp2pINDIRECT125
libp2p-kad-dht • 0.22.0JavaScript implementation of the Kad-DHT for libp2pDIRECT176
libp2p-mdns • 0.16.0Node.js libp2p mDNS discovery implementation for peer discoveryDIRECT69
libp2p-mplex • 0.10.7JavaScript implementation of https://github.com/libp2p/mplexDIRECT18
libp2p-noise • 3.1.0![npm](https://img.shields.io/npm/v/libp2p-noise) [![CI](https://github.com/NodeFactoryIo/js-libp2p-noise/actions/workflows/ci.yml/badge.svg?branch=master&event=push)](https://github.com/NodeFactoryIo/js-libp2p-noise/actions/workflows/ci.yml)DIRECT91
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 interfacesDIRECT32
libp2p-utils • 0.3.1Package to aggregate shared logic and dependencies for the libp2p ecosystemINDIRECT28
libp2p-webrtc-peer • 10.0.1Simple one-to-one WebRTC video/voice and data channelsINDIRECT11
libp2p-webrtc-star • 0.22.4libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-starDIRECT170
libp2p-websockets • 0.15.9JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport specDIRECT70
libp2p • 0.31.8JavaScript implementation of libp2p, a modular peer to peer network stackDIRECT218
lodash.get • 4.4.2The lodash method `_.get` exported as a module.INDIRECT0
lodash.throttle • 4.1.1The lodash method `_.throttle` exported as a module.INDIRECT0
loupe • 2.3.7Inspect utility for Node.js and browsersINDIRECT1
ltgt • 2.2.1implement correct ranges for level-*INDIRECT0
mafmt • 9.0.0A multiaddr validatorDIRECT19
menoetius • 0.0.2node middleware to automatically instrument node applications for consumption by prometheusINDIRECT3
merge-options • 3.0.4Merge Option ObjectsDIRECT1
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-db • 1.53.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multiaddr-to-uri • 7.0.0Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.ioDIRECT19
multiaddr • 9.0.2multiaddr implementation (binary + string representation of network addresses)DIRECT18
multibase • 4.0.6JavaScript implementation of the multibase specificationDIRECT1
multicast-dns • 7.2.5Low level multicast-dns implementation in pure javascriptINDIRECT3
multicodec • 3.2.1JavaScript implementation of the multicodec specificationDIRECT3
multihashes • 4.0.3multihash implementationINDIRECT5
multihashing-async • 2.1.4multiple hash functionsDIRECT10
multistream-select • 2.0.1JavaScript implementation of multistream-selectINDIRECT23
murmurhash3js-revisited • 3.0.0MurmurHash3 in JavaScript, matches the reference implementation (C++), runnable in node and browser.INDIRECT0
mutable-proxy • 1.0.0A library for creating mutable proxiesINDIRECT0
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
napi-macros • 2.0.0Set of utility macros to make writing N-API modules a little easier.INDIRECT0
native-abort-controller • 1.0.4Returns native AbortController/AbortSignal if available or the abort-controller module if notDIRECT0
native-fetch • 3.0.0Returns native fetch if available or the node-fetch module if notINDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
netmask • 2.0.2Parse and lookup IP network blocksINDIRECT0
node-addon-api • 2.0.2Node.js API (N-API)INDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-gyp-build • 4.8.2Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
p-any • 3.0.0Wait for any promise to be fulfilledINDIRECT5
p-cancelable • 2.1.1Create a promise that can be canceledINDIRECT0
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 concurrentlyINDIRECT1
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
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 concurrentlyINDIRECT3
p-queue • 6.6.2Promise queue with concurrency controlDIRECT3
p-reflect • 2.1.0Make a promise always fulfill with its actual fulfillment value or rejection reasonINDIRECT0
p-retry • 4.6.2Retry a promise-returning or async functionINDIRECT2
p-settle • 4.1.1Settle promises concurrently and get their fulfillment value or rejection reasonINDIRECT3
p-some • 5.0.0Wait for a specified number of promises to be fulfilledINDIRECT4
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 timeINDIRECT0
p-times • 3.0.0Run promise-returning & async functions a specific number of times concurrentlyINDIRECT4
p-try • 2.2.0`Start a promise chainINDIRECT0
p-wait-for • 3.2.0Wait for a condition to be trueINDIRECT2
parse-duration • 1.1.0convert a human readable duration string to a duration formatDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
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
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
private-ip • 2.3.4Check if IP address is private.INDIRECT4
promise-timeout • 1.3.0Simple timeouts for promisesINDIRECT0
promise-to-callback • 1.0.0Convert promise to callback interfaceINDIRECT2
proper-lockfile • 4.1.2A inter-process and inter-machine lockfile utility that works on a local or network file systemINDIRECT3
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
rabin-wasm • 0.1.5Rabin fingerprinting implemented in AssemblyScriptINDIRECT17
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
retimer • 2.0.0Reschedulable Timer for your node needsINDIRECT0
retimer • 3.0.0Reschedulable Timer for your node needsINDIRECT0
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
retry • 0.13.1Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
run-parallel-limit • 1.1.0Run an array of functions in parallel, but limit the number of tasks executing at the same timeINDIRECT1
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-delayed-interval • 1.0.0An asynchronous setInterval that is properly delayed using promises and can be delayed on bootINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-immediate-shim • 1.0.1Simple setImmediate shimINDIRECT0
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
socket.io-adapter • 2.5.5default socket.io in-memory adapterINDIRECT3
socket.io-client • 4.7.5Realtime application framework clientINDIRECT8
socket.io-parser • 4.2.4socket.io protocol parserINDIRECT3
socket.io • 4.7.5node.js realtime framework serverINDIRECT21
sort-keys • 4.2.0Sort the keys of an objectINDIRECT1
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
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
streaming-iterables • 6.2.0A collection of utilities for async iterables. Designed to replace your streams.INDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
tdigest • 0.1.2javascript implementation of Dunning's T-Digest for streaming quantile approximationINDIRECT1
thunky • 1.1.0delay the evaluation of a paramless async function and cache the resultINDIRECT0
time-cache • 0.3.0A key-value cache that puts a expiry date on its entries. INDIRECT1
timeout-abort-controller • 1.1.1An AbortController that aborts after a specified timeoutINDIRECT3
timestamp-nano • 1.0.1Timestamp for 64-bit time_t, nanosecond precision and strftimeINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
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
typical • 6.0.1Isomorphic, functional type-checking for JavascriptINDIRECT0
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
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unordered-array-remove • 1.0.2Efficiently remove an element from an unordered array without doing a spliceINDIRECT0
url • 0.11.4The core `url` packaged standalone for use with Browserify.INDIRECT16
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util • 0.12.5Node.js's util module for all enginesINDIRECT22
varint-decoder • 1.0.0Parse all the varints in a Buffer (for when there are varints everywhere)INDIRECT1
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 sizesINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
ws • 7.5.10Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
ws • 8.17.1Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xml2js • 0.5.0Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
xor-distance • 2.0.0Calculate the distance between two buffers as a new buffer and compare computed distances with eachotherINDIRECT0
xsalsa20 • 1.2.0XSalsa20 implemented in Javascript and WebAssemblyINDIRECT0
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
BSD-3-Clause52
PackageRelationDependenciesPublished
@hapi/accept • 5.0.2HTTP Accept-* headers parsingINDIRECT2
@hapi/ammo • 5.0.1HTTP Range processing utilitiesINDIRECT1
@hapi/b64 • 5.0.0Base64 streaming encoder and decoderINDIRECT1
@hapi/boom • 9.1.4HTTP-friendly error objectsINDIRECT1
@hapi/bounce • 2.0.0Selective error catching and rewrite rulesINDIRECT2
@hapi/bourne • 2.1.0JSON parse with prototype poisoning protectionINDIRECT0
@hapi/call • 8.0.1HTTP RouterINDIRECT2
@hapi/catbox-memory • 5.0.1Memory adapter for catboxINDIRECT2
@hapi/catbox • 11.1.1Multi-strategy object caching serviceINDIRECT6
@hapi/content • 5.0.2HTTP Content-* headers parsingINDIRECT2
@hapi/cryptiles • 5.1.0General purpose crypto utilitiesINDIRECT2
@hapi/file • 2.0.0General purpose file utilitiesINDIRECT0
@hapi/hapi • 20.3.0HTTP Server frameworkINDIRECT29
@hapi/heavy • 7.0.1Measure process loadINDIRECT4
@hapi/hoek • 9.3.0General purpose node utilitiesINDIRECT0
@hapi/inert • 6.0.5Static file and directory handlers plugin for hapi.jsINDIRECT8
@hapi/iron • 6.0.0Encapsulated tokens (encrypted and mac'ed objects)INDIRECT5
@hapi/mimos • 6.0.0Mime database interfaceINDIRECT2
@hapi/nigel • 4.0.2BoyerMooreHorspool algorithmsINDIRECT2
@hapi/pez • 5.1.0Multipart parserINDIRECT6
@hapi/podium • 4.1.3Node compatible event emitter with extra featuresINDIRECT4
@hapi/shot • 5.0.5Injects a fake HTTP request/response into a node HTTP serverINDIRECT3
@hapi/somever • 3.0.1Semantic versioning rules parserINDIRECT3
@hapi/statehood • 7.0.4HTTP State Management UtilitiesINDIRECT9
@hapi/subtext • 7.1.0HTTP payload parsingINDIRECT10
@hapi/teamwork • 5.1.1Wait for multiple callbackINDIRECT0
@hapi/topo • 5.1.0Topological sorting with grouping supportINDIRECT1
@hapi/validate • 1.1.3Object schema validationINDIRECT2
@hapi/vise • 4.0.0Treat multiple buffers as oneINDIRECT1
@hapi/wreck • 17.2.0HTTP Client UtilitiesINDIRECT3
@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).INDIRECT14
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
sinon • 10.0.1JavaScript test spies, stubs and mocks.INDIRECT15
sprintf-js • 1.1.2JavaScript sprintf implementationINDIRECT0
ISC34
PackageRelationDependenciesPublished
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
blob-to-it • 1.0.4Turns a blob into an async iteratorINDIRECT1
browser-readablestream-to-it • 1.0.3Turns a browser readble stream into an async iteratorINDIRECT0
chai-checkmark • 1.0.1A Chai plugin for counting assertions.INDIRECT0
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
is-domain-name • 1.0.1Validate Domain Names as outlined by RFC 2181DIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
it-all • 1.0.6Collects all values from an async iterator and returns them as an arrayDIRECT0
it-batch • 1.0.9Takes an async iterator that emits things and emits them as fixed size batchesINDIRECT0
it-drain • 1.0.5Empties an async iteratorDIRECT0
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.11Async iterable filename pattern matcherINDIRECT9
it-glob • 0.0.14Async iterable filename pattern matcherINDIRECT5
it-last • 1.0.6Returns the last result from an async iteratorDIRECT0
it-length • 1.0.4Counts the number of items in an async iterableINDIRECT0
it-map • 1.0.6Maps the values yielded by an async iteratorDIRECT0
it-merge • 1.0.0Treat one or more iterables as a single iterableINDIRECT2
it-merge • 1.0.4Treat one or more iterables as a single iterableINDIRECT2
it-parallel-batch • 1.0.11Takes an async iterator that emits promise-returning functions, invokes them in parallel and emits the results in the same order as the inputINDIRECT1
it-peekable • 1.0.3Allows peeking/pushing an iterableINDIRECT0
it-take • 1.0.0Stop iteration after n items have been receivedINDIRECT0
it-take • 1.0.2Stop iteration after n items have been receivedINDIRECT0
lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
mortice • 2.0.1Isomorphic read/write lock that works in single processes, node clusters and web workersDIRECT7
observable-webworkers • 1.0.0A way to evesdrop on Web Worker messagesINDIRECT0
sax • 1.4.1An evented streaming XML parser in JavaScriptINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
sparse-array • 1.3.2Sparse array implementation in JS with no dependenciesINDIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
yallist • 4.0.0Yet Another Linked ListINDIRECT0
Apache-2.010
PackageRelationDependenciesPublished
@assemblyscript/loader • 0.9.4A convenient loader for AssemblyScript modules.INDIRECT0
cborg • 1.10.2Fast CBOR with a focus on strictnessDIRECT0
dag-cbor-links • 2.0.2Usage:DIRECT31
denque • 1.5.1The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.INDIRECT0
human-signals • 2.1.0Human-friendly process signalsINDIRECT0
libp2p-gossipsub • 0.9.2A typescript implementation of gossipsubDIRECT132
long • 4.0.0A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
prom-client • 11.5.3Client for prometheusINDIRECT2
prom-client • 13.2.0Client for prometheusINDIRECT2
ursa-optional • 0.10.2RSA public/private key OpenSSL bindings for node and io.jsINDIRECT3
Apache-2.0 OR MIT3
PackageRelationDependenciesPublished
interface-store • 0.0.2A generic interface for storing and retrieving dataINDIRECT0
ipfs-core-types • 0.5.2IPFS interface definitions used by implementations for API compatibility.DIRECT63
wherearewe • 1.0.2> environment detectionINDIRECT1
MPL-2.03
PackageRelationDependenciesPublished
it-buffer • 0.1.3Is it a string? Is it a BufferList? Or just a Buffer? Worry no more with `it-buffer`!INDIRECT9
it-pb-rpc • 0.1.13A convenience-wrapper around protocol-buffers and lp-messages functionsINDIRECT17
pem-jwk • 2.0.0convert between PEM and JWK formatsINDIRECT5
BSD-2-Clause3
PackageRelationDependenciesPublished
default-gateway • 6.0.3Get the default network gateway, cross-platform.INDIRECT16
delimit-stream • 0.1.0Push messages from a stream partitioned by the given delimiterINDIRECT0
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Apache-2.0 AND MIT2
PackageRelationDependenciesPublished
interface-ipld-format • 1.0.1IPLD formatINDIRECT9
multiformats • 9.9.0Interface for multihash, multicodec, multibase and CIDINDIRECT0
non-standard1
PackageRelationDependenciesPublished
keypair • 1.0.4Generate a RSA PEM key pair from pure JSINDIRECT0
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
ISC OR WTFPL1
PackageRelationDependenciesPublished
sanitize-filename • 1.6.3Sanitize a string for use as a filenameINDIRECT2
WTFPL1
PackageRelationDependenciesPublished
truncate-utf8-bytes • 1.0.2Truncate string to given length in bytesINDIRECT1
MIT OR WTFPL1
PackageRelationDependenciesPublished
utf8-byte-length • 1.0.5Get utf8 byte length of stringINDIRECT0
unknown1
PackageRelationDependenciesPublished
xmlhttprequest-ssl • 2.0.0XMLHttpRequest for NodeINDIRECT0
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/ipfs-core)](https://licenses.dev/npm/ipfs-core)
<a href="https://licenses.dev/npm/ipfs-core">
  <img src="https://licenses.dev/b/npm/ipfs-core" alt="licenses" />
</a>

Or the licenses badge code for the 0.7.1 version:

[![licenses](https://licenses.dev/b/npm/ipfs-core/0.7.1)](https://licenses.dev/npm/ipfs-core/0.7.1)
<a href="https://licenses.dev/npm/ipfs-core/0.7.1">
  <img src="https://licenses.dev/b/npm/ipfs-core/0.7.1" alt="licenses" />
</a>
GitHub