mqtt-pattern
Version:
Fast library for matching MQTT patterns with named wildcards
36 lines (35 loc) • 790 B
JSON
{
"name": "mqtt-pattern",
"version": "2.1.0",
"description": "Fast library for matching MQTT patterns with named wildcards",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RangerMauve/mqtt-pattern.git"
},
"keywords": [
"mqtt",
"pattern",
"match",
"topic"
],
"author": "rangermauve",
"license": "MIT",
"bugs": {
"url": "https://github.com/RangerMauve/mqtt-pattern/issues"
},
"homepage": "https://github.com/RangerMauve/mqtt-pattern#readme",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-node": "^4.2.2",
"tape": "^4.6.3"
},
"dependencies": {
"mqtt-match": "^1.0.2",
"ts-toolbelt": "^9.6.0"
}
}