UNPKG

pouchdb-fetch

Version:
28 lines (27 loc) 644 B
{ "name": "pouchdb-fetch", "version": "9.0.0", "description": "PouchDB's fetch() method.", "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-fetch" }, "module": "./lib/index.es.js", "browser": { "./lib/index.js": "./lib/index-browser.js", "./lib/index.es.js": "./lib/index-browser.es.js" }, "dependencies": { "fetch-cookie": "2.2.0", "node-fetch": "2.6.9" }, "files": [ "lib", "dist" ] }