{"name":"libp2p","version":"0.45.9-06f4901a","description":"JavaScript implementation of libp2p, a modular peer to peer network stack","license":"Apache-2.0 OR MIT","homepage":"https://github.com/libp2p/js-libp2p/tree/master/packages/libp2p#readme","repository":{"type":"git","url":"git+https://github.com/libp2p/js-libp2p.git"},"bugs":{"url":"https://github.com/libp2p/js-libp2p/issues"},"keywords":["IPFS","libp2p","network","p2p","peer","peer-to-peer"],"type":"module","types":"./dist/src/index.d.ts","typesVersions":{"*":{"*":["*","dist/*","dist/src/*","dist/src/*/index"],"src/*":["*","dist/*","dist/src/*","dist/src/*/index"]}},"exports":{".":{"types":"./dist/src/index.d.ts","import":"./dist/src/index.js"},"./autonat":{"types":"./dist/src/autonat/index.d.ts","import":"./dist/src/autonat/index.js"},"./circuit-relay":{"types":"./dist/src/circuit-relay/index.d.ts","import":"./dist/src/circuit-relay/index.js"},"./fetch":{"types":"./dist/src/fetch/index.d.ts","import":"./dist/src/fetch/index.js"},"./identify":{"types":"./dist/src/identify/index.d.ts","import":"./dist/src/identify/index.js"},"./insecure":{"types":"./dist/src/insecure/index.d.ts","import":"./dist/src/insecure/index.js"},"./ping":{"types":"./dist/src/ping/index.d.ts","import":"./dist/src/ping/index.js"},"./pnet":{"types":"./dist/src/pnet/index.d.ts","import":"./dist/src/pnet/index.js"},"./upnp-nat":{"types":"./dist/src/upnp-nat/index.d.ts","import":"./dist/src/upnp-nat/index.js"}},"eslintConfig":{"extends":"ipfs","parserOptions":{"sourceType":"module"},"ignorePatterns":["!.aegir.js","test/ts-use","*.d.ts"]},"scripts":{"clean":"aegir clean","lint":"aegir lint","dep-check":"aegir dep-check","prepublishOnly":"node scripts/update-version.js && npm run build","build":"aegir build","generate":"run-s generate:proto:*","generate:proto:autonat":"protons ./src/autonat/pb/index.proto","generate:proto:circuit":"protons ./src/circuit/pb/index.proto","generate:proto:fetch":"protons ./src/fetch/pb/proto.proto","generate:proto:identify":"protons ./src/identify/pb/message.proto","generate:proto:plaintext":"protons ./src/insecure/pb/proto.proto","test":"aegir test","test:node":"aegir test -t node -f \"./dist/test/**/*.{node,spec}.js\" --cov","test:chrome":"aegir test -t browser -f \"./dist/test/**/*.spec.js\" --cov","test:chrome-webworker":"aegir test -t webworker -f \"./dist/test/**/*.spec.js\"","test:firefox":"aegir test -t browser -f \"./dist/test/**/*.spec.js\" -- --browser firefox","test:firefox-webworker":"aegir test -t webworker -f \"./dist/test/**/*.spec.js\" -- --browser firefox","test:webkit":"aegir test -t browser -f \"./dist/test/**/*.spec.js\" -- --browser webkit","test:interop":"aegir test -t node -f dist/test/interop.js"},"dependencies":{"@achingbrain/nat-port-mapper":"^1.0.9","@libp2p/crypto":"1.0.17-06f4901a","@libp2p/interface":"0.0.1-06f4901a","@libp2p/interface-internal":"0.0.1-06f4901a","@libp2p/keychain":"2.0.1-06f4901a","@libp2p/logger":"2.1.1-06f4901a","@libp2p/multistream-select":"3.1.9-06f4901a","@libp2p/peer-collections":"3.0.2-06f4901a","@libp2p/peer-id":"2.0.3-06f4901a","@libp2p/peer-id-factory":"2.0.3-06f4901a","@libp2p/peer-record":"5.0.4-06f4901a","@libp2p/peer-store":"8.2.1-06f4901a","@libp2p/utils":"3.0.12-06f4901a","@multiformats/mafmt":"^12.1.2","@multiformats/multiaddr":"^12.1.3","abortable-iterator":"^5.0.1","any-signal":"^4.1.1","datastore-core":"^9.0.1","interface-datastore":"^8.2.0","it-all":"^3.0.2","it-drain":"^3.0.2","it-filter":"^3.0.1","it-first":"^3.0.1","it-handshake":"^4.1.3","it-length-prefixed":"^9.0.1","it-map":"^3.0.3","it-merge":"^3.0.0","it-pair":"^2.0.6","it-parallel":"^3.0.0","it-pb-stream":"^4.0.1","it-pipe":"^3.0.1","it-stream-types":"^2.0.1","merge-options":"^3.0.4","multiformats":"^12.0.1","p-defer":"^4.0.0","p-queue":"^7.3.4","p-retry":"^5.0.0","private-ip":"^3.0.0","protons-runtime":"^5.0.0","rate-limiter-flexible":"^2.3.11","uint8arraylist":"^2.4.3","uint8arrays":"^4.0.4","wherearewe":"^2.0.1","xsalsa20":"^1.1.0"},"devDependencies":{"@chainsafe/libp2p-gossipsub":"^8.0.0","@chainsafe/libp2p-noise":"^12.0.0","@chainsafe/libp2p-yamux":"^4.0.1","@libp2p/bootstrap":"8.0.0-06f4901a","@libp2p/daemon-client":"^6.0.2","@libp2p/daemon-server":"^5.0.2","@libp2p/floodsub":"7.0.2-06f4901a","@libp2p/interface-compliance-tests":"3.0.7-06f4901a","@libp2p/interop":"^8.0.0","@libp2p/kad-dht":"9.3.6-06f4901a","@libp2p/mdns":"8.0.0-06f4901a","@libp2p/mplex":"8.0.4-06f4901a","@libp2p/tcp":"7.0.3-06f4901a","@libp2p/websockets":"6.0.3-06f4901a","@types/varint":"^6.0.0","@types/xsalsa20":"^1.1.0","aegir":"^39.0.10","delay":"^6.0.0","execa":"^7.1.1","go-libp2p":"^1.1.1","it-pushable":"^3.0.0","it-to-buffer":"^4.0.1","npm-run-all":"^4.1.5","p-event":"^6.0.0","p-times":"^4.0.0","p-wait-for":"^5.0.2","protons":"^7.0.2","sinon":"^15.1.2","sinon-ts":"^1.0.0"},"browser":{"./dist/src/config/connection-gater.js":"./dist/src/config/connection-gater.browser.js","nat-api":false},"typedoc":{"entryPoint":"./src/index.ts"},"readmeFilename":"README.md","gitHead":"06f4901a367ef8e6b9f74bc9b896cdb091c31b12","_id":"libp2p@0.45.9-06f4901a","_nodeVersion":"18.16.1","_npmVersion":"8.19.4","dist":{"shasum":"ef19113174e4120172f3849c9e238c03e99d4c79","size":346222,"noattachment":false,"key":"/libp2p/-/libp2p-0.45.9-06f4901a.tgz","tarball":"http://registry.cnpm.dingdandao.com/libp2p/download/libp2p-0.45.9-06f4901a.tgz"},"_npmUser":{"name":"npm-service-account-libp2p","email":"npm-service-account+libp2p@protocol.ai"},"directories":{},"maintainers":[{"name":"achingbrain","email":"alex@achingbrain.net"},{"name":"npm-service-account-libp2p","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/libp2p_0.45.9-06f4901a_1689840309145_0.5238458155559904"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-20T08:05:09.409Z","publish_time":1689840309409,"_source_registry_name":"default","_cnpm_publish_time":1689840309409,"dist-tags":{"latest":"3.2.0","next":"3.2.0-b30baa93a"}}