mqtt stuff added
This commit is contained in:
21
node_modules/@types/mqtt/LICENSE
generated
vendored
Normal file
21
node_modules/@types/mqtt/LICENSE
generated
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE
|
2
node_modules/@types/mqtt/README.md
generated
vendored
Normal file
2
node_modules/@types/mqtt/README.md
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
This is a stub types definition for MQTT (https://github.com/mqttjs/MQTT.js).
|
||||
MQTT provides its own type definitions, so you don't need @types/mqtt installed!
|
48
node_modules/@types/mqtt/package.json
generated
vendored
Normal file
48
node_modules/@types/mqtt/package.json
generated
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
{
|
||||
"_from": "@types/mqtt@^2.5.0",
|
||||
"_id": "@types/mqtt@2.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-n+0/ErBin30j+UbhcHGK/STjHjh65k85WNR6NlUjRG0g9yctpF12pS+SOkwz0wmp+7momAo9Cyi4Wmvy8UsCQg==",
|
||||
"_location": "/@types/mqtt",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@types/mqtt@^2.5.0",
|
||||
"name": "@types/mqtt",
|
||||
"escapedName": "@types%2fmqtt",
|
||||
"scope": "@types",
|
||||
"rawSpec": "^2.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.5.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@types/mqtt/-/mqtt-2.5.0.tgz",
|
||||
"_shasum": "bc54c2d53f509282168da4a9af865de95bee5101",
|
||||
"_spec": "@types/mqtt@^2.5.0",
|
||||
"_where": "/home/wn/workspace-node/PiAlive",
|
||||
"author": "",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mqttjs/MQTT.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"mqtt": "*"
|
||||
},
|
||||
"deprecated": "This is a stub types definition for MQTT (https://github.com/mqttjs/MQTT.js). MQTT provides its own type definitions, so you don't need @types/mqtt installed!",
|
||||
"description": "Stub TypeScript definitions entry for MQTT, which provides its own types definitions",
|
||||
"homepage": "https://github.com/mqttjs/MQTT.js#readme",
|
||||
"license": "MIT",
|
||||
"main": "",
|
||||
"name": "@types/mqtt",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mqttjs/MQTT.js.git"
|
||||
},
|
||||
"scripts": {},
|
||||
"typings": null,
|
||||
"version": "2.5.0"
|
||||
}
|
Reference in New Issue
Block a user