UNPKG

parse-m3u8

Version:
42 lines (41 loc) 712 B
{ "name": "parse-m3u8", "version": "1.0.1", "description": "Parse M3U8", "author": "Watanabe Shinnosuke (https://github.com/shinnn)", "repository": "shinnn/parse-m3u8", "license": "ISC", "scripts": { "pretest": "eslint .", "test": "coverage test.mjs" }, "files": [ "index.js" ], "keywords": [ "parse", "m3u", "m3u8", "hls", "live", "streaming", "video", "movie", "playlist", "data" ], "dependencies": { "inspect-with-kind": "^1.0.5", "is-plain-obj": "^2.0.0", "m3u8-parser": "^4.3.0" }, "devDependencies": { "@shinnn/eslint-config": "^6.10.4", "coverage": "^0.3.3", "eslint": "^5.16.0", "testit": "^3.1.0" }, "eslintConfig": { "extends": "@shinnn" } }