mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Install libxmljs package
This commit is contained in:
parent
6e135a16fc
commit
c3e79a0b8d
2 changed files with 819 additions and 0 deletions
817
package-lock.json
generated
817
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "epg",
|
"name": "epg",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"lint": "node scripts/commands/lint.js",
|
||||||
"validate": "node scripts/commands/validate.js",
|
"validate": "node scripts/commands/validate.js",
|
||||||
"act": "act workflow_dispatch",
|
"act": "act workflow_dispatch",
|
||||||
"test": "npx jest --runInBand",
|
"test": "npx jest --runInBand",
|
||||||
|
@ -26,6 +27,7 @@
|
||||||
"glob": "^7.2.0",
|
"glob": "^7.2.0",
|
||||||
"iconv-lite": "^0.4.24",
|
"iconv-lite": "^0.4.24",
|
||||||
"jest": "^27.3.1",
|
"jest": "^27.3.1",
|
||||||
|
"libxmljs": "^0.19.7",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"markdown-include": "^0.4.3",
|
"markdown-include": "^0.4.3",
|
||||||
"mockdate": "^3.0.5",
|
"mockdate": "^3.0.5",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue