增加晶全app静态页面
This commit is contained in:
90
node_modules/mqtt-packet/package.json
generated
vendored
Normal file
90
node_modules/mqtt-packet/package.json
generated
vendored
Normal file
@ -0,0 +1,90 @@
|
||||
{
|
||||
"_from": "mqtt-packet@^6.0.0",
|
||||
"_id": "mqtt-packet@6.10.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ja8+mFKIHdB1Tpl6vac+sktqy3gA8t9Mduom1BA75cI+R9AHnZOiaBQwpGiWnaVJLDGRdNhQmFaAqd7tkKSMGA==",
|
||||
"_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.10.0.tgz",
|
||||
"_shasum": "c8b507832c4152e3e511c0efa104ae4a64cd418f",
|
||||
"_spec": "mqtt-packet@^6.0.0",
|
||||
"_where": "E:\\gitee\\fys\\fys\\app\\JingQuan\\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"
|
||||
}
|
Reference in New Issue
Block a user