{
  "name": "pouchdb-binary-utils",
  "version": "9.0.0",
  "description": "PouchDB utilities for operating on binary strings and Buffers/Blobs.",
  "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/pouchdb-binary-utils"
  },
  "module": "./lib/index.es.js",
  "browser": {
    "./lib/index.js": "./lib/index-browser.js",
    "./lib/index.es.js": "./lib/index-browser.es.js"
  },
  "dependencies": {},
  "files": [
    "lib",
    "dist"
  ]
}
