mirror of
https://github.com/iptv-org/database.git
synced 2024-11-12 23:26:38 -05:00
Merge branch 'master' of https://github.com/AntiPontifex/database
This commit is contained in:
commit
95a10dfe71
5 changed files with 2847 additions and 280 deletions
File diff suppressed because it is too large
Load diff
|
@ -199,7 +199,7 @@ Seychelles,SC,crs;eng;fra,🇸🇨
|
|||
Sierra Leone,SL,eng,🇸🇱
|
||||
Singapore,SG,eng;msa;zho;tam,🇸🇬
|
||||
Sint Maarten,SX,eng;fra;nld,🇸🇽
|
||||
Slovakia,SK,slk,🇸🇰
|
||||
Slovakia,SK,slk;ces,🇸🇰
|
||||
Slovenia,SI,slv,🇸🇮
|
||||
Solomon Islands,SB,eng,🇸🇧
|
||||
Somalia,SO,ara;som,🇸🇴
|
||||
|
|
|
1791
package-lock.json
generated
1791
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -13,6 +13,7 @@
|
|||
"author": "Arhey",
|
||||
"dependencies": {
|
||||
"@joi/date": "^2.1.0",
|
||||
"autocrop-js": "^0.0.2",
|
||||
"axios": "^0.25.0",
|
||||
"chalk": "^4.1.2",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
|
@ -22,6 +23,7 @@
|
|||
"crypto": "^1.0.1",
|
||||
"csvtojson": "^2.0.10",
|
||||
"dayjs": "^1.11.0",
|
||||
"form-data": "^4.0.0",
|
||||
"glob": "^7.2.0",
|
||||
"iso-639-2": "^3.0.1",
|
||||
"joi": "^17.6.0",
|
||||
|
@ -31,6 +33,7 @@
|
|||
"node-cleanup": "^2.1.2",
|
||||
"pre-commit": "^1.2.2",
|
||||
"probe-image-size": "^7.2.3",
|
||||
"sharp": "^0.31.1",
|
||||
"signale": "^1.4.0",
|
||||
"slugify": "^1.6.5",
|
||||
"transliteration": "^2.2.0",
|
||||
|
|
Loading…
Reference in a new issue