mqtt stuff added
This commit is contained in:
148
node_modules/mqtt/package.json
generated
vendored
Normal file
148
node_modules/mqtt/package.json
generated
vendored
Normal file
@ -0,0 +1,148 @@
|
||||
{
|
||||
"_from": "mqtt",
|
||||
"_id": "mqtt@2.18.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-d4hXWziT6tLMjaQs5TVh8uHWS072GBfmBIABezbWZ8W0nNzgMUm6iEmXDLvxkj5YVgl8qDdM0pWQ2NwRwhU7nA==",
|
||||
"_location": "/mqtt",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "mqtt",
|
||||
"name": "mqtt",
|
||||
"escapedName": "mqtt",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mqtt/-/mqtt-2.18.0.tgz",
|
||||
"_shasum": "e3b239263a99a318beaf2cd5b8ef00a3d4eb7a60",
|
||||
"_spec": "mqtt",
|
||||
"_where": "/home/wn/workspace-node/PiAlive",
|
||||
"bin": {
|
||||
"mqtt_pub": "./bin/pub.js",
|
||||
"mqtt_sub": "./bin/sub.js",
|
||||
"mqtt": "./mqtt.js"
|
||||
},
|
||||
"browser": {
|
||||
"./mqtt.js": "./lib/connect/index.js",
|
||||
"fs": false,
|
||||
"tls": false,
|
||||
"net": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mqttjs/MQTT.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Adam Rudd",
|
||||
"email": "adamvrr@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Matteo Collina",
|
||||
"email": "matteo.collina@gmail.com",
|
||||
"url": "https://github.com/mcollina"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"commist": "^1.0.0",
|
||||
"concat-stream": "^1.6.2",
|
||||
"end-of-stream": "^1.4.1",
|
||||
"help-me": "^1.0.1",
|
||||
"inherits": "^2.0.3",
|
||||
"minimist": "^1.2.0",
|
||||
"mqtt-packet": "^5.6.0",
|
||||
"pump": "^3.0.0",
|
||||
"readable-stream": "^2.3.6",
|
||||
"reinterval": "^1.1.0",
|
||||
"split2": "^2.1.1",
|
||||
"websocket-stream": "^5.1.2",
|
||||
"xtend": "^4.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A library for the MQTT protocol",
|
||||
"devDependencies": {
|
||||
"@types/node": "^8.10.14",
|
||||
"browserify": "^16.2.2",
|
||||
"codecov": "^3.0.2",
|
||||
"global": "^4.3.2",
|
||||
"istanbul": "^0.4.5",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^4.1.0",
|
||||
"mqtt-connection": "^3.0.0",
|
||||
"nsp": "^3.2.1",
|
||||
"pre-commit": "^1.2.2",
|
||||
"rimraf": "^2.6.2",
|
||||
"safe-buffer": "^5.1.2",
|
||||
"should": "^13.2.1",
|
||||
"sinon": "~1.17.7",
|
||||
"snazzy": "^7.1.1",
|
||||
"standard": "^11.0.1",
|
||||
"through2": "^2.0.3",
|
||||
"tslint": "^5.10.0",
|
||||
"tslint-config-standard": "^7.0.0",
|
||||
"typescript": "^2.8.3",
|
||||
"uglify-js": "^3.3.24",
|
||||
"ws": "^3.3.3",
|
||||
"zuul": "^3.11.1",
|
||||
"zuul-ngrok": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist/",
|
||||
"CONTRIBUTING.md",
|
||||
"doc",
|
||||
"lib",
|
||||
"bin",
|
||||
"examples",
|
||||
"test",
|
||||
"types",
|
||||
"mqtt.js"
|
||||
],
|
||||
"homepage": "https://github.com/mqttjs/MQTT.js#readme",
|
||||
"keywords": [
|
||||
"mqtt",
|
||||
"publish/subscribe",
|
||||
"publish",
|
||||
"subscribe"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "mqtt.js",
|
||||
"name": "mqtt",
|
||||
"pre-commit": [
|
||||
"test",
|
||||
"tslint"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mqttjs/MQTT.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"browser-build": "rimraf dist/ && mkdirp dist/ && browserify mqtt.js -s mqtt > dist/mqtt.js && uglifyjs < dist/mqtt.js > dist/mqtt.min.js",
|
||||
"browser-test": "zuul --server test/browser/server.js --local --open test/browser/test.js",
|
||||
"ci": "npm run tslint && npm run typescript-test && npm run test && codecov",
|
||||
"prepare": "nsp check && npm run browser-build",
|
||||
"pretest": "standard | snazzy",
|
||||
"sauce-test": "zuul --server test/browser/server.js --tunnel ngrok -- test/browser/test.js",
|
||||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly --",
|
||||
"tslint": "tslint types/**/*.d.ts",
|
||||
"typescript-compile-execute": "node test/typescript/*.js",
|
||||
"typescript-compile-test": "tsc -p test/typescript/tsconfig.json",
|
||||
"typescript-test": "npm run typescript-compile-test && npm run typescript-compile-execute",
|
||||
"weapp-test": "zuul --server test/browser/server.js --local --open test/browser/wx.js"
|
||||
},
|
||||
"standard": {
|
||||
"env": [
|
||||
"mocha"
|
||||
]
|
||||
},
|
||||
"types": "types/index.d.ts",
|
||||
"version": "2.18.0"
|
||||
}
|
Reference in New Issue
Block a user