summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-09-14 08:07:08 -0700
committerJames E. King, III <jking@apache.org>2017-09-21 07:02:51 -0700
commit699b5bc47a90c47cf8954c4e8900af44990d1f0f (patch)
tree64faf6bcc588c504654957651034c26915e78ffc /package.json
parent04d983c14e4a7669e4bd2143ab546a301b36d279 (diff)
downloadthrift-699b5bc47a90c47cf8954c4e8900af44990d1f0f.tar.gz
THRIFT-4064: update node dependencies
This closes #1359
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 14 insertions, 10 deletions
diff --git a/package.json b/package.json
index d52764159..cd6c7106c 100644
--- a/package.json
+++ b/package.json
@@ -32,20 +32,24 @@
},
"main": "./lib/nodejs/lib/thrift",
"engines": {
- "node": ">= 0.2.4"
+ "node": ">= 4.1.0"
},
"dependencies": {
- "node-int64": "~0.3.0",
- "q": "1.0.x",
- "ws": "~0.4.32"
+ "node-int64": "^0.4.0",
+ "q": "^1.5.0",
+ "ws": ">= 2.2.3"
},
"devDependencies": {
- "buffer-equals": "^1.0.3",
- "commander": "2.1.x",
- "connect": "2.7.x",
- "istanbul": "^0.3.5",
- "run-browser": "^2.0.1",
- "tape": "~3.5.0"
+ "buffer-equals": "^1.0.4",
+ "commander": "^2.11.0",
+ "connect": "^3.6.4",
+ "istanbul": "^0.4.5",
+ "jsdoc": ">=3.5.5",
+ "minimatch": "^3.0.4",
+ "phantomjs-prebuilt": "^2.1.7",
+ "run-browser": "^2.0.2",
+ "tape": "^4.8.0",
+ "utf-8-validate": "^3.0.0"
},
"scripts": {
"cover": "lib/nodejs/test/testAll.sh COVER",