mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2025-02-17 05:58:10 +00:00
34 lines
905 B
JSON
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": []
|
|
}
|
|
}
|
|
} |