This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.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
{
"name": "getpreprints",
"version": "0.0.1",
"description": "Node.JS library and CLI for discovering and retrieving preprint articles and metadata",
"main": "index.js",
"scripts": {
"import:europepmc": "node --max-old-space-size=8192 ./scripts/import_eupmc_to_getpreprints.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PREreview/getpreprints.git"
},
"keywords": [
"preprint",
"literature",
"downloader",
"cli",
"prereview"
],
"author": "Rik Smith-Unna",
"license": "MIT",
"bugs": {
"url": "https://github.com/PREreview/getpreprints/issues"
},
"homepage": "https://github.com/PREreview/getpreprints#readme",
"dependencies": {
"JSONStream": "^1.3.5",
"batch-stream": "^0.1.3",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"flush-write-stream": "^2.0.0",
"folder-walker": "^3.2.0",
"got": "^9.6.0",
"hyperdb": "^3.5.0",
"jxon": "^2.0.0-beta.5",
"katex": "^0.11.1",
"lodash": "^4.17.15",
"matched": "^3.0.1",
"mkdirp": "^0.5.1",
"oai-pmh": "^2.0.2",
"progress": "^2.0.3",
"promise-ftp": "^1.3.5",
"pumpify": "^2.0.0",
"request": "^2.88.0",
"requestretry": "^3.1.0",
"sanitize-filename": "^1.6.1",
"through2": "^3.0.1",
"tildify": "^2.0.0",
"untildify": "^4.0.0",
"version_compare": "0.0.3",
"winston": "^3.2.0",
"xml-js": "^1.6.11",
"xml-json": "^2.0.2",
"xml2json": "^0.11.2"
}
}