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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
| {
| "_args": [
| [
| "dns-txt@2.0.2",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "dns-txt@2.0.2",
| "_id": "dns-txt@2.0.2",
| "_inBundle": false,
| "_integrity": "sha512-Ix5PrWjphuSoUXV/Zv5gaFHjnaJtb02F2+Si3Ht9dyJ87+Z/lMmy+dpNHtTGraNK958ndXq2i+GLkWsWHcKaBQ==",
| "_location": "/dns-txt",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "dns-txt@2.0.2",
| "name": "dns-txt",
| "escapedName": "dns-txt",
| "rawSpec": "2.0.2",
| "saveSpec": null,
| "fetchSpec": "2.0.2"
| },
| "_requiredBy": [
| "/bonjour"
| ],
| "_resolved": "https://registry.npmmirror.com/dns-txt/-/dns-txt-2.0.2.tgz",
| "_spec": "2.0.2",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Thomas Watson Steen",
| "email": "w@tson.dk",
| "url": "https://twitter.com/wa7son"
| },
| "bugs": {
| "url": "https://github.com/watson/dns-txt/issues"
| },
| "coordinates": [
| 55.6465696,
| 12.5491067
| ],
| "dependencies": {
| "buffer-indexof": "^1.0.0"
| },
| "description": "Encode/decode DNS-SD TXT record RDATA fields",
| "devDependencies": {
| "standard": "^5.3.1",
| "tape": "^4.2.2"
| },
| "homepage": "https://github.com/watson/dns-txt",
| "keywords": [
| "rfc6763",
| "6763",
| "rfc6762",
| "6762",
| "dns",
| "mdns",
| "multicast",
| "txt",
| "rdata",
| "dns-sd",
| "encode",
| "decode",
| "parse",
| "encoder",
| "decoder",
| "parser",
| "service",
| "discovery"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "dns-txt",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/watson/dns-txt.git"
| },
| "scripts": {
| "test": "standard && tape test.js"
| },
| "version": "2.0.2"
| }
|
|