{ "name": "pouchdb-binary-utils", "version": "7.2.2", "description": "PouchDB utilities for operating on binary strings and Buffers/Blobs.", "main": "./lib/index.js", "keywords": [], "author": "Dale Harvey ", "license": "Apache-2.0", "repository": "https://github.com/pouchdb/pouchdb", "jsnext:main": "./lib/index.es.js", "browser": { "./lib/index.js": "./lib/index-browser.js", "./lib/index.es.js": "./lib/index-browser.es.js" }, "dependencies": { "buffer-from": "1.1.1" }, "module": "./lib/index.es.js", "files": [ "lib", "dist", "tonic-example.js" ] }