mqtt-wildcard
Version:
Match a MQTT Topic against Wildcards
40 lines (39 loc) • 1.23 kB
JSON
{
"name": "mqtt-wildcard",
"version": "3.0.9",
"description": "Match a MQTT Topic against Wildcards",
"main": "index.js",
"scripts": {
"test": "camo-purge ; xo --space 4 --ignore test.js --ignore benchmark.js --ignore index-old.js --no-esnext && nyc mocha ./test.js && nyc report --reporter=text-lcov | coveralls --force",
"testonly": "mocha ./test.js",
"lint": "xo --space 4 --ignore test.js --ignore benchmark.js --ignore index-old.js --no-esnext",
"lintfix": "xo --space 4 --ignore test.js --ignore benchmark.js --ignore index-old.js --no-esnext --fix",
"benchmark": "./benchmark.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hobbyquaker/mqtt-wildcard.git"
},
"keywords": [
"mqtt",
"topic",
"wildcard",
"pattern",
"match"
],
"author": "Sebastian Raff <hq@ccu.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hobbyquaker/mqtt-wildcard/issues"
},
"homepage": "https://github.com/hobbyquaker/mqtt-wildcard#readme",
"devDependencies": {
"benchmark": "latest",
"camo-purge": "latest",
"coveralls": "latest",
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"xo": "latest"
}
}