1 | {
|
2 | "name": "pouchdb",
|
3 | "version": "9.0.0",
|
4 | "description": "PouchDB is a pocket-sized database",
|
5 | "main": "./lib/index.js",
|
6 | "module": "./lib/index.es.js",
|
7 | "author": "Dale Harvey <dale@arandomurl.com>",
|
8 | "license": "Apache-2.0",
|
9 | "repository": "https://github.com/pouchdb/pouchdb",
|
10 | "browser": {
|
11 | "./lib/index.js": "./lib/index-browser.js",
|
12 | "./lib/index.es.js": "./lib/index-browser.es.js"
|
13 | },
|
14 | "jspm": {
|
15 | "main": "dist/pouchdb.js"
|
16 | },
|
17 | "keywords": [
|
18 | "db",
|
19 | "couchdb",
|
20 | "pouchdb"
|
21 | ],
|
22 | "tags": [
|
23 | "db",
|
24 | "couchdb",
|
25 | "pouchdb"
|
26 | ],
|
27 | "dependencies": {
|
28 | "double-ended-queue": "2.1.0-0",
|
29 | "fetch-cookie": "2.2.0",
|
30 | "level": "6.0.1",
|
31 | "level-codec": "9.0.2",
|
32 | "level-write-stream": "1.0.0",
|
33 | "leveldown": "6.1.1",
|
34 | "levelup": "4.4.0",
|
35 | "ltgt": "2.2.1",
|
36 | "node-fetch": "2.6.9",
|
37 | "readable-stream": "1.1.14",
|
38 | "spark-md5": "3.0.2",
|
39 | "through2": "3.0.2",
|
40 | "uuid": "8.3.2",
|
41 | "vuvuzela": "1.0.3"
|
42 | },
|
43 | "files": [
|
44 | "lib",
|
45 | "dist"
|
46 | ]
|
47 | }
|