{ "name": "sublevel-pouchdb", "version": "7.2.2", "description": "Fork of level-sublevel with ony the subset of the API that PouchDB uses", "main": "./lib/index.js", "keywords": [], "author": "Dale Harvey ", "license": "Apache-2.0", "repository": "https://github.com/pouchdb/pouchdb", "jsnext:main": "./lib/index.es.js", "contributors": [ { "name": "Dominic Tarr", "email": "dominic.tarr@gmail.com" } ], "dependencies": { "inherits": "2.0.4", "level-codec": "9.0.2", "ltgt": "2.2.1", "readable-stream": "1.1.14" }, "module": "./lib/index.es.js", "files": [ "lib", "dist", "tonic-example.js" ] }