forked from pouchdb/pouchdb-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "pouchdb-server-monorepo",
"private": true,
"version": "4.2.0",
"scripts": {
"unit-tests": "./bin/unit-tests.sh",
"test-pouchdb": "./bin/test-setup.sh && ./bin/test-pouchdb.sh",
"test-couchdb": "./bin/test-couchdb.sh",
"eslint": "eslint bin/ packages/node_modules/**/src tests/",
"test-express-minimum": "./bin/test-setup.sh && ./bin/test-express-minimum.sh",
"release": "./bin/release.sh"
},
"dependencies": {
"@gerhobbelt/nomnom": "^1.8.4-24",
"base64url": "^3.0.0",
"basic-auth": "^2.0.0",
"basic-authorization-header": "^0.2.7",
"bluebird": "^3.4.7",
"body-parser": "^1.16.1",
"colors": "^1.0.3",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"corser": "~2.0.0",
"couchdb-calculate-session-id": "^1.1.0",
"couchdb-eval": "file:packages/node_modules/couchdb-eval",
"couchdb-log-parse": "^0.0.4",
"couchdb-objects": "file:packages/node_modules/couchdb-objects",
"couchdb-render": "file:packages/node_modules/couchdb-render",
"couchdb-resp-completer": "file:packages/node_modules/couchdb-resp-completer",
"crypto-lite": "^0.2.0",
"denodeify": "^1.2.1",
"equals": "^1.0.5",
"express": "^4.14.1",
"express-pouchdb": "file:packages/node_modules/express-pouchdb",
"extend": "^3.0.0",
"get-folder-size": "^2.0.0",
"header-case-normalizer": "^1.0.3",
"http-pouchdb": "file:packages/node_modules/http-pouchdb",
"is-empty": "^1.2.0",
"killable": "^1.0.0",
"mkdirp": "^0.5.0",
"multiparty": "^4.1.3",
"object-assign": "^4.1.0",
"on-finished": "^2.3.0",
"pouchdb": "^7.0.0",
"pouchdb-adapter-http": "^7.0.0",
"pouchdb-adapter-leveldb-core": "^7.0.0",
"pouchdb-adapter-memory": "^7.0.0",
"pouchdb-all-dbs": "^1.0.2",
"pouchdb-auth": "file:packages/node_modules/pouchdb-auth",
"pouchdb-bulkdocs-wrapper": "file:packages/node_modules/pouchdb-bulkdocs-wrapper",
"pouchdb-changeslike-wrapper": "file:packages/node_modules/pouchdb-changeslike-wrapper",
"pouchdb-collections": "^7.0.0",
"pouchdb-core": "^7.0.0",
"pouchdb-fauxton": "^0.0.6",
"pouchdb-find": "^7.0.0",
"pouchdb-list": "file:packages/node_modules/pouchdb-list",
"pouchdb-mapreduce": "^7.0.0",
"pouchdb-plugin-error": "file:packages/node_modules/pouchdb-plugin-error",
"pouchdb-promise": "^6.4.1",
"pouchdb-replication": "^7.0.0",
"pouchdb-replicator": "file:packages/node_modules/pouchdb-replicator",
"pouchdb-req-http-query": "file:packages/node_modules/pouchdb-req-http-query",
"pouchdb-rewrite": "file:packages/node_modules/pouchdb-rewrite",
"pouchdb-route": "file:packages/node_modules/pouchdb-route",
"pouchdb-seamless-auth": "file:packages/node_modules/pouchdb-seamless-auth",
"pouchdb-security": "file:packages/node_modules/pouchdb-security",
"pouchdb-server": "file:packages/node_modules/pouchdb-server",
"pouchdb-show": "file:packages/node_modules/pouchdb-show",
"pouchdb-size": "file:packages/node_modules/pouchdb-size",
"pouchdb-system-db": "file:packages/node_modules/pouchdb-system-db",
"pouchdb-update": "file:packages/node_modules/pouchdb-update",
"pouchdb-validation": "file:packages/node_modules/pouchdb-validation",
"pouchdb-vhost": "file:packages/node_modules/pouchdb-vhost",
"pouchdb-wrappers": "file:packages/node_modules/pouchdb-wrappers",
"promise-nodify": "^1.0.2",
"random-uuid-v4": "0.0.8",
"raw-body": "^2.2.0",
"sanitize-filename": "^1.6.1",
"secure-random": "^1.1.1",
"serve-favicon": "~2.5.0",
"tail": "^2.0.2",
"uuid": "^3.0.1",
"wordwrap": "1.0.0",
"xhr2": "^0.2.0",
"xmlhttprequest-cookie": "^0.9.2"
},
"devDependencies": {
"assert": "^2.0.0",
"browserify": "^16.3.0",
"builtin-modules": "^3.0.0",
"chai": "^4.1.2",
"couchdb-harness": "*",
"eslint": "4.18.2",
"find-requires": "^0.2.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.1",
"jsondown": "^1.0.0",
"locket": "1.0.0",
"lodash.flatten": "^4.4.0",
"lodash.uniq": "^4.5.0",
"medeadown": "^1.1.1",
"memdown": "^1.2.4",
"mocha": "^5.0.0",
"navigator": "^1.0.1",
"sqldown": "^2.1.0",
"sqlite3": "^4.0.0",
"supertest": "^3.0.0",
"uglify-es": "^3.3.8"
},
"optionalDependencies": {
"pouchdb-adapter-node-websql": "^7.0.0",
"pouchdb-adapter-leveldb": "^7.0.0"
},
"browserPackages": {
"http-pouchdb": "buildHTTPPouchDB",
"pouchdb-auth": "Auth",
"pouchdb-list": "List",
"pouchdb-replicator": "Replicator",
"pouchdb-rewrite": "Rewrite",
"pouchdb-seamless-auth": "SeamlessAuth",
"pouchdb-security": "Security",
"pouchdb-show": "Show",
"pouchdb-update": "Update",
"pouchdb-validation": "Validation",
"pouchdb-vhost": "VirtualHost"
}
}