{
  "_from": "aedes-persistence",
  "_id": "aedes-persistence@5.1.1",
  "_inBundle": false,
  "_integrity": "sha512-LqEW+SKKpcVlHmsSVyWRESITq2ty1josLersto0g2LX2u15UCD0AC6okfktH27xipEXLV6EpJjw1bP0m4FC73g==",
  "_location": "/aedes-persistence",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "aedes-persistence",
    "name": "aedes-persistence",
    "escapedName": "aedes-persistence",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/aedes"
  ],
  "_resolved": "https://registry.npmjs.org/aedes-persistence/-/aedes-persistence-5.1.1.tgz",
  "_shasum": "0d92654e1d2565f68623fa898e4d7defa3cdd88b",
  "_spec": "aedes-persistence",
  "_where": "/Users/bjyurkovich/Documents/projects/aedes-authorization-plugin/example",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bugs": {
    "url": "https://github.com/mcollina/aedes-persistence/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "aedes-packet": "^1.0.0",
    "from2": "^2.1.0",
    "qlobber": "^1.8.0",
    "safe-buffer": "^5.0.1"
  },
  "deprecated": false,
  "description": "The spec for an Aedes persistence, with abstract tests and a fast in-memory implementation.",
  "devDependencies": {
    "concat-stream": "^1.5.1",
    "faucet": "0.0.1",
    "mqemitter": "^2.0.0",
    "pre-commit": "^1.1.2",
    "standard": "^10.0.0",
    "tape": "^4.2.2",
    "through2": "^2.0.0"
  },
  "homepage": "https://github.com/mcollina/aedes-persistence#readme",
  "keywords": [
    "mqtt",
    "broker",
    "persistence",
    "aedes"
  ],
  "license": "MIT",
  "main": "persistence.js",
  "name": "aedes-persistence",
  "pre-commit": "test",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/aedes-persistence.git"
  },
  "scripts": {
    "test": "standard && tape test.js | faucet"
  },
  "version": "5.1.1"
}
