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
| {
| "_from": "mqtt-packet@^6.0.0",
| "_id": "mqtt-packet@6.10.0",
| "_inBundle": false,
| "_integrity": "sha1-yLUHgyxBUuPlEcDvoQSuSmTNQY8=",
| "_location": "/mqtt/mqtt-packet",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "mqtt-packet@^6.0.0",
| "name": "mqtt-packet",
| "escapedName": "mqtt-packet",
| "rawSpec": "^6.0.0",
| "saveSpec": null,
| "fetchSpec": "^6.0.0"
| },
| "_requiredBy": [
| "/mqtt"
| ],
| "_resolved": "https://registry.nlark.com/mqtt-packet/download/mqtt-packet-6.10.0.tgz",
| "_shasum": "c8b507832c4152e3e511c0efa104ae4a64cd418f",
| "_spec": "mqtt-packet@^6.0.0",
| "_where": "C:\\Users\\admin\\Documents\\HBuilderProjects\\warning_app\\node_modules\\mqtt",
| "bugs": {
| "url": "https://github.com/mqttjs/mqtt-packet/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Matteo Collina",
| "email": "matteo.collina@gmail.com",
| "url": "https://github.com/mcollina"
| },
| {
| "name": "Adam Rudd",
| "email": "damvrr@gmail.com"
| },
| {
| "name": "Peter Sorowka",
| "url": "https://github.com/psorowka"
| },
| {
| "name": "Wouter Klijn",
| "email": "contact@wuhkuh.com",
| "url": "https://github.com/wuhkuh"
| },
| {
| "name": "Siarhei Buntsevich",
| "url": "https://github.com/scarry1992"
| }
| ],
| "dependencies": {
| "bl": "^4.0.2",
| "debug": "^4.1.1",
| "process-nextick-args": "^2.0.1"
| },
| "deprecated": false,
| "description": "Parse and generate MQTT packets like a breeze",
| "devDependencies": {
| "pre-commit": "^1.2.2",
| "readable-stream": "^3.6.0",
| "standard": "^14.3.4",
| "tap-spec": "^5.0.0",
| "tape": "^5.0.1"
| },
| "homepage": "https://github.com/mqttjs/mqtt-packet",
| "keywords": [
| "MQTT",
| "packet",
| "parse",
| "publish",
| "subscribe",
| "pubsub"
| ],
| "license": "MIT",
| "main": "mqtt.js",
| "name": "mqtt-packet",
| "pre-commit": "test",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/mqttjs/mqtt-packet.git"
| },
| "scripts": {
| "ci": "tape test.js && node testRandom && standard",
| "test": "tape test.js | tap-spec && standard"
| },
| "types": "types/index.d.ts",
| "version": "6.10.0"
| }
|
|