UNPKG

mp4decrypt-buffer

Version:

Native NodeJS module to decrypt media in-memory

38 lines (37 loc) 768 B
{ "name": "mp4decrypt-buffer", "version": "1.1.0", "description": "Native NodeJS module to decrypt media in-memory", "main": "src/index.js", "scripts": { "install": "cmake-js compile", "test": "standard && node test/tests.js" }, "keywords": [ "mp4", "hls", "dash", "cenc", "native" ], "author": "ubuntuegor", "license": "GPL-2.0", "repository": { "type": "git", "url": "https://github.com/ubuntuegor/mp4decrypt-buffer.git" }, "dependencies": { "bindings": "^1.5.0", "cmake-js": "^7.2.1", "node-addon-api": "^6.1.0" }, "devDependencies": { "mp4box": "^0.5.2", "standard": "^17.1.0" }, "standard": { "ignore": [ "Bento4" ] } }