• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/tex-hyphen",
3  "description": "This is the central repository for all hyphenation patterns",
4  "version": "CTAN-2021.03.21",
5  "license": "various",
6  "publishAs": "resource-file",
7  "segment": {
8    "destPath": "third_party/tex-hyphen"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "tex-hyphen",
14    "subsystem": "thirdparty",
15    "syscap": [],
16    "features": [],
17    "adapted_system_type": [
18      "mini",
19      "small",
20      "standard"
21    ],
22    "rom": "",
23    "ram": "",
24    "deps": {
25      "components": [
26        "icu"
27      ],
28      "third_party": []
29    },
30    "build": {
31      "sub_component": [
32        "//third_party/tex-hyphen:hyphenation_patterns"
33      ],
34      "inner_kits": [],
35      "test": []
36    }
37  }
38}