{ "name": "pouchdb-fetch", "version": "7.2.2", "description": "PouchDB's fetch() method.", "main": "./lib/index.js", "keywords": [], "author": "Dale Harvey ", "license": "Apache-2.0", "repository": "https://github.com/pouchdb/pouchdb", "jsnext:main": "./lib/index.es.js", "browser": { "./lib/index.js": "./lib/index-browser.js", "./lib/index.es.js": "./lib/index-browser.es.js" }, "dependencies": { "abort-controller": "3.0.0", "fetch-cookie": "0.10.1", "node-fetch": "2.6.0" }, "module": "./lib/index.es.js", "files": [ "lib", "dist", "tonic-example.js" ] }