{
  "name": "pouchdb",
  "version": "6.1.1",
  "description": "PouchDB is a pocket-sized database",
  "main": "./lib/index.js",
  "jsnext:main": "./lib/index.es.js",
  "author": {
    "name": "Dale Harvey",
    "email": "dale@arandomurl.com"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/pouchdb/pouchdb"
  },
  "files": [
    "src",
    "lib",
    "tonic-example.js",
    "dist",
    "extras"
  ],
  "browser": {
    "./lib/index.js": "./lib/index-browser.js",
    "./lib/index.es.js": "./lib/index-browser.es.js",
    "./src/pouchdb.js": "./src/pouchdb-browser.js"
  },
  "jspm": {
    "main": "dist/pouchdb.js"
  },
  "tonicExampleFilename": "tonic-example.js",
  "keywords": [
    "db",
    "couchdb",
    "pouchdb"
  ],
  "tags": [
    "db",
    "couchdb",
    "pouchdb"
  ],
  "dependencies": {
    "argsarray": "0.0.1",
    "buffer-from": "0.1.1",
    "clone-buffer": "1.0.0",
    "debug": "2.6.0",
    "double-ended-queue": "2.1.0-0",
    "immediate": "3.0.6",
    "inherits": "2.0.3",
    "level-codec": "6.2.0",
    "level-write-stream": "1.0.0",
    "leveldown": "1.5.0",
    "levelup": "1.3.3",
    "lie": "3.1.0",
    "ltgt": "2.1.2",
    "readable-stream": "1.0.33",
    "request": "2.79.0",
    "scope-eval": "0.0.3",
    "spark-md5": "3.0.0",
    "through2": "2.0.1",
    "vuvuzela": "1.0.3"
  },
  "readme": "pouchdb\n======\n\nPouchDB is a pocket-sized database.\n\n### Usage\n\n```bash\nnpm install pouchdb\n```\n\n```js\nvar PouchDB = require('pouchdb');\nvar db = new PouchDB('my_db');\n```\n\nFor full API documentation and guides on PouchDB, see [PouchDB.com](http://pouchdb.com/).\n\nThis is the full, batteries-included `pouchdb` package containing code that is designed for both the Browser and Node.js. For details on PouchDB sub-packages, see the [Custom Builds documentation](http://pouchdb.com/custom.html).\n\n### Source\n\nPouchDB and its sub-packages are distributed as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md).\n\nFor a full list of packages, see [the GitHub source](https://github.com/pouchdb/pouchdb/tree/master/packages).\n\n\n",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/pouchdb/pouchdb/issues"
  },
  "_id": "pouchdb@6.1.1",
  "dist": {
    "shasum": "2ccd887a436159783f09c21a21af8b09a0e48597"
  },
  "_from": "pouchdb@^6.0.7",
  "_resolved": "https://registry.npmjs.org/pouchdb/-/pouchdb-6.1.1.tgz"
}
