1
|
{
|
2
|
"name": "dns-txt",
|
3
|
"version": "2.0.2",
|
4
|
"description": "Encode/decode DNS-SD TXT record RDATA fields",
|
5
|
"main": "index.js",
|
6
|
"dependencies": {
|
7
|
"buffer-indexof": "^1.0.0"
|
8
|
},
|
9
|
"devDependencies": {
|
10
|
"tape": "^4.2.2",
|
11
|
"standard": "^5.3.1"
|
12
|
},
|
13
|
"scripts": {
|
14
|
"test": "standard && tape test.js"
|
15
|
},
|
16
|
"repository": {
|
17
|
"type": "git",
|
18
|
"url": "https://github.com/watson/dns-txt.git"
|
19
|
},
|
20
|
"keywords": [
|
21
|
"rfc6763",
|
22
|
"6763",
|
23
|
"rfc6762",
|
24
|
"6762",
|
25
|
"dns",
|
26
|
"mdns",
|
27
|
"multicast",
|
28
|
"txt",
|
29
|
"rdata",
|
30
|
"dns-sd",
|
31
|
"encode",
|
32
|
"decode",
|
33
|
"parse",
|
34
|
"encoder",
|
35
|
"decoder",
|
36
|
"parser",
|
37
|
"service",
|
38
|
"discovery"
|
39
|
],
|
40
|
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
|
41
|
"license": "MIT",
|
42
|
"bugs": {
|
43
|
"url": "https://github.com/watson/dns-txt/issues"
|
44
|
},
|
45
|
"homepage": "https://github.com/watson/dns-txt",
|
46
|
"coordinates": [
|
47
|
55.6465696,
|
48
|
12.5491067
|
49
|
]
|
50
|
}
|