-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.82 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
{
"name": "ch-scrape",
"version": "0.20.6",
"description": "Scrape videos (courses) from coursehunter.net for pro members into file",
"main": "lib/cli.js",
"bin": {
"ch-scrape": "lib/index.js"
},
"scripts": {
"test": "ava --timeout=5m"
},
"files": [
"lib",
"src",
"json/search-courses.json"
],
"keywords": [
"coursehunter",
"coursehunter-download",
"coursehunter-downloader",
"coursehunter-scrape",
"coursehunter-scraper",
"coursehunter.net-download",
"coursehunter.net-downloader",
"coursehunter.net-scrape",
"coursehunter.net-scraper"
],
"author": "Muhamed Didovic (github.com/muhamed-didovic)",
"repository": {
"type": "git",
"url": "git://github.com/muhamed-didovic/ch-scrape.git"
},
"license": "MIT",
"dependencies": {
"agentkeepalive": "^4.5.0",
"app-module-path": "^2.2.0",
"async-http-request": "^1.0.4",
"async-request": "^1.2.0",
"axios": "^0.27.2",
"axios-retry": "^3.8.0",
"bluebird": "^3.7.2",
"boolbase": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"colors": "^1.4.0",
"css-select": "^5.1.0",
"css-what": "^6.1.0",
"domhandler": "^5.0.3",
"domutils": "^3.1.0",
"download": "^8.0.0",
"entities": "^1.1.2",
"es6-promise-pool": "^2.5.0",
"form-data": "^4.0.0",
"fs-extra": "^11.2.0",
"fuse.js": "^7.0.0",
"inherits": "^2.0.4",
"is-valid-path": "^0.1.1",
"loadash": "^1.0.0",
"lodash": "^4.17.21",
"meow": "^9.0.0",
"nth-check": "^2.1.1",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"regenerator-runtime": "^0.13.11",
"request": "latest",
"request-progress": "^3.0.0",
"requestretry": "^7.1.0",
"string-format": "^2.0.0",
"url-parse": "^1.5.10",
"util-is-email": "^1.0.0"
},
"devDependencies": {
"ava": "^6.1.1"
}
}