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 3a81030 commit 4e54ee0Copy full SHA for 4e54ee0
package.json
@@ -3,6 +3,9 @@
3
"version": "3.0.2",
4
"description": "Streams3, a user-land copy of the stream library from Node.js",
5
"main": "readable.js",
6
+ "engines": {
7
+ "node": ">= 6"
8
+ },
9
"dependencies": {
10
"inherits": "^2.0.3",
11
"string_decoder": "^1.1.1",
0 commit comments