mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Install @elijahmanor/cross-var
This commit is contained in:
parent
38acb47921
commit
3ebe14a083
3 changed files with 8389 additions and 5935 deletions
6253
package-lock.json
generated
6253
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,7 @@
|
|||
"test:commands": "npx jest --runInBand -- commands",
|
||||
"test:sites": "TZ=Pacific/Nauru npx jest --runInBand -- sites",
|
||||
"check": "npm run api:load && npm run channels:lint sites/**/*.js && npm run channels:validate sites/**/*.xml",
|
||||
"grab": "npx epg-grabber --config=sites/${SITE}/${SITE}.config.js --channels=sites/${SITE}/${SITE}.channels.xml --output=guides/{lang}/{site}.xml",
|
||||
"grab": "cross-var epg-grabber --config=sites/$SITE/$SITE.config.js --channels=sites/$SITE/$SITE.channels.xml --output=guides/{lang}/{site}.xml",
|
||||
"serve": "npx serve"
|
||||
},
|
||||
"private": true,
|
||||
|
@ -33,6 +33,7 @@
|
|||
"chalk": "^4.1.2",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"commander": "^8.2.0",
|
||||
"cross-var": "^1.1.0",
|
||||
"csv-parser": "^3.0.0",
|
||||
"dayjs": "^1.11.7",
|
||||
"epg-grabber": "^0.31.0",
|
||||
|
@ -42,9 +43,9 @@
|
|||
"glob": "^7.2.0",
|
||||
"iconv-lite": "^0.4.24",
|
||||
"inquirer": "^8.2.0",
|
||||
"jest": "^27.3.1",
|
||||
"jest": "^29.5.0",
|
||||
"langs": "^2.0.0",
|
||||
"libxmljs2": "^0.30.1",
|
||||
"libxmljs2": "^0.32.0",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.3.0",
|
||||
"markdown-include": "^0.4.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue