{ "name": "lingodl", "version": "1.0.0", "description": "1. get stream.mpd from npo (starts in vendor.js at some load call) 2. read segment offsets 3. download segment offsets 4. cat them together into mime type file extension (video/mp4) for lingo", "main": "dl.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "axios": "^0.21.1", "cheerio": "^1.0.0-rc.10", "puppeteer": "^10.1.0", "xml2js": "^0.4.23" } }