mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
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
{
  "_args": [
    [
      "multicast-dns@6.2.3",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "multicast-dns@6.2.3",
  "_id": "multicast-dns@6.2.3",
  "_inBundle": false,
  "_integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==",
  "_location": "/multicast-dns",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "multicast-dns@6.2.3",
    "name": "multicast-dns",
    "escapedName": "multicast-dns",
    "rawSpec": "6.2.3",
    "saveSpec": null,
    "fetchSpec": "6.2.3"
  },
  "_requiredBy": [
    "/bonjour"
  ],
  "_resolved": "https://registry.npmmirror.com/multicast-dns/-/multicast-dns-6.2.3.tgz",
  "_spec": "6.2.3",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Mathias Buus",
    "url": "@mafintosh"
  },
  "bin": {
    "multicast-dns": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/multicast-dns/issues"
  },
  "coordinates": [
    55.6465878,
    12.5492251
  ],
  "dependencies": {
    "dns-packet": "^1.3.1",
    "thunky": "^1.0.2"
  },
  "description": "Low level multicast-dns implementation in pure javascript",
  "devDependencies": {
    "standard": "^10.0.3",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/mafintosh/multicast-dns",
  "keywords": [
    "multicast",
    "dns",
    "mdns",
    "multicastdns",
    "dns-sd",
    "service",
    "discovery",
    "bonjour",
    "avahi"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "multicast-dns",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/multicast-dns.git"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "version": "6.2.3"
}