123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_from": "mqtt-packet@^6.0.0",
- "_id": "mqtt-packet@6.9.0",
- "_inBundle": false,
- "_integrity": "sha512-cngFSAXWSl5XHKJYUQiYQjtp75zhf1vygY00NnJdhQoXOH2v3aizmaaMIHI5n1N/TJEHSAbHryQhFr3gJ9VNvA==",
- "_location": "/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.npmjs.org/mqtt-packet/-/mqtt-packet-6.9.0.tgz",
- "_shasum": "8500d35b3d7796614046bd335906d8fdb20cc9d2",
- "_spec": "mqtt-packet@^6.0.0",
- "_where": "/Users/bssm/Desktop/fabTest/打卡坐标/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.9.0"
- }
|