node-thrift2-hbase
Version:
Easy to CRUD for hbase by node-thrift-hbase
40 lines (39 loc) • 894 B
JSON
{
"name": "node-thrift2-hbase",
"version": "0.6.2",
"description": "Easy to CRUD for hbase by node-thrift-hbase",
"main": "src/service.js",
"dependencies": {
"bluebird": "^3.5.5",
"caching-map": "git+https://github.com/exposebox/caching-map.git",
"debug": "^4.1.1",
"generic-pool": "^2.5.4",
"ms": "^2.1.1",
"node-int64": "^0.4.0",
"thrift": "^0.12.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"mocha": "^6.1.4",
"should": "^13.2.3"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "http://github.com/exposebox/node-thrift2-hbase"
},
"author": "orel@exposebox.com",
"contributors": [
"orel@exposebox.com",
"ran@exposebox.com",
"eran@exposebox.com"
],
"license": "ISC",
"keywords": [
"hbase",
"node",
"thrift"
]
}