{ "name": "@ohos/data_object", "version": "3.1.0", "description": "The distributed data object management framework is an object-oriented in-memory data management framework", "homePage": "https://gitee.com/openharmony", "license": "Apache V2", "repository": "https://gitee.com/openharmony/distributeddatamgr_data_object ", "domain": "ohos", "language": "", "publishAs": "code-segment", "private": false, "scripts": {}, "tags": [ "foundation" ], "envs": [], "dirs": [], "author": { "name": "", "email": "", "url": "" }, "contributors": [ { "name": "", "email": "", "url": "" } ], "segment": { "destPath": "foundation/distributeddatamgr/data_object" }, "component": { "name": "data_object", "subsystem": "distributeddatamgr", "syscap": [ "SystemCapability.DistributedDataManager.DataObject.DistributedObject" ], "features": [], "adapted_system_type": [ "standard" ], "rom": "1024KB", "ram": "1024KB", "deps": { "components": [ "ability_runtime", "hitrace", "dsoftbus", "bounds_checking_function", "napi", "samgr", "ipc", "hilog", "access_token", "c_utils", "device_manager", "kv_store", "libuv", "common_event_service", "dmsfwk", "hisysevent" ], "third_party": [] }, "build": { "sub_component": [ "//foundation/distributeddatamgr/data_object/interfaces/jskits:build_module" ], "inner_kits": [ { "name": "//foundation/distributeddatamgr/data_object/interfaces/innerkits:distributeddataobject_impl", "header": { "header_files": [ "distributed_object.h", "distributed_objectstore.h", "objectstore_errors.h", "object_types.h" ], "header_base": "//foundation/distributeddatamgr/data_object/interfaces/innerkits" } } ], "test": [ "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest:unittest", "//foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest:unittest", "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer:fuzztest" ] } } }