2022-01-18 12:01:44 +00:00
|
|
|
{
|
|
|
|
"name": "@ohos/ninja",
|
|
|
|
"description": "a small build system with a focus on speed",
|
|
|
|
"version": "3.1",
|
|
|
|
"license": "Apache V2",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
|
|
|
"destPath": "third_party/ninja"
|
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"licensePath": "COPYING",
|
|
|
|
"component": {
|
2022-06-08 09:37:15 +00:00
|
|
|
"name": "ninja",
|
|
|
|
"subsystem": "thirdparty",
|
2022-01-18 12:01:44 +00:00
|
|
|
"syscap": [],
|
|
|
|
"features": [],
|
|
|
|
"adapted_system_type": [],
|
|
|
|
"rom": "",
|
|
|
|
"ram": "",
|
|
|
|
"deps": {
|
|
|
|
"components": [],
|
|
|
|
"third_party": []
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [],
|
|
|
|
"inner_kits": [],
|
|
|
|
"test": []
|
|
|
|
}
|
|
|
|
}
|
2022-06-08 09:37:15 +00:00
|
|
|
}
|