UNPKG

1.26 kBJSONView Raw
1{
2 "name": "pouchdb",
3 "version": "7.0.0",
4 "description": "PouchDB is a pocket-sized database",
5 "main": "./lib/index.js",
6 "jsnext:main": "./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 "tonicExampleFilename": "tonic-example.js",
18 "keywords": [
19 "db",
20 "couchdb",
21 "pouchdb"
22 ],
23 "tags": [
24 "db",
25 "couchdb",
26 "pouchdb"
27 ],
28 "dependencies": {
29 "argsarray": "0.0.1",
30 "buffer-from": "1.1.0",
31 "clone-buffer": "1.0.0",
32 "double-ended-queue": "2.1.0-0",
33 "fetch-cookie": "0.7.0",
34 "immediate": "3.0.6",
35 "inherits": "2.0.3",
36 "level": "3.0.2",
37 "level-codec": "7.0.1",
38 "level-write-stream": "1.0.0",
39 "leveldown": "3.0.0",
40 "levelup": "3.0.1",
41 "ltgt": "2.2.1",
42 "node-fetch": "^2.0.0",
43 "readable-stream": "1.0.33",
44 "spark-md5": "3.0.0",
45 "through2": "2.0.3",
46 "uuid": "3.2.1",
47 "vuvuzela": "1.0.3"
48 },
49 "module": "./lib/index.es.js",
50 "files": [
51 "lib",
52 "dist",
53 "tonic-example.js"
54 ]
55}