Added iptv-playlist-parser as dependency
This commit is contained in:
parent
5283be7f74
commit
999db200a1
|
@ -31,6 +31,15 @@
|
|||
"debug": "=3.1.0"
|
||||
}
|
||||
},
|
||||
"iptv-playlist-parser": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/iptv-playlist-parser/-/iptv-playlist-parser-0.1.0.tgz",
|
||||
"integrity": "sha512-YOsAz4lxJZ7125EuY6lGjNAs4jignzRSYURLR/p1GFr5/+bwroPtF1+dHg1QxPcuhZ13KJ2tl6UKhyYnuer/jA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"m3u8-file-parser": "^0.2.1"
|
||||
}
|
||||
},
|
||||
"is-buffer": {
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz",
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"axios": ">=0.18.1",
|
||||
"iptv-playlist-parser": "^0.1.0",
|
||||
"m3u8-file-parser": "^0.2.1",
|
||||
"playlist-parser": "0.0.12",
|
||||
"xmldom": "^0.1.27"
|
||||
|
|
Loading…
Reference in New Issue