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
| {
| "_args": [
| [
| "bonjour@3.5.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "bonjour@3.5.0",
| "_id": "bonjour@3.5.0",
| "_inBundle": false,
| "_integrity": "sha512-RaVTblr+OnEli0r/ud8InrU7D+G0y6aJhlxaLa6Pwty4+xoxboF1BsUI45tujvRpbj9dQVoglChqonGAsjEBYg==",
| "_location": "/bonjour",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "bonjour@3.5.0",
| "name": "bonjour",
| "escapedName": "bonjour",
| "rawSpec": "3.5.0",
| "saveSpec": null,
| "fetchSpec": "3.5.0"
| },
| "_requiredBy": [
| "/webpack-dev-server"
| ],
| "_resolved": "https://registry.npmmirror.com/bonjour/-/bonjour-3.5.0.tgz",
| "_spec": "3.5.0",
| "_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/bonjour/issues"
| },
| "coordinates": [
| 55.68250900965318,
| 12.586377442991648
| ],
| "dependencies": {
| "array-flatten": "^2.1.0",
| "deep-equal": "^1.0.1",
| "dns-equal": "^1.0.0",
| "dns-txt": "^2.0.2",
| "multicast-dns": "^6.0.1",
| "multicast-dns-service-types": "^1.1.0"
| },
| "description": "A Bonjour/Zeroconf implementation in pure JavaScript",
| "devDependencies": {
| "after-all": "^2.0.2",
| "standard": "^6.0.8",
| "tape": "^4.5.1"
| },
| "homepage": "https://github.com/watson/bonjour",
| "keywords": [
| "bonjour",
| "zeroconf",
| "zero",
| "configuration",
| "mdns",
| "dns",
| "service",
| "discovery",
| "multicast",
| "broadcast",
| "dns-sd"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "bonjour",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/watson/bonjour.git"
| },
| "scripts": {
| "test": "standard && tape test/*.js"
| },
| "version": "3.5.0"
| }
|
|