{
  "_from": "mqtt-pattern@^1.2.0",
  "_id": "mqtt-pattern@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-5tvJTrMXcvAWRc4J+YW0pnZOLi20yXFX1R7cjB0291X9aRFPyO+5vbh/kHVwUlNPfJuwijcvrd/AmwDLe1021w==",
  "_location": "/mqtt-pattern",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mqtt-pattern@^1.2.0",
    "name": "mqtt-pattern",
    "escapedName": "mqtt-pattern",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/aedes-authorization-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/mqtt-pattern/-/mqtt-pattern-1.2.0.tgz",
  "_shasum": "f79a5bb1b567bcd9a69857ba743bc8bef52261d2",
  "_spec": "mqtt-pattern@^1.2.0",
  "_where": "/Users/bjyurkovich/Documents/projects/aedes-authorization-plugin/example/node_modules/aedes-authorization-plugin",
  "author": {
    "name": "rangermauve"
  },
  "bugs": {
    "url": "https://github.com/RangerMauve/mqtt-pattern/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "mqtt-match": "^1.0.2"
  },
  "deprecated": false,
  "description": "Fast library for matching MQTT patterns with named wildcards",
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-plugin-node": "^4.2.2",
    "tape": "^4.6.3"
  },
  "homepage": "https://github.com/RangerMauve/mqtt-pattern#readme",
  "keywords": [
    "mqtt",
    "pattern",
    "match",
    "topic"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "mqtt-pattern",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RangerMauve/mqtt-pattern.git"
  },
  "scripts": {
    "test": "node test"
  },
  "version": "1.2.0"
}
