Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
27
vendor/git.apache.org/thrift.git/package.json
generated
vendored
27
vendor/git.apache.org/thrift.git/package.json
generated
vendored
|
@ -6,7 +6,7 @@
|
|||
"type": "git",
|
||||
"url": "https://git-wip-us.apache.org/repos/asf/thrift.git"
|
||||
},
|
||||
"version": "0.10.0",
|
||||
"version": "1.0.0-dev",
|
||||
"author": {
|
||||
"name": "Apache Thrift Developers",
|
||||
"email": "dev@thrift.apache.org",
|
||||
|
@ -32,23 +32,26 @@
|
|||
},
|
||||
"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": "^5.0.0"
|
||||
},
|
||||
"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.14.1",
|
||||
"connect": "^3.6.6",
|
||||
"istanbul": "^0.4.5",
|
||||
"jsdoc": "^3.5.5",
|
||||
"prettier": "1.11.1",
|
||||
"tape": "^4.9.0",
|
||||
"utf-8-validate": "^4.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "lib/nodejs/test/testAll.sh COVER",
|
||||
"test": "lib/nodejs/test/testAll.sh"
|
||||
"test": "lib/nodejs/test/testAll.sh",
|
||||
"prettier": "prettier --write '**/*.js'"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue