Skip to content

Commit 1dee4d6

Browse files
author
GreenDiscord
committed
Fixed!
1 parent 3a9de1d commit 1dee4d6

File tree

2 files changed

+71
-47
lines changed

2 files changed

+71
-47
lines changed

package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,36 @@
44
"description": "Discord rich presence for VLC media player.",
55
"main": "index.js",
66
"dependencies": {
7+
"combined-stream": "^1.0.8",
8+
"bindings": "^1.5.0",
79
"album-art": "^1.0.4",
10+
"asynckit": "^0.4.0",
811
"axios": "^1.1.3",
9-
"discord-rpc": "^3.1.1",
12+
"delayed-stream": "^1.0.0",
13+
"discord-rpc": "^3.2.0",
14+
"encoding": "^0.1.13",
15+
"file-uri-to-path": "^1.0.0",
16+
"follow-redirects": "^1.15.2",
1017
"form-data": "^4.0.0",
18+
"mime-db": "^1.52.0",
19+
"iconv-lite": "^0.6.3",
20+
"miniget": "^4.2.2",
21+
"mime-types": "^2.1.35",
22+
"node-fetch": "^2.6.7",
23+
"node-addon-api": "^1.7.2",
24+
"proxy-from-env": "^1.1.0",
25+
"register-scheme": "^0.0.2",
26+
"safer-buffer": "^2.1.2",
1127
"vlc.js": "^3.2.7",
28+
"tr46": "^0.0.3",
29+
"whatwg-url": "^5.0.0",
30+
"webidl-conversions": "^3.0.1",
31+
"ws": "^7.5.9",
1232
"ytsr": "^3.8.0"
1333
},
34+
"devDependencies": {
35+
"@types/node": "^18.11.3"
36+
},
1437
"scripts": {
1538
"start": "node ./src/app.js",
1639
"run": "npm start"
@@ -19,8 +42,11 @@
1942
"type": "git",
2043
"url": "git+https://github.com/GreenDiscord/vlc-rpc.git"
2144
},
22-
"keywords": [],
23-
"author": "GreenDiscord",
45+
"keywords": [
46+
"vlc",
47+
"discord",
48+
"rpc"
49+
],
2450
"contributors": [
2551
{
2652
"name": "dylhack",
@@ -31,12 +57,10 @@
3157
"email": "[email protected]"
3258
}
3359
],
60+
"author": "GreenDiscord",
3461
"license": "MIT",
3562
"bugs": {
3663
"url": "https://github.com/GreenDiscord/vlc-rpc/issues"
3764
},
38-
"homepage": "https://github.com/GreenDiscord/vlc-rpc#readme",
39-
"devDependencies": {
40-
"@types/node": "^18.11.3"
41-
}
65+
"homepage": "https://github.com/GreenDiscord/vlc-rpc#readme"
4266
}

0 commit comments

Comments
 (0)