-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
238 lines (238 loc) · 8.6 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
{
"name": "dendro",
"version": "1.0.0-beta",
"private": true,
"description": "The Dendro platform is an open-source data storage and description platform designed to help users describe their data files, fully built on Linked Open Data and ontologies. Whenever users want to publish a dataset, they can export to repositories such as CKAN, Zenodo, DSpace or EUDAT's B2Share. More repositories can be added at will. http://dendro.fe.up.pt.",
"repository": "https://github.com/feup-infolab/dendro",
"license": "LICENSE.md",
"readme": "readme.md",
"engines": {
"node": "8.10.0",
"npm": "5.6.0"
},
"scripts": {
"make-systemd-startup-item": "./conf/scripts/make_startup_item.sh",
"stop": "node src/app.js --stop",
"start": "node src/app.js",
"restart": "npm run stop && npm start",
"reinstall": "npm cache clean --force && rm -rf node_modules && npm install",
"seed-databases": "node src/app.js --seed_databases",
"test": "cross-env NODE_ENV=test node node_modules/.bin/_mocha ./test/index.Test.js --ui bdd --exit",
"test-dev": "cross-env NODE_ENV=test node node_modules/.bin/_mocha ./test/index.Test.dev.js --ui bdd --exit",
"test-no-caching": "cross-env NODE_ENV=test node node_modules/.bin/_mocha ./test/index.Test.js --ui bdd --exit --config='test_no_setup_caching'",
"watch": "npm test -w",
"calculate-coverage": "nyc --temp-directory=coverage --reporter=lcov --reporter=html npm test",
"calculate-coverage-dev": "nyc --temp-directory=coverage --reporter=lcov --reporter=html npm run test-dev",
"calculate-coverage-no-caching": "nyc --temp-directory=coverage --reporter=lcov --reporter=html npm run test-no-caching",
"report-coverage": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info && node ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info && node ./node_modules/.bin/codacy-coverage < ./coverage/lcov.info",
"delete-coverage": "rm -rf coverage",
"everything": "rm -rf node_modules && npm cache verify && npm install && npm run test && npm run calculate-coverage && npm run report-coverage",
"profile": "cross-env NODE_ENV=test node --prof node_modules/.bin/_mocha ./test/index.Test.js --ui bdd --exit",
"clinic": "cross-env NODE_ENV=test clinic doctor -- node_modules/.bin/_mocha ./test/index.Test.js --ui bdd --exit --config='test_no_setup_caching'",
"fix": "npm run fix-tests ; npm run fix-client; npm run fix-server; npm run fix-root",
"fix-root": "eslint --fix ./*.js --config ./.eslintrc.json",
"fix-server": "eslint --fix ./src/** --config ./src/.eslintrc.json",
"fix-tests": "eslint --fix ./test/** --config ./test/.eslintrc.json --quiet",
"fix-client": "eslint --fix ./public/app/** --config ./public/app/.eslintrc.json",
"remote_debug": "node app.js --debug=5858",
"postinstall": "npm i -g gladstone && npm install -g istanbul && npm i -g nyc && npm i -g coveralls",
"update-docker-installation": "docker-compose stop; docker-compose rm; docker-compose pull; docker-compose up",
"generate-docs": "grunt jsdoc --force"
},
"dependencies": {
"@feup-infolab/node-b2drop": "^1.1.0",
"@feup-infolab/node-b2share-v2": "4.0.1",
"JSONStream": "^1.3.1",
"agenda": "^1.0.3",
"agentkeepalive": "^3.4.0",
"archiver": "^2.1.0",
"async": "*",
"babel-polyfill": "^6.26.0",
"babyparse": "^0.4.6",
"base64-stream": "^0.1.3",
"bcryptjs": "^2.4.3",
"better-queue": "^3.8.6",
"body-parser": "^1.18.2",
"bower": "^1.8.2",
"bulk-mongo": "^0.1.0",
"chai-dom": "^1.6.0",
"check-chai": "0.0.1",
"circular-json": "^0.5.1",
"ckan": "git+https://github.com/feup-infolab-rdm/ckan.js.git",
"codacy-coverage": "^2.0.3",
"colors": "^1.2.1",
"connect": "^3.6.6",
"connect-busboy": "0.0.2",
"connect-flash": "0.1.1",
"connect-mongo": "^2.0.0",
"connect-multiparty": "^2.1.0",
"connect-timeout": "^1.9.0",
"content-disposition": "^0.5.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"corenlp": "^1.4.2",
"crypto": "1.0.1",
"csurf": "^1.9.0",
"csv-write-stream": "^2.0.0",
"dateformat": "^3.0.2",
"dbpedia-sparql-client": "^0.9.8",
"deep-diff": "^0.3.8",
"deep-equal": "^1.0.1",
"deep-object-diff": "^1.0.4",
"del": "^3.0.0",
"dive": "^0.5.0",
"ejs": "^2.5.7",
"elasticsearch": "^14.2.0",
"errorhandler": "^1.5.0",
"etag": "^1.8.1",
"excel-parser": "*",
"exceljs": "^1.0.0",
"expect": "^22.0.3",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-winston": "^2.4.0",
"eyes": "0.1.8",
"file-size": "^1.0.0",
"file-stream-rotator": "^0.2.0",
"find-remove": "^1.2.0",
"font-awesome-filetypes": "1.2.0",
"fs-extra": "^6.0.1",
"gladstone": "git+https://github.com/little9/gladstone.git",
"gridfs-stream": "^1.1.1",
"grunt": "^1.0.1",
"grunt-auto-install": "^0.3.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "^3.1.0",
"gulp": "^3.9.1",
"hash-sum": "^1.0.2",
"heapdump": "^0.3.9",
"hierarchical-clustering": "^1.1.0",
"http-proxy": "^1.17.0",
"http-proxy-middleware": "^0.19.1",
"humanize": "0.0.9",
"identicon.js": "^2.3.1",
"install": "^0.10.2",
"ip": "^1.1.5",
"it-optional": "^0.1.0",
"jdbc": "^0.6.2",
"js-yaml": "^3.12.2",
"jsdom": "^11.3.0",
"jsonpath": "^1.0.0",
"karma-coverage": "^1.1.1",
"line-reader": "^0.4.0",
"log4js": "^4.1.0",
"md5": "*",
"md5-file": "^3.2.3",
"memcached": "^2.2.2",
"method-override": "^2.3.10",
"mime-types": "^2.1.17",
"mkdirp": "^0.5.1",
"mkpath": "^1.0.0",
"mocha": "^5.1.1",
"moment": "^2.20.1",
"mongodb": "^2.2.34",
"morgan": "^1.9.0",
"multiparty": "^4.1.3",
"mysql2": "^1.6.4",
"n3": "^0.11.2",
"natural": "^0.5.6",
"nedb": "^1.8.0",
"needle": "^2.0.1",
"node-dir": "^0.1.17",
"node-fs": "0.1.7",
"nodemailer": "^4.6.2",
"npid": "^0.4.0",
"npm": "^6.13.4",
"oboe": "^2.1.4",
"parse-filepath": "^1.0.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-orcid": "0.0.3",
"passport-saml": "^0.33.0",
"pm2": "^2.9.1",
"pretty-data": "^0.40.0",
"prettysize": "^1.1.0",
"pug": "2.0.3",
"q": "^1.5.1",
"qs": "^6.5.1",
"queue": "^4.4.2",
"read-last-lines": "^1.3.0",
"recursive-readdir": "^2.2.1",
"redis": "^2.8.0",
"remove": "^0.1.5",
"request": "^2.85.0",
"request-promise-native": "^1.0.5",
"restler": "^3.4.0",
"rimraf": "^2.6.2",
"rlequire": "^1.0.11",
"rmdir": "^1.2.0",
"semaphore": "^1.1.0",
"sequelize": "^4.38.0",
"sequelize-cli": "^4.0.0",
"serve-favicon": "^2.4.5",
"server-destroy": "^1.0.1",
"sha1": "^1.1.1",
"sharp": "^0.20.0",
"simple-elasticsearch": "^0.2.1",
"sleep": "^5.1.1",
"slugify": "^1.3.0",
"socket.io": "^2.1.0",
"solr-node": "^1.1.3",
"stopwords": "0.0.9",
"stream-array": "^1.1.2",
"stream-meter": "^1.0.4",
"stream-rotate": "^0.1.0",
"string-similarity": "^1.2.0",
"striptags": "^3.1.1",
"stylus": "^0.54.5",
"superagent": "^4.1.0",
"swagger-express-middleware": "^1.0.0-alpha.12",
"swagger-ui-express": "^2.0.15",
"tcp-ping": "^0.1.1",
"textract": "^2.2.0",
"tmp": "^0.0.33",
"ui-router": "^1.0.0-alpha0",
"umzug": "^2.1.0",
"underscore": "1.8.3",
"uuid": "^3.3.2",
"valid-url": "^1.0.9",
"validate-node-version": "^1.1.1",
"validator": "^9.1.1",
"vhost": "^3.0.2",
"virtualbox": "git+https://github.com/Node-Virtualization/node-virtualbox.git",
"webworker-threads": "^0.7.13",
"winston": "^3.0.0-rc2",
"winston-console-formatter": "^1.0.0-beta.0",
"winston-daily-rotate-file": "^3.0.0",
"xls-to-json-lc": "^0.3.4",
"xlsjs": "1.0.1",
"xlsx": "^0.12.6",
"xml-writer": "^1.7.0",
"xml2js": "^0.4.19",
"xmlhttprequest": "^1.8.0",
"yamljs": "latest",
"yargs": "^11.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"codeclimate-test-reporter": "^0.5.0",
"coveralls": "^3.0.0",
"cross-env": "^5.1.4",
"eslint": "^4.11.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-strict-standard": "^3.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"grunt-force-task": "^2.0.0",
"grunt-jsdoc": "^2.3.1",
"jaguarjs-jsdoc": "^1.1.0",
"jscs": "^3.0.7",
"minami": "^1.2.3",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.6.0",
"standard": "^11.0.1"
}
}