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
| {
| "_from": "mqtt-packet@^5.6.0",
| "_id": "mqtt-packet@5.6.1",
| "_inBundle": false,
| "_integrity": "sha1-jsr84JH1r0YGZCaKIrIgkciRX3s=",
| "_location": "/mqtt-packet",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "mqtt-packet@^5.6.0",
| "name": "mqtt-packet",
| "escapedName": "mqtt-packet",
| "rawSpec": "^5.6.0",
| "saveSpec": null,
| "fetchSpec": "^5.6.0"
| },
| "_requiredBy": [
| "/mqtt"
| ],
| "_resolved": "https://registry.nlark.com/mqtt-packet/download/mqtt-packet-5.6.1.tgz",
| "_shasum": "8ecafce091f5af460664268a22b22091c8915f7b",
| "_spec": "mqtt-packet@^5.6.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"
| }
| ],
| "dependencies": {
| "bl": "^1.2.1",
| "inherits": "^2.0.3",
| "process-nextick-args": "^2.0.0",
| "safe-buffer": "^5.1.0"
| },
| "deprecated": false,
| "description": "Parse and generate MQTT packets like a breeze",
| "devDependencies": {
| "dev-null": "^0.1.1",
| "pre-commit": "^1.2.2",
| "readable-stream": "^2.3.0",
| "standard": "^10.0.2",
| "tap-spec": "^4.1.1",
| "tape": "^4.6.3"
| },
| "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": "5.6.1"
| }
|
|