{
  "_from": "aedes",
  "_id": "aedes@0.34.0",
  "_inBundle": false,
  "_integrity": "sha512-pmCCN1IzouyylzTYcYqakAz/rm/avEd/WBbo8iewy2DNpkXbsQWRLlzUJXPvWCHr2vxmwHDnK4DxStxzRpf5GQ==",
  "_location": "/aedes",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "aedes",
    "name": "aedes",
    "escapedName": "aedes",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/aedes/-/aedes-0.34.0.tgz",
  "_shasum": "d4e24b81d5a6abce0da0722458723a70b0d4447b",
  "_spec": "aedes",
  "_where": "/Users/bjyurkovich/Documents/projects/aedes-authorization-plugin/example",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bugs": {
    "url": "http://github.com/mcollina/aedes/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "aedes-packet": "^1.0.0",
    "aedes-persistence": "^5.1.1",
    "bulk-write-stream": "^1.1.4",
    "end-of-stream": "^1.4.1",
    "fastfall": "^1.0.0",
    "fastparallel": "^2.0.0",
    "fastseries": "^1.5.0",
    "from2": "^2.1.0",
    "mqemitter": "^2.2.0",
    "mqtt-packet": "^5.6.0",
    "pump": "^3.0.0",
    "retimer": "^1.1.0",
    "reusify": "^1.0.4",
    "safe-buffer": "^5.1.2",
    "shortid": "^2.1.3",
    "through2": "^2.0.0",
    "uuid": "^3.2.1",
    "xtend": "^4.0.1"
  },
  "deprecated": false,
  "description": "Stream-based MQTT broker",
  "devDependencies": {
    "@types/node": "^8.10.0",
    "compute-mode": "^1.0.0",
    "concat-stream": "^1.6.2",
    "convert-hrtime": "^2.0.0",
    "coveralls": "^3.0.1",
    "duplexify": "^3.6.0",
    "faucet": "0.0.1",
    "istanbul": "^0.4.1",
    "mqtt": "^2.18.0",
    "mqtt-connection": "^3.2.0",
    "pre-commit": "^1.0.10",
    "standard": "^11.0.0",
    "tape": "^4.9.0",
    "tslint": "^5.10.0",
    "tslint-config-standard": "^7.0.0",
    "typescript": "^2.8.3",
    "websocket-stream": "^5.1.2"
  },
  "homepage": "https://github.com/mcollina/aedes#readme",
  "keywords": [
    "mqtt",
    "broker",
    "stream",
    "internet",
    "of",
    "things"
  ],
  "license": "MIT",
  "main": "aedes.js",
  "name": "aedes",
  "pre-commit": [
    "lint",
    "tslint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/aedes.git"
  },
  "scripts": {
    "ci": "npm run lint &&  npm run typescript-test && npm run coverage",
    "coverage": "istanbul cover tape test/*.js test/*/*.js",
    "coveralls": "cat coverage/lcov.info | coveralls",
    "lint": "standard",
    "test": "tape test/*.js test/*/*.js | faucet",
    "tslint": "tslint types/**/*.d.ts",
    "typescript-compile-execute": "node test/typescript/*.js",
    "typescript-compile-test": "tsc -p test/typescript/tsconfig.json",
    "typescript-test": "npm run typescript-compile-test && npm run typescript-compile-execute"
  },
  "types": "types/index.d.ts",
  "version": "0.34.0"
}
