We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f80328 commit f783ec6Copy full SHA for f783ec6
package.json
@@ -4,15 +4,15 @@
4
"description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
5
"main": "index.js",
6
"dependencies": {
7
- "end-of-stream": "^1.4.1",
8
- "inherits": "^2.0.3",
9
- "readable-stream": "^3.1.1",
10
- "stream-shift": "^1.0.0"
+ "end-of-stream": "^1.4.4",
+ "inherits": "^2.0.4",
+ "readable-stream": "^3.6.0",
+ "stream-shift": "^1.0.1"
11
},
12
"devDependencies": {
13
- "concat-stream": "^1.5.2",
14
- "tape": "^4.0.0",
15
- "through2": "^2.0.0"
+ "concat-stream": "^2.0.0",
+ "tape": "^5.0.1",
+ "through2": "^4.0.2"
16
17
"scripts": {
18
"test": "tape test.js"
0 commit comments