-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cec3ce7
commit 5e9c17d
Showing
59 changed files
with
590 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ | |
"src" | ||
], | ||
"scripts": { | ||
"prepare": "aegir build --no-bundle", | ||
"lint": "aegir lint", | ||
"build": "aegir build", | ||
"test": "npm run test:node && npm run test:browser", | ||
|
@@ -54,18 +53,25 @@ | |
"browser": { | ||
"@motrix/nat-api": false | ||
}, | ||
"eslintConfig": { | ||
"extends": "ipfs", | ||
"ignorePatterns": [ | ||
"!.aegir.js" | ||
] | ||
}, | ||
"dependencies": { | ||
"@motrix/nat-api": "^0.3.1", | ||
"@types/varint": "^6.0.0", | ||
"abort-controller": "^3.0.0", | ||
"aggregate-error": "^3.1.0", | ||
"any-signal": "^2.1.1", | ||
"bignumber.js": "^9.0.1", | ||
"cids": "^1.1.5", | ||
"class-is": "^1.1.0", | ||
"debug": "^4.3.1", | ||
"err-code": "^2.0.0", | ||
"err-code": "^3.0.0", | ||
"es6-promisify": "^6.1.1", | ||
"events": "^3.2.0", | ||
"events": "^3.3.0", | ||
"hashlru": "^2.3.0", | ||
"interface-datastore": "^3.0.3", | ||
"ipfs-utils": "^6.0.0", | ||
|
@@ -83,42 +89,43 @@ | |
"it-take": "1.0.0", | ||
"libp2p-crypto": "^0.19.0", | ||
"libp2p-interfaces": "libp2p/js-libp2p-interfaces#chore/update-types", | ||
"libp2p-utils": "^0.2.2", | ||
"libp2p-utils": "libp2p/js-libp2p-utils#feat/add-types", | ||
"mafmt": "^8.0.0", | ||
"merge-options": "^3.0.4", | ||
"moving-average": "^1.0.0", | ||
"multiaddr": "^8.1.0", | ||
"multicodec": "^2.1.0", | ||
"multihashing-async": "^2.0.1", | ||
"multicodec": "^3.0.1", | ||
"multihashing-async": "^2.1.2", | ||
"multistream-select": "^1.0.0", | ||
"mutable-proxy": "^1.0.0", | ||
"node-forge": "^0.10.0", | ||
"p-any": "^3.0.0", | ||
"p-fifo": "^1.0.0", | ||
"p-retry": "^4.2.0", | ||
"p-settle": "^4.0.1", | ||
"p-retry": "^4.4.0", | ||
"p-settle": "^4.1.1", | ||
"peer-id": "^0.14.2", | ||
"private-ip": "^2.0.0", | ||
"private-ip": "^2.1.0", | ||
"protons": "^2.0.0", | ||
"retimer": "^2.0.0", | ||
"retimer": "^3.0.0", | ||
"sanitize-filename": "^1.6.3", | ||
"set-delayed-interval": "^1.0.0", | ||
"streaming-iterables": "^5.0.2", | ||
"timeout-abort-controller": "^1.1.1", | ||
"varint": "^6.0.0", | ||
"xsalsa20": "^1.0.2" | ||
"xsalsa20": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@nodeutils/defaults-deep": "^1.1.0", | ||
"@types/es6-promisify": "^6.0.0", | ||
"@types/node-forge": "^0.9.7", | ||
"abortable-iterator": "^3.0.0", | ||
"aegir": "^29.2.0", | ||
"aegir": "^32.1.0", | ||
"chai-bytes": "^0.1.2", | ||
"chai-string": "^1.5.0", | ||
"delay": "^4.4.0", | ||
"delay": "^5.0.0", | ||
"interop-libp2p": "^0.3.0", | ||
"into-stream": "^6.0.0", | ||
"ipfs-http-client": "^48.2.2", | ||
"ipfs-http-client": "^49.0.4", | ||
"it-concat": "^1.0.0", | ||
"it-pair": "^1.0.0", | ||
"it-pushable": "^1.4.0", | ||
|
@@ -128,22 +135,24 @@ | |
"libp2p-delegated-peer-routing": "^0.8.0", | ||
"libp2p-floodsub": "^0.24.0", | ||
"libp2p-gossipsub": "^0.8.0", | ||
"libp2p-kad-dht": "^0.20.5", | ||
"libp2p-kad-dht": "^0.21.0", | ||
"libp2p-mdns": "^0.15.0", | ||
"libp2p-mplex": "^0.10.1", | ||
"libp2p-noise": "^2.0.0", | ||
"libp2p-secio": "^0.13.1", | ||
"libp2p-tcp": "^0.15.1", | ||
"libp2p-webrtc-star": "^0.20.0", | ||
"libp2p-webrtc-star": "^0.21.2", | ||
"libp2p-websockets": "^0.15.0", | ||
"multihashes": "^3.0.1", | ||
"multihashes": "^4.0.2", | ||
"nock": "^13.0.3", | ||
"p-defer": "^3.0.0", | ||
"p-times": "^3.0.0", | ||
"p-wait-for": "^3.2.0", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^9.2.4", | ||
"uint8arrays": "^2.0.5" | ||
"sinon": "^10.0.0", | ||
"uint8arrays": "^2.1.3", | ||
"url": "^0.11.0", | ||
"util": "^0.12.3" | ||
}, | ||
"contributors": [ | ||
"David Dias <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// @ts-nocheck | ||
export const { Buffer } = require('buffer') | ||
export const url = require('url') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.