-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 2.22 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
{
"name": "js-health",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified \" && exit 1",
"create_ramdisk_10": "mkdir /ramdisk && chmod 777 /ramdisk && mount -t tmpfs -o size=10g tmpfs /ramdisk",
"umount_ramdisk": "umount /ramdisk && rm -rf /ramdisk",
"ghtorrent": "node index.js ghtorrent",
"filter": "node --max-old-space-size=8192 index.js filter",
"download": "node --stack-size=1024000000 index.js download",
"download_orange": "node --stack-size=1024000000 index.js download /home/peta/jsdownload/projects-js.csv --max-workers=80 --max-w=10 --stride=100 --skip-existing --clear-tmp-dir --github-tokens=/home/peta/jsdownload/github-tokens.json --out-dir=/home/peta/jsdownload --language=JavaScript",
"download_ginger": "node --stack-size=1024000000 index.js download /mnt/data/jsd/projects-js.csv --verbose --max-workers=80 --max-w=10 --stride=100 --skip-existing --clear-tmp --github-tokens=/mnt/data/jsd/github-tokens.json --out-dir=/mnt/data/jsd/output ",
"run_download": "node index.js run_download ",
"run_download_orange": "node index.js run_download /home/peta/jsdownload/projects-js.csv --max-workers=80 --max-w=10 --stride=100 --skip-existing --clear-tmp-dir --github-tokens=/home/peta/jsdownload/github-tokens.json --out-dir=/home/peta/jsdownload --language=JavaScript ",
"run_download_ele": "node index.js run_download /mnt/data/github/projects-js.csv --max-workers=80 --max-w=10 --stride=100 --skip-existing --clear-tmp-dir --github-tokens=/mnt/data/github/github-tokens.json --out-dir=/mnt/data/github --language=JavaScript ",
"run_download_prl2": "node index.js run_download /mnt/data/peta/jsdownload/projects-js.csv --max-workers=80 --max-w=10 --stride=100 --skip-existing --clear-tmp-dir --github-tokens=/mnt/data/peta/jsdownload/github-tokens.json --out-dir=/mnt/data/peta/jsdownload --language=JavaScript ",
"download_npm_registry": "curl https://skimdb.npmjs.com/registry/_design/scratch/_view/byField -o"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"request": "^2.83.0",
"csv-parse": "^2.0.0",
"mkdirp": "^0.5.1",
"tmp": "^0.0.33",
"line-by-line": "^0.1.5"
}
}