| 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
 | | { |  |   "name": "bonjour", |  |   "version": "3.5.0", |  |   "description": "A Bonjour/Zeroconf implementation in pure JavaScript", |  |   "main": "index.js", |  |   "dependencies": { |  |     "array-flatten": "^2.1.0", |  |     "deep-equal": "^1.0.1", |  |     "dns-equal": "^1.0.0", |  |     "dns-txt": "^2.0.2", |  |     "multicast-dns": "^6.0.1", |  |     "multicast-dns-service-types": "^1.1.0" |  |   }, |  |   "devDependencies": { |  |     "after-all": "^2.0.2", |  |     "standard": "^6.0.8", |  |     "tape": "^4.5.1" |  |   }, |  |   "scripts": { |  |     "test": "standard && tape test/*.js" |  |   }, |  |   "repository": { |  |     "type": "git", |  |     "url": "https://github.com/watson/bonjour.git" |  |   }, |  |   "keywords": [ |  |     "bonjour", |  |     "zeroconf", |  |     "zero", |  |     "configuration", |  |     "mdns", |  |     "dns", |  |     "service", |  |     "discovery", |  |     "multicast", |  |     "broadcast", |  |     "dns-sd" |  |   ], |  |   "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)", |  |   "license": "MIT", |  |   "bugs": { |  |     "url": "https://github.com/watson/bonjour/issues" |  |   }, |  |   "homepage": "https://github.com/watson/bonjour", |  |   "coordinates": [ |  |     55.68250900965318, |  |     12.586377442991648 |  |   ] |  | } | 
 |