{
  "_from": "aedes-authorization-plugin",
  "_id": "aedes-authorization-plugin@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-cCLzBM/OuaIQ44rgkw9R4fSxOgWoKABJsDYBz3NAr0dYkMqpU+1nmqMVErHpE8L1I5ysRxK1+WP7kUjEM/LI2w==",
  "_location": "/aedes-authorization-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "aedes-authorization-plugin",
    "name": "aedes-authorization-plugin",
    "escapedName": "aedes-authorization-plugin",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/aedes-authorization-plugin/-/aedes-authorization-plugin-1.0.0.tgz",
  "_shasum": "b89ce15e0179011c2bbfbde12dc23cc5020421e0",
  "_spec": "aedes-authorization-plugin",
  "_where": "/Users/bjyurkovich/Documents/projects/aedes-authorization-plugin/example",
  "author": {
    "name": "bjyurkovich"
  },
  "bugs": {
    "url": "https://github.com/bjyurkovich/aedes-authorization-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash": "^4.17.10",
    "mqtt-pattern": "^1.2.0"
  },
  "deprecated": false,
  "description": "Semi-opinionated authorization plugin for aedes MQTT Broker",
  "devDependencies": {
    "aedes": "^0.34.0",
    "aedes-persistence": "^5.1.1",
    "chai": "^4.1.2",
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.3.0"
  },
  "homepage": "https://github.com/bjyurkovich/aedes-authorization-plugin#readme",
  "keywords": [
    "aedes",
    "mqtt",
    "authorization"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "aedes-authorization-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bjyurkovich/aedes-authorization-plugin.git"
  },
  "scripts": {
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test": "mocha test/test.js --exit"
  },
  "version": "1.0.0"
}
