• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/distributeddatamgr_appdatamgr",
3    "version": "",
4    "description": "提供本地数据管理能力,包括关系型数据库和轻量级数据存储。",
5    "homePage": "https://gitee.com/openharmony",
6    "license": "Apache V2",
7    "repository": "https://gitee.com/openharmony/distributeddatamgr_appdatamgr",
8    "domain": "os",
9    "language": "",
10    "publishAs": "code-segment",
11    "private": false,
12    "scripts": {},
13    "tags": [
14        "foundation"
15    ],
16    "keywords": [
17        "distributeddatamgr",
18        "appdatamgr"
19    ],
20    "envs": [],
21    "dirs": [],
22    "author": {
23        "name": "",
24        "email": "",
25        "url": ""
26    },
27    "contributors": [
28        {
29            "name": "",
30            "email": "",
31            "url": ""
32        }
33    ],
34    "segment": {
35        "destPath": "foundation/distributeddatamgr/appdatamgr"
36    },
37    "component": {
38        "name": "appdata_manager",
39        "subsystem": "distributeddatamgr",
40        "syscap": [
41            "SystemCapability.Data.AppDataMgr"
42        ],
43        "features": [],
44        "adapted_system_type": [
45            "standard"
46        ],
47        "rom": "",
48        "ram": "",
49        "deps": {
50            "components": [],
51            "third_party": []
52        },
53        "build": {
54            "sub_component": [],
55            "inner_kits": [],
56            "test": []
57        }
58    }
59}