2022-01-18 19:59:32 +08:00
|
|
|
{
|
|
|
|
"name": "@ohos/python",
|
|
|
|
"description": "Python is a programming language that lets you work quickly and integrate systems more effectively.",
|
|
|
|
"version": "3.1",
|
|
|
|
"license": "Python Software Foundation V2",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
|
|
|
"destPath": "third_party/python"
|
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"readmePath": {
|
|
|
|
"en": "README.rst"
|
|
|
|
},
|
|
|
|
"component": {
|
2022-06-08 17:42:12 +08:00
|
|
|
"name": "python",
|
|
|
|
"subsystem": "thirdparty",
|
2022-01-18 19:59:32 +08:00
|
|
|
"syscap": [],
|
|
|
|
"features": [],
|
2023-12-14 06:41:04 +00:00
|
|
|
"adapted_system_type": ["mini","small","standard"],
|
2022-01-18 19:59:32 +08:00
|
|
|
"rom": "",
|
|
|
|
"ram": "",
|
|
|
|
"deps": {
|
|
|
|
"components": [],
|
|
|
|
"third_party": []
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [],
|
|
|
|
"inner_kits": [],
|
|
|
|
"test": []
|
|
|
|
}
|
|
|
|
}
|
2022-06-08 17:42:12 +08:00
|
|
|
}
|