liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
  "_from": "mqtt@4.3.7",
  "_id": "mqtt@4.3.7",
  "_inBundle": false,
  "_integrity": "sha512-ew3qwG/TJRorTz47eW46vZ5oBw5MEYbQZVaEji44j5lAUSQSqIEoul7Kua/BatBW0H0kKQcC9kwUHa1qzaWHSw==",
  "_location": "/mqtt",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mqtt@4.3.7",
    "name": "mqtt",
    "escapedName": "mqtt",
    "rawSpec": "4.3.7",
    "saveSpec": null,
    "fetchSpec": "4.3.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mqtt/-/mqtt-4.3.7.tgz",
  "_shasum": "42985ca490ea25d2c12c119d83c632db6dc9d589",
  "_spec": "mqtt@4.3.7",
  "_where": "/home/l/plc/node-red",
  "bin": {
    "mqtt_pub": "bin/pub.js",
    "mqtt_sub": "bin/sub.js",
    "mqtt": "bin/mqtt.js"
  },
  "browser": {
    "./mqtt.js": "./lib/connect/index.js",
    "fs": false,
    "tls": false,
    "net": false
  },
  "bugs": {
    "url": "https://github.com/mqttjs/MQTT.js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Adam Rudd",
      "email": "adamvrr@gmail.com"
    },
    {
      "name": "Matteo Collina",
      "email": "matteo.collina@gmail.com",
      "url": "https://github.com/mcollina"
    },
    {
      "name": "Siarhei Buntsevich",
      "email": "scarry0506@gmail.com",
      "url": "https://github.com/scarry1992"
    },
    {
      "name": "Yoseph Maguire",
      "email": "yomaguir@microsoft.com",
      "url": "https://github.com/YoDaMa"
    }
  ],
  "dependencies": {
    "commist": "^1.0.0",
    "concat-stream": "^2.0.0",
    "debug": "^4.1.1",
    "duplexify": "^4.1.1",
    "help-me": "^3.0.0",
    "inherits": "^2.0.3",
    "lru-cache": "^6.0.0",
    "minimist": "^1.2.5",
    "mqtt-packet": "^6.8.0",
    "number-allocator": "^1.0.9",
    "pump": "^3.0.0",
    "readable-stream": "^3.6.0",
    "reinterval": "^1.1.0",
    "rfdc": "^1.3.0",
    "split2": "^3.1.0",
    "ws": "^7.5.5",
    "xtend": "^4.0.2"
  },
  "deprecated": false,
  "description": "A library for the MQTT protocol",
  "devDependencies": {
    "@types/node": "^10.0.0",
    "@types/tape": "^4.13.2",
    "@types/ws": "^7.4.7",
    "aedes": "^0.46.2",
    "airtap": "^4.0.4",
    "browserify": "^16.5.0",
    "chai": "^4.2.0",
    "chokidar": "^3.5.3",
    "codecov": "^3.0.4",
    "end-of-stream": "^1.4.1",
    "global": "^4.3.2",
    "mkdirp": "^0.5.1",
    "mocha": "^9.2.0",
    "mqtt-connection": "^4.0.0",
    "nyc": "^15.0.1",
    "pre-commit": "^1.2.2",
    "rimraf": "^3.0.2",
    "should": "^13.2.1",
    "sinon": "^9.0.0",
    "snazzy": "^9.0.0",
    "standard": "^16.0.4",
    "tape": "^5.5.2",
    "typescript": "^4.5.5",
    "uglify-es": "^3.3.9"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "dist/",
    "CONTRIBUTING.md",
    "doc",
    "lib",
    "bin",
    "types",
    "mqtt.js"
  ],
  "homepage": "https://github.com/mqttjs/MQTT.js#readme",
  "keywords": [
    "mqtt",
    "publish/subscribe",
    "publish",
    "subscribe"
  ],
  "license": "MIT",
  "main": "mqtt.js",
  "name": "mqtt",
  "pre-commit": [
    "pretest"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mqttjs/MQTT.js.git"
  },
  "scripts": {
    "browser-build": "rimraf dist/ && mkdirp dist/ && browserify mqtt.js --standalone mqtt > dist/mqtt.js && uglifyjs dist/mqtt.js --compress --mangle --output dist/mqtt.min.js",
    "prepare": "npm run browser-build",
    "pretest": "standard | snazzy",
    "test": "npm run test:node && npm run test:typescript",
    "test:browser": "npm run browser-build && npm run unit-test:browser",
    "test:node": "npm run unit-test:node && codecov",
    "test:typescript": "npm run typescript-compile-test && npm run typescript-compile-execute",
    "typescript-compile-execute": "node test/typescript/broker-connect-subscribe-and-publish.js",
    "typescript-compile-test": "tsc -p test/typescript/tsconfig.json",
    "unit-test:browser": "airtap --server test/browser/server.js test/browser/test.js",
    "unit-test:node": "nyc --reporter=lcov --reporter=text ./node_modules/mocha/bin/_mocha --exit"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  },
  "types": "types/index.d.ts",
  "version": "4.3.7"
}