• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/expat",
3    "description": "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags).",
4    "version": "3.1",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/expat"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "component": {
14        "name": "expat",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [
19            "standard"
20        ],
21        "rom": "0",
22        "ram": "0",
23        "deps": {
24            "components": [],
25            "third_party": []
26        },
27        "build": {
28            "sub_component": [],
29            "inner_kits": [],
30            "test": []
31        }
32    }
33}