add xml parser,make node 16

This commit is contained in:
Ashley 2022-03-06 16:53:15 +03:00 committed by GitHub
parent 081ae5b4ba
commit d72c9b423c

View file

@ -7,15 +7,19 @@
"start": "node server.js" "start": "node server.js"
}, },
"dependencies": { "dependencies": {
"express": "^4.17.1", "express": "^4.17.1",
"youtube-search": "^1.1.6", "youtube-search": "^1.1.6",
"ejs": "^3.1.6", "ejs": "^3.1.6",
"path": "^0.12.7", "path": "^0.12.7",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"lyrics-finder": "^21.7.0" "lyrics-finder": "^21.7.0",
"xml-js": "^1.6.11",
"request": "^2.88.2",
"xml2json": "^0.12.0",
"fast-xml-parser": "^4.0.5"
}, },
"engines": { "engines": {
"node": "12.x" "node": "16.x"
}, },
"repository": { "repository": {
"url": "https://github.com/ashpotter/poketube" "url": "https://github.com/ashpotter/poketube"