spawn-object
Version:
辅助 TableStore 列操作的工具函数,能够将大对象拆分为仅包含单个属性对象的列表
31 lines (30 loc) • 728 B
JSON
{
"name": "spawn-object",
"version": "1.2.1",
"description": "辅助 TableStore 列操作的工具函数,能够将大对象拆分为仅包含单个属性对象的列表",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inlym/spawn-object.git"
},
"keywords": [
"inlym",
"tablestore",
"aliyun",
"ots",
"aliyun-tablestore"
],
"author": "inlym",
"license": "MIT",
"bugs": {
"url": "https://github.com/inlym/spawn-object/issues"
},
"homepage": "https://github.com/inlym/spawn-object#readme",
"dependencies": {
"tablestore": "^5.0.7",
"typeasy": "^1.0.0"
}
}