-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
{
"name": "unigradechecker",
"version": "1.0.0",
"description": "A simple script that checks university grades every few seconds",
"main": "GradeChecker.js",
"dependencies": {
"asynckit": "^0.4.0",
"axios": "^1.6.2",
"boolbase": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"cheerio-select": "^2.1.0",
"combined-stream": "^1.0.8",
"css-select": "^5.1.0",
"css-what": "^6.1.0",
"delayed-stream": "^1.0.0",
"dom-serializer": "^2.0.0",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"domutils": "^3.1.0",
"entities": "^4.5.0",
"find-exec": "^1.0.3",
"follow-redirects": "^1.15.3",
"form-data": "^4.0.0",
"htmlparser2": "^8.0.2",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"nth-check": "^2.1.1",
"parse5": "^7.1.2",
"parse5-htmlparser2-tree-adapter": "^7.0.0",
"play-sound": "^1.1.6",
"proxy-from-env": "^1.1.0",
"shell-quote": "^1.8.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arsevak/UniGradeChecker.git"
},
"keywords": [
"Grade",
"Checker"
],
"author": "Anuj Sevak",
"license": "MIT",
"bugs": {
"url": "https://github.com/arsevak/UniGradeChecker/issues"
},
"homepage": "https://github.com/arsevak/UniGradeChecker#readme"
}