Moving from govendor to dep, updated dependencies (#48)
* Moving from govendor to dep. * Making the pull request template more friendly. * Fixing akward space in PR template. * goimports run on whole project using ` goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*" -not -path "./gen-go/*")` source of command: https://gist.github.com/bgentry/fd1ffef7dbde01857f66
This commit is contained in:
parent
9631aa3aab
commit
8d445c1c77
2186 changed files with 400410 additions and 352 deletions
54
vendor/git.apache.org/thrift.git/package.json
generated
vendored
Normal file
54
vendor/git.apache.org/thrift.git/package.json
generated
vendored
Normal file
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"name": "thrift",
|
||||
"description": "node.js bindings for the Apache Thrift RPC system",
|
||||
"homepage": "http://thrift.apache.org/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git-wip-us.apache.org/repos/asf/thrift.git"
|
||||
},
|
||||
"version": "0.10.0",
|
||||
"author": {
|
||||
"name": "Apache Thrift Developers",
|
||||
"email": "dev@thrift.apache.org",
|
||||
"url": "http://thrift.apache.org"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "Apache-2.0",
|
||||
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
||||
}
|
||||
],
|
||||
"bugs": {
|
||||
"mail": "dev@thrift.apache.org",
|
||||
"url": "https://issues.apache.org/jira/browse/THRIFT"
|
||||
},
|
||||
"files": [
|
||||
"lib/nodejs/lib/thrift",
|
||||
"lib/nodejs/README.md"
|
||||
],
|
||||
"directories": {
|
||||
"lib": "./lib/nodejs/lib/thrift"
|
||||
},
|
||||
"main": "./lib/nodejs/lib/thrift",
|
||||
"engines": {
|
||||
"node": ">= 0.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-int64": "~0.3.0",
|
||||
"q": "1.0.x",
|
||||
"ws": "~0.4.32"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "lib/nodejs/test/testAll.sh COVER",
|
||||
"test": "lib/nodejs/test/testAll.sh"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue