blob: 4a19310e7ef2b32dae779e2e39cf8f32383d49a2 [file] [log] [blame]
{
"name": "pouchdb-binary-utils",
"version": "7.0.0-prerelease",
"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": "./src/index.js",
"browser": {
"./lib/index.js": "./lib/index-browser.js",
"./src/base64.js": "./src/base64-browser.js",
"./src/base64StringToBlobOrBuffer.js": "./src/base64StringToBlobOrBuffer-browser.js",
"./src/blob.js": "./src/blob-browser.js",
"./src/binaryStringToBlobOrBuffer.js": "./src/binaryStringToBlobOrBuffer-browser.js",
"./src/blobOrBufferToBase64.js": "./src/blobOrBufferToBase64-browser.js",
"./src/blobOrBufferToBinaryString.js": "./src/blobOrBufferToBinaryString-browser.js",
"./src/typedBuffer.js": "./src/typedBuffer-browser.js"
}
}