-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.79 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
{
"name": "chdown",
"version": "0.17.5",
"description": "Download courses from https://coursehunter.net/",
"main": "index.js",
"scripts": {},
"bin": {
"chdown": "./index.js"
},
"files": [
"src",
"index.js",
"coursehunters.js",
"down.js"
],
"keywords": [
"coursehunter-downloader",
"coursehunter-download",
"coursehunter-scrape",
"coursehunter-scraper",
"coursehunter.net-downloader",
"coursehunter.net-download",
"coursehunter.net-scrape",
"coursehunter.net-scraper",
"coursehunter"
],
"author": "Muhamed Didovic (github.com/muhamed-didovic)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/muhamed-didovic/fmdown.git"
},
"dependencies": {
"@byungi/p-delay": "^0.2.0",
"@byungi/p-retry": "^0.2.2",
"app-module-path": "^2.2.0",
"async-http-request": "^1.0.4",
"async-request": "^1.2.0",
"auto-bind": "^4.0.0",
"axios": "^1.6.7",
"bluebird": "^3.7.2",
"ch-scrape": "^0.20.6",
"cheerio": "^1.0.0-rc.12",
"cli-progress": "^3.12.0",
"colors": "^1.4.0",
"download": "^8.0.0",
"dreidels": "^0.5.2",
"fs-extra": "^11.2.0",
"he": "^1.2.0",
"is-valid-path": "^0.1.1",
"json2md": "^2.0.1",
"meow": "^9.0.0",
"multi-progress-bars": "^5.0.3",
"ora": "^5.4.1",
"promisify-remote-file-size": "^0.1.1",
"prompts": "^2.4.2",
"remote-file-size": "^3.0.5",
"request": "latest",
"request-progress": "^3.0.0",
"sanitize-filename": "^1.6.3",
"spinnies": "^0.5.1",
"youtube-dl-wrap": "^2.1.1"
}
}