forked from pouchdb/pouchdb-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.77 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
{
"name": "pouchdb-server-monorepo",
"private": true,
"version": "2.3.7",
"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": "node ./bin/prerelease.js && ./bin/release.sh"
},
"dependencies": {
"basic-auth": "^1.1.0",
"body-parser": "^1.16.1",
"builtin-modules": "^1.1.1",
"colors": "^1.0.3",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"corser": "~2.0.0",
"couchdb-harness": "*",
"couchdb-log-parse": "^0.0.4",
"denodeify": "^1.2.1",
"equals": "^1.0.5",
"express": "^4.10.4",
"extend": "^3.0.0",
"find-requires": "^0.2.2",
"glob": "^7.1.1",
"header-case-normalizer": "^1.0.3",
"http-pouchdb": "^2.1.2",
"killable": "^1.0.0",
"lodash.flatten": "^4.4.0",
"lodash.uniq": "^4.5.0",
"mkdirp": "^0.5.0",
"multiparty": "^4.1.3",
"nomnom": "^1.8.1",
"object-assign": "^4.1.0",
"on-finished": "^2.3.0",
"pouchdb-adapter-http": "^6.1.0",
"pouchdb-adapter-leveldb-core": "^6.1.0",
"pouchdb-adapter-memory": "^6.1.0",
"pouchdb-all-dbs": "^1.0.2",
"pouchdb-auth": "^2.1.1",
"pouchdb-bulkdocs-wrapper": "^1.0.2",
"pouchdb-changeslike-wrapper": "^1.0.1",
"pouchdb-collections": "^6.1.2",
"pouchdb-core": "^6.1.0",
"pouchdb-fauxton": "^0.0.6",
"pouchdb-find": "^0.10.4",
"pouchdb-list": "^1.1.0",
"pouchdb-mapreduce": "^6.1.0",
"pouchdb-plugin-error": "^1.0.1",
"pouchdb-promise": "^6.1.2",
"pouchdb-replication": "^6.1.0",
"pouchdb-req-http-query": "^1.0.3",
"pouchdb-rewrite": "^1.0.7",
"pouchdb-show": "^1.0.8",
"pouchdb-size": "^1.2.2",
"pouchdb-system-db": "^1.0.4",
"pouchdb-update": "^1.0.8",
"pouchdb-validation": "^1.2.1",
"pouchdb-vhost": "^1.0.2",
"pouchdb-wrappers": "^1.3.6",
"promise-nodify": "^1.0.2",
"random-uuid-v4": "0.0.6",
"raw-body": "^2.2.0",
"sanitize-filename": "^1.6.1",
"serve-favicon": "~2.3.2",
"tail": "^1.2.1",
"uuid": "^3.0.1",
"wordwrap": "1.0.0"
},
"devDependencies": {
"assert": "^1.4.1",
"bluebird": "^3.4.7",
"builtin-modules": "^1.1.1",
"eslint": "3.15.0",
"express": "^4.14.1",
"find-requires": "^0.2.2",
"fs-extra": "^2.0.0",
"glob": "^7.1.1",
"lodash.flatten": "^4.4.0",
"lodash.uniq": "^4.5.0",
"memdown": "^1.2.4",
"mocha": "^3.2.0",
"pouchdb-plugin-helper": "^3.0.2",
"supertest": "^3.0.0"
},
"optionalDependencies": {
"pouchdb-adapter-node-websql": "^6.1.0",
"pouchdb-adapter-leveldb": "^6.1.0"
}
}