• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/flatbuffers",
3    "description": "Memory Efficient Serialization Library.",
4    "version": "3.1",
5    "license": "Apache License 2.0",
6    "pubiishAs": "code-segment",
7    "segment": {
8      "destPath": "third_party/flatbuffers"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "flatbuffers",
14      "subsystem": "thirdparty",
15      "syscap": [],
16      "feature": [],
17      "adapted_system_type": [
18        "standard",
19        "small"
20      ],
21      "rom": "0",
22      "ram": "0",
23      "deps": {
24        "components": [
25        ],
26        "third_party": [
27        ]
28      },
29      "build": {
30        "sub_component": [
31        ],
32        "inner_kits": [
33        ],
34        "test": [
35        ]
36      }
37    }
38  }
39