• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/parse5",
3    "description": "HTML parser and serializer.",
4    "version": "4.0",
5    "license": "Apache V2",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/parse5"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13        "name": "parse5",
14        "subsystem": "thirdparty",
15        "syscap": [],
16        "features": [],
17        "adapted_system_type": [
18            "standard"
19        ],
20        "rom": "",
21        "ram": "",
22        "deps": {
23            "components": [],
24            "third_party": []
25        },
26        "build": {
27            "sub_component": [],
28            "inner_kits": [],
29            "test": []
30        }
31    }
32}