• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/brotli",
3    "description": "Brotli is a generic-purpose lossless compression algorithm",
4    "version": "1.0.9",
5    "license": "MIT",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/brotli"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "LICENSE",
13    "component": {
14        "name": "brotli",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [
19            "small",
20            "standard"
21        ],
22        "rom": "",
23        "ram": "",
24        "deps": {
25            "components": [],
26            "third_party": []
27        },
28        "build": {
29            "sub_component": [],
30            "inner_kits": [
31                {
32                    "name":"//third_party/brotli:brotli_shared",
33                    "header":{
34                        "header_files":[],
35                        "header_base":"//third_party/brotli/c/include/brotli"
36                    }
37                }
38            ],
39            "test": []
40        }
41    }
42}
43