1{ 2 "name": "@ohos/jinja2", 3 "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.", 4 "version": "3.1", 5 "license": "BSD 3-clause", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/jinja2" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "LICENSE.rst", 13 "readmePath": { 14 "en": "README.rst" 15 }, 16 "component": { 17 "name": "jinja2", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [], 26 "third_party": [] 27 }, 28 "build": { 29 "sub_component": [], 30 "inner_kits": [], 31 "test": [] 32 } 33 } 34} 35