UNPKG

parse-hls

Version:

Parse HLS Manifests with zero dependencies

33 lines (32 loc) 687 B
{ "name": "parse-hls", "version": "1.0.7", "description": "Parse HLS Manifests with zero dependencies", "files": [ "dist/", "README.md" ], "main": "./dist/index.js", "scripts": { "build": "tsc", "test": "node dist/test" }, "repository": { "type": "git", "url": "git+https://github.com/jasonbyrne/parse-hls.git" }, "keywords": [ "hls", "m3u8", "m3u" ], "author": "Jason Byrne <jason.byrne@flosports.tv>", "license": "MIT", "bugs": { "url": "https://github.com/jasonbyrne/parse-hls/issues" }, "homepage": "https://github.com/jasonbyrne/parse-hls#readme", "devDependencies": { "@types/node": "^14.14.10" } }