diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-06 10:25:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-06 10:25:21 +0200 |
commit | b70025bfdc5f3d7aa3e827f6cadfa1e21483a038 (patch) | |
tree | ffb93e771305a27d9fd489af30766273897a7857 /package.json | |
parent | 0df302ca8d680652b58a0a7f606c2b383c53b1f6 (diff) | |
download | PeerTube-b70025bfdc5f3d7aa3e827f6cadfa1e21483a038.tar.gz PeerTube-b70025bfdc5f3d7aa3e827f6cadfa1e21483a038.tar.zst PeerTube-b70025bfdc5f3d7aa3e827f6cadfa1e21483a038.zip |
Remove libxmljs in favour of pure JS implem
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 574e50e52..e3766e318 100644 --- a/package.json +++ b/package.json | |||
@@ -174,7 +174,6 @@ | |||
174 | "@types/express-rate-limit": "^5.0.0", | 174 | "@types/express-rate-limit": "^5.0.0", |
175 | "@types/fluent-ffmpeg": "^2.1.16", | 175 | "@types/fluent-ffmpeg": "^2.1.16", |
176 | "@types/fs-extra": "^9.0.1", | 176 | "@types/fs-extra": "^9.0.1", |
177 | "@types/libxmljs": "^0.18.0", | ||
178 | "@types/lodash": "^4.14.64", | 177 | "@types/lodash": "^4.14.64", |
179 | "@types/lru-cache": "^5.1.0", | 178 | "@types/lru-cache": "^5.1.0", |
180 | "@types/magnet-uri": "^5.1.1", | 179 | "@types/magnet-uri": "^5.1.1", |
@@ -206,7 +205,7 @@ | |||
206 | "eslint-plugin-node": "^11.0.0", | 205 | "eslint-plugin-node": "^11.0.0", |
207 | "eslint-plugin-promise": "^4.2.1", | 206 | "eslint-plugin-promise": "^4.2.1", |
208 | "eslint-plugin-standard": "^5.0.0", | 207 | "eslint-plugin-standard": "^5.0.0", |
209 | "libxmljs": "0.19.7", | 208 | "fast-xml-parser": "^3.19.0", |
210 | "maildev": "^1.0.0-rc3", | 209 | "maildev": "^1.0.0-rc3", |
211 | "marked": "^2.0.1", | 210 | "marked": "^2.0.1", |
212 | "marked-man": "^0.7.0", | 211 | "marked-man": "^0.7.0", |