| { |
| "name": "pouchdb-adapter-websql-core", |
| "version": "7.2.3", |
| "description": "Underlying adapter code for WebSQL and SQLite-based PouchDB adapters.", |
| "main": "./lib/index.js", |
| "keywords": [], |
| "author": "Dale Harvey <dale@arandomurl.com>", |
| "license": "Apache-2.0", |
| "repository": "https://github.com/pouchdb/pouchdb", |
| "dependencies": { |
| "pouchdb-adapter-utils": "^7.2.2", |
| "pouchdb-binary-utils": "^7.2.2", |
| "pouchdb-collections": "^7.2.2", |
| "pouchdb-errors": "^7.2.2", |
| "pouchdb-json": "^7.2.2", |
| "pouchdb-merge": "^7.2.2", |
| "pouchdb-utils": "^7.2.2" |
| }, |
| "module": "./lib/index.es.js", |
| "files": [ |
| "src", |
| "dist", |
| "tonic-example.js" |
| ] |
| } |