This repository has been archived by the owner on Aug 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from libp2p/secio
[WIP] Add secio & move to pull-streams
- Loading branch information
Showing
20 changed files
with
486 additions
and
29,879 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
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 |
---|---|---|
|
@@ -37,37 +37,36 @@ | |
"node": "^4.3.0" | ||
}, | ||
"devDependencies": { | ||
"aegir": "^4.0.0", | ||
"aegir": "^8.0.0", | ||
"buffer-loader": "0.0.1", | ||
"chai": "^3.5.0", | ||
"gulp": "^3.9.1", | ||
"istanbul": "^0.4.3", | ||
"libp2p-multiplex": "^0.2.1", | ||
"libp2p-spdy": "^0.8.1", | ||
"libp2p-tcp": "^0.7.4", | ||
"libp2p-webrtc-star": "^0.3.2", | ||
"libp2p-websockets": "^0.7.1", | ||
"pre-commit": "^1.1.2", | ||
"stream-pair": "^1.0.3", | ||
"libp2p-secio": "^0.4.2", | ||
"libp2p-spdy": "^0.9.0", | ||
"libp2p-tcp": "^0.8.1", | ||
"libp2p-webrtc-star": "^0.4.4", | ||
"libp2p-websockets": "^0.8.1", | ||
"pre-commit": "^1.1.3", | ||
"pull-goodbye": "0.0.1", | ||
"pull-stream": "^3.4.5", | ||
"webrtcsupport": "^2.2.0" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.6.1", | ||
"bl": "^1.1.2", | ||
"babel-runtime": "^6.11.6", | ||
"browserify-zlib": "github:ipfs/browserify-zlib", | ||
"debug": "^2.2.0", | ||
"duplexify": "^3.4.3", | ||
"interface-connection": "^0.1.7", | ||
"ip-address": "^5.8.0", | ||
"length-prefixed-stream": "^1.5.0", | ||
"libp2p-identify": "^0.1.3", | ||
"interface-connection": "^0.2.1", | ||
"ip-address": "^5.8.2", | ||
"libp2p-identify": "^0.2.0", | ||
"lodash.contains": "^2.4.3", | ||
"multiaddr": "^2.0.0", | ||
"multistream-select": "^0.9.0", | ||
"multiaddr": "^2.0.2", | ||
"multistream-select": "^0.11.0", | ||
"peer-id": "^0.7.0", | ||
"peer-info": "^0.7.0", | ||
"protocol-buffers": "^3.1.6", | ||
"run-parallel": "^1.1.6" | ||
"run-parallel": "^1.1.6", | ||
"run-waterfall": "^1.1.3" | ||
}, | ||
"contributors": [ | ||
"David Dias <[email protected]>", | ||
|
@@ -77,4 +76,4 @@ | |
"Richard Littauer <[email protected]>", | ||
"dignifiedquire <[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
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.