| 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
 | | { |  |   "name": "multicast-dns-service-types", |  |   "version": "1.1.0", |  |   "description": "Parse and stringify mdns service types", |  |   "main": "index.js", |  |   "dependencies": {}, |  |   "devDependencies": { |  |     "standard": "^3.5.0", |  |     "tape": "^4.0.0" |  |   }, |  |   "repository": { |  |     "type": "git", |  |     "url": "https://github.com/mafintosh/multicast-dns-service-types.git" |  |   }, |  |   "scripts": { |  |     "test": "standard && tape test.js" |  |   }, |  |   "author": "Mathias Buus (@mafintosh)", |  |   "license": "MIT", |  |   "keywords": [ |  |     "mdns", |  |     "bonjour", |  |     "zero", |  |     "conf" |  |   ], |  |   "bugs": { |  |     "url": "https://github.com/mafintosh/multicast-dns-service-types/issues" |  |   }, |  |   "homepage": "https://github.com/mafintosh/multicast-dns-service-types" |  | } | 
 |