mirror of
https://github.com/iptv-org/iptv
synced 2025-12-22 13:27:29 -05:00
Added iptv-playlist-parser as dependency
This commit is contained in:
9
package-lock.json
generated
9
package-lock.json
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user