-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
99 lines (99 loc) · 2.55 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
{
"name": "vsdown",
"version": "0.10.1",
"description": "Downloader and scraper for vueschool.io",
"type": "module",
"main": "index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib",
"json"
],
"bin": {
"vsdown": "lib/cli.js"
},
"scripts": {
"test": "jest"
},
"keywords": [
"vueschool-download",
"vueschool-scraper",
"vueschool-downloader",
"vueschool-scrape",
"vueschool.io-download",
"vueschool.io-scraper",
"vueschool.io-downloader",
"vueschool.io-scrape",
"vueschool"
],
"author": "Muhamed Didovic (github.com/muhamed-didovic)",
"repository": {
"type": "git",
"url": "git://github.com/muhamed-didovic/vsdown.git"
},
"license": "MIT",
"dependencies": {
"@byungi/p-delay": "^0.2.0",
"@byungi/p-retry": "^0.2.2",
"@supercharge/promise-pool": "^2.4.0",
"axios": "^1.7.7",
"bluebird": "^3.7.2",
"chalk": "^5.3.0",
"cheerio": "^1.0.0",
"chrome-finder": "^1.0.7",
"colors": "^1.4.0",
"debug": "^4.3.7",
"dreidels": "^0.5.2",
"fs-extra": "^11.2.0",
"fuse.js": "^7.0.0",
"get-puppeteer-browser": "^1.1.1",
"image-size": "^1.1.1",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"meow": "^9.0.0",
"node-html-markdown": "^1.3.0",
"ora": "^5.4.1",
"p-limit": "^3.1.0",
"pdfkit": "^0.14.0",
"prompts": "^2.4.2",
"puppeteer-core": "^22.6.0ra",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"rand-user-agent": "^2.0.55",
"random-useragent": "^0.5.0",
"remote-file-size": "^3.0.5",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"requestretry": "^7.1.0",
"sanitize-filename": "^1.6.3",
"url-file-size": "^1.0.5-1",
"website-scraper": "^5.3.1",
"website-scraper-existing-directory": "^1.0.1",
"youtube-dl-wrap": "^2.1.1",
"yt-dlp-wrap": "^2.3.12",
"ytdl-run": "^0.2.1"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@types/bluebird": "^3.5.42",
"@types/colors": "^1.2.4",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/is-valid-path": "^0.1.2",
"@types/lodash": "^4.17.13",
"@types/lodash-es": "^4.17.12",
"@types/meow": "^6.0.0",
"@types/ora": "^3.2.0",
"@types/p-limit": "^2.2.0",
"@types/pdfkit": "^0.13.5",
"@types/prompts": "^2.4.9",
"@types/request": "^2.48.12",
"@types/requestretry": "^1.13.3",
"@types/url-file-size": "^1.0.3",
"@types/website-scraper": "^1.2.1-",
"jest": "^29.7.0"
}
}