UNPKG

ffprobe

Version:

Use ffprobe to get info from media files and return as JSON

39 lines (38 loc) 793 B
{ "name": "ffprobe", "version": "1.1.2", "description": "Use ffprobe to get info from media files and return as JSON", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/eugeneware/ffprobe" }, "keywords": [ "json", "ffmpeg", "ffprobe", "media", "video", "audio", "image", "images" ], "author": "Eugene Ware <eugene@noblesamurai.com>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/eugeneware/ffprobe/issues" }, "dependencies": { "JSONStream": "^1.3.5", "bl": "^4.0.3", "deferential": "^1.0.0" }, "devDependencies": { "expect.js": "~0.3.0", "ffprobe-static": "^3.0.0", "mocha": "^8.1.3" } }