forked from pouchdb/pouchdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
137 lines (137 loc) · 5.5 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
129
130
131
132
133
134
135
136
137
{
"name": "pouchdb",
"version": "4.0.2-prerelease",
"description": "PouchDB is a pocket-sized database.",
"main": "./lib/index.js",
"homepage": "http://pouchdb.com/",
"repository": "https://github.com/pouchdb/pouchdb",
"keywords": [
"db",
"couchdb",
"pouchdb"
],
"tags": [
"db",
"couchdb",
"pouchdb"
],
"dependencies": {
"argsarray": "0.0.1",
"debug": "^2.1.2",
"double-ended-queue": "^2.0.0-0",
"es3ify": "^0.1.3",
"inherits": "~2.0.1",
"level-js": "^2.1.3",
"level-sublevel": "~5.2.0",
"levelup": "~0.18.4",
"lie": "3.0.0",
"localstorage-down": "^0.6.2",
"memdown": "^1.0.0",
"pouchdb-collate": "^1.2.0",
"pouchdb-collections": "^1.0.0",
"request": "~2.28.0",
"spark-md5": "0.0.5",
"through2": "^0.4.1",
"vuvuzela": "^1.0.0"
},
"optionalDependencies": {
"leveldown": "~0.10.2"
},
"devDependencies": {
"browserify": "^10.2.4",
"bundle-collapser": "^1.1.1",
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"child-process-promise": "^1.1.0",
"commander": "~2.1.0",
"cordova": "~3.4.1-0.1.0",
"corsproxy": "~0.2.13",
"derequire": "^2.0.0",
"es5-shim": "^3.1.1",
"express": "^4.10.4",
"express-pouchdb": "^0.17.0",
"glob": "~3.2.9",
"http-server": "~0.5.5",
"istanbul": "^0.2.7",
"istanbul-coveralls": "^1.0.3",
"jshint": "^2.7.0",
"less": "~1.7.0",
"mkdirp": "~0.4.2",
"mocha": "^1.18.2",
"mockery": "^1.4.0",
"ncp": "~0.5.0",
"phantomjs": "^1.9.7-5",
"pouchdb-express-router": "^0.0.7",
"pouchdb-http-proxy": "~0.10.3",
"pouchdb-server": "^0.9.0",
"replace": "^0.2.9",
"rimraf": "2.2.8",
"sauce-connect-launcher": "0.11.1",
"seedrandom": "^2.4.0",
"selenium-standalone": "3.0.2",
"tape": "~2.12.2",
"throw-max-listeners-error": "^1.0.0",
"tin": "~0.4.0",
"ua-parser-js": "^0.6.2",
"uglify-js": "^2.4.24",
"watch-glob": "~0.1.1",
"watchify": "^2.4.0",
"wd": "~0.2.8"
},
"scripts": {
"build-js": "npm run build-main-js && npm run min && npm run build-plugins",
"build-main-js": "browserify . -s PouchDB -p bundle-collapser/plugin | node ./bin/es3ify.js | derequire > dist/pouchdb.js",
"min": "uglifyjs dist/pouchdb.js -mc > dist/pouchdb.min.js",
"build-plugins": "sh bin/build-all-plugins.sh",
"build": "npm run version && rimraf dist && mkdirp dist && npm run build-js && npm run license",
"license": "node ./bin/add-license.js",
"version": "node ./bin/get-version.js",
"test-unit": "mocha tests/unit",
"test-node": "sh bin/test-node.sh",
"test-component": "mocha tests/component",
"test-fuzzy": "TYPE=fuzzy npm run test",
"test-browser": "mkdirp dist && npm run build-js && node ./bin/test-browser.js",
"cordova": "npm run build && sh bin/run-cordova.sh",
"jshint": "jshint -c .jshintrc bin/ lib/ tests/",
"dev": "npm run version && CLIENT=dev bash bin/run-test.sh",
"launch-dev-server": "npm run version && node ./bin/dev-server.js",
"test": "npm run version && bash bin/run-test.sh",
"posttest": "npm run jshint",
"release": "sh bin/release.sh",
"publish-site": "sh bin/publish-site.sh",
"build-site": "node ./bin/build-site.js",
"report-coverage": "COVERAGE=1 npm test && istanbul-coveralls --no-rm",
"build-perf": "browserify tests/performance/*.js > tests/performance-bundle.js",
"verify-bundle-size": "sh bin/verify-bundle-size.sh"
},
"browser": {
"./adapters/levelalt": false,
"./adapters/leveldb": false,
"./lib/adapters.js": "./lib/adapters-browser.js",
"./lib/adapters/leveldb/createEmptyBlobOrBuffer.js": "./lib/adapters/leveldb/createEmptyBlobOrBuffer-browser.js",
"./lib/adapters/leveldb/prepareAttachmentForStorage.js": "./lib/adapters/leveldb/prepareAttachmentForStorage-browser.js",
"./lib/adapters/leveldb/readAsBlobOrBuffer.js": "./lib/adapters/leveldb/readAsBlobOrBuffer-browser.js",
"./lib/adapters/preferredAdapters.js": "./lib/adapters/preferredAdapters-browser.js",
"./lib/deps/ajax/prequest.js": "./lib/deps/ajax/prequest-browser.js",
"./lib/deps/ajax/applyTypeToBuffer.js": "./lib/deps/ajax/applyTypeToBuffer-browser.js",
"./lib/deps/ajax/createBlobOrBufferFromParts.js": "./lib/deps/ajax/createBlobOrBufferFromParts-browser.js",
"./lib/deps/ajax/createMultipartPart.js": "./lib/deps/ajax/createMultipartPart-browser.js",
"./lib/deps/ajax/defaultBody.js": "./lib/deps/ajax/defaultBody-browser.js",
"./lib/deps/ajax/explain404.js": "./lib/deps/ajax/explain404-browser.js",
"./lib/deps/ajax/explainCors.js": "./lib/deps/ajax/explainCors-browser.js",
"./lib/deps/env/hasLocalStorage.js": "./lib/deps/env/hasLocalStorage-browser.js",
"./lib/deps/env/isChromeApp.js": "./lib/deps/env/isChromeApp-browser.js",
"./lib/deps/binary/base64StringToBlobOrBuffer.js": "./lib/deps/binary/base64StringToBlobOrBuffer-browser.js",
"./lib/deps/binary/binaryStringToBlobOrBuffer.js": "./lib/deps/binary/binaryStringToBlobOrBuffer-browser.js",
"./lib/deps/binary/blobOrBufferToBase64.js": "./lib/deps/binary/blobOrBufferToBase64-browser.js",
"./lib/deps/binary/buffer.js": "./lib/deps/binary/buffer-browser.js",
"./lib/deps/md5.js": "./lib/deps/md5-browser.js",
"./lib/deps/migrate.js": "./lib/deps/migrate-browser.js",
"./lib/mapreduce/md5.js": "./lib/mapreduce/md5-browser.js",
"./lib/version.js": "./lib/version-browser.js",
"crypto": false,
"fs": false,
"leveldown": false,
"request": "./lib/deps/ajax/request-browser.js"
}
}