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
| {
| "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"
|
| ,"_resolved": "https://registry.npmmirror.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz"
| ,"_integrity": "sha512-cnAsSVxIDsYt0v7HmC0hWZFwwXSh+E6PgCrREDuN/EsjgLwA5XRmlMHhSiDPrt6HxY1gTivEa/Zh7GtODoLevQ=="
| ,"_from": "multicast-dns-service-types@^1.1.0"
| }
|
|