Blame view

node_modules/bonjour/package.json 1.83 KB
aaac7fed   liuqimichale   add
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",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "bonjour@3.5.0",
    "_id": "bonjour@3.5.0",
    "_inBundle": false,
    "_integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
    "_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": "http://registry.npm.taobao.org/bonjour/download/bonjour-3.5.0.tgz",
    "_spec": "3.5.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "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"
  }