You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.9 KiB

{
"_from": "mqtt-connection@^2.1.1",
"_id": "mqtt-connection@2.1.1",
"_inBundle": false,
"_integrity": "sha1-ey6YWnThlmGUML69NdoWLDTE5Wo=",
"_location": "/mqtt-connection",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.4",
"isarray": "0.0.1",
"string_decoder": "0.10.31",
"xtend": "4.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "mqtt-connection@^2.1.1",
"name": "mqtt-connection",
"escapedName": "mqtt-connection",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/mosca",
"/mqtt"
],
"_resolved": "https://registry.npmjs.org/mqtt-connection/-/mqtt-connection-2.1.1.tgz",
"_shasum": "7b2e985a74e196619430bebd35da162c34c4e56a",
"_spec": "mqtt-connection@^2.1.1",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca",
"bugs": {
"url": "https://github.com/mqttjs/mqtt-connection/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Matteo Collina",
"email": "matteo.collina@gmail.com",
"url": "https://github.com/mcollina"
},
{
"name": "Adam Rudd",
"email": "adamvrr@gmail.com"
}
],
"dependencies": {
"inherits": "^2.0.1",
"mqtt-packet": "^3.0.0",
"reduplexer": "^1.1.0",
"through2": "^0.6.3"
},
"deprecated": false,
"description": "Stream-based Connection object for MQTT, extracted from MQTT.js",
"devDependencies": {
"mocha": "^2.0.1",
"should": "^4.4.1"
},
"homepage": "https://github.com/mqttjs/mqtt-connection",
"keywords": [
"mqtt",
"connection",
"server"
],
"license": "MIT",
"main": "connection.js",
"name": "mqtt-connection",
"repository": {
"type": "git",
"url": "git+https://github.com/mqttjs/mqtt-connection.git"
},
"scripts": {
"test": "mocha test/"
},
"version": "2.1.1"
}