{
  "name": "sublevel-pouchdb",
  "version": "9.0.0",
  "description": "Fork of level-sublevel with ony the subset of the API that PouchDB uses",
  "main": "./lib/index.js",
  "keywords": [],
  "author": "Dale Harvey <dale@arandomurl.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/pouchdb/pouchdb.git",
    "directory": "packages/node_modules/sublevel-pouchdb"
  },
  "module": "./lib/index.es.js",
  "contributors": [
    {
      "name": "Dominic Tarr",
      "email": "dominic.tarr@gmail.com"
    }
  ],
  "dependencies": {
    "level-codec": "9.0.2",
    "ltgt": "2.2.1",
    "readable-stream": "1.1.14"
  },
  "files": [
    "lib",
    "dist"
  ]
}
