94 lines
2.2 KiB
JSON
94 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"mqtt-packet@6.10.0",
|
|
"D:\\Hjm项目\\TransFlow"
|
|
]
|
|
],
|
|
"_from": "mqtt-packet@6.10.0",
|
|
"_id": "mqtt-packet@6.10.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ja8+mFKIHdB1Tpl6vac+sktqy3gA8t9Mduom1BA75cI+R9AHnZOiaBQwpGiWnaVJLDGRdNhQmFaAqd7tkKSMGA==",
|
|
"_location": "/mqtt-packet",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mqtt-packet@6.10.0",
|
|
"name": "mqtt-packet",
|
|
"escapedName": "mqtt-packet",
|
|
"rawSpec": "6.10.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.10.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mqtt"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-6.10.0.tgz",
|
|
"_spec": "6.10.0",
|
|
"_where": "D:\\Hjm项目\\TransFlow",
|
|
"bugs": {
|
|
"url": "https://github.com/mqttjs/mqtt-packet/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|