mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 02:38:56 +01:00
add xml parser,make node 16
This commit is contained in:
parent
081ae5b4ba
commit
d72c9b423c
1 changed files with 7 additions and 3 deletions
|
@ -12,10 +12,14 @@
|
||||||
"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"
|
||||||
|
|
Loading…
Reference in a new issue