| { |
| "name": "pouchdb-adapter-leveldb-core", |
| "version": "6.2.0-prerelease", |
| "description": "Core PouchDB adapter code for LevelDOWN-based adapters", |
| "main": "./lib/index.js", |
| "keywords": [], |
| "author": "Dale Harvey <dale@arandomurl.com>", |
| "license": "Apache-2.0", |
| "repository": "https://github.com/pouchdb/pouchdb", |
| "jsnext:main": "./src/index.js", |
| "browser": { |
| "./lib/index.js": "./lib/index-browser.js", |
| "./src/createEmptyBlobOrBuffer.js": "./src/createEmptyBlobOrBuffer-browser.js", |
| "./src/prepareAttachmentForStorage.js": "./src/prepareAttachmentForStorage-browser.js", |
| "./src/readAsBlobOrBuffer.js": "./src/readAsBlobOrBuffer-browser.js" |
| } |
| } |