UNPKG

mediasource

Version:

MediaSource API as a node.js Writable stream

60 lines (59 loc) 1.29 kB
{ "name": "mediasource", "description": "MediaSource API as a node.js Writable stream", "version": "2.4.0", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bugs": { "url": "https://github.com/feross/mediasource/issues" }, "dependencies": { "inherits": "^2.0.4", "readable-stream": "^3.6.0", "to-arraybuffer": "^1.0.1" }, "devDependencies": { "airtap": "^3.0.0", "brfs": "^2.0.2", "standard": "*", "tape": "^5.0.1" }, "homepage": "https://github.com/feross/mediasource", "keywords": [ "mediasource", "media source", "mediasource api", "writable", "write", "stream", "write stream", "writable stream" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/mediasource.git" }, "scripts": { "test": "standard && airtap -- test/*.js", "test-local": "airtap --local -- test/*.js" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }