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 e34bda1 commit f48557fCopy full SHA for f48557f
package.json
@@ -5,20 +5,20 @@
5
"main": "index.js",
6
"dependencies": {
7
"concat-stream": "~1.6.0",
8
- "duplexer2": "~0.0.2",
9
- "escodegen": "~1.3.2",
+ "duplexer2": "~0.1.4",
+ "escodegen": "~1.9.0",
10
"falafel": "^2.1.0",
11
- "has": "^1.0.0",
12
- "object-inspect": "~0.4.0",
13
- "quote-stream": "~0.0.0",
14
- "readable-stream": "~1.0.27-1",
+ "has": "^1.0.1",
+ "object-inspect": "~1.4.0",
+ "quote-stream": "~1.0.2",
+ "readable-stream": "~2.3.3",
15
"shallow-copy": "~0.0.1",
16
"static-eval": "~0.2.0",
17
- "through2": "~0.4.1"
+ "through2": "~2.0.3"
18
},
19
"devDependencies": {
20
- "resolve": "^1.1.5",
21
- "tape": "^3.4.0"
+ "resolve": "^1.5.0",
+ "tape": "^4.8.0"
22
23
"scripts": {
24
"test": "tape test/*.js"
0 commit comments