third_party_jinja2/bundle.json
Sang_Sang33 636cd39cdc feat: add bundle.json
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
2022-01-18 20:03:45 +08:00

34 lines
905 B
JSON

{
"name": "@ohos/jinja2",
"description": "Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment.",
"version": "3.1",
"license": "BSD 3-clause",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/jinja2"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE.rst",
"readmePath": {
"en": "README.rst"
},
"component": {
"name": "thirdparty_jinja2",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}