{
  "_from": "mqtt-match@^1.0.2",
  "_id": "mqtt-match@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-nfeAp+chyjVeIvvrgMhQCfDAIVp/zXX8rtxHQwuAWuapqAdFs1F0kIekG445ps3xs/qFPK6l2xRlAyiqqwbmrQ==",
  "_location": "/mqtt-match",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mqtt-match@^1.0.2",
    "name": "mqtt-match",
    "escapedName": "mqtt-match",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/mqtt-pattern"
  ],
  "_resolved": "https://registry.npmjs.org/mqtt-match/-/mqtt-match-1.0.3.tgz",
  "_shasum": "13e65197b0556e57c53633e5c0d757722094776f",
  "_spec": "mqtt-match@^1.0.2",
  "_where": "/Users/bjyurkovich/Documents/projects/aedes-authorization-plugin/example/node_modules/mqtt-pattern",
  "author": {
    "name": "Lars-Magnus Skog",
    "email": "ralphtheninja@riseup.net"
  },
  "bugs": {
    "url": "https://github.com/ralphtheninja/mqtt-match/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Match mqtt formatted topic strings to strings",
  "devDependencies": {
    "standard": "^10.0.1",
    "tape": "^4.5.1"
  },
  "homepage": "https://github.com/ralphtheninja/mqtt-match#readme",
  "keywords": [
    "mqtt",
    "topic",
    "match"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "mqtt-match",
  "repository": {
    "type": "git",
    "url": "git://github.com/ralphtheninja/mqtt-match.git"
  },
  "scripts": {
    "test": "tape test.js && standard"
  },
  "version": "1.0.3"
}
