it-tar(latest: 6.0.5) it-tar is a streaming tar parser (and maybe a generator in the future) and nothing else. It operates purely using async iterables which means you can easily extract/parse tarballs without ever hitting the file system.
multiaddr-to-uri(latest: 8.0.0) Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io
stream-to-it(latest: 1.0.1) Convert Node.js streams to streaming iterables
@ipld/dag-cbor(latest: 9.2.6) JS implementation of DAG-CBOR
@ipld/dag-pb(latest: 4.1.5) JS implementation of DAG-PB
@ipld/dag-json(latest: 10.2.7) JS implementation of DAG-JSON
get-iterator(latest: 2.0.1) Get the default iterator or async iterator for an iterable or async iterable
p-fifo(latest: 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.
it-reader(latest: 6.0.4) Read an exact number of bytes from a binary (async) iterable
it-concat(latest: 3.0.3) Concat all buffers/strings yielded from an async iterable into a single BufferList/string
@libp2p/delegated-peer-routing(latest: 4.0.14) Leverage other peers in the libp2p network to perform Peer Routing calls.
@libp2p/kad-dht(latest: 16.2.0) JavaScript implementation of the Kad-DHT for libp2p
@libp2p/mplex(latest: 12.0.16) JavaScript implementation of https://github.com/libp2p/mplex
@libp2p/record(latest: 4.0.10) libp2p record implementation
@libp2p/websockets(latest: 10.1.8) JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec
it-goodbye(latest: 4.0.6) Add a goodbye handshake to a duplex async iterable
go-ipfs-dep(latest: 0.7.0) Install the latest go-ipfs binary
@libp2p/webrtc-star(latest: 7.0.0) libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star
@libp2p/floodsub(latest: 11.0.16) libp2p-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).
@libp2p/mdns(latest: 12.0.16) Node.js libp2p mDNS discovery implementation for peer discovery
@libp2p/tcp(latest: 11.0.15) A TCP transport for libp2p
@libp2p/prometheus-metrics(latest: 5.0.16) Collect libp2p metrics for scraping by Prometheus or Graphana
@libp2p/ping(latest: 3.1.0) Implementation of Ping Protocol