1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/apps/account-portal/packages/server/node_modules/pouchdb-binary-utils/package.json
2023-10-17 10:59:46 +02:00

28 lines
735 B
JSON

{
"name": "pouchdb-binary-utils",
"version": "7.3.1",
"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"
},
"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.2"
},
"module": "./lib/index.es.js",
"files": [
"lib",
"dist",
"tonic-example.js"
]
}