nopala
Version:
Impala and Hive client for Nodejs
40 lines (39 loc) • 800 B
JSON
{
"name": "nopala",
"version": "1.0.3",
"description": "Impala and Hive client for Nodejs",
"main": "index.js",
"scripts": {
"test": "ava --verbose",
"thrift": "node impala/process_thrift.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunui/nopala.git"
},
"keywords": [
"impala",
"nodejs",
"sql",
"nopala",
"hs2",
"beeswax"
],
"author": "sunui",
"license": "ISC",
"bugs": {
"url": "https://github.com/sunui/nopala/issues"
},
"homepage": "https://github.com/sunui/nopala#readme",
"dependencies": {
"big.js": "^5.2.2",
"debug": "^4.1.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-int64": "^0.4.0",
"thrift": "^0.12.0"
},
"devDependencies": {
"ava": "^2.4.0"
}
}