aliyun-tablestore-helper
Version:
阿里云 tablestore 辅助方法 ``` const {TSHelper,TSSet,TSGet,TSRange,TSCreate} = require("aliyun-tablestore-helper"); ``` ## 配置参数
29 lines (28 loc) • 689 B
JSON
{
"name": "aliyun-tablestore-helper",
"version": "1.1.8",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tablestore"
],
"author": "zhu5439peng",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.10",
"tablestore": "^4.0.11",
"yamljs": "^0.3.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/zhu5439peng/aliyun-tablestore-helper.git"
},
"bugs": {
"url": "https://github.com/zhu5439peng/aliyun-tablestore-helper/issues"
},
"homepage": "https://github.com/zhu5439peng/aliyun-tablestore-helper#readme",
"description": ""
}