pouchdb-fetch
Version:
PouchDB's fetch() method.
28 lines (27 loc) • 644 B
JSON
{
"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"
]
}