• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/netstack",
3    "version": "3.1.0",
4    "description": "net stack service",
5    "publishAs": "code-segment",
6    "homePage": "https://gitee.com/openharmony",
7    "repository": "https://gitee.com/openharmony/communication_netstack",
8    "license": "Apache License 2.0",
9    "language": "",
10    "private": false,
11    "scripts": {},
12    "envs": [],
13    "dirs": [],
14    "author": {},
15    "contributors": [],
16    "segment": {
17        "destPath": "//foundation/communication/netstack"
18    },
19    "component": {
20        "name": "netstack",
21        "subsystem": "communication",
22        "syscap": [
23            "SystemCapability.Communication.NetStack"
24        ],
25        "features": [],
26        "adapted_system_type": [
27            "standard"
28        ],
29        "rom": "3MB",
30        "ram": "5MB",
31        "deps": {
32            "components": [
33                "hiviewdfx_hilog_native",
34                "ipc",
35                "napi",
36                "utils_base"
37            ],
38            "third_party": [
39                "curl",
40                "node"
41            ]
42        },
43        "build": {
44            "sub_component": [
45                "//foundation/communication/netstack/frameworks/js/napi:http",
46                "//foundation/communication/netstack/frameworks/js/napi:socket",
47                "//foundation/communication/netstack/frameworks/js/napi:websocket",
48                "//foundation/communication/netstack/frameworks/js/napi:fetch"
49            ],
50            "inner_kits": [],
51            "test": []
52        }
53    }
54}
55