-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.82 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"version": "1.8.0",
"deps": [],
"urls": [
[
"mdns_client/util.py",
"github:cbrand/micropython-mdns/src/mdns_client/util.py"
],
[
"mdns_client/client.py",
"github:cbrand/micropython-mdns/src/mdns_client/client.py"
],
[
"mdns_client/constants.py",
"github:cbrand/micropython-mdns/src/mdns_client/constants.py"
],
[
"mdns_client/__init__.py",
"github:cbrand/micropython-mdns/src/mdns_client/__init__.py"
],
[
"mdns_client/parser.py",
"github:cbrand/micropython-mdns/src/mdns_client/parser.py"
],
[
"mdns_client/structs.py",
"github:cbrand/micropython-mdns/src/mdns_client/structs.py"
],
[
"mdns_client/responder.py",
"github:cbrand/micropython-mdns/src/mdns_client/responder.py"
],
[
"mdns_client/service_discovery/discovery.py",
"github:cbrand/micropython-mdns/src/mdns_client/service_discovery/discovery.py"
],
[
"mdns_client/service_discovery/service_response.py",
"github:cbrand/micropython-mdns/src/mdns_client/service_discovery/service_response.py"
],
[
"mdns_client/service_discovery/__init__.py",
"github:cbrand/micropython-mdns/src/mdns_client/service_discovery/__init__.py"
],
[
"mdns_client/service_discovery/txt_discovery.py",
"github:cbrand/micropython-mdns/src/mdns_client/service_discovery/txt_discovery.py"
],
[
"mdns_client/service_discovery/service_monitor.py",
"github:cbrand/micropython-mdns/src/mdns_client/service_discovery/service_monitor.py"
]
]
}