From 185c2e73713e79a4d4444018de7430bebc630692 Mon Sep 17 00:00:00 2001 From: mister-ben Date: Wed, 3 May 2023 09:05:34 +0200 Subject: [PATCH 1/2] fix: configure and document webpack transpilation --- package-lock.json | 16 +- package.json | 15 +- src/data/plugins.json | 28204 +++++++++++---------- src/data/videojs-version.json | 2 +- src/mdx-pages/guides/troubleshooting.mdx | 6 + src/mdx-pages/guides/webpack.mdx | 23 +- 6 files changed, 14934 insertions(+), 13332 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fd14230..f84a8792 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8324,11 +8324,6 @@ "postcss-value-parser": "^4.2.0" }, "dependencies": { - "caniuse-lite": { - "version": "1.0.30001341", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001341.tgz", - "integrity": "sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA==" - }, "postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", @@ -10007,11 +10002,6 @@ "picocolors": "^1.0.0" }, "dependencies": { - "caniuse-lite": { - "version": "1.0.30001341", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001341.tgz", - "integrity": "sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA==" - }, "electron-to-chromium": { "version": "1.4.137", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.137.tgz", @@ -10216,9 +10206,9 @@ } }, "caniuse-lite": { - "version": "1.0.30000967", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000967.tgz", - "integrity": "sha512-rUBIbap+VJfxTzrM4akJ00lkvVb5/n5v3EGXfWzSH5zT8aJmGzjA8HWhJ4U6kCpzxozUSnB+yvAYDRPY6mRpgQ==" + "version": "1.0.30001482", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001482.tgz", + "integrity": "sha512-F1ZInsg53cegyjroxLNW9DmrEQ1SuGRTO1QlpA0o2/6OpQ0gFeDRoq1yFmnr8Sakn9qwwt9DmbxHB6w167OSuQ==" }, "capital-case": { "version": "1.0.4", diff --git a/package.json b/package.json index bb84114b..49350b9a 100644 --- a/package.json +++ b/package.json @@ -70,9 +70,18 @@ }, "repository": { "type": "git", - "url": "https://github.com/gatsbyjs/gatsby-starter-default" + "url": "https://github.com/videojs/videojs.com" }, "bugs": { - "url": "https://github.com/gatsbyjs/gatsby/issues" - } + "url": "https://github.com/videojs/videojs.com/issues" + }, + "browserslist": [ + ">0.2%", + "not dead", + "not op_mini all", + "not safari < 10", + "not chrome < 51", + "not android < 5", + "not ie < 12" + ] } diff --git a/src/data/plugins.json b/src/data/plugins.json index 4306b4dc..396dd456 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -1,99 +1,234 @@ [ { - "name": "m3u8-parser", + "name": "mpd-parser", "scope": "unscoped", - "version": "4.7.1", - "description": "m3u8 parser", + "version": "1.1.1", + "description": "mpd parser", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2022-04-05T16:41:15.589Z", + "date": "2023-03-31T05:01:31.078Z", "links": { - "npm": "https://www.npmjs.com/package/m3u8-parser", - "homepage": "https://github.com/videojs/m3u8-parser#readme", - "repository": "https://github.com/videojs/m3u8-parser", - "bugs": "https://github.com/videojs/m3u8-parser/issues" + "npm": "https://www.npmjs.com/package/mpd-parser", + "homepage": "https://github.com/videojs/mpd-parser#readme", + "repository": "https://github.com/videojs/mpd-parser", + "bugs": "https://github.com/videojs/mpd-parser/issues" }, "author": { "name": "Brightcove, Inc" }, "publisher": { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "awaldron", + "email": "awaldron@brightcove.com" }, "maintainers": [ + { + "username": "phale", + "email": "phale@brightcove.com" + }, + { + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, { "username": "videojs-user", "email": "videojs@gkatsev.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" }, { "username": "mmcclure", "email": "npm@htbx.net" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "misterben", + "email": "npm@misterben.me" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "lday", + "email": "ldayananda@brightcove.com" }, { "username": "imbcmdth", "email": "jon.carlos.rivera@gmail.com" }, { - "username": "misterben", - "email": "npm@misterben.me" + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" + "username": "heff", + "email": "npm@heff.me" }, { "username": "gkatsev", "email": "me@gkatsev.com" }, { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" + "username": "gesinger", + "email": "gesinger@gmail.com" + }, + { + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "abarstow", + "email": "alexander.barstow@gmail.com" }, { "username": "forbesjo", "email": "joseph.a.forbes@gmail.com" + } + ], + "downloads": 485543 + }, + { + "name": "videojs-contrib-quality-levels", + "scope": "unscoped", + "version": "4.0.0", + "description": "Exposes a list of quality levels available for the source.", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2023-03-31T19:44:51.273Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-contrib-quality-levels", + "homepage": "https://github.com/videojs/videojs-contrib-quality-levels#readme", + "repository": "https://github.com/videojs/videojs-contrib-quality-levels", + "bugs": "https://github.com/videojs/videojs-contrib-quality-levels/issues" + }, + "author": { + "name": "Brightcove, Inc." + }, + "publisher": { + "username": "misteroneill", + "email": "pgoneill@gmail.com" + }, + "maintainers": [ + { + "username": "phale", + "email": "phale@brightcove.com" + }, + { + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "videojs-user", + "email": "videojs@gkatsev.com" + }, + { + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" + }, + { + "username": "mmcclure", + "email": "npm@htbx.net" + }, + { + "username": "misteroneill", + "email": "pgoneill@gmail.com" + }, + { + "username": "misterben", + "email": "npm@misterben.me" + }, + { + "username": "lday", + "email": "ldayananda@brightcove.com" + }, + { + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, + { + "username": "heff", + "email": "npm@heff.me" + }, + { + "username": "gkatsev", + "email": "me@gkatsev.com" }, { "username": "gesinger", "email": "gesinger@gmail.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" + "username": "essk", + "email": "sarah@teaandbiscuits.net" }, { - "username": "okaramian", - "email": "okaramia@gmail.com" + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { "username": "abarstow", "email": "alexander.barstow@gmail.com" + }, + { + "username": "forbesjo", + "email": "joseph.a.forbes@gmail.com" + }, + { + "username": "mjneil", + "email": "mneilweb@gmail.com" } ], - "downloads": 323126 + "downloads": 206687 }, { "name": "video.js", "scope": "unscoped", - "version": "7.20.1", + "version": "8.3.0", "description": "An HTML5 video player that supports HLS and DASH with a common API and skin.", "keywords": [ "dash", @@ -103,7 +238,7 @@ "video", "videojs" ], - "date": "2022-05-31T19:59:19.683Z", + "date": "2023-04-05T14:50:49.402Z", "links": { "npm": "https://www.npmjs.com/package/video.js", "homepage": "https://videojs.com", @@ -118,659 +253,393 @@ "email": "videojs@gkatsev.com" }, "maintainers": [ + { + "username": "phale", + "email": "phale@brightcove.com" + }, + { + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, { "username": "videojs-user", "email": "videojs@gkatsev.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" }, { "username": "mmcclure", "email": "npm@htbx.net" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "misterben", + "email": "npm@misterben.me" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "lday", + "email": "ldayananda@brightcove.com" }, { "username": "imbcmdth", "email": "jon.carlos.rivera@gmail.com" }, { - "username": "misterben", - "email": "npm@misterben.me" + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" + "username": "heff", + "email": "npm@heff.me" }, { "username": "gkatsev", "email": "me@gkatsev.com" }, + { + "username": "gesinger", + "email": "gesinger@gmail.com" + }, + { + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "abarstow", + "email": "alexander.barstow@gmail.com" + }, { "username": "mmcc", "email": "matt@mmcc.io" } ], - "downloads": 385832 + "downloads": 596463 }, { - "name": "aes-decrypter", + "name": "videojs-contrib-ads", "scope": "unscoped", - "version": "3.1.3", - "description": "decrypt aes-128 content using a key", + "version": "7.2.0", + "description": "A framework that provides common functionality needed by video advertisement libraries working with video.js.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2022-04-05T16:37:44.910Z", + "date": "2023-04-18T16:20:14.291Z", "links": { - "npm": "https://www.npmjs.com/package/aes-decrypter", - "homepage": "https://github.com/videojs/aes-decrypter#readme", - "repository": "https://github.com/videojs/aes-decrypter", - "bugs": "https://github.com/videojs/aes-decrypter/issues" + "npm": "https://www.npmjs.com/package/videojs-contrib-ads", + "homepage": "https://github.com/videojs/videojs-contrib-ads#readme", + "repository": "https://github.com/videojs/videojs-contrib-ads", + "bugs": "https://github.com/videojs/videojs-contrib-ads/issues" }, "author": { "name": "Brightcove, Inc." }, "publisher": { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "phale", + "email": "phale@brightcove.com" }, "maintainers": [ { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" }, { - "username": "gesinger", - "email": "gesinger@gmail.com" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" + "username": "videojs-user", + "email": "videojs@gkatsev.com" }, { - "username": "okaramian", - "email": "okaramia@gmail.com" + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" }, { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" + "username": "mmcclure", + "email": "npm@htbx.net" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "misterben", + "email": "npm@misterben.me" }, { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - }, - { - "username": "durumcrustulum", - "email": "durumcrustulum@gmail.com" + "username": "lday", + "email": "ldayananda@brightcove.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" - } - ], - "downloads": 314311 - }, - { - "name": "videojs-contrib-dash", - "scope": "unscoped", - "version": "5.1.1", - "description": "A Video.js source-handler providing MPEG-DASH playback.", - "keywords": [ - "MPEG-DASH", - "dash", - "dash.js", - "dashjs", - "playready", - "video.js", - "videojs", - "videojs-plugin", - "widevine" - ], - "date": "2021-11-30T22:01:54.771Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-dash", - "homepage": "https://github.com/videojs/videojs-contrib-dash#readme", - "repository": "https://github.com/videojs/videojs-contrib-dash", - "bugs": "https://github.com/videojs/videojs-contrib-dash/issues" - }, - "author": { - "name": "Brightcove, Inc" - }, - "publisher": { - "username": "gkatsev", - "email": "me@gkatsev.com" - }, - "maintainers": [ + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "heff", + "email": "npm@heff.me" }, { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "gkatsev", + "email": "me@gkatsev.com" }, { "username": "gesinger", "email": "gesinger@gmail.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" - }, - { - "username": "okaramian", - "email": "okaramia@gmail.com" + "username": "essk", + "email": "sarah@teaandbiscuits.net" }, { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" + "username": "dmlap", + "email": "dlapalomento@gmail.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { "username": "abarstow", "email": "alexander.barstow@gmail.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "incompl", + "email": "gsmith@incompl.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "bclwhitaker", + "email": "lwhitaker@brightcove.com" + }, + { + "username": "jimbojw", + "email": "wilson.jim.r@gmail.com" + }, + { + "username": "forbesjo", + "email": "joseph.a.forbes@gmail.com" + }, + { + "username": "violettemi", + "email": "violettemi@gmail.com" + }, + { + "username": "marguinbc", + "email": "marguin@brightcove.com" + }, + { + "username": "vdeshpande", + "email": "vdeshpande@brightcove.com" } ], - "downloads": 8677 + "downloads": 23608 }, { - "name": "videojs-contrib-hls", + "name": "videojs-playlist", "scope": "unscoped", - "version": "5.15.0", - "description": "Play back HLS with video.js, even where it's not natively supported", + "version": "5.1.0", + "description": "Playlist plugin for Video.js", "keywords": [ + "playlist", "videojs", "videojs-plugin" ], - "date": "2018-11-14T22:50:22.183Z", + "date": "2023-04-14T13:06:59.731Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-hls", - "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", - "repository": "https://github.com/videojs/videojs-contrib-hls", - "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + "npm": "https://www.npmjs.com/package/videojs-playlist", + "homepage": "https://github.com/brightcove/videojs-playlist#readme", + "repository": "https://github.com/brightcove/videojs-playlist", + "bugs": "https://github.com/brightcove/videojs-playlist/issues" }, "author": { - "name": "Brightcove, Inc" + "name": "Brightcove, Inc." }, "publisher": { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "bcbclifford", + "email": "bclifford@brightcove.com" }, "maintainers": [ { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "madhu_g", + "email": "mganapathiraaja@brightcove.com" }, { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "geethu.k", + "email": "geethu.karthik@brightove.com" }, { - "username": "gesinger", - "email": "gesinger@gmail.com" + "username": "hugocjim", + "email": "hjimenez@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "luisbacasehua", + "email": "lbacasehua@brightcove.com" }, { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" + "username": "daniel_campos", + "email": "dcampos@brightcove.com" }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" + "username": "kevin.schick", + "email": "kschick@brightcove.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" - } - ], - "downloads": 25051 - }, - { - "name": "videojs-contrib-ads", - "scope": "unscoped", - "version": "6.9.0", - "description": "A framework that provides common functionality needed by video advertisement libraries working with video.js.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-06-29T19:56:16.081Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-ads", - "homepage": "https://github.com/videojs/videojs-contrib-ads#readme", - "repository": "https://github.com/videojs/videojs-contrib-ads", - "bugs": "https://github.com/videojs/videojs-contrib-ads/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - }, - "maintainers": [ + "username": "m.morrison", + "email": "mmorrison@brightcove.com" + }, { - "username": "incompl", - "email": "gsmith@incompl.com" + "username": "rgroesch", + "email": "rgroesch@brightcove.com" }, { - "username": "bclwhitaker", - "email": "lwhitaker@brightcove.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "jimbojw", - "email": "wilson.jim.r@gmail.com" + "username": "uomar", + "email": "uomar@brightcove.com" }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" + "username": "abarstowbc", + "email": "abarstow@brightcove.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "sbarathan", + "email": "sbarathan@brightcove.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "adamico-bc", + "email": "alex.damico@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "kpandiyarajan", + "email": "kpandiyarajan@brightcove.com" }, { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "msivalls", + "email": "msivalls@brightcove.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "vbustillos", + "email": "vbustillos@brightcove.com" }, { - "username": "violettemi", - "email": "violettemi@gmail.com" + "username": "rburnham", + "email": "rburnham@brightcove.com" }, { - "username": "marguinbc", - "email": "marguin@brightcove.com" + "username": "imorones", + "email": "imorones@brightcove.com" }, { - "username": "vdeshpande", - "email": "vdeshpande@brightcove.com" + "username": "bhong-brightcove", + "email": "bhong@brightcove.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - } - ], - "downloads": 14038 - }, - { - "name": "videojs-contrib-quality-levels", - "scope": "unscoped", - "version": "2.1.0", - "description": "Exposes a list of quality levels available for the source.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-04-05T18:09:55.954Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-quality-levels", - "homepage": "https://github.com/videojs/videojs-contrib-quality-levels#readme", - "repository": "https://github.com/videojs/videojs-contrib-quality-levels", - "bugs": "https://github.com/videojs/videojs-contrib-quality-levels/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "gkatsev", - "email": "me@gkatsev.com" - }, - "maintainers": [ + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" + "username": "shubham.chavhan", + "email": "shubham.chavhan@brightcove.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "albertogomez", + "email": "agomez@brightcove.com" }, { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "gestrada-br", + "email": "gestrada@brightcove.com" }, { - "username": "gesinger", - "email": "gesinger@gmail.com" + "username": "lpintor", + "email": "lpintor@brightcove.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" + "username": "amillerbrightcove", + "email": "amiller@brightcove.com" }, { - "username": "okaramian", - "email": "okaramia@gmail.com" + "username": "lvohra", + "email": "lvohra@brightcove.com" }, { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" + "username": "charles.seat", + "email": "charles.seat@brightcove.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "mcho-bc", + "email": "mcho@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" + "username": "fsalazarbc", + "email": "fsalazar@brightcove.com" }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" + "username": "dawnpacko", + "email": "dpacko@brightcove.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" - } - ], - "downloads": 64236 - }, - { - "name": "@videojs/vhs-utils", - "scope": "videojs", - "version": "3.0.5", - "description": "Objects and functions shared throughtout @videojs/http-streaming code", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-03-16T17:11:32.218Z", - "links": { - "npm": "https://www.npmjs.com/package/%40videojs%2Fvhs-utils", - "homepage": "https://github.com/videojs/vhs-utils#readme", - "repository": "https://github.com/videojs/vhs-utils", - "bugs": "https://github.com/videojs/vhs-utils/issues" - }, - "author": { - "name": "brandonocasey", - "email": "brandonocasey@gmail.com", - "username": "brandonocasey" - }, - "publisher": { - "username": "gkatsev", - "email": "me@gkatsev.com" - }, - "maintainers": [ - { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" - }, - { - "username": "videojs-user", - "email": "videojs@gkatsev.com" - }, - { - "username": "tjaneczko", - "email": "tjaneczko@brightcove.com" - }, - { - "username": "gkatsev", - "email": "me@gkatsev.com" - }, - { - "username": "heff", - "email": "npm@heff.me" - }, - { - "username": "mmcclure", - "email": "npm@htbx.net" - }, - { - "username": "dmlap", - "email": "dlapalomento@gmail.com" - }, - { - "username": "misteroneill", - "email": "pgoneill@gmail.com" - }, - { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - }, - { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" - }, - { - "username": "gesinger", - "email": "gesinger@gmail.com" - }, - { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" - }, - { - "username": "incompl", - "email": "gsmith@incompl.com" - }, - { - "username": "mjneil", - "email": "mneilweb@gmail.com" - }, - { - "username": "okaramian", - "email": "okaramia@gmail.com" - }, - { - "username": "lday", - "email": "ldayananda@brightcove.com" - }, - { - "username": "misterben", - "email": "npm@misterben.me" - }, - { - "username": "mmcc", - "email": "matt@mmcc.io" - }, - { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - } - ], - "downloads": 336685 - }, - { - "name": "mpd-parser", - "scope": "unscoped", - "version": "0.21.1", - "description": "mpd parser", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-04-05T16:33:03.493Z", - "links": { - "npm": "https://www.npmjs.com/package/mpd-parser", - "homepage": "https://github.com/videojs/mpd-parser#readme", - "repository": "https://github.com/videojs/mpd-parser", - "bugs": "https://github.com/videojs/mpd-parser/issues" - }, - "author": { - "name": "Brightcove, Inc" - }, - "publisher": { - "username": "gkatsev", - "email": "me@gkatsev.com" - }, - "maintainers": [ - { - "username": "videojs-user", - "email": "videojs@gkatsev.com" - }, - { - "username": "heff", - "email": "npm@heff.me" - }, - { - "username": "mmcclure", - "email": "npm@htbx.net" - }, - { - "username": "dmlap", - "email": "dlapalomento@gmail.com" - }, - { - "username": "lday", - "email": "ldayananda@brightcove.com" - }, - { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - }, - { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" - }, - { - "username": "misterben", - "email": "npm@misterben.me" - }, - { - "username": "misteroneill", - "email": "pgoneill@gmail.com" - }, - { - "username": "gkatsev", - "email": "me@gkatsev.com" - }, - { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" - }, - { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" - }, - { - "username": "gesinger", - "email": "gesinger@gmail.com" - }, - { - "username": "mjneil", - "email": "mneilweb@gmail.com" - }, - { - "username": "okaramian", - "email": "okaramia@gmail.com" + "username": "ldominguez", + "email": "ldominguez@brightcove.com" }, - { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - } - ], - "downloads": 305034 - }, - { - "name": "videojs-errors", - "scope": "unscoped", - "version": "6.0.0", - "description": "A Video.js plugin for custom error reporting", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-07-19T15:19:22.230Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-errors", - "homepage": "https://github.com/brightcove/videojs-errors#readme", - "repository": "https://github.com/brightcove/videojs-errors", - "bugs": "https://github.com/brightcove/videojs-errors/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "roman-bc", - "email": "rpougatchev@brightcove.com" - }, - "maintainers": [ { "username": "bc-srimron-soutter", "email": "srimron-soutter@brightcove.com" }, - { - "username": "prasant7bc", - "email": "prasanth.y@brightcove.com" - }, { "username": "bart-stevens-bc", "email": "bart.stevens@brightcove.com" }, - { - "username": "nnguyen150468", - "email": "nnguyen@brightcove.com" - }, { "username": "rsilva_brightcove", "email": "rsilva@brightcove.com" @@ -795,34 +664,14 @@ "username": "cloewer_bc", "email": "cloewer@brightcove.com" }, - { - "username": "enrique.henderson", - "email": "enrique.henderson@brightcove.com" - }, - { - "username": "muhamad.mahmudov", - "email": "muhamad.mahmudov@brightcove.com" - }, { "username": "carredondo", "email": "carredondo@brightcove.com" }, - { - "username": "jagadeesh_lakshminarasimhan", - "email": "jnarasimhan@brightcove.com" - }, { "username": "brianhsu", "email": "bhsu@brightcove.com" }, - { - "username": "lewis.moten.brightcove", - "email": "lewis.moten@brightcove.com" - }, - { - "username": "kchang-brightcove", - "email": "kchang@brightcove.com" - }, { "username": "niklagbrightcove", "email": "niko.lagman@brightcove.com" @@ -831,14 +680,6 @@ "username": "tsraveling_bc", "email": "tim.raveling@brightcove.com" }, - { - "username": "natalia-chegrynets", - "email": "natalia.chegrynets@brightcove.com" - }, - { - "username": "rsutharu", - "email": "rsutharu@brightcove.com" - }, { "username": "natedennis", "email": "nathan.dennis@brightcove.com" @@ -851,18 +692,6 @@ "username": "craigparrottebc", "email": "cparrotte@brightcove.com" }, - { - "username": "mwebster789", - "email": "matthew.webster@brightcove.com" - }, - { - "username": "vandana90", - "email": "vandana.surendranath@brightcove.com" - }, - { - "username": "amrith.pai", - "email": "amrith.pai@brightcove.com" - }, { "username": "bc-acgarcia", "email": "acgarcia@brightcove.com" @@ -871,10 +700,6 @@ "username": "adavila1", "email": "adavila@brightcove.com" }, - { - "username": "francis-alegre", - "email": "francis.alegre@brightcove.com" - }, { "username": "vaishalijayaraman", "email": "vjayaraman@brightcove.com" @@ -907,10 +732,6 @@ "username": "randresf", "email": "andres.restrepo@brightcove.com" }, - { - "username": "harold.murcia", - "email": "harold.murcia@brightcove.com" - }, { "username": "v.kozlov_bc", "email": "vitali.kozlov@brightcove.com" @@ -923,10 +744,6 @@ "username": "michaelmccarthybc", "email": "michael.mccarthy@brightcove.com" }, - { - "username": "abarstowbc", - "email": "abarstow@brightcove.com" - }, { "username": "georgesanchez.diazjr", "email": "jsanchez@brightcove.com" @@ -935,30 +752,10 @@ "username": "poneill-bcov", "email": "poneill@brightcove.com" }, - { - "username": "gsinger-brightcove", - "email": "gsinger@brightcove.com" - }, { "username": "mdeltorobcov", "email": "mdeltoro@brightcove.com" }, - { - "username": "scottbishop", - "email": "scott.bishop@brightcove.com" - }, - { - "username": "bcov_david-kelly", - "email": "david.kelly@brightcove.com" - }, - { - "username": "yji_bc", - "email": "yuan.ji@brightcove.com" - }, - { - "username": "jahidulislam", - "email": "jahidul.islam@brightcove.com" - }, { "username": "jmohneycove", "email": "jared.mohney@brightcove.com" @@ -967,10 +764,6 @@ "username": "inbc01", "email": "igor.nakshin@brightcove.com" }, - { - "username": "valon.sejdini84", - "email": "valon.sejdini@brightcove.com" - }, { "username": "jeff.schuman", "email": "jeff.schuman@brightcove.com" @@ -1011,10 +804,6 @@ "username": "lasanchezc", "email": "lsanchez@brightcove.com" }, - { - "username": "apadhye", - "email": "apadhye@brightcove.com" - }, { "username": "marguinbc", "email": "marguin@brightcove.com" @@ -1048,27 +837,51 @@ "email": "jwhisenant@brightcove.com" }, { - "username": "rjune", - "email": "rjune@brightcove.com" + "username": "ebertaud", + "email": "ebertaud@brightcove.com" }, { - "username": "jonbwalsh", - "email": "jwalsh@brightcove.com" + "username": "oespinosac", + "email": "oespinosa@brightcove.com" }, { - "username": "khaipham", - "email": "kpham@brightcove.com" + "username": "dsalnikov", + "email": "dsalnikov@brightcove.com" }, { - "username": "wswanbeck", - "email": "wswanbeck@brightcove.com" + "username": "sharanya.muruganandam", + "email": "sharanya.muruganandam@brightcove.com" }, { - "username": "mjholland", - "email": "mholland@brightcove.com" + "username": "vikaskumar.gajula", + "email": "vikaskumar.gajula@brightcove.com" }, { - "username": "gastafurov", + "username": "xgarcia_npm", + "email": "xgarcia+npm@brightcove.com" + }, + { + "username": "jguerra", + "email": "jguerra@brightcove.com" + }, + { + "username": "rjune", + "email": "rjune@brightcove.com" + }, + { + "username": "jonbwalsh", + "email": "jwalsh@brightcove.com" + }, + { + "username": "khaipham", + "email": "kpham@brightcove.com" + }, + { + "username": "wswanbeck", + "email": "wswanbeck@brightcove.com" + }, + { + "username": "gastafurov", "email": "gastafurov@brightcove.com" }, { @@ -1095,10 +908,6 @@ "username": "asinclair", "email": "asinclair@brightcove.com" }, - { - "username": "jedwards53", - "email": "jedwards@brightcove.com" - }, { "username": "hwoodbury", "email": "hwoodbury@brightcove.com" @@ -1155,18 +964,10 @@ "username": "acruzr", "email": "acruz@brightcove.com" }, - { - "username": "egoulding", - "email": "egoulding@brightcove.com" - }, { "username": "marcogaray", "email": "mgaray@brightcove.com" }, - { - "username": "ipadilla", - "email": "ipadilla@brightcove.com" - }, { "username": "diegocruz1991", "email": "dcruz@brightcove.com" @@ -1191,10 +992,6 @@ "username": "cvillasenor", "email": "cvillasenor@brightcove.com" }, - { - "username": "vchistyakov", - "email": "vchistyakov@brightcove.com" - }, { "username": "omartinez", "email": "omartinez@brightcove.com" @@ -1231,10 +1028,6 @@ "username": "cavieira", "email": "cavieira@brightcove.com" }, - { - "username": "mbalasubramaniam", - "email": "mbalasubramaniam@brightcove.com" - }, { "username": "arunjeyaprasad", "email": "arunjeyaprasad@brightcove.com" @@ -1255,18 +1048,10 @@ "username": "fdelgado_bc", "email": "fdelgado@brightcove.com" }, - { - "username": "syurishi", - "email": "syurishi@brightcove.com" - }, { "username": "agarciabcov", "email": "agarcia@brightcove.com" }, - { - "username": "priyadharsshini", - "email": "priyadharsshinis@brightcove.com" - }, { "username": "attinder", "email": "asingh@brightcove.com" @@ -1275,10 +1060,6 @@ "username": "lauralopez", "email": "llopez@brightcove.com" }, - { - "username": "granganathan", - "email": "granganathan@brightcove.com" - }, { "username": "skumar85", "email": "skumar@brightcove.com" @@ -1307,14 +1088,6 @@ "username": "ingrid.s.cruz", "email": "scruz@brightcove.com" }, - { - "username": "hkanagarajan", - "email": "hkanagarajan@brightcove.com" - }, - { - "username": "jcarfagno-bc", - "email": "jcarfagno@brightcove.com" - }, { "username": "luis_fernando_lopez_ruiz", "email": "lflopez@brightcove.com" @@ -1355,10 +1128,6 @@ "username": "jlomeli", "email": "jlomeli@brightcove.com" }, - { - "username": "jhurtado", - "email": "jhurtado@brightcove.com" - }, { "username": "sjimenez", "email": "sjimenez@brightcove.com" @@ -1383,10 +1152,6 @@ "username": "mshiwal", "email": "mshiwal@brightcove.com" }, - { - "username": "divyaudhayakumar", - "email": "dudhayakumar@brightcove.com" - }, { "username": "ptamizh", "email": "ptamizh@brightcove.com" @@ -1419,14 +1184,6 @@ "username": "hswaminathan", "email": "hswaminathan@brightcove.com" }, - { - "username": "lramirez-bc", - "email": "lramirez@brightcove.com" - }, - { - "username": "hatondo-bcov", - "email": "hatondo@brightcove.com" - }, { "username": "echengbc", "email": "echeng@brightcove.com" @@ -1439,14 +1196,6 @@ "username": "incompl", "email": "gsmith@incompl.com" }, - { - "username": "bclwhitaker", - "email": "lwhitaker@brightcove.com" - }, - { - "username": "seniorflexdeveloper", - "email": "seniorflexdeveloper@gmail.com" - }, { "username": "misteroneill", "email": "pgoneill@gmail.com" @@ -1455,10 +1204,6 @@ "username": "dmlap", "email": "dlapalomento@gmail.com" }, - { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" - }, { "username": "gkatsev", "email": "me@gkatsev.com" @@ -1468,70 +1213,141 @@ "email": "joseph.a.forbes@gmail.com" }, { - "username": "tomruggs", - "email": "truggles@brightcove.com" + "username": "saxena-gaurav", + "email": "gauravsaxena.oakland@gmail.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" } ], - "downloads": 765 + "downloads": 8347 }, { - "name": "videojs-flash", + "name": "m3u8-parser", "scope": "unscoped", - "version": "2.2.1", - "description": "The official Flash tech package for Video.js.", + "version": "6.0.0", + "description": "m3u8 parser", "keywords": [ "videojs", - "videojs-plugin", - "videojs-tech" + "videojs-plugin" ], - "date": "2019-10-03T19:43:06.445Z", + "date": "2022-09-27T18:45:44.375Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-flash", - "homepage": "https://github.com/videojs/videojs-flash#readme", - "repository": "https://github.com/videojs/videojs-flash", - "bugs": "https://github.com/videojs/videojs-flash/issues" + "npm": "https://www.npmjs.com/package/m3u8-parser", + "homepage": "https://github.com/videojs/m3u8-parser#readme", + "repository": "https://github.com/videojs/m3u8-parser", + "bugs": "https://github.com/videojs/m3u8-parser/issues" }, "author": { - "name": "Brightcove, Inc." + "name": "Brightcove, Inc" }, "publisher": { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, "maintainers": [ { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "videojs-user", + "email": "videojs@gkatsev.com" + }, + { + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" + }, + { + "username": "mmcclure", + "email": "npm@htbx.net" }, { "username": "misteroneill", "email": "pgoneill@gmail.com" + }, + { + "username": "misterben", + "email": "npm@misterben.me" + }, + { + "username": "lday", + "email": "ldayananda@brightcove.com" + }, + { + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, + { + "username": "heff", + "email": "npm@heff.me" + }, + { + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + { + "username": "gesinger", + "email": "gesinger@gmail.com" + }, + { + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "abarstow", + "email": "alexander.barstow@gmail.com" + }, + { + "username": "forbesjo", + "email": "joseph.a.forbes@gmail.com" + }, + { + "username": "mjneil", + "email": "mneilweb@gmail.com" } ], - "downloads": 16921 + "downloads": 506356 }, { "name": "videojs-contrib-eme", "scope": "unscoped", - "version": "4.0.1", + "version": "3.11.1", "description": "Supports Encrypted Media Extensions for playback of encrypted content in Video.js", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2022-04-22T16:58:04.525Z", + "date": "2023-01-11T20:18:38.333Z", "links": { "npm": "https://www.npmjs.com/package/videojs-contrib-eme" }, @@ -1541,1424 +1357,394 @@ "username": "brandonocasey" }, "publisher": { - "username": "misterben", - "email": "npm@misterben.me" + "username": "abarstow", + "email": "alexander.barstow@gmail.com" }, "maintainers": [ { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "videojs-user", - "email": "videojs@gkatsev.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" }, { - "username": "tjaneczko", - "email": "tjaneczko@brightcove.com" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "videojs-user", + "email": "videojs@gkatsev.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" }, { "username": "mmcclure", "email": "npm@htbx.net" }, - { - "username": "dmlap", - "email": "dlapalomento@gmail.com" - }, { "username": "misteroneill", "email": "pgoneill@gmail.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - }, - { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "misterben", + "email": "npm@misterben.me" }, { - "username": "gesinger", - "email": "gesinger@gmail.com" + "username": "lday", + "email": "ldayananda@brightcove.com" }, { "username": "imbcmdth", "email": "jon.carlos.rivera@gmail.com" }, { - "username": "incompl", - "email": "gsmith@incompl.com" + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" + "username": "heff", + "email": "npm@heff.me" }, { - "username": "okaramian", - "email": "okaramia@gmail.com" + "username": "gkatsev", + "email": "me@gkatsev.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "gesinger", + "email": "gesinger@gmail.com" }, { - "username": "misterben", - "email": "npm@misterben.me" + "username": "essk", + "email": "sarah@teaandbiscuits.net" }, { - "username": "mmcc", - "email": "matt@mmcc.io" + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { "username": "abarstow", "email": "alexander.barstow@gmail.com" + }, + { + "username": "okaramian", + "email": "okaramia@gmail.com" + }, + { + "username": "forbesjo", + "email": "joseph.a.forbes@gmail.com" + }, + { + "username": "mjneil", + "email": "mneilweb@gmail.com" } ], - "downloads": 10685 + "downloads": 9585 }, { - "name": "videojs-watermark", + "name": "videojs-playlist-ui", "scope": "unscoped", - "version": "2.0.0", - "description": "Adds a watermark image the video player", + "version": "4.2.1", + "description": "A user interface for the videojs-playlist API", "keywords": [ + "playlist", "videojs", - "videojs-plugin", - "watermark" + "videojs-plugin" ], - "date": "2017-08-11T10:54:10.351Z", + "date": "2023-05-01T15:12:56.269Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-watermark", - "homepage": "https://github.com/dotsub/videojs-watermark#readme", - "repository": "https://github.com/dotsub/videojs-watermark", - "bugs": "https://github.com/dotsub/videojs-watermark/issues" + "npm": "https://www.npmjs.com/package/videojs-playlist-ui", + "homepage": "https://github.com/videojs/videojs-playlist-ui#readme", + "repository": "https://github.com/videojs/videojs-playlist-ui", + "bugs": "https://github.com/videojs/videojs-playlist-ui/issues" }, "author": { - "name": "Brooks Lyrette", - "email": "brooks@dotsub.com" + "name": "Brightcove, Inc." }, "publisher": { - "username": "lkrnac", - "email": "lubos.krnac@gmail.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, "maintainers": [ { - "username": "broonix", - "email": "brooks@lyrette.ca" + "username": "madhu_g", + "email": "mganapathiraaja@brightcove.com" }, { - "username": "fbnt", - "email": "francesco.benetti@dotsub.com" + "username": "geethu.k", + "email": "geethu.karthik@brightove.com" }, { - "username": "lkrnac", - "email": "lubos.krnac@gmail.com" - } - ], - "downloads": 348 - }, - { - "name": "videojs-hls-quality-selector", - "scope": "unscoped", - "version": "1.1.4", - "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2020-10-07T16:08:35.356Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-hls-quality-selector", - "homepage": "https://github.com/chrisboustead/videojs-hls-quality-selector#readme", - "repository": "https://github.com/chrisboustead/videojs-hls-quality-selector", - "bugs": "https://github.com/chrisboustead/videojs-hls-quality-selector/issues" - }, - "author": { - "name": "Chris Boustead", - "url": "chris@forgemotion.com" - }, - "publisher": { - "username": "chrisboustead", - "email": "chris@forgemotion.com" - }, - "maintainers": [ + "username": "hugocjim", + "email": "hjimenez@brightcove.com" + }, { - "username": "chrisboustead", - "email": "chris@forgemotion.com" - } - ], - "downloads": 17714 - }, - { - "name": "videojs-share", - "scope": "unscoped", - "version": "3.2.1", - "description": "Share plugin for video.js", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2019-06-17T11:25:57.630Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-share", - "homepage": "https://github.com/mkhazov/videojs-share#readme", - "repository": "https://github.com/mkhazov/videojs-share", - "bugs": "https://github.com/mkhazov/videojs-share/issues" - }, - "author": { - "name": "Mikhail Khazov", - "email": "mkhazov.work@gmail.com", - "username": "mkhazov" - }, - "publisher": { - "username": "avdeev", - "email": "aad.jerry@gmail.com" - }, - "maintainers": [ + "username": "luisbacasehua", + "email": "lbacasehua@brightcove.com" + }, { - "username": "avdeev", - "email": "aad.jerry@gmail.com" + "username": "daniel_campos", + "email": "dcampos@brightcove.com" }, { - "username": "mkhazov", - "email": "mkhazov.work@gmail.com" - } - ], - "downloads": 2814 - }, - { - "name": "fw-videojs-playlist", - "scope": "unscoped", - "version": "4.0.4", - "description": "Playlist plugin for Video.js", - "keywords": [ - "playlist", - "videojs", - "videojs-plugin" - ], - "date": "2017-10-16T12:48:38.917Z", - "links": { - "npm": "https://www.npmjs.com/package/fw-videojs-playlist" - }, - "author": { - "name": "Brightcove, Inc., Filmweb Sp. z o. o." - }, - "publisher": { - "username": "m8ms", - "email": "piotr.m.martyniak@gmail.com" - }, - "maintainers": [ + "username": "kevin.schick", + "email": "kschick@brightcove.com" + }, { - "username": "m8ms", - "email": "piotr.m.martyniak@gmail.com" + "username": "m.morrison", + "email": "mmorrison@brightcove.com" }, { - "username": "pawkow", - "email": "npm@pawkow.pl" - } - ], - "downloads": 12 - }, - { - "name": "videojs-vjsdownload", - "scope": "unscoped", - "version": "1.0.4", - "description": "downloads video", - "keywords": [ - "videojs", - "videojs-plugin", - "videojs-vjsdownload", - "download" - ], - "date": "2019-01-31T23:27:23.961Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-vjsdownload", - "homepage": "https://github.com/7Ds7/videojs-vjsdownload#readme", - "repository": "https://github.com/7Ds7/videojs-vjsdownload", - "bugs": "https://github.com/7Ds7/videojs-vjsdownload/issues" - }, - "author": { - "name": "7Ds7" - }, - "publisher": { - "username": "7ds7", - "email": "admin@binaryunit.com" - }, - "maintainers": [ + "username": "rgroesch", + "email": "rgroesch@brightcove.com" + }, { - "username": "7ds7", - "email": "noreply@noreply.com" - } - ], - "downloads": 4282 - }, - { - "name": "videojs-replay", - "scope": "unscoped", - "version": "1.1.0", - "description": "Adds a replay button to video.js player", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-05-03T17:47:24.125Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-replay", - "homepage": "https://github.com/hartman/videojs-replay#readme", - "repository": "https://github.com/hartman/videojs-replay", - "bugs": "https://github.com/hartman/videojs-replay/issues" - }, - "author": { - "name": "Derk-Jan Hartman" - }, - "publisher": { - "username": "thedj", - "email": "d.j.hartman+npm@gmail.com" - }, - "maintainers": [ + "username": "phale", + "email": "phale@brightcove.com" + }, { - "username": "thedj", - "email": "d.j.hartman+npm@gmail.com" - } - ], - "downloads": 182 - }, - { - "name": "videojs-ogvjs", - "scope": "unscoped", - "version": "1.3.1", - "description": "A Video.js Tech plugin for Ogv.js", - "keywords": [ - "audio", - "ogg", - "ogv", - "ogv.js", - "ogvjs", - "opus", - "techplugin", - "video", - "videojs", - "videojs-plugin", - "vorbis", - "webm" - ], - "date": "2016-10-14T10:33:23.037Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-ogvjs", - "homepage": "https://github.com/hartman/videojs-ogvjs#readme", - "repository": "https://github.com/hartman/videojs-ogvjs", - "bugs": "https://github.com/hartman/videojs-ogvjs/issues" - }, - "author": { - "name": "Derk-Jan Hartman" - }, - "publisher": { - "username": "thedj", - "email": "d.j.hartman+npm@gmail.com" - }, - "maintainers": [ + "username": "uomar", + "email": "uomar@brightcove.com" + }, { - "username": "thedj", - "email": "d.j.hartman+npm@gmail.com" - } - ], - "downloads": 11 - }, - { - "name": "videojs-contrib-media-sources", - "scope": "unscoped", - "version": "4.7.2", - "description": "A Media Source Extensions plugin for video.js", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2018-03-20T23:47:03.509Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-media-sources" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "mjneil", - "email": "mneilweb@gmail.com" - }, - "maintainers": [ + "username": "abarstowbc", + "email": "abarstow@brightcove.com" + }, { - "username": "bclwhitaker", - "email": "lwhitaker@brightcove.com" + "username": "sbarathan", + "email": "sbarathan@brightcove.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "adamico-bc", + "email": "alex.damico@brightcove.com" }, { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "kpandiyarajan", + "email": "kpandiyarajan@brightcove.com" }, { - "username": "gesinger", - "email": "gesinger@gmail.com" + "username": "msivalls", + "email": "msivalls@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "vbustillos", + "email": "vbustillos@brightcove.com" }, { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" + "username": "rburnham", + "email": "rburnham@brightcove.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" - } - ], - "downloads": 22117 - }, - { - "name": "videojs-chromecast", - "scope": "unscoped", - "version": "2.0.8", - "description": "Chromecast plugin for videojs", - "keywords": [ - "chromecast", - "videojs", - "videojs-plugin" - ], - "date": "2016-10-18T13:54:41.828Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-chromecast", - "homepage": "https://github.com/benjipott/video.js-chromecast#readme", - "repository": "https://github.com/benjipott/video.js-chromecast", - "bugs": "https://github.com/benjipott/video.js-chromecast/issues" - }, - "author": { - "name": "Benjipott, Inc." - }, - "publisher": { - "username": "benjipott", - "email": "pott.benjamin@gmail.com" - }, - "maintainers": [ + "username": "imorones", + "email": "imorones@brightcove.com" + }, { - "username": "benjipott", - "email": "pott.benjamin@gmail.com" - } - ], - "downloads": 763 - }, - { - "name": "videojs-spellbook", - "scope": "unscoped", - "version": "4.0.1", - "description": "An official web project builder for video.js and its plugins", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2017-04-25T20:04:07.146Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-spellbook", - "homepage": "https://github.com/videojs/spellbook#readme", - "repository": "https://github.com/videojs/spellbook", - "bugs": "https://github.com/videojs/spellbook/issues" - }, - "author": { - "name": "Brandon Casey" - }, - "publisher": { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - }, - "maintainers": [ + "username": "bhong-brightcove", + "email": "bhong@brightcove.com" + }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - } - ], - "downloads": 29 - }, - { - "name": "videojs-seek-buttons", - "scope": "unscoped", - "version": "2.2.1", - "description": "Plugin for video.js to add seek buttons to the control bar", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-04-23T05:36:50.353Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-seek-buttons", - "homepage": "https://github.com/mister-ben/videojs-seek-buttons#readme", - "repository": "https://github.com/mister-ben/videojs-seek-buttons", - "bugs": "https://github.com/mister-ben/videojs-seek-buttons/issues" - }, - "author": { - "name": "mister-ben", - "email": "git@misterben.me" - }, - "publisher": { - "username": "misterben", - "email": "npm@misterben.me" - }, - "maintainers": [ + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, { - "username": "misterben", - "email": "npm@misterben.me" - } - ], - "downloads": 5722 - }, - { - "name": "videojs-scene7", - "scope": "unscoped", - "version": "2.2.7", - "description": "Tech plugin for VideoJS to support Scene7 players", - "keywords": [ - "videojs", - "videojs-plugin", - "scene7" - ], - "date": "2022-06-22T15:31:55.699Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-scene7", - "homepage": "https://github.com/amclin/videojs-scene7#readme", - "repository": "https://github.com/amclin/videojs-scene7", - "bugs": "https://github.com/amclin/videojs-scene7/issues" - }, - "author": { - "name": "Anthony McLin", - "email": "npm@anthonymclin.com", - "username": "amclin" - }, - "publisher": { - "username": "amclin", - "email": "npm@anthonymclin.com" - }, - "maintainers": [ + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, { - "username": "amclin", - "email": "npm@anthonymclin.com" - } - ], - "downloads": 15 - }, - { - "name": "bh-videojs-contrib-eme", - "scope": "unscoped", - "version": "4.0.1", - "description": "Supports Encrypted Media Extensions for playback of encrypted content in Video.js", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-04-08T12:38:46.225Z", - "links": { - "npm": "https://www.npmjs.com/package/bh-videojs-contrib-eme" - }, - "author": { - "name": "brandonocasey", - "email": "brandonocasey@gmail.com" - }, - "publisher": { - "username": "kliment", - "email": "kliment.lambevski@gmail.com" - }, - "maintainers": [ + "username": "shubham.chavhan", + "email": "shubham.chavhan@brightcove.com" + }, { - "username": "kliment", - "email": "kliment.lambevski@gmail.com" - } - ], - "downloads": 7 - }, - { - "name": "generator-videojs-plugin", - "scope": "unscoped", - "version": "8.0.0", - "description": "A Yeoman generator for Video.js plugins", - "keywords": [ - "yeoman-generator", - "videojs", - "videojs-plugin" - ], - "date": "2021-05-19T19:50:14.621Z", - "links": { - "npm": "https://www.npmjs.com/package/generator-videojs-plugin", - "homepage": "https://github.com/videojs/generator-videojs-plugin#readme", - "repository": "https://github.com/videojs/generator-videojs-plugin", - "bugs": "https://github.com/videojs/generator-videojs-plugin/issues" - }, - "author": { - "name": "Pat O'Neill", - "email": "pgoneill@gmail.com", - "url": "https://github.com/misteroneill", - "username": "misteroneill" - }, - "publisher": { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - }, - "maintainers": [ + "username": "albertogomez", + "email": "agomez@brightcove.com" + }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" + "username": "gestrada-br", + "email": "gestrada@brightcove.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "lpintor", + "email": "lpintor@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "amillerbrightcove", + "email": "amiller@brightcove.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - } - ], - "downloads": 7 - }, - { - "name": "collectiv-tv-videojs-dock", - "scope": "unscoped", - "version": "3.1.0", - "description": "Dock plugin for videojs", - "keywords": [ - "dock", - "videojs", - "videojs-plugin" - ], - "date": "2022-01-14T15:08:48.510Z", - "links": { - "npm": "https://www.npmjs.com/package/collectiv-tv-videojs-dock", - "homepage": "https://github.com/brightcove/videojs-dock#readme", - "repository": "https://github.com/brightcove/videojs-dock", - "bugs": "https://github.com/brightcove/videojs-dock/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "lpgauth", - "email": "lp@collectiv.tv" - }, - "maintainers": [ + "username": "lvohra", + "email": "lvohra@brightcove.com" + }, { - "username": "lpgauth", - "email": "lp@collectiv.tv" - } - ], - "downloads": 4 - }, - { - "name": "@s3bubble/videojs-contrib-dash-with-quality-levels", - "scope": "s3bubble", - "version": "5.1.2", - "description": "A Video.js source-handler providing MPEG-DASH playback.", - "keywords": [ - "MPEG-DASH", - "dash", - "dash.js", - "dashjs", - "playready", - "video.js", - "videojs", - "videojs-plugin", - "widevine" - ], - "date": "2022-01-12T18:43:45.348Z", - "links": { - "npm": "https://www.npmjs.com/package/%40s3bubble%2Fvideojs-contrib-dash-with-quality-levels", - "homepage": "https://github.com/videojs/videojs-contrib-dash#readme", - "repository": "https://github.com/videojs/videojs-contrib-dash", - "bugs": "https://github.com/videojs/videojs-contrib-dash/issues" - }, - "author": { - "name": "Brightcove, Inc" - }, - "publisher": { - "username": "s3bubble", - "email": "support@s3bubble.com" - }, - "maintainers": [ + "username": "charles.seat", + "email": "charles.seat@brightcove.com" + }, { - "username": "s3bubble", - "email": "support@s3bubble.com" - } - ], - "downloads": 2 - }, - { - "name": "videojs-dynamic-overlay", - "scope": "unscoped", - "version": "2.0.0", - "description": "Dynamic Overlay Text On Video Js", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2017-10-20T11:13:59.738Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-dynamic-overlay", - "homepage": "https://github.com/Lethea/videojs-dynamic-overlay#readme", - "repository": "https://github.com/Lethea/videojs-dynamic-overlay", - "bugs": "https://github.com/Lethea/videojs-dynamic-overlay/issues" - }, - "author": { - "name": "Emre Karatasoglu", - "email": "emre.karatasoglu@hotmail.com", - "username": "lethea" - }, - "publisher": { - "username": "lethea", - "email": "emre.karatasoglu@hotmail.com" - }, - "maintainers": [ + "username": "mcho-bc", + "email": "mcho@brightcove.com" + }, { - "username": "lethea", - "email": "emre.karatasoglu@hotmail.com" - } - ], - "downloads": 17 - }, - { - "name": "videojs-marquee-overlay", - "scope": "unscoped", - "version": "2.0.1", - "description": "marquee plugin on video", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2017-10-24T07:43:47.561Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-marquee-overlay", - "homepage": "https://github.com/Lethea/videojs-marquee-overlay-scrolling-text#readme", - "repository": "https://github.com/Lethea/videojs-marquee-overlay-scrolling-text", - "bugs": "https://github.com/Lethea/videojs-marquee-overlay-scrolling-text/issues" - }, - "author": { - "name": "Emre Karatasoglu", - "url": "emre.karatasoglu@hotmail.com" - }, - "publisher": { - "username": "lethea", - "email": "emre.karatasoglu@hotmail.com" - }, - "maintainers": [ + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, { - "username": "lethea", - "email": "emre.karatasoglu@hotmail.com" - } - ], - "downloads": 1 - }, - { - "name": "videojs-language-switch", - "scope": "unscoped", - "version": "1.2.0", - "description": "Control for switching between video language versions", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2018-02-15T15:58:06.353Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-language-switch" - }, - "author": { - "name": "Adam Oliver", - "email": "mail@adamoliver.net", - "username": "adamoliver" - }, - "publisher": { - "username": "adamoliver", - "email": "mail@adamoliver.net" - }, - "maintainers": [ + "username": "fsalazarbc", + "email": "fsalazar@brightcove.com" + }, { - "username": "adamoliver", - "email": "mail@adamoliver.net" + "username": "dawnpacko", + "email": "dpacko@brightcove.com" }, { - "username": "mrajczakowski", - "email": "mariusz.rsky@gmail.com" - } - ], - "downloads": 75 - }, - { - "name": "videojs-flvjs", - "scope": "unscoped", - "version": "0.2.0", - "description": "Video.js tech for FLV playback in MSE with flv.js", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2018-04-28T14:24:06.310Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-flvjs", - "homepage": "https://github.com/mister-ben/videojs-flvjs#readme", - "repository": "https://github.com/mister-ben/videojs-flvjs", - "bugs": "https://github.com/mister-ben/videojs-flvjs/issues" - }, - "author": { - "name": "mister-ben", - "email": "git@misterben.me" - }, - "publisher": { - "username": "misterben", - "email": "npm@misterben.me" - }, - "maintainers": [ + "username": "ldominguez", + "email": "ldominguez@brightcove.com" + }, { - "username": "misterben", - "email": "npm@misterben.me" - } - ], - "downloads": 665 - }, - { - "name": "videojs-font", - "scope": "unscoped", - "version": "3.2.0", - "description": "Video.js icon font", - "keywords": [ - "videojs" - ], - "date": "2019-05-22T14:48:42.519Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-font", - "homepage": "https://github.com/videojs/font", - "repository": "https://github.com/videojs/font", - "bugs": "https://github.com/videojs/font/issues" - }, - "author": { - "name": "Matthew McClure", - "email": "m@mmcc.io" - }, - "publisher": { - "username": "gkatsev", - "email": "me@gkatsev.com" - }, - "maintainers": [ + "username": "bc-srimron-soutter", + "email": "srimron-soutter@brightcove.com" + }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "bart-stevens-bc", + "email": "bart.stevens@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "rsilva_brightcove", + "email": "rsilva@brightcove.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "joeylesh", + "email": "jlesh@brightcove.com" }, { - "username": "mmcc", - "email": "matt@mmcc.io" - } - ], - "downloads": 308720 - }, - { - "name": "videojs-offset", - "scope": "unscoped", - "version": "2.1.3", - "description": "VideoJs plugin to virtually "cut" an ondemand video", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-03-16T16:24:44.529Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-offset" - }, - "author": { - "name": "Carles Galan Cladera", - "email": "cgcladera@gmail.com", - "username": "cgcladera" - }, - "publisher": { - "username": "cgcladera", - "email": "cgcladera@gmail.com" - }, - "maintainers": [ + "username": "lmelchorx1", + "email": "lmelchor@brightcove.com" + }, { - "username": "cgcladera", - "email": "cgcladera@gmail.com" - } - ], - "downloads": 1359 - }, - { - "name": "@viostream/videojs-overlay", - "scope": "viostream", - "version": "2.1.6-f.97-master", - "description": "A plugin to display simple overlays during video playback.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-10-18T23:50:11.057Z", - "links": { - "npm": "https://www.npmjs.com/package/%40viostream%2Fvideojs-overlay", - "homepage": "https://github.com/viostream/videojs-overlay#readme", - "repository": "https://github.com/viostream/videojs-overlay", - "bugs": "https://github.com/viostream/videojs-overlay/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "giskard", - "email": "security@viostream.com" - }, - "maintainers": [ + "username": "juan-sanchez", + "email": "jpsanchez@brightcove.com" + }, { - "username": "johnl123", - "email": "john.ludgate@viostream.com" + "username": "eolvera", + "email": "eolvera@brightcove.com" }, { - "username": "fsergiojr", - "email": "fsergiojr@yahoo.com.br" + "username": "cloewer_bc", + "email": "cloewer@brightcove.com" }, { - "username": "pvecchiato", - "email": "paul.vecchiato@viostream.com" + "username": "carredondo", + "email": "carredondo@brightcove.com" }, { - "username": "sjauld", - "email": "sja@marsupialmusic.net" + "username": "brianhsu", + "email": "bhsu@brightcove.com" }, { - "username": "giskard", - "email": "security@viostream.com" - } - ], - "downloads": 4 - }, - { - "name": "videojs-playlist-autoplay", - "scope": "unscoped", - "version": "3.0.0", - "description": "Playlist plugin for videojs", - "keywords": [ - "playlist", - "videojs", - "videojs-plugin" - ], - "date": "2016-12-22T10:08:15.156Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-playlist-autoplay", - "homepage": "https://github.com/brightcove/videojs-playlist#readme", - "repository": "https://github.com/brightcove/videojs-playlist", - "bugs": "https://github.com/brightcove/videojs-playlist/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "unscope", - "email": "unscope@mail.ru" - }, - "maintainers": [ + "username": "niklagbrightcove", + "email": "niko.lagman@brightcove.com" + }, { - "username": "unscope", - "email": "unscope@mail.ru" - } - ], - "downloads": 2 - }, - { - "name": "videojs-contrib-dash-s1", - "scope": "unscoped", - "version": "2.1.5", - "description": "A Video.js source-handler providing MPEG-DASH playback.", - "keywords": [ - "videojs", - "videojs-plugin", - "dashjs", - "video.js", - "dash.js", - "widevine", - "playready", - "dash", - "MPEG-DASH" - ], - "date": "2016-03-25T14:42:38.610Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-dash-s1", - "homepage": "https://github.com/videojs/videojs-contrib-dash#readme", - "repository": "https://github.com/videojs/videojs-contrib-dash", - "bugs": "https://github.com/videojs/videojs-contrib-dash/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "nickygerritsen", - "email": "nickygerritsen@me.com" - }, - "maintainers": [ + "username": "tsraveling_bc", + "email": "tim.raveling@brightcove.com" + }, { - "username": "nickygerritsen", - "email": "nickygerritsen@me.com" - } - ], - "downloads": 7 - }, - { - "name": "videojs-languages", - "scope": "unscoped", - "version": "2.0.0", - "description": " **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*", - "keywords": [ - "videojs", - "cli", - "languages", - "i18n", - "l10n" - ], - "date": "2018-09-28T18:23:13.038Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-languages" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - }, - "maintainers": [ + "username": "natedennis", + "email": "nathan.dennis@brightcove.com" + }, { - "username": "videojs-user", - "email": "videojs@gkatsev.com" + "username": "bcbclifford", + "email": "bclifford@brightcove.com" }, { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" + "username": "craigparrottebc", + "email": "cparrotte@brightcove.com" }, { - "username": "tjaneczko", - "email": "tjaneczko@brightcove.com" + "username": "bc-acgarcia", + "email": "acgarcia@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "adavila1", + "email": "adavila@brightcove.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "vaishalijayaraman", + "email": "vjayaraman@brightcove.com" }, { - "username": "mmcclure", - "email": "npm@htbx.net" + "username": "kreynolds", + "email": "kreynolds@brightcove.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "bgs-devops", + "email": "bgs-devops@brightcove.com" }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" + "username": "albinjohnson", + "email": "albin.johnson@brightcove.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "lmaultsby", + "email": "lmaultsby@brightcove.com" }, { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "rtezera", + "email": "rtezera@brightcove.com" }, { - "username": "gesinger", - "email": "gesinger@gmail.com" + "username": "bcmneil", + "email": "mneil@brightcove.com" }, { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" + "username": "randresf", + "email": "andres.restrepo@brightcove.com" }, { - "username": "incompl", - "email": "gsmith@incompl.com" + "username": "v.kozlov_bc", + "email": "vitali.kozlov@brightcove.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" + "username": "nagendra_m", + "email": "nmuragam@brightcove.com" }, { - "username": "okaramian", - "email": "okaramia@gmail.com" + "username": "michaelmccarthybc", + "email": "michael.mccarthy@brightcove.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "georgesanchez.diazjr", + "email": "jsanchez@brightcove.com" }, { - "username": "misterben", - "email": "npm@misterben.me" + "username": "poneill-bcov", + "email": "poneill@brightcove.com" }, { - "username": "mmcc", - "email": "matt@mmcc.io" + "username": "mdeltorobcov", + "email": "mdeltoro@brightcove.com" }, { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - } - ], - "downloads": 185 - }, - { - "name": "tingtingan-videojs-hls-quality-selector", - "scope": "unscoped", - "version": "1.1.10", - "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-07-13T03:50:36.151Z", - "links": { - "npm": "https://www.npmjs.com/package/tingtingan-videojs-hls-quality-selector", - "homepage": "https://github.com/TingtingAn/videojs-hls-quality-selector#readme", - "repository": "https://github.com/TingtingAn/videojs-hls-quality-selector", - "bugs": "https://github.com/TingtingAn/videojs-hls-quality-selector/issues" - }, - "author": { - "name": "Chris Boustead", - "url": "chris@forgemotion.com" - }, - "publisher": { - "username": "luoye2", - "email": "antingting2009@outlook.com" - }, - "maintainers": [ + "username": "jmohneycove", + "email": "jared.mohney@brightcove.com" + }, { - "username": "luoye2", - "email": "antingting2009@outlook.com" - } - ], - "downloads": 24 - }, - { - "name": "ozon1234-videojs-contrib-ads", - "scope": "unscoped", - "version": "4.2.2", - "description": "A framework that provides common functionality needed by video advertisement libraries working with video.js.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2017-01-30T22:11:54.318Z", - "links": { - "npm": "https://www.npmjs.com/package/ozon1234-videojs-contrib-ads", - "homepage": "https://github.com/ozon1234/videojs-contrib-ads#readme", - "repository": "https://github.com/ozon1234/videojs-contrib-ads", - "bugs": "https://github.com/ozon1234/videojs-contrib-ads/issues" - }, - "author": { - "name": "Brightcove" - }, - "publisher": { - "username": "ozon1234", - "email": "ozon1234@gmail.com" - }, - "maintainers": [ - { - "username": "ozon1234", - "email": "ozon1234@gmail.com" - } - ], - "downloads": 0 - }, - { - "name": "robeeerto-videojs-hls-quality-selector", - "scope": "unscoped", - "version": "1.1.6", - "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-06-15T14:54:15.798Z", - "links": { - "npm": "https://www.npmjs.com/package/robeeerto-videojs-hls-quality-selector", - "homepage": "https://github.com/Robeeerto/videojs-hls-quality-selector#readme", - "repository": "https://github.com/Robeeerto/videojs-hls-quality-selector", - "bugs": "https://github.com/Robeeerto/videojs-hls-quality-selector/issues" - }, - "author": { - "name": "Chris Boustead", - "url": "chris@forgemotion.com" - }, - "publisher": { - "username": "robeeerto", - "email": "fishppm0212@gmail.com" - }, - "maintainers": [ - { - "username": "robeeerto", - "email": "fishppm0212@gmail.com" - } - ], - "downloads": 25 - }, - { - "name": "videojs-playlist", - "scope": "unscoped", - "version": "5.0.0", - "description": "Playlist plugin for Video.js", - "keywords": [ - "playlist", - "videojs", - "videojs-plugin" - ], - "date": "2021-12-17T19:44:59.537Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-playlist", - "homepage": "https://github.com/brightcove/videojs-playlist#readme", - "repository": "https://github.com/brightcove/videojs-playlist", - "bugs": "https://github.com/brightcove/videojs-playlist/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - }, - "maintainers": [ - { - "username": "bc-srimron-soutter", - "email": "srimron-soutter@brightcove.com" - }, - { - "username": "prasant7bc", - "email": "prasanth.y@brightcove.com" - }, - { - "username": "bart-stevens-bc", - "email": "bart.stevens@brightcove.com" - }, - { - "username": "nnguyen150468", - "email": "nnguyen@brightcove.com" - }, - { - "username": "rsilva_brightcove", - "email": "rsilva@brightcove.com" - }, - { - "username": "joeylesh", - "email": "jlesh@brightcove.com" - }, - { - "username": "lmelchorx1", - "email": "lmelchor@brightcove.com" - }, - { - "username": "juan-sanchez", - "email": "jpsanchez@brightcove.com" - }, - { - "username": "eolvera", - "email": "eolvera@brightcove.com" - }, - { - "username": "cloewer_bc", - "email": "cloewer@brightcove.com" - }, - { - "username": "enrique.henderson", - "email": "enrique.henderson@brightcove.com" - }, - { - "username": "muhamad.mahmudov", - "email": "muhamad.mahmudov@brightcove.com" - }, - { - "username": "carredondo", - "email": "carredondo@brightcove.com" - }, - { - "username": "jagadeesh_lakshminarasimhan", - "email": "jnarasimhan@brightcove.com" - }, - { - "username": "brianhsu", - "email": "bhsu@brightcove.com" - }, - { - "username": "lewis.moten.brightcove", - "email": "lewis.moten@brightcove.com" - }, - { - "username": "kchang-brightcove", - "email": "kchang@brightcove.com" - }, - { - "username": "niklagbrightcove", - "email": "niko.lagman@brightcove.com" - }, - { - "username": "tsraveling_bc", - "email": "tim.raveling@brightcove.com" - }, - { - "username": "natalia-chegrynets", - "email": "natalia.chegrynets@brightcove.com" - }, - { - "username": "rsutharu", - "email": "rsutharu@brightcove.com" - }, - { - "username": "natedennis", - "email": "nathan.dennis@brightcove.com" - }, - { - "username": "bcbclifford", - "email": "bclifford@brightcove.com" - }, - { - "username": "craigparrottebc", - "email": "cparrotte@brightcove.com" - }, - { - "username": "mwebster789", - "email": "matthew.webster@brightcove.com" - }, - { - "username": "vandana90", - "email": "vandana.surendranath@brightcove.com" - }, - { - "username": "amrith.pai", - "email": "amrith.pai@brightcove.com" - }, - { - "username": "bc-acgarcia", - "email": "acgarcia@brightcove.com" - }, - { - "username": "adavila1", - "email": "adavila@brightcove.com" - }, - { - "username": "francis-alegre", - "email": "francis.alegre@brightcove.com" - }, - { - "username": "vaishalijayaraman", - "email": "vjayaraman@brightcove.com" - }, - { - "username": "kreynolds", - "email": "kreynolds@brightcove.com" - }, - { - "username": "bgs-devops", - "email": "bgs-devops@brightcove.com" - }, - { - "username": "albinjohnson", - "email": "albin.johnson@brightcove.com" - }, - { - "username": "lmaultsby", - "email": "lmaultsby@brightcove.com" - }, - { - "username": "rtezera", - "email": "rtezera@brightcove.com" - }, - { - "username": "bcmneil", - "email": "mneil@brightcove.com" - }, - { - "username": "randresf", - "email": "andres.restrepo@brightcove.com" - }, - { - "username": "harold.murcia", - "email": "harold.murcia@brightcove.com" - }, - { - "username": "v.kozlov_bc", - "email": "vitali.kozlov@brightcove.com" - }, - { - "username": "nagendra_m", - "email": "nmuragam@brightcove.com" - }, - { - "username": "michaelmccarthybc", - "email": "michael.mccarthy@brightcove.com" - }, - { - "username": "abarstowbc", - "email": "abarstow@brightcove.com" - }, - { - "username": "georgesanchez.diazjr", - "email": "jsanchez@brightcove.com" - }, - { - "username": "poneill-bcov", - "email": "poneill@brightcove.com" - }, - { - "username": "gsinger-brightcove", - "email": "gsinger@brightcove.com" - }, - { - "username": "mdeltorobcov", - "email": "mdeltoro@brightcove.com" - }, - { - "username": "scottbishop", - "email": "scott.bishop@brightcove.com" - }, - { - "username": "bcov_david-kelly", - "email": "david.kelly@brightcove.com" - }, - { - "username": "yji_bc", - "email": "yuan.ji@brightcove.com" - }, - { - "username": "jahidulislam", - "email": "jahidul.islam@brightcove.com" - }, - { - "username": "jmohneycove", - "email": "jared.mohney@brightcove.com" - }, - { - "username": "inbc01", - "email": "igor.nakshin@brightcove.com" - }, - { - "username": "valon.sejdini84", - "email": "valon.sejdini@brightcove.com" - }, + "username": "inbc01", + "email": "igor.nakshin@brightcove.com" + }, { "username": "jeff.schuman", "email": "jeff.schuman@brightcove.com" @@ -2999,10 +1785,6 @@ "username": "lasanchezc", "email": "lsanchez@brightcove.com" }, - { - "username": "apadhye", - "email": "apadhye@brightcove.com" - }, { "username": "marguinbc", "email": "marguin@brightcove.com" @@ -3035,6 +1817,34 @@ "username": "jwhisenant", "email": "jwhisenant@brightcove.com" }, + { + "username": "ebertaud", + "email": "ebertaud@brightcove.com" + }, + { + "username": "oespinosac", + "email": "oespinosa@brightcove.com" + }, + { + "username": "dsalnikov", + "email": "dsalnikov@brightcove.com" + }, + { + "username": "sharanya.muruganandam", + "email": "sharanya.muruganandam@brightcove.com" + }, + { + "username": "vikaskumar.gajula", + "email": "vikaskumar.gajula@brightcove.com" + }, + { + "username": "xgarcia_npm", + "email": "xgarcia+npm@brightcove.com" + }, + { + "username": "jguerra", + "email": "jguerra@brightcove.com" + }, { "username": "rjune", "email": "rjune@brightcove.com" @@ -3051,10 +1861,6 @@ "username": "wswanbeck", "email": "wswanbeck@brightcove.com" }, - { - "username": "mjholland", - "email": "mholland@brightcove.com" - }, { "username": "gastafurov", "email": "gastafurov@brightcove.com" @@ -3083,10 +1889,6 @@ "username": "asinclair", "email": "asinclair@brightcove.com" }, - { - "username": "jedwards53", - "email": "jedwards@brightcove.com" - }, { "username": "hwoodbury", "email": "hwoodbury@brightcove.com" @@ -3143,18 +1945,10 @@ "username": "acruzr", "email": "acruz@brightcove.com" }, - { - "username": "egoulding", - "email": "egoulding@brightcove.com" - }, { "username": "marcogaray", "email": "mgaray@brightcove.com" }, - { - "username": "ipadilla", - "email": "ipadilla@brightcove.com" - }, { "username": "diegocruz1991", "email": "dcruz@brightcove.com" @@ -3179,10 +1973,6 @@ "username": "cvillasenor", "email": "cvillasenor@brightcove.com" }, - { - "username": "vchistyakov", - "email": "vchistyakov@brightcove.com" - }, { "username": "omartinez", "email": "omartinez@brightcove.com" @@ -3219,10 +2009,6 @@ "username": "cavieira", "email": "cavieira@brightcove.com" }, - { - "username": "mbalasubramaniam", - "email": "mbalasubramaniam@brightcove.com" - }, { "username": "arunjeyaprasad", "email": "arunjeyaprasad@brightcove.com" @@ -3243,18 +2029,10 @@ "username": "fdelgado_bc", "email": "fdelgado@brightcove.com" }, - { - "username": "syurishi", - "email": "syurishi@brightcove.com" - }, { "username": "agarciabcov", "email": "agarcia@brightcove.com" }, - { - "username": "priyadharsshini", - "email": "priyadharsshinis@brightcove.com" - }, { "username": "attinder", "email": "asingh@brightcove.com" @@ -3263,10 +2041,6 @@ "username": "lauralopez", "email": "llopez@brightcove.com" }, - { - "username": "granganathan", - "email": "granganathan@brightcove.com" - }, { "username": "skumar85", "email": "skumar@brightcove.com" @@ -3295,14 +2069,6 @@ "username": "ingrid.s.cruz", "email": "scruz@brightcove.com" }, - { - "username": "hkanagarajan", - "email": "hkanagarajan@brightcove.com" - }, - { - "username": "jcarfagno-bc", - "email": "jcarfagno@brightcove.com" - }, { "username": "luis_fernando_lopez_ruiz", "email": "lflopez@brightcove.com" @@ -3343,10 +2109,6 @@ "username": "jlomeli", "email": "jlomeli@brightcove.com" }, - { - "username": "jhurtado", - "email": "jhurtado@brightcove.com" - }, { "username": "sjimenez", "email": "sjimenez@brightcove.com" @@ -3371,10 +2133,6 @@ "username": "mshiwal", "email": "mshiwal@brightcove.com" }, - { - "username": "divyaudhayakumar", - "email": "dudhayakumar@brightcove.com" - }, { "username": "ptamizh", "email": "ptamizh@brightcove.com" @@ -3407,14 +2165,6 @@ "username": "hswaminathan", "email": "hswaminathan@brightcove.com" }, - { - "username": "lramirez-bc", - "email": "lramirez@brightcove.com" - }, - { - "username": "hatondo-bcov", - "email": "hatondo@brightcove.com" - }, { "username": "echengbc", "email": "echeng@brightcove.com" @@ -3423,10 +2173,6 @@ "username": "sbarrettbc", "email": "sbarrett@brightcove.com" }, - { - "username": "incompl", - "email": "gsmith@incompl.com" - }, { "username": "misteroneill", "email": "pgoneill@gmail.com" @@ -3439,10 +2185,6 @@ "username": "gkatsev", "email": "me@gkatsev.com" }, - { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" - }, { "username": "saxena-gaurav", "email": "gauravsaxena.oakland@gmail.com" @@ -3452,225 +2194,168 @@ "email": "brandonocasey@gmail.com" } ], - "downloads": 13992 + "downloads": 1753 }, { - "name": "conventional-changelog-videojs", + "name": "videojs-contextmenu-ui", "scope": "unscoped", - "version": "3.0.2", - "description": "conventional-changelog videojs preset", + "version": "7.0.0", + "description": "A cross-device context menu UI for video.js players.", "keywords": [ - "conventional-changelog", "videojs", - "preset" + "videojs-plugin" ], - "date": "2021-08-12T20:26:07.789Z", + "date": "2022-12-16T20:17:40.740Z", "links": { - "npm": "https://www.npmjs.com/package/conventional-changelog-videojs", - "homepage": "https://github.com/videojs/conventional-changelog-videojs#readme", - "repository": "https://github.com/videojs/conventional-changelog-videojs", - "bugs": "https://github.com/videojs/conventional-changelog-videojs/issues" + "npm": "https://www.npmjs.com/package/videojs-contextmenu-ui" }, "author": { - "name": "Steve Mao" + "name": "Brightcove, Inc." }, "publisher": { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, "maintainers": [ { - "username": "videojs-user", - "email": "videojs@gkatsev.com" + "username": "madhu_g", + "email": "mganapathiraaja@brightcove.com" }, { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" + "username": "geethu.k", + "email": "geethu.karthik@brightove.com" }, { - "username": "tjaneczko", - "email": "tjaneczko@brightcove.com" + "username": "hugocjim", + "email": "hjimenez@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "luisbacasehua", + "email": "lbacasehua@brightcove.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "daniel_campos", + "email": "dcampos@brightcove.com" }, { - "username": "mmcclure", - "email": "npm@htbx.net" + "username": "kevin.schick", + "email": "kschick@brightcove.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "m.morrison", + "email": "mmorrison@brightcove.com" }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" + "username": "rgroesch", + "email": "rgroesch@brightcove.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "uomar", + "email": "uomar@brightcove.com" }, { - "username": "gesinger", - "email": "gesinger@gmail.com" + "username": "abarstowbc", + "email": "abarstow@brightcove.com" }, { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" + "username": "sbarathan", + "email": "sbarathan@brightcove.com" }, { - "username": "incompl", - "email": "gsmith@incompl.com" + "username": "adamico-bc", + "email": "alex.damico@brightcove.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" + "username": "kpandiyarajan", + "email": "kpandiyarajan@brightcove.com" }, { - "username": "okaramian", - "email": "okaramia@gmail.com" + "username": "msivalls", + "email": "msivalls@brightcove.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "vbustillos", + "email": "vbustillos@brightcove.com" }, { - "username": "misterben", - "email": "npm@misterben.me" + "username": "rburnham", + "email": "rburnham@brightcove.com" }, { - "username": "mmcc", - "email": "matt@mmcc.io" + "username": "imorones", + "email": "imorones@brightcove.com" }, { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - } - ], - "downloads": 643 - }, - { - "name": "videojs-watchdog-plugin", - "scope": "unscoped", - "version": "0.1.4", - "description": "Internet watchdog for video.js", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-02-18T14:31:30.763Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-watchdog-plugin", - "homepage": "https://github.com/dotcypress/videojs-watchdog-plugin", - "repository": "https://github.com/dotcypress/videojs-watchdog-plugin", - "bugs": "https://github.com/dotcypress/videojs-watchdog-plugin/issues" - }, - "author": { - "name": "Vitaly Domnikov", - "email": "dotcypress@gmail.com", - "username": "dotcypress" - }, - "publisher": { - "username": "dotcypress", - "email": "dotcypress@gmail.com" - }, - "maintainers": [ + "username": "bhong-brightcove", + "email": "bhong@brightcove.com" + }, { - "username": "dotcypress", - "email": "dotcypress@gmail.com" - } - ], - "downloads": 5 - }, - { - "name": "@filmgardi/videojs-collect-data", - "scope": "filmgardi", - "version": "2.0.0", - "description": "Collect data from client on during watching movie.", - "keywords": [ - "videojs", - "videojs-plugin", - "filmgardi", - "coolect-data" - ], - "date": "2022-07-27T12:04:39.878Z", - "links": { - "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-collect-data" - }, - "author": { - "name": "m-saffari", - "email": "mohamadsaffari90@gmail.com", - "username": "saffari-m" - }, - "publisher": { - "username": "saffari-m", - "email": "mohamadsaffari90@gmail.com" - }, - "maintainers": [ + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, { - "username": "faridghafoori", - "email": "faridghafooriadl@gmail.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "xessam", - "email": "ivyblackmail@gmail.com" + "username": "shubham.chavhan", + "email": "shubham.chavhan@brightcove.com" }, { - "username": "saffari-m", - "email": "mohamadsaffari90@gmail.com" - } - ], - "downloads": 83 - }, - { - "name": "videojs-playlist-ui", - "scope": "unscoped", - "version": "4.1.0", - "description": "A user interface for the videojs-playlist API", - "keywords": [ - "playlist", - "videojs", - "videojs-plugin" - ], - "date": "2022-08-05T04:36:52.468Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-playlist-ui", - "homepage": "https://github.com/brightcove/videojs-playlist-ui#readme", - "repository": "https://github.com/brightcove/videojs-playlist-ui", - "bugs": "https://github.com/brightcove/videojs-playlist-ui/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "bcbclifford", - "email": "bclifford@brightcove.com" - }, - "maintainers": [ + "username": "albertogomez", + "email": "agomez@brightcove.com" + }, { - "username": "bc-srimron-soutter", - "email": "srimron-soutter@brightcove.com" + "username": "gestrada-br", + "email": "gestrada@brightcove.com" }, { - "username": "prasant7bc", - "email": "prasanth.y@brightcove.com" + "username": "lpintor", + "email": "lpintor@brightcove.com" }, { - "username": "bart-stevens-bc", - "email": "bart.stevens@brightcove.com" + "username": "amillerbrightcove", + "email": "amiller@brightcove.com" + }, + { + "username": "lvohra", + "email": "lvohra@brightcove.com" + }, + { + "username": "charles.seat", + "email": "charles.seat@brightcove.com" + }, + { + "username": "mcho-bc", + "email": "mcho@brightcove.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { - "username": "nnguyen150468", - "email": "nnguyen@brightcove.com" + "username": "fsalazarbc", + "email": "fsalazar@brightcove.com" + }, + { + "username": "dawnpacko", + "email": "dpacko@brightcove.com" + }, + { + "username": "ldominguez", + "email": "ldominguez@brightcove.com" + }, + { + "username": "bc-srimron-soutter", + "email": "srimron-soutter@brightcove.com" + }, + { + "username": "bart-stevens-bc", + "email": "bart.stevens@brightcove.com" }, { "username": "rsilva_brightcove", @@ -3696,34 +2381,14 @@ "username": "cloewer_bc", "email": "cloewer@brightcove.com" }, - { - "username": "enrique.henderson", - "email": "enrique.henderson@brightcove.com" - }, - { - "username": "muhamad.mahmudov", - "email": "muhamad.mahmudov@brightcove.com" - }, { "username": "carredondo", "email": "carredondo@brightcove.com" }, - { - "username": "jagadeesh_lakshminarasimhan", - "email": "jnarasimhan@brightcove.com" - }, { "username": "brianhsu", "email": "bhsu@brightcove.com" }, - { - "username": "lewis.moten.brightcove", - "email": "lewis.moten@brightcove.com" - }, - { - "username": "kchang-brightcove", - "email": "kchang@brightcove.com" - }, { "username": "niklagbrightcove", "email": "niko.lagman@brightcove.com" @@ -3732,14 +2397,6 @@ "username": "tsraveling_bc", "email": "tim.raveling@brightcove.com" }, - { - "username": "natalia-chegrynets", - "email": "natalia.chegrynets@brightcove.com" - }, - { - "username": "rsutharu", - "email": "rsutharu@brightcove.com" - }, { "username": "natedennis", "email": "nathan.dennis@brightcove.com" @@ -3752,18 +2409,6 @@ "username": "craigparrottebc", "email": "cparrotte@brightcove.com" }, - { - "username": "mwebster789", - "email": "matthew.webster@brightcove.com" - }, - { - "username": "vandana90", - "email": "vandana.surendranath@brightcove.com" - }, - { - "username": "amrith.pai", - "email": "amrith.pai@brightcove.com" - }, { "username": "bc-acgarcia", "email": "acgarcia@brightcove.com" @@ -3772,10 +2417,6 @@ "username": "adavila1", "email": "adavila@brightcove.com" }, - { - "username": "francis-alegre", - "email": "francis.alegre@brightcove.com" - }, { "username": "vaishalijayaraman", "email": "vjayaraman@brightcove.com" @@ -3808,10 +2449,6 @@ "username": "randresf", "email": "andres.restrepo@brightcove.com" }, - { - "username": "harold.murcia", - "email": "harold.murcia@brightcove.com" - }, { "username": "v.kozlov_bc", "email": "vitali.kozlov@brightcove.com" @@ -3824,10 +2461,6 @@ "username": "michaelmccarthybc", "email": "michael.mccarthy@brightcove.com" }, - { - "username": "abarstowbc", - "email": "abarstow@brightcove.com" - }, { "username": "georgesanchez.diazjr", "email": "jsanchez@brightcove.com" @@ -3836,30 +2469,10 @@ "username": "poneill-bcov", "email": "poneill@brightcove.com" }, - { - "username": "gsinger-brightcove", - "email": "gsinger@brightcove.com" - }, { "username": "mdeltorobcov", "email": "mdeltoro@brightcove.com" }, - { - "username": "scottbishop", - "email": "scott.bishop@brightcove.com" - }, - { - "username": "bcov_david-kelly", - "email": "david.kelly@brightcove.com" - }, - { - "username": "yji_bc", - "email": "yuan.ji@brightcove.com" - }, - { - "username": "jahidulislam", - "email": "jahidul.islam@brightcove.com" - }, { "username": "jmohneycove", "email": "jared.mohney@brightcove.com" @@ -3868,10 +2481,6 @@ "username": "inbc01", "email": "igor.nakshin@brightcove.com" }, - { - "username": "valon.sejdini84", - "email": "valon.sejdini@brightcove.com" - }, { "username": "jeff.schuman", "email": "jeff.schuman@brightcove.com" @@ -3912,10 +2521,6 @@ "username": "lasanchezc", "email": "lsanchez@brightcove.com" }, - { - "username": "apadhye", - "email": "apadhye@brightcove.com" - }, { "username": "marguinbc", "email": "marguin@brightcove.com" @@ -3948,6 +2553,34 @@ "username": "jwhisenant", "email": "jwhisenant@brightcove.com" }, + { + "username": "ebertaud", + "email": "ebertaud@brightcove.com" + }, + { + "username": "oespinosac", + "email": "oespinosa@brightcove.com" + }, + { + "username": "dsalnikov", + "email": "dsalnikov@brightcove.com" + }, + { + "username": "sharanya.muruganandam", + "email": "sharanya.muruganandam@brightcove.com" + }, + { + "username": "vikaskumar.gajula", + "email": "vikaskumar.gajula@brightcove.com" + }, + { + "username": "xgarcia_npm", + "email": "xgarcia+npm@brightcove.com" + }, + { + "username": "jguerra", + "email": "jguerra@brightcove.com" + }, { "username": "rjune", "email": "rjune@brightcove.com" @@ -3964,10 +2597,6 @@ "username": "wswanbeck", "email": "wswanbeck@brightcove.com" }, - { - "username": "mjholland", - "email": "mholland@brightcove.com" - }, { "username": "gastafurov", "email": "gastafurov@brightcove.com" @@ -3996,10 +2625,6 @@ "username": "asinclair", "email": "asinclair@brightcove.com" }, - { - "username": "jedwards53", - "email": "jedwards@brightcove.com" - }, { "username": "hwoodbury", "email": "hwoodbury@brightcove.com" @@ -4056,18 +2681,10 @@ "username": "acruzr", "email": "acruz@brightcove.com" }, - { - "username": "egoulding", - "email": "egoulding@brightcove.com" - }, { "username": "marcogaray", "email": "mgaray@brightcove.com" }, - { - "username": "ipadilla", - "email": "ipadilla@brightcove.com" - }, { "username": "diegocruz1991", "email": "dcruz@brightcove.com" @@ -4092,10 +2709,6 @@ "username": "cvillasenor", "email": "cvillasenor@brightcove.com" }, - { - "username": "vchistyakov", - "email": "vchistyakov@brightcove.com" - }, { "username": "omartinez", "email": "omartinez@brightcove.com" @@ -4132,10 +2745,6 @@ "username": "cavieira", "email": "cavieira@brightcove.com" }, - { - "username": "mbalasubramaniam", - "email": "mbalasubramaniam@brightcove.com" - }, { "username": "arunjeyaprasad", "email": "arunjeyaprasad@brightcove.com" @@ -4156,18 +2765,10 @@ "username": "fdelgado_bc", "email": "fdelgado@brightcove.com" }, - { - "username": "syurishi", - "email": "syurishi@brightcove.com" - }, { "username": "agarciabcov", "email": "agarcia@brightcove.com" }, - { - "username": "priyadharsshini", - "email": "priyadharsshinis@brightcove.com" - }, { "username": "attinder", "email": "asingh@brightcove.com" @@ -4176,10 +2777,6 @@ "username": "lauralopez", "email": "llopez@brightcove.com" }, - { - "username": "granganathan", - "email": "granganathan@brightcove.com" - }, { "username": "skumar85", "email": "skumar@brightcove.com" @@ -4208,14 +2805,6 @@ "username": "ingrid.s.cruz", "email": "scruz@brightcove.com" }, - { - "username": "hkanagarajan", - "email": "hkanagarajan@brightcove.com" - }, - { - "username": "jcarfagno-bc", - "email": "jcarfagno@brightcove.com" - }, { "username": "luis_fernando_lopez_ruiz", "email": "lflopez@brightcove.com" @@ -4256,10 +2845,6 @@ "username": "jlomeli", "email": "jlomeli@brightcove.com" }, - { - "username": "jhurtado", - "email": "jhurtado@brightcove.com" - }, { "username": "sjimenez", "email": "sjimenez@brightcove.com" @@ -4284,10 +2869,6 @@ "username": "mshiwal", "email": "mshiwal@brightcove.com" }, - { - "username": "divyaudhayakumar", - "email": "dudhayakumar@brightcove.com" - }, { "username": "ptamizh", "email": "ptamizh@brightcove.com" @@ -4320,14 +2901,6 @@ "username": "hswaminathan", "email": "hswaminathan@brightcove.com" }, - { - "username": "lramirez-bc", - "email": "lramirez@brightcove.com" - }, - { - "username": "hatondo-bcov", - "email": "hatondo@brightcove.com" - }, { "username": "echengbc", "email": "echeng@brightcove.com" @@ -4340,3196 +2913,2178 @@ "username": "misteroneill", "email": "pgoneill@gmail.com" }, - { - "username": "dmlap", - "email": "dlapalomento@gmail.com" - }, { "username": "gkatsev", "email": "me@gkatsev.com" }, - { - "username": "saxena-gaurav", - "email": "gauravsaxena.oakland@gmail.com" - }, { "username": "brandonocasey", "email": "brandonocasey@gmail.com" - } - ], - "downloads": 1503 - }, - { - "name": "videojs-fetch-flv", - "scope": "unscoped", - "version": "1.0.11", - "description": "A videojs plugin to download http-flv stream", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-12-19T07:43:57.585Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-fetch-flv", - "homepage": "https://github.com/lin557/videojs-fetch-flv#readme", - "repository": "https://github.com/lin557/videojs-fetch-flv", - "bugs": "https://github.com/lin557/videojs-fetch-flv/issues" - }, - "author": { - "name": "lin557" - }, - "publisher": { - "username": "lin557", - "email": "lin557@126.com" - }, - "maintainers": [ + }, { - "username": "lin557", - "email": "lin557@126.com" + "username": "abarstow", + "email": "alexander.barstow@gmail.com" } ], - "downloads": 5 + "downloads": 178 }, { - "name": "pkcs7", + "name": "generator-videojs-plugin", "scope": "unscoped", - "version": "1.0.4", - "description": "Add and remove pkcs7-style padding.", + "version": "9.0.0", + "description": "A Yeoman generator for Video.js plugins", "keywords": [ - "pkcs7", - "pkcs7 encrypt decrypt padding pkcs", + "yeoman-generator", "videojs", "videojs-plugin" ], - "date": "2020-09-09T17:56:20.874Z", + "date": "2023-04-12T15:35:24.292Z", "links": { - "npm": "https://www.npmjs.com/package/pkcs7", - "homepage": "https://github.com/brightcove/pkcs7", - "repository": "https://github.com/brightcove/pkcs7", - "bugs": "https://github.com/brightcove/pkcs7/issues" + "npm": "https://www.npmjs.com/package/generator-videojs-plugin", + "homepage": "https://github.com/videojs/generator-videojs-plugin#readme", + "repository": "https://github.com/videojs/generator-videojs-plugin", + "bugs": "https://github.com/videojs/generator-videojs-plugin/issues" }, "author": { - "name": "Brightcove" + "name": "Pat O'Neill", + "email": "pgoneill@gmail.com", + "url": "https://github.com/misteroneill", + "username": "misteroneill" }, "publisher": { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, "maintainers": [ { - "username": "bc-srimron-soutter", - "email": "srimron-soutter@brightcove.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "prasant7bc", - "email": "prasanth.y@brightcove.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "bart-stevens-bc", - "email": "bart.stevens@brightcove.com" + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" }, { - "username": "nnguyen150468", - "email": "nnguyen@brightcove.com" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, { - "username": "rsilva_brightcove", - "email": "rsilva@brightcove.com" + "username": "videojs-user", + "email": "videojs@gkatsev.com" }, { - "username": "joeylesh", - "email": "jlesh@brightcove.com" + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" }, { - "username": "lmelchorx1", - "email": "lmelchor@brightcove.com" + "username": "mmcclure", + "email": "npm@htbx.net" }, { - "username": "juan-sanchez", - "email": "jpsanchez@brightcove.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, { - "username": "eolvera", - "email": "eolvera@brightcove.com" + "username": "misterben", + "email": "npm@misterben.me" }, { - "username": "cloewer_bc", - "email": "cloewer@brightcove.com" + "username": "lday", + "email": "ldayananda@brightcove.com" }, { - "username": "enrique.henderson", - "email": "enrique.henderson@brightcove.com" + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" }, { - "username": "muhamad.mahmudov", - "email": "muhamad.mahmudov@brightcove.com" + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "carredondo", - "email": "carredondo@brightcove.com" + "username": "heff", + "email": "npm@heff.me" }, { - "username": "jagadeesh_lakshminarasimhan", - "email": "jnarasimhan@brightcove.com" + "username": "gkatsev", + "email": "me@gkatsev.com" }, { - "username": "brianhsu", - "email": "bhsu@brightcove.com" + "username": "gesinger", + "email": "gesinger@gmail.com" }, { - "username": "lewis.moten.brightcove", - "email": "lewis.moten@brightcove.com" + "username": "essk", + "email": "sarah@teaandbiscuits.net" }, { - "username": "kchang-brightcove", - "email": "kchang@brightcove.com" + "username": "dmlap", + "email": "dlapalomento@gmail.com" }, { - "username": "niklagbrightcove", - "email": "niko.lagman@brightcove.com" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" }, { - "username": "tsraveling_bc", - "email": "tim.raveling@brightcove.com" + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { - "username": "natalia-chegrynets", - "email": "natalia.chegrynets@brightcove.com" - }, + "username": "abarstow", + "email": "alexander.barstow@gmail.com" + } + ], + "downloads": 26 + }, + { + "name": "aes-decrypter", + "scope": "unscoped", + "version": "4.0.1", + "description": "decrypt aes-128 content using a key", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2022-08-19T13:54:24.246Z", + "links": { + "npm": "https://www.npmjs.com/package/aes-decrypter", + "homepage": "https://github.com/videojs/aes-decrypter#readme", + "repository": "https://github.com/videojs/aes-decrypter", + "bugs": "https://github.com/videojs/aes-decrypter/issues" + }, + "author": { + "name": "Brightcove, Inc." + }, + "publisher": { + "username": "misteroneill", + "email": "pgoneill@gmail.com" + }, + "maintainers": [ { - "username": "rsutharu", - "email": "rsutharu@brightcove.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "natedennis", - "email": "nathan.dennis@brightcove.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "bcbclifford", - "email": "bclifford@brightcove.com" + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" }, { - "username": "craigparrottebc", - "email": "cparrotte@brightcove.com" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, { - "username": "mwebster789", - "email": "matthew.webster@brightcove.com" + "username": "videojs-user", + "email": "videojs@gkatsev.com" }, { - "username": "vandana90", - "email": "vandana.surendranath@brightcove.com" + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" }, { - "username": "amrith.pai", - "email": "amrith.pai@brightcove.com" + "username": "mmcclure", + "email": "npm@htbx.net" }, { - "username": "bc-acgarcia", - "email": "acgarcia@brightcove.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, { - "username": "adavila1", - "email": "adavila@brightcove.com" + "username": "misterben", + "email": "npm@misterben.me" }, { - "username": "francis-alegre", - "email": "francis.alegre@brightcove.com" + "username": "lday", + "email": "ldayananda@brightcove.com" }, { - "username": "vaishalijayaraman", - "email": "vjayaraman@brightcove.com" + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" }, { - "username": "kreynolds", - "email": "kreynolds@brightcove.com" + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "bgs-devops", - "email": "bgs-devops@brightcove.com" + "username": "heff", + "email": "npm@heff.me" }, { - "username": "albinjohnson", - "email": "albin.johnson@brightcove.com" + "username": "gkatsev", + "email": "me@gkatsev.com" }, { - "username": "lmaultsby", - "email": "lmaultsby@brightcove.com" + "username": "gesinger", + "email": "gesinger@gmail.com" }, { - "username": "rtezera", - "email": "rtezera@brightcove.com" + "username": "essk", + "email": "sarah@teaandbiscuits.net" }, { - "username": "bcmneil", - "email": "mneil@brightcove.com" + "username": "dmlap", + "email": "dlapalomento@gmail.com" }, { - "username": "randresf", - "email": "andres.restrepo@brightcove.com" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" }, { - "username": "harold.murcia", - "email": "harold.murcia@brightcove.com" + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { - "username": "v.kozlov_bc", - "email": "vitali.kozlov@brightcove.com" + "username": "abarstow", + "email": "alexander.barstow@gmail.com" }, { - "username": "nagendra_m", - "email": "nmuragam@brightcove.com" + "username": "durumcrustulum", + "email": "durumcrustulum@gmail.com" }, { - "username": "michaelmccarthybc", - "email": "michael.mccarthy@brightcove.com" - }, + "username": "forbesjo", + "email": "joseph.a.forbes@gmail.com" + } + ], + "downloads": 486048 + }, + { + "name": "videojs-scene7", + "scope": "unscoped", + "version": "4.0.3", + "description": "Tech plugin for VideoJS to support Scene7 players", + "keywords": [ + "videojs", + "videojs-plugin", + "scene7" + ], + "date": "2023-02-10T20:42:53.225Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-scene7", + "homepage": "https://github.com/amclin/videojs-scene7#readme", + "repository": "https://github.com/amclin/videojs-scene7", + "bugs": "https://github.com/amclin/videojs-scene7/issues" + }, + "author": { + "name": "Anthony McLin", + "email": "npm@anthonymclin.com", + "username": "amclin" + }, + "publisher": { + "username": "amclin", + "email": "npm@anthonymclin.com" + }, + "maintainers": [ { - "username": "abarstowbc", - "email": "abarstow@brightcove.com" - }, + "username": "amclin", + "email": "npm@anthonymclin.com" + } + ], + "downloads": 57 + }, + { + "name": "@videojs/vhs-utils", + "scope": "videojs", + "version": "4.0.0", + "description": "Objects and functions shared throughtout @videojs/http-streaming code", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2022-08-19T15:46:35.318Z", + "links": { + "npm": "https://www.npmjs.com/package/%40videojs%2Fvhs-utils", + "homepage": "https://github.com/videojs/vhs-utils#readme", + "repository": "https://github.com/videojs/vhs-utils", + "bugs": "https://github.com/videojs/vhs-utils/issues" + }, + "author": { + "name": "brandonocasey", + "email": "brandonocasey@gmail.com", + "username": "brandonocasey" + }, + "publisher": { + "username": "misteroneill", + "email": "pgoneill@gmail.com" + }, + "maintainers": [ { - "username": "georgesanchez.diazjr", - "email": "jsanchez@brightcove.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "poneill-bcov", - "email": "poneill@brightcove.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "gsinger-brightcove", - "email": "gsinger@brightcove.com" + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" }, { - "username": "mdeltorobcov", - "email": "mdeltoro@brightcove.com" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, { - "username": "scottbishop", - "email": "scott.bishop@brightcove.com" + "username": "videojs-user", + "email": "videojs@gkatsev.com" }, { - "username": "bcov_david-kelly", - "email": "david.kelly@brightcove.com" + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" }, { - "username": "yji_bc", - "email": "yuan.ji@brightcove.com" + "username": "mmcclure", + "email": "npm@htbx.net" }, { - "username": "jahidulislam", - "email": "jahidul.islam@brightcove.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, { - "username": "jmohneycove", - "email": "jared.mohney@brightcove.com" + "username": "misterben", + "email": "npm@misterben.me" }, { - "username": "inbc01", - "email": "igor.nakshin@brightcove.com" + "username": "lday", + "email": "ldayananda@brightcove.com" }, { - "username": "valon.sejdini84", - "email": "valon.sejdini@brightcove.com" + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" }, { - "username": "jeff.schuman", - "email": "jeff.schuman@brightcove.com" + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "a_castillo_h", - "email": "acastillo@brightcove.com" + "username": "heff", + "email": "npm@heff.me" }, { - "username": "aperezbrightcove", - "email": "aperez@brightcove.com" + "username": "gkatsev", + "email": "me@gkatsev.com" }, { - "username": "ireyes94", - "email": "ireyes@brightcove.com" + "username": "gesinger", + "email": "gesinger@gmail.com" }, { - "username": "brightcove-admin", - "email": "sward@brightcove.com" + "username": "essk", + "email": "sarah@teaandbiscuits.net" }, { - "username": "tedk", - "email": "ted9k@swbell.net" + "username": "dmlap", + "email": "dlapalomento@gmail.com" }, { - "username": "abradley-brightcove", - "email": "abradley@brightcove.com" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" }, { - "username": "bc-alive", - "email": "alive-dev@brightcove.com" + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { - "username": "mrocajr", - "email": "mroca@brightcove.com" - }, + "username": "abarstow", + "email": "alexander.barstow@gmail.com" + } + ], + "downloads": 547772 + }, + { + "name": "videojs-overlay", + "scope": "unscoped", + "version": "3.0.0", + "description": "A plugin to display simple overlays during video playback.", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2022-12-16T18:59:01.296Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-overlay", + "homepage": "https://github.com/brightcove/videojs-overlay#readme", + "repository": "https://github.com/brightcove/videojs-overlay", + "bugs": "https://github.com/brightcove/videojs-overlay/issues" + }, + "author": { + "name": "Brightcove, Inc." + }, + "publisher": { + "username": "brightcove-user", + "email": "npm-user@brightcove.com" + }, + "maintainers": [ { - "username": "lasanchezc", - "email": "lsanchez@brightcove.com" + "username": "madhu_g", + "email": "mganapathiraaja@brightcove.com" }, { - "username": "apadhye", - "email": "apadhye@brightcove.com" + "username": "geethu.k", + "email": "geethu.karthik@brightove.com" }, { - "username": "marguinbc", - "email": "marguin@brightcove.com" + "username": "hugocjim", + "email": "hjimenez@brightcove.com" }, { - "username": "brightcove-user", - "email": "npm-user@brightcove.com" + "username": "luisbacasehua", + "email": "lbacasehua@brightcove.com" }, { - "username": "kmason", - "email": "kmason@brightcove.com" + "username": "daniel_campos", + "email": "dcampos@brightcove.com" }, { - "username": "cbarstow", - "email": "cbarstow@brightcove.com" + "username": "kevin.schick", + "email": "kschick@brightcove.com" }, { - "username": "hikeh", - "email": "hikeh@brightcove.com" + "username": "m.morrison", + "email": "mmorrison@brightcove.com" }, { - "username": "myerramalla", - "email": "myerramalla@brightcove.com" + "username": "rgroesch", + "email": "rgroesch@brightcove.com" }, { - "username": "pdias", - "email": "pdias@brightcove.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "jwhisenant", - "email": "jwhisenant@brightcove.com" + "username": "uomar", + "email": "uomar@brightcove.com" }, { - "username": "rjune", - "email": "rjune@brightcove.com" + "username": "abarstowbc", + "email": "abarstow@brightcove.com" }, { - "username": "jonbwalsh", - "email": "jwalsh@brightcove.com" + "username": "sbarathan", + "email": "sbarathan@brightcove.com" }, { - "username": "khaipham", - "email": "kpham@brightcove.com" + "username": "adamico-bc", + "email": "alex.damico@brightcove.com" }, { - "username": "wswanbeck", - "email": "wswanbeck@brightcove.com" + "username": "kpandiyarajan", + "email": "kpandiyarajan@brightcove.com" }, { - "username": "mjholland", - "email": "mholland@brightcove.com" + "username": "msivalls", + "email": "msivalls@brightcove.com" }, { - "username": "gastafurov", - "email": "gastafurov@brightcove.com" + "username": "vbustillos", + "email": "vbustillos@brightcove.com" }, { - "username": "adalwani", - "email": "adalwani@brightcove.com" + "username": "rburnham", + "email": "rburnham@brightcove.com" }, { - "username": "ekelson-bcove", - "email": "ekelson@brightcove.com" + "username": "imorones", + "email": "imorones@brightcove.com" }, { - "username": "syseng", - "email": "syseng+npm@brightcove.com" + "username": "bhong-brightcove", + "email": "bhong@brightcove.com" }, { - "username": "mcarreiro", - "email": "mcarreiro@brightcove.com" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, { - "username": "elbadawimustafa", - "email": "melbadawi@brightcove.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "asinclair", - "email": "asinclair@brightcove.com" + "username": "shubham.chavhan", + "email": "shubham.chavhan@brightcove.com" }, { - "username": "jedwards53", - "email": "jedwards@brightcove.com" + "username": "albertogomez", + "email": "agomez@brightcove.com" }, { - "username": "hwoodbury", - "email": "hwoodbury@brightcove.com" + "username": "gestrada-br", + "email": "gestrada@brightcove.com" }, { - "username": "jblaker", - "email": "jblaker@brightcove.com" + "username": "lpintor", + "email": "lpintor@brightcove.com" }, { - "username": "bcmauleon", - "email": "mleon@brightcove.com" + "username": "amillerbrightcove", + "email": "amiller@brightcove.com" }, { - "username": "paco_oblea_bc", - "email": "foblea@brightcove.com" + "username": "lvohra", + "email": "lvohra@brightcove.com" }, { - "username": "jsepulveda", - "email": "jsepulveda@brightcove.com" + "username": "charles.seat", + "email": "charles.seat@brightcove.com" }, { - "username": "biswaranjan", - "email": "bpanigrahi@brightcove.com" + "username": "mcho-bc", + "email": "mcho@brightcove.com" }, { - "username": "barroyo", - "email": "barroyo@brightcove.com" + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { - "username": "bmartinez", - "email": "bmartinez@brightcove.com" + "username": "fsalazarbc", + "email": "fsalazar@brightcove.com" }, { - "username": "bc-jcarlson", - "email": "jcarlson@brightcove.com" + "username": "dawnpacko", + "email": "dpacko@brightcove.com" }, { - "username": "eledezma", - "email": "eledezma@brightcove.com" + "username": "ldominguez", + "email": "ldominguez@brightcove.com" }, { - "username": "jcueto", - "email": "jcueto@brightcove.com" + "username": "bc-srimron-soutter", + "email": "srimron-soutter@brightcove.com" }, { - "username": "erodrigues", - "email": "erodrigues@brightcove.com" + "username": "bart-stevens-bc", + "email": "bart.stevens@brightcove.com" }, { - "username": "psousa", - "email": "psousa@brightcove.com" + "username": "rsilva_brightcove", + "email": "rsilva@brightcove.com" }, { - "username": "acruzr", - "email": "acruz@brightcove.com" + "username": "joeylesh", + "email": "jlesh@brightcove.com" }, { - "username": "egoulding", - "email": "egoulding@brightcove.com" + "username": "lmelchorx1", + "email": "lmelchor@brightcove.com" }, { - "username": "marcogaray", - "email": "mgaray@brightcove.com" + "username": "juan-sanchez", + "email": "jpsanchez@brightcove.com" }, { - "username": "ipadilla", - "email": "ipadilla@brightcove.com" + "username": "eolvera", + "email": "eolvera@brightcove.com" }, { - "username": "diegocruz1991", - "email": "dcruz@brightcove.com" + "username": "cloewer_bc", + "email": "cloewer@brightcove.com" }, { - "username": "javibright", - "email": "fpadilla@brightcove.com" + "username": "carredondo", + "email": "carredondo@brightcove.com" }, { - "username": "bcpsalas", - "email": "psalas@brightcove.com" + "username": "brianhsu", + "email": "bhsu@brightcove.com" }, { - "username": "etobin", - "email": "etobin@brightcove.com" + "username": "niklagbrightcove", + "email": "niko.lagman@brightcove.com" }, { - "username": "ackbabe", - "email": "backer@brightcove.com" + "username": "tsraveling_bc", + "email": "tim.raveling@brightcove.com" }, { - "username": "cvillasenor", - "email": "cvillasenor@brightcove.com" + "username": "natedennis", + "email": "nathan.dennis@brightcove.com" }, { - "username": "vchistyakov", - "email": "vchistyakov@brightcove.com" + "username": "bcbclifford", + "email": "bclifford@brightcove.com" }, { - "username": "omartinez", - "email": "omartinez@brightcove.com" + "username": "craigparrottebc", + "email": "cparrotte@brightcove.com" }, { - "username": "mgonzalez_bc", - "email": "mgonzalez@brightcove.com" + "username": "bc-acgarcia", + "email": "acgarcia@brightcove.com" }, { - "username": "pdohertybcov", - "email": "pdoherty+npmjs@brightcove.com" + "username": "adavila1", + "email": "adavila@brightcove.com" }, { - "username": "muthukumar.bc", - "email": "muthukumar@brightcove.com" + "username": "vaishalijayaraman", + "email": "vjayaraman@brightcove.com" }, { - "username": "bzizmond", - "email": "bzizmond@brightcove.com" + "username": "kreynolds", + "email": "kreynolds@brightcove.com" }, { - "username": "jmpmacedo", - "email": "jmacedo@brightcove.com" + "username": "bgs-devops", + "email": "bgs-devops@brightcove.com" }, { - "username": "scorreia", - "email": "scorreia@brightcove.com" + "username": "albinjohnson", + "email": "albin.johnson@brightcove.com" }, { - "username": "lescorcio", - "email": "lescorcio@brightcove.com" + "username": "lmaultsby", + "email": "lmaultsby@brightcove.com" }, { - "username": "cavieira", - "email": "cavieira@brightcove.com" + "username": "rtezera", + "email": "rtezera@brightcove.com" }, { - "username": "mbalasubramaniam", - "email": "mbalasubramaniam@brightcove.com" + "username": "bcmneil", + "email": "mneil@brightcove.com" }, { - "username": "arunjeyaprasad", - "email": "arunjeyaprasad@brightcove.com" + "username": "randresf", + "email": "andres.restrepo@brightcove.com" }, { - "username": "bvilvanathan", - "email": "bvilvanathan@brightcove.com" + "username": "v.kozlov_bc", + "email": "vitali.kozlov@brightcove.com" }, { - "username": "anand.gangadharan", - "email": "anand.gangadharan@brightcove.com" + "username": "nagendra_m", + "email": "nmuragam@brightcove.com" }, { - "username": "rociosantos", - "email": "msantos@brightcove.com" + "username": "michaelmccarthybc", + "email": "michael.mccarthy@brightcove.com" }, { - "username": "fdelgado_bc", - "email": "fdelgado@brightcove.com" + "username": "georgesanchez.diazjr", + "email": "jsanchez@brightcove.com" }, { - "username": "syurishi", - "email": "syurishi@brightcove.com" + "username": "poneill-bcov", + "email": "poneill@brightcove.com" }, { - "username": "agarciabcov", - "email": "agarcia@brightcove.com" + "username": "mdeltorobcov", + "email": "mdeltoro@brightcove.com" }, { - "username": "priyadharsshini", - "email": "priyadharsshinis@brightcove.com" + "username": "jmohneycove", + "email": "jared.mohney@brightcove.com" }, { - "username": "attinder", - "email": "asingh@brightcove.com" + "username": "inbc01", + "email": "igor.nakshin@brightcove.com" }, { - "username": "lauralopez", - "email": "llopez@brightcove.com" + "username": "jeff.schuman", + "email": "jeff.schuman@brightcove.com" }, { - "username": "granganathan", - "email": "granganathan@brightcove.com" + "username": "a_castillo_h", + "email": "acastillo@brightcove.com" }, { - "username": "skumar85", - "email": "skumar@brightcove.com" + "username": "aperezbrightcove", + "email": "aperez@brightcove.com" }, { - "username": "hrodriguez2", - "email": "hrodriguez@brightcove.com" + "username": "ireyes94", + "email": "ireyes@brightcove.com" }, { - "username": "jasilvaantonio", - "email": "jasilva@brightcove.com" + "username": "brightcove-admin", + "email": "sward@brightcove.com" }, { - "username": "palvarezbc", - "email": "palvarez@brightcove.com" + "username": "tedk", + "email": "ted9k@swbell.net" }, { - "username": "ericramos", - "email": "eramos@brightcove.com" + "username": "abradley-brightcove", + "email": "abradley@brightcove.com" }, { - "username": "carlosabajo", - "email": "cbajo@brightcove.com" + "username": "bc-alive", + "email": "alive-dev@brightcove.com" }, { - "username": "ingrid.s.cruz", - "email": "scruz@brightcove.com" + "username": "mrocajr", + "email": "mroca@brightcove.com" }, { - "username": "hkanagarajan", - "email": "hkanagarajan@brightcove.com" + "username": "lasanchezc", + "email": "lsanchez@brightcove.com" }, { - "username": "jcarfagno-bc", - "email": "jcarfagno@brightcove.com" + "username": "marguinbc", + "email": "marguin@brightcove.com" }, { - "username": "luis_fernando_lopez_ruiz", - "email": "lflopez@brightcove.com" + "username": "brightcove-user", + "email": "npm-user@brightcove.com" }, { - "username": "vishal64", - "email": "vramesh@brightcove.com" + "username": "kmason", + "email": "kmason@brightcove.com" }, { - "username": "tresa.baji", - "email": "tresa.baji@brightcove.com" + "username": "cbarstow", + "email": "cbarstow@brightcove.com" }, { - "username": "luis.garcia.brightcove", - "email": "lfgarcia@brightcove.com" + "username": "hikeh", + "email": "hikeh@brightcove.com" }, { - "username": "rodrigofdz", - "email": "rfernandez@brightcove.com" + "username": "myerramalla", + "email": "myerramalla@brightcove.com" }, { - "username": "pgutierrezgil", - "email": "pgutierrez@brightcove.com" + "username": "pdias", + "email": "pdias@brightcove.com" }, { - "username": "harish17", - "email": "hekambaram@brightcove.com" + "username": "jwhisenant", + "email": "jwhisenant@brightcove.com" }, { - "username": "jjeyaprakash", - "email": "jjeyaprakash@brightcove.com" + "username": "ebertaud", + "email": "ebertaud@brightcove.com" }, { - "username": "rrajendran1698", - "email": "rrajendran@brightcove.com" + "username": "oespinosac", + "email": "oespinosa@brightcove.com" }, { - "username": "jlomeli", - "email": "jlomeli@brightcove.com" + "username": "dsalnikov", + "email": "dsalnikov@brightcove.com" }, { - "username": "jhurtado", - "email": "jhurtado@brightcove.com" + "username": "sharanya.muruganandam", + "email": "sharanya.muruganandam@brightcove.com" }, { - "username": "sjimenez", - "email": "sjimenez@brightcove.com" + "username": "vikaskumar.gajula", + "email": "vikaskumar.gajula@brightcove.com" }, { - "username": "rwenger_brightcove", - "email": "robert.wenger@brightcove.com" + "username": "xgarcia_npm", + "email": "xgarcia+npm@brightcove.com" }, { - "username": "rujordan", - "email": "jordan.alexander@brightcove.com" + "username": "jguerra", + "email": "jguerra@brightcove.com" }, { - "username": "stuartmh", - "email": "shicks@brightcove.com" + "username": "rjune", + "email": "rjune@brightcove.com" }, { - "username": "jherrerabcov", - "email": "jherrera@brightcove.com" + "username": "jonbwalsh", + "email": "jwalsh@brightcove.com" }, { - "username": "mshiwal", - "email": "mshiwal@brightcove.com" + "username": "khaipham", + "email": "kpham@brightcove.com" }, { - "username": "divyaudhayakumar", - "email": "dudhayakumar@brightcove.com" + "username": "wswanbeck", + "email": "wswanbeck@brightcove.com" }, { - "username": "ptamizh", - "email": "ptamizh@brightcove.com" + "username": "gastafurov", + "email": "gastafurov@brightcove.com" }, { - "username": "akamalakkannan", - "email": "akamalakkannan@brightcove.com" + "username": "adalwani", + "email": "adalwani@brightcove.com" }, { - "username": "akatare", - "email": "akatare@brightcove.com" + "username": "ekelson-bcove", + "email": "ekelson@brightcove.com" }, { - "username": "roman-bc", - "email": "rpougatchev@brightcove.com" + "username": "syseng", + "email": "syseng+npm@brightcove.com" }, { - "username": "tnwanna", - "email": "tnwanna@brightcove.com" + "username": "mcarreiro", + "email": "mcarreiro@brightcove.com" }, { - "username": "bsahlas.npm", - "email": "bsahlas@brightcove.com" + "username": "elbadawimustafa", + "email": "melbadawi@brightcove.com" }, { - "username": "dherrera1109", - "email": "dherrera@brightcove.com" + "username": "asinclair", + "email": "asinclair@brightcove.com" }, { - "username": "hswaminathan", - "email": "hswaminathan@brightcove.com" + "username": "hwoodbury", + "email": "hwoodbury@brightcove.com" }, { - "username": "lramirez-bc", - "email": "lramirez@brightcove.com" + "username": "jblaker", + "email": "jblaker@brightcove.com" }, { - "username": "hatondo-bcov", - "email": "hatondo@brightcove.com" + "username": "bcmauleon", + "email": "mleon@brightcove.com" }, { - "username": "echengbc", - "email": "echeng@brightcove.com" + "username": "paco_oblea_bc", + "email": "foblea@brightcove.com" }, { - "username": "sbarrettbc", - "email": "sbarrett@brightcove.com" + "username": "jsepulveda", + "email": "jsepulveda@brightcove.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" - } - ], - "downloads": 295739 - }, - { - "name": "@samueleastdev/videojs-dash-hls-bitrate-switcher", - "scope": "samueleastdev", - "version": "1.0.7", - "description": "Creates a button in the controlbar that can be used to switch bitrate for DASH and HLS playlists", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-12-20T18:42:15.820Z", - "links": { - "npm": "https://www.npmjs.com/package/%40samueleastdev%2Fvideojs-dash-hls-bitrate-switcher", - "homepage": "https://github.com/samueleastdev/videojs-dash-hls-bitrate-switcher" - }, - "author": { - "name": "Samuel East" - }, - "publisher": { - "username": "samueleastdev", - "email": "mail@samueleast.co.uk" - }, - "maintainers": [ - { - "username": "samueleastdev", - "email": "mail@samueleast.co.uk" - } - ], - "downloads": 19 - }, - { - "name": "@videojs/http-streaming", - "scope": "videojs", - "version": "2.14.2", - "description": "Play back HLS and DASH with Video.js, even where it's not natively supported", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-04-13T21:18:39.856Z", - "links": { - "npm": "https://www.npmjs.com/package/%40videojs%2Fhttp-streaming", - "homepage": "https://github.com/videojs/http-streaming#readme", - "repository": "https://github.com/videojs/http-streaming", - "bugs": "https://github.com/videojs/http-streaming/issues" - }, - "author": { - "name": "Brightcove, Inc" - }, - "publisher": { - "username": "misterben", - "email": "npm@misterben.me" - }, - "maintainers": [ + "username": "biswaranjan", + "email": "bpanigrahi@brightcove.com" + }, { - "username": "bc-srimron-soutter", - "email": "srimron-soutter@brightcove.com" + "username": "barroyo", + "email": "barroyo@brightcove.com" }, { - "username": "prasant7bc", - "email": "prasanth.y@brightcove.com" + "username": "bmartinez", + "email": "bmartinez@brightcove.com" }, { - "username": "bart-stevens-bc", - "email": "bart.stevens@brightcove.com" + "username": "bc-jcarlson", + "email": "jcarlson@brightcove.com" }, { - "username": "nnguyen150468", - "email": "nnguyen@brightcove.com" + "username": "eledezma", + "email": "eledezma@brightcove.com" }, { - "username": "rsilva_brightcove", - "email": "rsilva@brightcove.com" + "username": "jcueto", + "email": "jcueto@brightcove.com" }, { - "username": "joeylesh", - "email": "jlesh@brightcove.com" + "username": "erodrigues", + "email": "erodrigues@brightcove.com" }, { - "username": "lmelchorx1", - "email": "lmelchor@brightcove.com" + "username": "psousa", + "email": "psousa@brightcove.com" }, { - "username": "juan-sanchez", - "email": "jpsanchez@brightcove.com" + "username": "acruzr", + "email": "acruz@brightcove.com" }, { - "username": "eolvera", - "email": "eolvera@brightcove.com" + "username": "marcogaray", + "email": "mgaray@brightcove.com" }, { - "username": "cloewer_bc", - "email": "cloewer@brightcove.com" + "username": "diegocruz1991", + "email": "dcruz@brightcove.com" }, { - "username": "enrique.henderson", - "email": "enrique.henderson@brightcove.com" + "username": "javibright", + "email": "fpadilla@brightcove.com" }, { - "username": "muhamad.mahmudov", - "email": "muhamad.mahmudov@brightcove.com" + "username": "bcpsalas", + "email": "psalas@brightcove.com" }, { - "username": "carredondo", - "email": "carredondo@brightcove.com" + "username": "etobin", + "email": "etobin@brightcove.com" }, { - "username": "jagadeesh_lakshminarasimhan", - "email": "jnarasimhan@brightcove.com" + "username": "ackbabe", + "email": "backer@brightcove.com" }, { - "username": "brianhsu", - "email": "bhsu@brightcove.com" + "username": "cvillasenor", + "email": "cvillasenor@brightcove.com" }, { - "username": "lewis.moten.brightcove", - "email": "lewis.moten@brightcove.com" + "username": "omartinez", + "email": "omartinez@brightcove.com" }, { - "username": "kchang-brightcove", - "email": "kchang@brightcove.com" + "username": "mgonzalez_bc", + "email": "mgonzalez@brightcove.com" }, { - "username": "niklagbrightcove", - "email": "niko.lagman@brightcove.com" + "username": "pdohertybcov", + "email": "pdoherty+npmjs@brightcove.com" }, { - "username": "tsraveling_bc", - "email": "tim.raveling@brightcove.com" + "username": "muthukumar.bc", + "email": "muthukumar@brightcove.com" }, { - "username": "natalia-chegrynets", - "email": "natalia.chegrynets@brightcove.com" + "username": "bzizmond", + "email": "bzizmond@brightcove.com" }, { - "username": "rsutharu", - "email": "rsutharu@brightcove.com" + "username": "jmpmacedo", + "email": "jmacedo@brightcove.com" }, { - "username": "natedennis", - "email": "nathan.dennis@brightcove.com" + "username": "scorreia", + "email": "scorreia@brightcove.com" }, { - "username": "bcbclifford", - "email": "bclifford@brightcove.com" + "username": "lescorcio", + "email": "lescorcio@brightcove.com" }, { - "username": "craigparrottebc", - "email": "cparrotte@brightcove.com" + "username": "cavieira", + "email": "cavieira@brightcove.com" }, { - "username": "mwebster789", - "email": "matthew.webster@brightcove.com" + "username": "arunjeyaprasad", + "email": "arunjeyaprasad@brightcove.com" }, { - "username": "vandana90", - "email": "vandana.surendranath@brightcove.com" + "username": "bvilvanathan", + "email": "bvilvanathan@brightcove.com" }, { - "username": "amrith.pai", - "email": "amrith.pai@brightcove.com" + "username": "anand.gangadharan", + "email": "anand.gangadharan@brightcove.com" }, { - "username": "bc-acgarcia", - "email": "acgarcia@brightcove.com" + "username": "rociosantos", + "email": "msantos@brightcove.com" }, { - "username": "adavila1", - "email": "adavila@brightcove.com" + "username": "fdelgado_bc", + "email": "fdelgado@brightcove.com" }, { - "username": "francis-alegre", - "email": "francis.alegre@brightcove.com" + "username": "agarciabcov", + "email": "agarcia@brightcove.com" }, { - "username": "vaishalijayaraman", - "email": "vjayaraman@brightcove.com" + "username": "attinder", + "email": "asingh@brightcove.com" }, { - "username": "kreynolds", - "email": "kreynolds@brightcove.com" + "username": "lauralopez", + "email": "llopez@brightcove.com" }, { - "username": "bgs-devops", - "email": "bgs-devops@brightcove.com" + "username": "skumar85", + "email": "skumar@brightcove.com" }, { - "username": "albinjohnson", - "email": "albin.johnson@brightcove.com" + "username": "hrodriguez2", + "email": "hrodriguez@brightcove.com" }, { - "username": "lmaultsby", - "email": "lmaultsby@brightcove.com" + "username": "jasilvaantonio", + "email": "jasilva@brightcove.com" }, { - "username": "rtezera", - "email": "rtezera@brightcove.com" + "username": "palvarezbc", + "email": "palvarez@brightcove.com" }, { - "username": "bcmneil", - "email": "mneil@brightcove.com" + "username": "ericramos", + "email": "eramos@brightcove.com" }, { - "username": "randresf", - "email": "andres.restrepo@brightcove.com" + "username": "carlosabajo", + "email": "cbajo@brightcove.com" }, { - "username": "harold.murcia", - "email": "harold.murcia@brightcove.com" + "username": "ingrid.s.cruz", + "email": "scruz@brightcove.com" }, { - "username": "v.kozlov_bc", - "email": "vitali.kozlov@brightcove.com" + "username": "luis_fernando_lopez_ruiz", + "email": "lflopez@brightcove.com" }, { - "username": "nagendra_m", - "email": "nmuragam@brightcove.com" + "username": "vishal64", + "email": "vramesh@brightcove.com" }, { - "username": "michaelmccarthybc", - "email": "michael.mccarthy@brightcove.com" + "username": "tresa.baji", + "email": "tresa.baji@brightcove.com" }, { - "username": "abarstowbc", - "email": "abarstow@brightcove.com" + "username": "luis.garcia.brightcove", + "email": "lfgarcia@brightcove.com" }, { - "username": "georgesanchez.diazjr", - "email": "jsanchez@brightcove.com" + "username": "rodrigofdz", + "email": "rfernandez@brightcove.com" }, { - "username": "poneill-bcov", - "email": "poneill@brightcove.com" + "username": "pgutierrezgil", + "email": "pgutierrez@brightcove.com" }, { - "username": "gsinger-brightcove", - "email": "gsinger@brightcove.com" + "username": "harish17", + "email": "hekambaram@brightcove.com" }, { - "username": "mdeltorobcov", - "email": "mdeltoro@brightcove.com" + "username": "jjeyaprakash", + "email": "jjeyaprakash@brightcove.com" }, { - "username": "scottbishop", - "email": "scott.bishop@brightcove.com" + "username": "rrajendran1698", + "email": "rrajendran@brightcove.com" }, { - "username": "bcov_david-kelly", - "email": "david.kelly@brightcove.com" + "username": "jlomeli", + "email": "jlomeli@brightcove.com" }, { - "username": "yji_bc", - "email": "yuan.ji@brightcove.com" + "username": "sjimenez", + "email": "sjimenez@brightcove.com" }, { - "username": "jahidulislam", - "email": "jahidul.islam@brightcove.com" + "username": "rwenger_brightcove", + "email": "robert.wenger@brightcove.com" }, { - "username": "jmohneycove", - "email": "jared.mohney@brightcove.com" + "username": "rujordan", + "email": "jordan.alexander@brightcove.com" }, { - "username": "inbc01", - "email": "igor.nakshin@brightcove.com" + "username": "stuartmh", + "email": "shicks@brightcove.com" }, { - "username": "valon.sejdini84", - "email": "valon.sejdini@brightcove.com" + "username": "jherrerabcov", + "email": "jherrera@brightcove.com" }, { - "username": "jeff.schuman", - "email": "jeff.schuman@brightcove.com" + "username": "mshiwal", + "email": "mshiwal@brightcove.com" }, { - "username": "a_castillo_h", - "email": "acastillo@brightcove.com" + "username": "ptamizh", + "email": "ptamizh@brightcove.com" }, { - "username": "aperezbrightcove", - "email": "aperez@brightcove.com" + "username": "akamalakkannan", + "email": "akamalakkannan@brightcove.com" }, { - "username": "ireyes94", - "email": "ireyes@brightcove.com" + "username": "akatare", + "email": "akatare@brightcove.com" }, { - "username": "brightcove-admin", - "email": "sward@brightcove.com" + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" }, { - "username": "tedk", - "email": "ted9k@swbell.net" + "username": "tnwanna", + "email": "tnwanna@brightcove.com" }, { - "username": "abradley-brightcove", - "email": "abradley@brightcove.com" + "username": "bsahlas.npm", + "email": "bsahlas@brightcove.com" }, { - "username": "bc-alive", - "email": "alive-dev@brightcove.com" + "username": "dherrera1109", + "email": "dherrera@brightcove.com" }, { - "username": "mrocajr", - "email": "mroca@brightcove.com" + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "lasanchezc", - "email": "lsanchez@brightcove.com" + "username": "echengbc", + "email": "echeng@brightcove.com" }, { - "username": "apadhye", - "email": "apadhye@brightcove.com" + "username": "sbarrettbc", + "email": "sbarrett@brightcove.com" }, { - "username": "marguinbc", - "email": "marguin@brightcove.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, { - "username": "brightcove-user", - "email": "npm-user@brightcove.com" + "username": "dmlap", + "email": "dlapalomento@gmail.com" }, { - "username": "kmason", - "email": "kmason@brightcove.com" + "username": "gkatsev", + "email": "me@gkatsev.com" }, { - "username": "cbarstow", - "email": "cbarstow@brightcove.com" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + } + ], + "downloads": 4317 + }, + { + "name": "pkcs7", + "scope": "unscoped", + "version": "1.0.4", + "description": "Add and remove pkcs7-style padding.", + "keywords": [ + "pkcs7", + "pkcs7 encrypt decrypt padding pkcs", + "videojs", + "videojs-plugin" + ], + "date": "2020-09-09T17:56:20.874Z", + "links": { + "npm": "https://www.npmjs.com/package/pkcs7", + "homepage": "https://github.com/brightcove/pkcs7", + "repository": "https://github.com/brightcove/pkcs7", + "bugs": "https://github.com/brightcove/pkcs7/issues" + }, + "author": { + "name": "Brightcove" + }, + "publisher": { + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + "maintainers": [ + { + "username": "madhu_g", + "email": "mganapathiraaja@brightcove.com" }, { - "username": "hikeh", - "email": "hikeh@brightcove.com" + "username": "geethu.k", + "email": "geethu.karthik@brightove.com" }, { - "username": "myerramalla", - "email": "myerramalla@brightcove.com" + "username": "hugocjim", + "email": "hjimenez@brightcove.com" }, { - "username": "pdias", - "email": "pdias@brightcove.com" + "username": "luisbacasehua", + "email": "lbacasehua@brightcove.com" }, { - "username": "jwhisenant", - "email": "jwhisenant@brightcove.com" + "username": "daniel_campos", + "email": "dcampos@brightcove.com" }, { - "username": "rjune", - "email": "rjune@brightcove.com" + "username": "kevin.schick", + "email": "kschick@brightcove.com" }, { - "username": "jonbwalsh", - "email": "jwalsh@brightcove.com" + "username": "m.morrison", + "email": "mmorrison@brightcove.com" }, { - "username": "khaipham", - "email": "kpham@brightcove.com" + "username": "rgroesch", + "email": "rgroesch@brightcove.com" }, { - "username": "wswanbeck", - "email": "wswanbeck@brightcove.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "mjholland", - "email": "mholland@brightcove.com" + "username": "uomar", + "email": "uomar@brightcove.com" }, { - "username": "gastafurov", - "email": "gastafurov@brightcove.com" + "username": "abarstowbc", + "email": "abarstow@brightcove.com" }, { - "username": "adalwani", - "email": "adalwani@brightcove.com" + "username": "sbarathan", + "email": "sbarathan@brightcove.com" }, { - "username": "ekelson-bcove", - "email": "ekelson@brightcove.com" + "username": "adamico-bc", + "email": "alex.damico@brightcove.com" }, { - "username": "syseng", - "email": "syseng+npm@brightcove.com" + "username": "kpandiyarajan", + "email": "kpandiyarajan@brightcove.com" }, { - "username": "mcarreiro", - "email": "mcarreiro@brightcove.com" + "username": "msivalls", + "email": "msivalls@brightcove.com" }, { - "username": "elbadawimustafa", - "email": "melbadawi@brightcove.com" + "username": "vbustillos", + "email": "vbustillos@brightcove.com" }, { - "username": "asinclair", - "email": "asinclair@brightcove.com" + "username": "rburnham", + "email": "rburnham@brightcove.com" }, { - "username": "jedwards53", - "email": "jedwards@brightcove.com" + "username": "imorones", + "email": "imorones@brightcove.com" }, { - "username": "hwoodbury", - "email": "hwoodbury@brightcove.com" + "username": "bhong-brightcove", + "email": "bhong@brightcove.com" }, { - "username": "jblaker", - "email": "jblaker@brightcove.com" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, { - "username": "bcmauleon", - "email": "mleon@brightcove.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "paco_oblea_bc", - "email": "foblea@brightcove.com" + "username": "shubham.chavhan", + "email": "shubham.chavhan@brightcove.com" }, { - "username": "jsepulveda", - "email": "jsepulveda@brightcove.com" + "username": "albertogomez", + "email": "agomez@brightcove.com" }, { - "username": "biswaranjan", - "email": "bpanigrahi@brightcove.com" + "username": "gestrada-br", + "email": "gestrada@brightcove.com" }, { - "username": "barroyo", - "email": "barroyo@brightcove.com" + "username": "lpintor", + "email": "lpintor@brightcove.com" }, { - "username": "bmartinez", - "email": "bmartinez@brightcove.com" + "username": "amillerbrightcove", + "email": "amiller@brightcove.com" }, { - "username": "bc-jcarlson", - "email": "jcarlson@brightcove.com" + "username": "lvohra", + "email": "lvohra@brightcove.com" }, { - "username": "eledezma", - "email": "eledezma@brightcove.com" + "username": "charles.seat", + "email": "charles.seat@brightcove.com" }, { - "username": "jcueto", - "email": "jcueto@brightcove.com" + "username": "mcho-bc", + "email": "mcho@brightcove.com" }, { - "username": "erodrigues", - "email": "erodrigues@brightcove.com" + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { - "username": "psousa", - "email": "psousa@brightcove.com" + "username": "fsalazarbc", + "email": "fsalazar@brightcove.com" }, { - "username": "acruzr", - "email": "acruz@brightcove.com" + "username": "dawnpacko", + "email": "dpacko@brightcove.com" }, { - "username": "egoulding", - "email": "egoulding@brightcove.com" + "username": "ldominguez", + "email": "ldominguez@brightcove.com" }, { - "username": "marcogaray", - "email": "mgaray@brightcove.com" + "username": "bc-srimron-soutter", + "email": "srimron-soutter@brightcove.com" }, { - "username": "ipadilla", - "email": "ipadilla@brightcove.com" + "username": "bart-stevens-bc", + "email": "bart.stevens@brightcove.com" }, { - "username": "diegocruz1991", - "email": "dcruz@brightcove.com" + "username": "rsilva_brightcove", + "email": "rsilva@brightcove.com" }, { - "username": "javibright", - "email": "fpadilla@brightcove.com" + "username": "joeylesh", + "email": "jlesh@brightcove.com" }, { - "username": "bcpsalas", - "email": "psalas@brightcove.com" + "username": "lmelchorx1", + "email": "lmelchor@brightcove.com" }, { - "username": "etobin", - "email": "etobin@brightcove.com" + "username": "juan-sanchez", + "email": "jpsanchez@brightcove.com" }, { - "username": "ackbabe", - "email": "backer@brightcove.com" + "username": "eolvera", + "email": "eolvera@brightcove.com" }, { - "username": "cvillasenor", - "email": "cvillasenor@brightcove.com" + "username": "cloewer_bc", + "email": "cloewer@brightcove.com" }, { - "username": "vchistyakov", - "email": "vchistyakov@brightcove.com" + "username": "carredondo", + "email": "carredondo@brightcove.com" }, { - "username": "omartinez", - "email": "omartinez@brightcove.com" + "username": "brianhsu", + "email": "bhsu@brightcove.com" }, { - "username": "mgonzalez_bc", - "email": "mgonzalez@brightcove.com" + "username": "niklagbrightcove", + "email": "niko.lagman@brightcove.com" }, { - "username": "pdohertybcov", - "email": "pdoherty+npmjs@brightcove.com" + "username": "tsraveling_bc", + "email": "tim.raveling@brightcove.com" }, { - "username": "muthukumar.bc", - "email": "muthukumar@brightcove.com" + "username": "natedennis", + "email": "nathan.dennis@brightcove.com" }, { - "username": "bzizmond", - "email": "bzizmond@brightcove.com" + "username": "bcbclifford", + "email": "bclifford@brightcove.com" }, { - "username": "jmpmacedo", - "email": "jmacedo@brightcove.com" + "username": "craigparrottebc", + "email": "cparrotte@brightcove.com" }, { - "username": "scorreia", - "email": "scorreia@brightcove.com" + "username": "bc-acgarcia", + "email": "acgarcia@brightcove.com" }, { - "username": "lescorcio", - "email": "lescorcio@brightcove.com" + "username": "adavila1", + "email": "adavila@brightcove.com" }, { - "username": "cavieira", - "email": "cavieira@brightcove.com" + "username": "vaishalijayaraman", + "email": "vjayaraman@brightcove.com" }, { - "username": "mbalasubramaniam", - "email": "mbalasubramaniam@brightcove.com" + "username": "kreynolds", + "email": "kreynolds@brightcove.com" }, { - "username": "arunjeyaprasad", - "email": "arunjeyaprasad@brightcove.com" + "username": "bgs-devops", + "email": "bgs-devops@brightcove.com" }, { - "username": "bvilvanathan", - "email": "bvilvanathan@brightcove.com" + "username": "albinjohnson", + "email": "albin.johnson@brightcove.com" }, { - "username": "anand.gangadharan", - "email": "anand.gangadharan@brightcove.com" + "username": "lmaultsby", + "email": "lmaultsby@brightcove.com" }, { - "username": "rociosantos", - "email": "msantos@brightcove.com" + "username": "rtezera", + "email": "rtezera@brightcove.com" }, { - "username": "fdelgado_bc", - "email": "fdelgado@brightcove.com" + "username": "bcmneil", + "email": "mneil@brightcove.com" }, { - "username": "syurishi", - "email": "syurishi@brightcove.com" + "username": "randresf", + "email": "andres.restrepo@brightcove.com" }, { - "username": "agarciabcov", - "email": "agarcia@brightcove.com" + "username": "v.kozlov_bc", + "email": "vitali.kozlov@brightcove.com" }, { - "username": "priyadharsshini", - "email": "priyadharsshinis@brightcove.com" + "username": "nagendra_m", + "email": "nmuragam@brightcove.com" }, { - "username": "attinder", - "email": "asingh@brightcove.com" + "username": "michaelmccarthybc", + "email": "michael.mccarthy@brightcove.com" }, { - "username": "lauralopez", - "email": "llopez@brightcove.com" + "username": "georgesanchez.diazjr", + "email": "jsanchez@brightcove.com" }, { - "username": "granganathan", - "email": "granganathan@brightcove.com" + "username": "poneill-bcov", + "email": "poneill@brightcove.com" }, { - "username": "skumar85", - "email": "skumar@brightcove.com" + "username": "mdeltorobcov", + "email": "mdeltoro@brightcove.com" }, { - "username": "hrodriguez2", - "email": "hrodriguez@brightcove.com" + "username": "jmohneycove", + "email": "jared.mohney@brightcove.com" }, { - "username": "jasilvaantonio", - "email": "jasilva@brightcove.com" + "username": "inbc01", + "email": "igor.nakshin@brightcove.com" }, { - "username": "palvarezbc", - "email": "palvarez@brightcove.com" + "username": "jeff.schuman", + "email": "jeff.schuman@brightcove.com" }, { - "username": "ericramos", - "email": "eramos@brightcove.com" + "username": "a_castillo_h", + "email": "acastillo@brightcove.com" }, { - "username": "carlosabajo", - "email": "cbajo@brightcove.com" + "username": "aperezbrightcove", + "email": "aperez@brightcove.com" }, { - "username": "ingrid.s.cruz", - "email": "scruz@brightcove.com" + "username": "ireyes94", + "email": "ireyes@brightcove.com" }, { - "username": "hkanagarajan", - "email": "hkanagarajan@brightcove.com" + "username": "brightcove-admin", + "email": "sward@brightcove.com" }, { - "username": "jcarfagno-bc", - "email": "jcarfagno@brightcove.com" + "username": "tedk", + "email": "ted9k@swbell.net" }, { - "username": "luis_fernando_lopez_ruiz", - "email": "lflopez@brightcove.com" + "username": "abradley-brightcove", + "email": "abradley@brightcove.com" }, { - "username": "vishal64", - "email": "vramesh@brightcove.com" + "username": "bc-alive", + "email": "alive-dev@brightcove.com" }, { - "username": "tresa.baji", - "email": "tresa.baji@brightcove.com" + "username": "mrocajr", + "email": "mroca@brightcove.com" }, { - "username": "luis.garcia.brightcove", - "email": "lfgarcia@brightcove.com" + "username": "lasanchezc", + "email": "lsanchez@brightcove.com" }, { - "username": "rodrigofdz", - "email": "rfernandez@brightcove.com" + "username": "marguinbc", + "email": "marguin@brightcove.com" }, { - "username": "pgutierrezgil", - "email": "pgutierrez@brightcove.com" + "username": "brightcove-user", + "email": "npm-user@brightcove.com" }, { - "username": "harish17", - "email": "hekambaram@brightcove.com" + "username": "kmason", + "email": "kmason@brightcove.com" }, { - "username": "jjeyaprakash", - "email": "jjeyaprakash@brightcove.com" + "username": "cbarstow", + "email": "cbarstow@brightcove.com" }, { - "username": "rrajendran1698", - "email": "rrajendran@brightcove.com" + "username": "hikeh", + "email": "hikeh@brightcove.com" }, { - "username": "jlomeli", - "email": "jlomeli@brightcove.com" + "username": "myerramalla", + "email": "myerramalla@brightcove.com" }, { - "username": "jhurtado", - "email": "jhurtado@brightcove.com" + "username": "pdias", + "email": "pdias@brightcove.com" }, { - "username": "sjimenez", - "email": "sjimenez@brightcove.com" + "username": "jwhisenant", + "email": "jwhisenant@brightcove.com" }, { - "username": "rwenger_brightcove", - "email": "robert.wenger@brightcove.com" + "username": "ebertaud", + "email": "ebertaud@brightcove.com" }, { - "username": "rujordan", - "email": "jordan.alexander@brightcove.com" + "username": "oespinosac", + "email": "oespinosa@brightcove.com" }, { - "username": "stuartmh", - "email": "shicks@brightcove.com" + "username": "dsalnikov", + "email": "dsalnikov@brightcove.com" }, { - "username": "jherrerabcov", - "email": "jherrera@brightcove.com" + "username": "sharanya.muruganandam", + "email": "sharanya.muruganandam@brightcove.com" }, { - "username": "mshiwal", - "email": "mshiwal@brightcove.com" + "username": "vikaskumar.gajula", + "email": "vikaskumar.gajula@brightcove.com" }, { - "username": "divyaudhayakumar", - "email": "dudhayakumar@brightcove.com" + "username": "xgarcia_npm", + "email": "xgarcia+npm@brightcove.com" }, { - "username": "ptamizh", - "email": "ptamizh@brightcove.com" + "username": "jguerra", + "email": "jguerra@brightcove.com" }, { - "username": "akamalakkannan", - "email": "akamalakkannan@brightcove.com" + "username": "rjune", + "email": "rjune@brightcove.com" }, { - "username": "akatare", - "email": "akatare@brightcove.com" + "username": "jonbwalsh", + "email": "jwalsh@brightcove.com" }, { - "username": "roman-bc", - "email": "rpougatchev@brightcove.com" + "username": "khaipham", + "email": "kpham@brightcove.com" }, { - "username": "tnwanna", - "email": "tnwanna@brightcove.com" + "username": "wswanbeck", + "email": "wswanbeck@brightcove.com" }, { - "username": "bsahlas.npm", - "email": "bsahlas@brightcove.com" + "username": "gastafurov", + "email": "gastafurov@brightcove.com" }, { - "username": "dherrera1109", - "email": "dherrera@brightcove.com" + "username": "adalwani", + "email": "adalwani@brightcove.com" }, { - "username": "hswaminathan", - "email": "hswaminathan@brightcove.com" + "username": "ekelson-bcove", + "email": "ekelson@brightcove.com" }, { - "username": "lramirez-bc", - "email": "lramirez@brightcove.com" + "username": "syseng", + "email": "syseng+npm@brightcove.com" }, { - "username": "hatondo-bcov", - "email": "hatondo@brightcove.com" + "username": "mcarreiro", + "email": "mcarreiro@brightcove.com" }, { - "username": "echengbc", - "email": "echeng@brightcove.com" + "username": "elbadawimustafa", + "email": "melbadawi@brightcove.com" }, { - "username": "sbarrettbc", - "email": "sbarrett@brightcove.com" + "username": "asinclair", + "email": "asinclair@brightcove.com" }, { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" + "username": "hwoodbury", + "email": "hwoodbury@brightcove.com" }, { - "username": "videojs-user", - "email": "videojs@gkatsev.com" + "username": "jblaker", + "email": "jblaker@brightcove.com" }, { - "username": "tjaneczko", - "email": "tjaneczko@brightcove.com" + "username": "bcmauleon", + "email": "mleon@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "paco_oblea_bc", + "email": "foblea@brightcove.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "jsepulveda", + "email": "jsepulveda@brightcove.com" }, { - "username": "mmcclure", - "email": "npm@htbx.net" + "username": "biswaranjan", + "email": "bpanigrahi@brightcove.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "barroyo", + "email": "barroyo@brightcove.com" }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" + "username": "bmartinez", + "email": "bmartinez@brightcove.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "bc-jcarlson", + "email": "jcarlson@brightcove.com" }, { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "eledezma", + "email": "eledezma@brightcove.com" }, { - "username": "gesinger", - "email": "gesinger@gmail.com" + "username": "jcueto", + "email": "jcueto@brightcove.com" }, { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" + "username": "erodrigues", + "email": "erodrigues@brightcove.com" }, { - "username": "incompl", - "email": "gsmith@incompl.com" + "username": "psousa", + "email": "psousa@brightcove.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" + "username": "acruzr", + "email": "acruz@brightcove.com" }, { - "username": "okaramian", - "email": "okaramia@gmail.com" + "username": "marcogaray", + "email": "mgaray@brightcove.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "diegocruz1991", + "email": "dcruz@brightcove.com" }, { - "username": "misterben", - "email": "npm@misterben.me" + "username": "javibright", + "email": "fpadilla@brightcove.com" }, { - "username": "mmcc", - "email": "matt@mmcc.io" + "username": "bcpsalas", + "email": "psalas@brightcove.com" }, { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - } - ], - "downloads": 316296 - }, - { - "name": "videojs-watermark-with-text", - "scope": "unscoped", - "version": "1.0.5-b", - "description": "Adds a watermark image and text to the video player. Based on Brooks Lyrette solution", - "keywords": [ - "videojs", - "videojs-plugin", - "watermark" - ], - "date": "2017-02-03T13:14:32.764Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-watermark-with-text", - "homepage": "https://github.com/BEaStia/videojs-watermark#readme", - "repository": "https://github.com/BEaStia/videojs-watermark", - "bugs": "https://github.com/BEaStia/videojs-watermark/issues" - }, - "author": { - "name": "Brooks Lyrette", - "email": "brooks@dotsub.com" - }, - "publisher": { - "username": "igorpavlov", - "email": "gophan1992@gmail.com" - }, - "maintainers": [ + "username": "etobin", + "email": "etobin@brightcove.com" + }, { - "username": "igorpavlov", - "email": "gophan1992@gmail.com" - } - ], - "downloads": 61 - }, - { - "name": "videojs-brand", - "scope": "unscoped", - "version": "0.0.4", - "description": "Simple plugin that adds your logo brand in the player controls", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-07-27T21:07:55.207Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-brand", - "homepage": "https://github.com/manelpb/videojs-brand#readme", - "repository": "https://github.com/manelpb/videojs-brand", - "bugs": "https://github.com/manelpb/videojs-brand/issues" - }, - "author": { - "name": "Emmanuel Alves", - "email": "manel.pb@gmail.com", - "username": "manelpb" - }, - "publisher": { - "username": "manelpb", - "email": "manel.pb@gmail.com" - }, - "maintainers": [ + "username": "ackbabe", + "email": "backer@brightcove.com" + }, { - "username": "manelpb", - "email": "manel.pb@gmail.com" - } - ], - "downloads": 85 - }, - { - "name": "@filmgardi/videojs-seek-thumbnails", - "scope": "filmgardi", - "version": "1.0.2", - "description": "no desc", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-02-19T11:30:10.575Z", - "links": { - "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-seek-thumbnails" - }, - "author": { - "name": "filmgardi" - }, - "publisher": { - "username": "xessam", - "email": "ivyblackmail@gmail.com" - }, - "maintainers": [ + "username": "cvillasenor", + "email": "cvillasenor@brightcove.com" + }, { - "username": "faridghafoori", - "email": "faridghafooriadl@gmail.com" + "username": "omartinez", + "email": "omartinez@brightcove.com" }, { - "username": "xessam", - "email": "ivyblackmail@gmail.com" + "username": "mgonzalez_bc", + "email": "mgonzalez@brightcove.com" }, { - "username": "saffari-m", - "email": "mohamadsaffari90@gmail.com" - } - ], - "downloads": 69 - }, - { - "name": "videojs-responsive-layout", - "scope": "unscoped", - "version": "1.1.1", - "description": "A plugin which reacts to the width of your Video.js player to change the layout.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-04-11T15:44:37.859Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-responsive-layout", - "homepage": "https://github.com/hartman/videojs-responsive-layout#readme", - "repository": "https://github.com/hartman/videojs-responsive-layout", - "bugs": "https://github.com/hartman/videojs-responsive-layout/issues" - }, - "author": { - "name": "Derk-Jan Hartman" - }, - "publisher": { - "username": "thedj", - "email": "d.j.hartman+npm@gmail.com" - }, - "maintainers": [ + "username": "pdohertybcov", + "email": "pdoherty+npmjs@brightcove.com" + }, { - "username": "thedj", - "email": "d.j.hartman+npm@gmail.com" - } - ], - "downloads": 3 - }, - { - "name": "videojs-contrib-dash-rtv", - "scope": "unscoped", - "version": "2.9.5", - "description": "A Video.js source-handler providing MPEG-DASH playback.", - "keywords": [ - "videojs", - "dashjs", - "video.js", - "dash.js", - "widevine", - "playready", - "dash", - "MPEG-DASH" - ], - "date": "2018-05-02T08:10:20.701Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-dash-rtv", - "homepage": "https://github.com/videojs/videojs-contrib-dash#readme", - "repository": "https://github.com/videojs/videojs-contrib-dash", - "bugs": "https://github.com/videojs/videojs-contrib-dash/issues" - }, - "author": { - "name": "Brightcove, Inc" - }, - "publisher": { - "username": "pettersamuelsen", - "email": "mail@pettersamuelsen.com" - }, - "maintainers": [ + "username": "muthukumar.bc", + "email": "muthukumar@brightcove.com" + }, { - "username": "pettersamuelsen", - "email": "mail@pettersamuelsen.com" + "username": "bzizmond", + "email": "bzizmond@brightcove.com" + }, + { + "username": "jmpmacedo", + "email": "jmacedo@brightcove.com" + }, + { + "username": "scorreia", + "email": "scorreia@brightcove.com" + }, + { + "username": "lescorcio", + "email": "lescorcio@brightcove.com" + }, + { + "username": "cavieira", + "email": "cavieira@brightcove.com" + }, + { + "username": "arunjeyaprasad", + "email": "arunjeyaprasad@brightcove.com" + }, + { + "username": "bvilvanathan", + "email": "bvilvanathan@brightcove.com" + }, + { + "username": "anand.gangadharan", + "email": "anand.gangadharan@brightcove.com" + }, + { + "username": "rociosantos", + "email": "msantos@brightcove.com" + }, + { + "username": "fdelgado_bc", + "email": "fdelgado@brightcove.com" + }, + { + "username": "agarciabcov", + "email": "agarcia@brightcove.com" + }, + { + "username": "attinder", + "email": "asingh@brightcove.com" + }, + { + "username": "lauralopez", + "email": "llopez@brightcove.com" + }, + { + "username": "skumar85", + "email": "skumar@brightcove.com" + }, + { + "username": "hrodriguez2", + "email": "hrodriguez@brightcove.com" + }, + { + "username": "jasilvaantonio", + "email": "jasilva@brightcove.com" + }, + { + "username": "palvarezbc", + "email": "palvarez@brightcove.com" + }, + { + "username": "ericramos", + "email": "eramos@brightcove.com" + }, + { + "username": "carlosabajo", + "email": "cbajo@brightcove.com" + }, + { + "username": "ingrid.s.cruz", + "email": "scruz@brightcove.com" + }, + { + "username": "luis_fernando_lopez_ruiz", + "email": "lflopez@brightcove.com" + }, + { + "username": "vishal64", + "email": "vramesh@brightcove.com" + }, + { + "username": "tresa.baji", + "email": "tresa.baji@brightcove.com" + }, + { + "username": "luis.garcia.brightcove", + "email": "lfgarcia@brightcove.com" + }, + { + "username": "rodrigofdz", + "email": "rfernandez@brightcove.com" + }, + { + "username": "pgutierrezgil", + "email": "pgutierrez@brightcove.com" + }, + { + "username": "harish17", + "email": "hekambaram@brightcove.com" + }, + { + "username": "jjeyaprakash", + "email": "jjeyaprakash@brightcove.com" + }, + { + "username": "rrajendran1698", + "email": "rrajendran@brightcove.com" + }, + { + "username": "jlomeli", + "email": "jlomeli@brightcove.com" + }, + { + "username": "sjimenez", + "email": "sjimenez@brightcove.com" + }, + { + "username": "rwenger_brightcove", + "email": "robert.wenger@brightcove.com" + }, + { + "username": "rujordan", + "email": "jordan.alexander@brightcove.com" + }, + { + "username": "stuartmh", + "email": "shicks@brightcove.com" + }, + { + "username": "jherrerabcov", + "email": "jherrera@brightcove.com" + }, + { + "username": "mshiwal", + "email": "mshiwal@brightcove.com" + }, + { + "username": "ptamizh", + "email": "ptamizh@brightcove.com" + }, + { + "username": "akamalakkannan", + "email": "akamalakkannan@brightcove.com" + }, + { + "username": "akatare", + "email": "akatare@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "tnwanna", + "email": "tnwanna@brightcove.com" + }, + { + "username": "bsahlas.npm", + "email": "bsahlas@brightcove.com" + }, + { + "username": "dherrera1109", + "email": "dherrera@brightcove.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, + { + "username": "echengbc", + "email": "echeng@brightcove.com" + }, + { + "username": "sbarrettbc", + "email": "sbarrett@brightcove.com" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" } ], - "downloads": 6 + "downloads": 464111 }, { - "name": "@filmgardi/videojs-subtitle-settings", - "scope": "filmgardi", - "version": "2.0.10", - "description": "The new design and feature of subtitle and audio setting for videojs.", + "name": "videojs-vr", + "scope": "unscoped", + "version": "2.0.0", + "description": "A plugin to add 360 and VR video support to video.js.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2022-01-19T08:58:57.646Z", + "date": "2023-02-15T22:59:30.310Z", "links": { - "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-subtitle-settings" + "npm": "https://www.npmjs.com/package/videojs-vr", + "homepage": "https://github.com/videojs/videojs-vr#readme", + "repository": "https://github.com/videojs/videojs-vr", + "bugs": "https://github.com/videojs/videojs-vr/issues" }, "author": { - "name": "filmgardi" + "name": "James Broberg", + "email": "james.broberg@metacdn.com" }, "publisher": { - "username": "xessam", - "email": "ivyblackmail@gmail.com" + "username": "brightcove-user", + "email": "npm-user@brightcove.com" }, "maintainers": [ { - "username": "faridghafoori", - "email": "faridghafooriadl@gmail.com" + "username": "jbroberg", + "email": "james.broberg@streamshark.io" }, { - "username": "xessam", - "email": "ivyblackmail@gmail.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "saffari-m", - "email": "mohamadsaffari90@gmail.com" - } - ], - "downloads": 107 - }, - { - "name": "videojs-http-source-selector", - "scope": "unscoped", - "version": "1.1.6", - "description": "VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-selectable level selection options for adaptive http streams.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2019-08-08T04:28:39.917Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-http-source-selector", - "homepage": "https://github.com/jfujita/videojs-http-source-selector#readme", - "repository": "https://github.com/jfujita/videojs-http-source-selector", - "bugs": "https://github.com/jfujita/videojs-http-source-selector/issues" - }, - "author": { - "name": "Justin Fujita", - "email": "Justin@pivotshare.com" - }, - "publisher": { - "username": "jfujita", - "email": "justin.fujita@gmail.com" - }, - "maintainers": [ + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, { - "username": "jfujita", - "email": "justin@pivotshare.com" - } - ], - "downloads": 5657 - }, - { - "name": "videojs-qualityselector", - "scope": "unscoped", - "version": "0.0.4", - "description": "Simple plugin that displays a dropdown with a list of possible videos based on its resolution, also changes the source when the user selects a desired option", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2018-01-13T20:05:03.954Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-qualityselector" - }, - "author": { - "name": "Emmanuel Alves", - "email": "manel.pb@gmail.com", - "username": "manelpb" - }, - "publisher": { - "username": "manelpb", - "email": "manel.pb@gmail.com" - }, - "maintainers": [ + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, { - "username": "manelpb", - "email": "manel.pb@gmail.com" - } - ], - "downloads": 45 - }, - { - "name": "@antmedia/videojs-webrtc-plugin", - "scope": "antmedia", - "version": "2.0.0", - "description": "streaming via WebRTC with Ant-MediaServer", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-04-25T14:52:05.965Z", - "links": { - "npm": "https://www.npmjs.com/package/%40antmedia%2Fvideojs-webrtc-plugin", - "homepage": "https://github.com/ant-media/videojs-webrtc-plugin#readme", - "repository": "https://github.com/ant-media/videojs-webrtc-plugin", - "bugs": "https://github.com/ant-media/videojs-webrtc-plugin/issues" - }, - "author": { - "name": "AntMedia" - }, - "publisher": { - "username": "gogletahir", - "email": "tahir.golge@gmail.com" - }, - "maintainers": [ + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, { - "username": "mekya", - "email": "ahmetmermerkaya@gmail.com" + "username": "videojs-user", + "email": "videojs@gkatsev.com" }, { - "username": "gogletahir", - "email": "tahir.golge@gmail.com" - } - ], - "downloads": 57 - }, - { - "name": "videojs-dvr", - "scope": "unscoped", - "version": "1.4.0", - "description": "A Video.js plugin for Seekbar with DVR support.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2019-07-29T04:11:08.097Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-dvr", - "homepage": "https://github.com/facundofernandez/videojs-dvr", - "repository": "https://github.com/facundofernandez/videojs-dvr", - "bugs": "https://github.com/facundofernandez/videojs-dvr/issues" - }, - "author": { - "name": "ff.fernandez.facundo", - "email": "ff.fernandez.facundo@gmail.com", - "username": "facundofernandez" - }, - "publisher": { - "username": "facundofernandez", - "email": "ff.fernandez.facundo@gmail.com" - }, - "maintainers": [ + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" + }, { - "username": "facundofernandez", - "email": "ff.fernandez.facundo@gmail.com" - } - ], - "downloads": 37 - }, - { - "name": "@filmgardi/videojs-quality-selector", - "scope": "filmgardi", - "version": "1.1.3", - "description": "no desc", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-06-11T12:49:02.847Z", - "links": { - "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-quality-selector" - }, - "author": { - "name": "filmgardi" - }, - "publisher": { - "username": "xessam", - "email": "ivyblackmail@gmail.com" - }, - "maintainers": [ + "username": "mmcclure", + "email": "npm@htbx.net" + }, { - "username": "faridghafoori", - "email": "faridghafooriadl@gmail.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, { - "username": "xessam", - "email": "ivyblackmail@gmail.com" + "username": "misterben", + "email": "npm@misterben.me" }, { - "username": "saffari-m", - "email": "mohamadsaffari90@gmail.com" - } - ], - "downloads": 57 - }, - { - "name": "@adsignal/videojs-shuttle-controls", - "scope": "adsignal", - "version": "1.2.4", - "description": "Adds shuttle controls(JKL controls) to video.js", - "keywords": [ - "videojs", - "videojs-plugin", - "jog", - "shuttle", - "control", - "backward", - "rewind" - ], - "date": "2022-06-17T12:58:16.538Z", - "links": { - "npm": "https://www.npmjs.com/package/%40adsignal%2Fvideojs-shuttle-controls", - "homepage": "https://github.com/sweetberry/videojs-shuttle-controls", - "repository": "https://github.com/sweetberry/videojs-shuttle-controls", - "bugs": "https://github.com/sweetberry/videojs-shuttle-controls/issues" - }, - "author": { - "name": "sweetberry", - "email": "pixel@sweetberry.com" - }, - "publisher": { - "username": "adsignal", - "email": "npm@ad-signal.io" - }, - "maintainers": [ + "username": "lday", + "email": "ldayananda@brightcove.com" + }, { - "username": "adsignal", - "email": "npm@ad-signal.io" + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, + { + "username": "heff", + "email": "npm@heff.me" + }, + { + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + { + "username": "gesinger", + "email": "gesinger@gmail.com" + }, + { + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "abarstow", + "email": "alexander.barstow@gmail.com" } ], - "downloads": 10 + "downloads": 3727 }, { - "name": "videojs-contrib-hls-s1", + "name": "videojs-errors", "scope": "unscoped", - "version": "1.3.9", - "description": "Play back HLS with video.js, even where it's not natively supported", + "version": "6.0.0", + "description": "A Video.js plugin for custom error reporting", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2016-02-18T09:52:50.988Z", + "date": "2022-07-19T15:19:22.230Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-hls-s1", - "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", - "repository": "https://github.com/videojs/videojs-contrib-hls", - "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + "npm": "https://www.npmjs.com/package/videojs-errors", + "homepage": "https://github.com/brightcove/videojs-errors#readme", + "repository": "https://github.com/brightcove/videojs-errors", + "bugs": "https://github.com/brightcove/videojs-errors/issues" }, "author": { - "name": "Brightcove, Inc" + "name": "Brightcove, Inc." }, "publisher": { - "username": "nickygerritsen", - "email": "nickygerritsen@me.com" + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" }, "maintainers": [ { - "username": "nickygerritsen", - "email": "nickygerritsen@me.com" - } - ], - "downloads": 2 - }, - { - "name": "videojs-splash-play", - "scope": "unscoped", - "version": "2.0.2", - "description": "Replaces the default videojs play icon with a custom icon for video and audio players", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-05-02T16:01:47.081Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-splash-play" - }, - "author": { - "name": "Adam Oliver", - "email": "mail@adamoliver.net", - "username": "adamoliver" - }, - "publisher": { - "username": "adamoliver", - "email": "mail@adamoliver.net" - }, - "maintainers": [ + "username": "madhu_g", + "email": "mganapathiraaja@brightcove.com" + }, { - "username": "adamoliver", - "email": "mail@adamoliver.net" - } - ], - "downloads": 5 - }, - { - "name": "videojs-hls-source-selector", - "scope": "unscoped", - "version": "1.0.1", - "description": "VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-selectable level selection options for adaptive http streams.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2018-05-25T19:12:30.359Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-hls-source-selector" - }, - "author": { - "name": "Justin Fujita", - "email": "Justin@pivotshare.com" - }, - "publisher": { - "username": "jfujita", - "email": "justin@pivotshare.com" - }, - "maintainers": [ + "username": "geethu.k", + "email": "geethu.karthik@brightove.com" + }, { - "username": "jfujita", - "email": "justin@pivotshare.com" - } - ], - "downloads": 0 - }, - { - "name": "videojs-dynamic-watermark", - "scope": "unscoped", - "version": "1.0.1", - "description": "Displays text watermark over the VideoJS player and updates the position dynamically.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-04-05T07:49:56.765Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-dynamic-watermark", - "homepage": "https://github.com/sbbullet/videojs-dynamic-watermark#readme", - "repository": "https://github.com/sbbullet/videojs-dynamic-watermark", - "bugs": "https://github.com/sbbullet/videojs-dynamic-watermark/issues" - }, - "author": { - "name": "Santosh Bhattarai", - "email": "mr.bullet.sb@gmail.com", - "username": "sbbullet" - }, - "publisher": { - "username": "sbbullet", - "email": "mr.bullet.sb@gmail.com" - }, - "maintainers": [ + "username": "hugocjim", + "email": "hjimenez@brightcove.com" + }, { - "username": "sbbullet", - "email": "mr.bullet.sb@gmail.com" - } - ], - "downloads": 8 - }, - { - "name": "@misterben/videojs-poster-time", - "scope": "misterben", - "version": "1.0.0", - "description": "Shows the video duration on the poster", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-05-30T13:22:25.391Z", - "links": { - "npm": "https://www.npmjs.com/package/%40misterben%2Fvideojs-poster-time" - }, - "author": { - "name": "mister-ben", - "email": "git@misterben.me" - }, - "publisher": { - "username": "misterben", - "email": "npm@misterben.me" - }, - "maintainers": [ + "username": "luisbacasehua", + "email": "lbacasehua@brightcove.com" + }, { - "username": "misterben", - "email": "npm@misterben.me" - } - ], - "downloads": 3 - }, - { - "name": "@filmgardi/videojs-season-playlist", - "scope": "filmgardi", - "version": "1.0.6", - "description": "no desc", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-01-23T12:50:29.851Z", - "links": { - "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-season-playlist" - }, - "author": { - "name": "filmgardi" - }, - "publisher": { - "username": "xessam", - "email": "ivyblackmail@gmail.com" - }, - "maintainers": [ + "username": "daniel_campos", + "email": "dcampos@brightcove.com" + }, { - "username": "faridghafoori", - "email": "faridghafooriadl@gmail.com" + "username": "kevin.schick", + "email": "kschick@brightcove.com" }, { - "username": "xessam", - "email": "ivyblackmail@gmail.com" + "username": "m.morrison", + "email": "mmorrison@brightcove.com" }, { - "username": "saffari-m", - "email": "mohamadsaffari90@gmail.com" - } - ], - "downloads": 71 - }, - { - "name": "videojs-analytics", - "scope": "unscoped", - "version": "1.0.0", - "description": "Track Google Analytics events from video.js players", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2017-04-27T15:27:27.242Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-analytics" - }, - "author": { - "name": "Adam Oliver", - "email": "mail@adamoliver.net", - "username": "adamoliver" - }, - "publisher": { - "username": "adamoliver", - "email": "mail@adamoliver.net" - }, - "maintainers": [ + "username": "rgroesch", + "email": "rgroesch@brightcove.com" + }, { - "username": "adamoliver", - "email": "mail@adamoliver.net" - } - ], - "downloads": 641 - }, - { - "name": "videojs-playlist-thumbs", - "scope": "unscoped", - "version": "0.1.5", - "description": "Continous play videos with thumbnail and looping", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-07-29T19:55:39.461Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-playlist-thumbs", - "homepage": "https://github.com/manelpb/videojs-playlist-thumbs#readme", - "repository": "https://github.com/manelpb/videojs-playlist-thumbs", - "bugs": "https://github.com/manelpb/videojs-playlist-thumbs/issues" - }, - "author": { - "name": "Emmanuel Alves", - "email": "manel.pb@gmail.com", - "username": "manelpb" - }, - "publisher": { - "username": "manelpb", - "email": "manel.pb@gmail.com" - }, - "maintainers": [ + "username": "phale", + "email": "phale@brightcove.com" + }, { - "username": "manelpb", - "email": "manel.pb@gmail.com" - } - ], - "downloads": 32 - }, - { - "name": "videojs-preroll-v2", - "scope": "unscoped", - "version": "2.0.0", - "description": "Simple preroll plugin for video.js", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-04-04T19:12:37.228Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-preroll-v2" - }, - "author": { - "name": "Sano Webdevelopment" - }, - "publisher": { - "username": "sbbullet", - "email": "mr.bullet.sb@gmail.com" - }, - "maintainers": [ + "username": "uomar", + "email": "uomar@brightcove.com" + }, { - "username": "sbbullet", - "email": "mr.bullet.sb@gmail.com" - } - ], - "downloads": 42 - }, - { - "name": "videojs-vtt-thumbnails", - "scope": "unscoped", - "version": "0.0.13", - "description": "Display thumnails on progress bar hover, driven by external VTT files.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2019-01-03T01:08:08.302Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-vtt-thumbnails", - "homepage": "https://github.com/chrisboustead/videojs-vtt-thumbnails#readme", - "repository": "https://github.com/chrisboustead/videojs-vtt-thumbnails", - "bugs": "https://github.com/chrisboustead/videojs-vtt-thumbnails/issues" - }, - "author": { - "name": "Chris Boustead", - "email": "chris@forgemotion.com", - "username": "chrisboustead" - }, - "publisher": { - "username": "chrisboustead", - "email": "chris@forgemotion.com" - }, - "maintainers": [ + "username": "abarstowbc", + "email": "abarstow@brightcove.com" + }, { - "username": "chrisboustead", - "email": "chris@forgemotion.com" - } - ], - "downloads": 2131 - }, - { - "name": "videojs-resize", - "scope": "unscoped", - "version": "1.0.1", - "description": "Detects videojs player resize and adds/removes classes", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-11-09T09:59:58.642Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-resize", - "homepage": "https://github.com/yshterev/videojs-resize#readme", - "repository": "https://github.com/yshterev/videojs-resize", - "bugs": "https://github.com/yshterev/videojs-resize/issues" - }, - "author": { - "name": "Yanko Shterev", - "email": "yanko@streamingvideoprovider.com" - }, - "publisher": { - "username": "yshterev", - "email": "yshterev@gmail.com" - }, - "maintainers": [ + "username": "sbarathan", + "email": "sbarathan@brightcove.com" + }, { - "username": "yshterev", - "email": "yshterev@gmail.com" - } - ], - "downloads": 8 - }, - { - "name": "videojs-vr", - "scope": "unscoped", - "version": "1.8.0", - "description": "A plugin to add 360 and VR video support to video.js.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-06-15T16:59:58.521Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-vr", - "homepage": "https://github.com/videojs/videojs-vr#readme", - "repository": "https://github.com/videojs/videojs-vr", - "bugs": "https://github.com/videojs/videojs-vr/issues" - }, - "author": { - "name": "James Broberg", - "email": "james.broberg@metacdn.com" - }, - "publisher": { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - }, - "maintainers": [ + "username": "adamico-bc", + "email": "alex.damico@brightcove.com" + }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "kpandiyarajan", + "email": "kpandiyarajan@brightcove.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "msivalls", + "email": "msivalls@brightcove.com" }, { - "username": "imbcmdth", - "email": "jon.carlos.rivera@gmail.com" + "username": "vbustillos", + "email": "vbustillos@brightcove.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "rburnham", + "email": "rburnham@brightcove.com" }, { - "username": "gesinger", - "email": "gesinger@gmail.com" + "username": "imorones", + "email": "imorones@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "bhong-brightcove", + "email": "bhong@brightcove.com" }, { - "username": "jbroberg", - "email": "james.broberg@streamshark.io" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "shubham.chavhan", + "email": "shubham.chavhan@brightcove.com" }, { - "username": "incompl", - "email": "gsmith@incompl.com" - } - ], - "downloads": 2078 - }, - { - "name": "videojs-countdown-start", - "scope": "unscoped", - "version": "1.0.1", - "description": "Adds countdown before webcast or other video will be started in player.", - "keywords": [ - "videojs", - "videojs-countdown-start" - ], - "date": "2018-03-26T17:39:28.660Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-countdown-start", - "homepage": "https://github.com/helenjer/videojs-countdown-start#readme", - "repository": "https://github.com/helenjer/videojs-countdown-start", - "bugs": "https://github.com/helenjer/videojs-countdown-start/issues" - }, - "author": { - "name": "Pravdina Elena", - "email": "helenj@inventos.ru" - }, - "publisher": { - "username": "helenjer", - "email": "hel.jer@ya.ru" - }, - "maintainers": [ + "username": "albertogomez", + "email": "agomez@brightcove.com" + }, { - "username": "helenjer", - "email": "hel.jer@ya.ru" - } - ], - "downloads": 14 - }, - { - "name": "videojs-qs", - "scope": "unscoped", - "version": "1.2.1", - "description": "A wrapper for the Node querystring module equivalent provided by rollup-plugin-node-builtins for Video.js-based players.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2017-06-01T13:52:02.538Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-qs" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "misteroneill", - "email": "pgoneill@gmail.com" - }, - "maintainers": [ + "username": "gestrada-br", + "email": "gestrada@brightcove.com" + }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" - } - ], - "downloads": 2 - }, - { - "name": "videojs-responsive-controls", - "scope": "unscoped", - "version": "1.0.1", - "description": "Adapts controls to different player sizes", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2017-06-22T11:52:26.626Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-responsive-controls" - }, - "author": { - "name": "Tomasz Janiczek", - "email": "tjaniczek@twig-world.com" - }, - "publisher": { - "username": "tjaniczek", - "email": "tjaniczek@twig-world.com" - }, - "maintainers": [ + "username": "lpintor", + "email": "lpintor@brightcove.com" + }, { - "username": "adamoliver", - "email": "mail@adamoliver.net" - } - ], - "downloads": 5 - }, - { - "name": "videojs-http-source-selector-2", - "scope": "unscoped", - "version": "1.1.10", - "description": "VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-selectable level selection options for adaptive http streams.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-05-17T13:37:47.510Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-http-source-selector-2", - "homepage": "https://github.com/jfujita/videojs-http-source-selector#readme", - "repository": "https://github.com/jfujita/videojs-http-source-selector", - "bugs": "https://github.com/jfujita/videojs-http-source-selector/issues" - }, - "author": { - "name": "Justin Fujita", - "email": "Justin@pivotshare.com" - }, - "publisher": { - "username": "thebootsie123", - "email": "bootsie227@gmail.com" - }, - "maintainers": [ + "username": "amillerbrightcove", + "email": "amiller@brightcove.com" + }, { - "username": "bootsie123", - "email": "johnarrandale@gmail.com" - } - ], - "downloads": 12 - }, - { - "name": "videojs-dotsub-captions", - "scope": "unscoped", - "version": "0.1.1", - "description": "Renders rich captions", - "keywords": [ - "videojs", - "videojs-plugin", - "captions", - "dotsub" - ], - "date": "2016-06-13T17:04:18.313Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-dotsub-captions", - "homepage": "https://github.com/dotsub/videojs-dotsub-captions", - "repository": "https://github.com/dotsub/videojs-dotsub-captions", - "bugs": "https://github.com/dotsub/videojs-dotsub-captions/issues" - }, - "author": { - "name": "Brooks Lyrette", - "email": "brooks@dotsub.com" - }, - "publisher": { - "username": "broonix", - "email": "brooks@lyrette.ca" - }, - "maintainers": [ + "username": "lvohra", + "email": "lvohra@brightcove.com" + }, { - "username": "broonix", - "email": "brooks@lyrette.ca" + "username": "charles.seat", + "email": "charles.seat@brightcove.com" }, { - "username": "fbnt", - "email": "francesco.benetti@dotsub.com" + "username": "mcho-bc", + "email": "mcho@brightcove.com" }, { - "username": "lkrnac", - "email": "lubos.krnac@gmail.com" - } - ], - "downloads": 2 - }, - { - "name": "videojs-css", - "scope": "unscoped", - "version": "1.2.0", - "description": "[npm-icon]: https://nodei.co/npm/videojs-css.png?downloads=true&downloadRank=true&stars=true", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-03-08T21:10:30.261Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-css", - "homepage": "https://github.com/facundofernandez/videojs-css#readme", - "repository": "https://github.com/facundofernandez/videojs-css", - "bugs": "https://github.com/facundofernandez/videojs-css/issues" - }, - "author": { - "name": "Facundo Fernandez", - "email": "ff.fernandez.facundo@gmail.com", - "username": "facundofernandez" - }, - "publisher": { - "username": "facundofernandez", - "email": "ff.fernandez.facundo@gmail.com" - }, - "maintainers": [ + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, { - "username": "facundofernandez", - "email": "ff.fernandez.facundo@gmail.com" - } - ], - "downloads": 214 - }, - { - "name": "@eban5/videojs-hls-quality-selector", - "scope": "eban5", - "version": "1.1.6", - "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-03-30T15:42:12.185Z", - "links": { - "npm": "https://www.npmjs.com/package/%40eban5%2Fvideojs-hls-quality-selector", - "homepage": "https://github.com/eban5/videojs-hls-quality-selector#readme", - "repository": "https://github.com/eban5/videojs-hls-quality-selector", - "bugs": "https://github.com/eban5/videojs-hls-quality-selector/issues" - }, - "publisher": { - "username": "eban5", - "email": "estebanamas@gmail.com" - }, - "maintainers": [ + "username": "fsalazarbc", + "email": "fsalazar@brightcove.com" + }, { - "username": "eban5", - "email": "estebanamas@gmail.com" - } - ], - "downloads": 11 - }, - { - "name": "videojs-event-tracking", - "scope": "unscoped", - "version": "1.0.3", - "description": "Track events with VideoJS and keep an eye on performance metrics", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-03-21T17:29:46.343Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-event-tracking", - "homepage": "https://github.com/spodlecki/videojs-event-tracking" - }, - "author": { - "name": "spodlecki", - "email": "s.podlecki@gmail.com", - "username": "spodlecki" - }, - "publisher": { - "username": "spodlecki", - "email": "s.podlecki@gmail.com" - }, - "maintainers": [ + "username": "dawnpacko", + "email": "dpacko@brightcove.com" + }, { - "username": "spodlecki", - "email": "s.podlecki@gmail.com" - } - ], - "downloads": 1232 - }, - { - "name": "@hartmflo86/videojs-hls-quality-selector", - "scope": "hartmflo86", - "version": "1.1.5", - "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-09-02T16:27:29.243Z", - "links": { - "npm": "https://www.npmjs.com/package/%40hartmflo86%2Fvideojs-hls-quality-selector", - "homepage": "https://github.com/chrisboustead/videojs-hls-quality-selector#readme", - "repository": "https://github.com/chrisboustead/videojs-hls-quality-selector", - "bugs": "https://github.com/chrisboustead/videojs-hls-quality-selector/issues" - }, - "author": { - "name": "Chris Boustead", - "url": "chris@forgemotion.com" - }, - "publisher": { - "username": "hartmflo86", - "email": "f.hartmann1986@gmail.com" - }, - "maintainers": [ + "username": "ldominguez", + "email": "ldominguez@brightcove.com" + }, { - "username": "hartmflo86", - "email": "f.hartmann1986@gmail.com" - } - ], - "downloads": 5 - }, - { - "name": "@filmgardi/videojs-next-episode", - "scope": "filmgardi", - "version": "2.0.6", - "description": "Next episode in serials show...", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-01-23T12:46:38.249Z", - "links": { - "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-next-episode" - }, - "author": { - "name": "Mohamad Saffari Far", - "email": "mohamadsaffari90@gmail.com", - "username": "saffari-m" - }, - "publisher": { - "username": "xessam", - "email": "ivyblackmail@gmail.com" - }, - "maintainers": [ + "username": "bc-srimron-soutter", + "email": "srimron-soutter@brightcove.com" + }, { - "username": "faridghafoori", - "email": "faridghafooriadl@gmail.com" + "username": "bart-stevens-bc", + "email": "bart.stevens@brightcove.com" }, { - "username": "xessam", - "email": "ivyblackmail@gmail.com" + "username": "rsilva_brightcove", + "email": "rsilva@brightcove.com" }, { - "username": "saffari-m", - "email": "mohamadsaffari90@gmail.com" - } - ], - "downloads": 79 - }, - { - "name": "videojs-mirror-plugin", - "scope": "unscoped", - "version": "0.0.0", - "description": "Mirror selection for video.js", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-02-15T20:06:21.648Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-mirror-plugin" - }, - "author": { - "name": "Vitaly Domnikov", - "email": "dotcypress@gmail.com", - "username": "dotcypress" - }, - "publisher": { - "username": "dotcypress", - "email": "dotcypress@gmail.com" - }, - "maintainers": [ + "username": "joeylesh", + "email": "jlesh@brightcove.com" + }, { - "username": "dotcypress", - "email": "dotcypress@gmail.com" - } - ], - "downloads": 1 - }, - { - "name": "videojs-marker-plugin", - "scope": "unscoped", - "version": "1.0.1", - "description": "![](./assets/screen-shot.png \"videojs-marker-plugin screen shot\")", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-05-14T02:22:07.620Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-marker-plugin" - }, - "author": { - "name": "siaikin", - "email": "xiayi.jin@juphoon.com.cn" - }, - "publisher": { - "username": "abc1310054026", - "email": "abc1310054026@163.com" - }, - "maintainers": [ + "username": "lmelchorx1", + "email": "lmelchor@brightcove.com" + }, { - "username": "abc1310054026", - "email": "abc1310054026@163.com" - } - ], - "downloads": 13 - }, - { - "name": "@hola.org/videojs-contrib-ads", - "scope": "hola.org", - "version": "4.2.0-8", - "description": "A framework that provides common functionality needed by video advertisement libraries working with video.js.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2018-05-08T15:34:03.739Z", - "links": { - "npm": "https://www.npmjs.com/package/%40hola.org%2Fvideojs-contrib-ads", - "homepage": "https://github.com/hola/videojs-contrib-ads#readme", - "repository": "https://github.com/hola/videojs-contrib-ads", - "bugs": "https://github.com/hola/videojs-contrib-ads/issues" - }, - "author": { - "name": "Brightcove" - }, - "publisher": { - "username": "hola.org", - "email": "npm@hola.org" - }, - "maintainers": [ + "username": "juan-sanchez", + "email": "jpsanchez@brightcove.com" + }, { - "username": "hola.org", - "email": "npm@hola.org" - } - ], - "downloads": 20 - }, - { - "name": "@s3bubble/videojs-s3bubble-bitrate-switcher", - "scope": "s3bubble", - "version": "0.0.6", - "description": "Switching bitrate for S3Bubble player", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-01-12T19:20:30.104Z", - "links": { - "npm": "https://www.npmjs.com/package/%40s3bubble%2Fvideojs-s3bubble-bitrate-switcher" - }, - "author": { - "name": "S3bubble", - "email": "support@s3bubble.com", - "username": "s3bubble" - }, - "publisher": { - "username": "s3bubble", - "email": "support@s3bubble.com" - }, - "maintainers": [ + "username": "eolvera", + "email": "eolvera@brightcove.com" + }, { - "username": "s3bubble", - "email": "support@s3bubble.com" - } - ], - "downloads": 9 - }, - { - "name": "@youon/videojs-dock", - "scope": "youon", - "version": "1.0.6", - "description": "Dock plugin for videojs", - "keywords": [ - "dock", - "videojs", - "videojs-plugin" - ], - "date": "2019-10-31T16:52:00.401Z", - "links": { - "npm": "https://www.npmjs.com/package/%40youon%2Fvideojs-dock", - "homepage": "https://github.com/brightcove/videojs-dock#readme", - "repository": "https://github.com/brightcove/videojs-dock", - "bugs": "https://github.com/brightcove/videojs-dock/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "bgomes", - "email": "bgomes@youongroup.com" - }, - "maintainers": [ + "username": "cloewer_bc", + "email": "cloewer@brightcove.com" + }, { - "username": "fmoreira_youon", - "email": "fmoreira@youongroup.com" + "username": "carredondo", + "email": "carredondo@brightcove.com" }, { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "brianhsu", + "email": "bhsu@brightcove.com" }, { - "username": "psilva_uon", - "email": "psilva@youongroup.com" - } - ], - "downloads": 24 - }, - { - "name": "videojs-panorama", - "scope": "unscoped", - "version": "0.1.7", - "description": "a plugin for videojs run a full 360 degree panorama video.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2017-07-27T05:58:29.427Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-panorama", - "homepage": "https://github.com/yanwsh/videojs-panorama#readme", - "repository": "https://github.com/yanwsh/videojs-panorama", - "bugs": "https://github.com/yanwsh/videojs-panorama/issues" - }, - "author": { - "name": "yanwsh@gmail.com" - }, - "publisher": { - "username": "wensheng.yan", - "email": "yanwsh@gmail.com" - }, - "maintainers": [ + "username": "niklagbrightcove", + "email": "niko.lagman@brightcove.com" + }, { - "username": "wensheng.yan", - "email": "yanwsh@gmail.com" - } - ], - "downloads": 565 - }, - { - "name": "videojs-contextmenu-ui-fixed", - "scope": "unscoped", - "version": "5.1.0", - "description": "A cross-device context menu UI for video.js players.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2019-04-14T23:40:47.301Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-contextmenu-ui-fixed" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "tacaza", - "email": "vnvista@gmail.com" - }, - "maintainers": [ + "username": "tsraveling_bc", + "email": "tim.raveling@brightcove.com" + }, { - "username": "tacaza", - "email": "vnvista@gmail.com" - } - ], - "downloads": 3 - }, - { - "name": "@straas/videojs-playlist", - "scope": "straas", - "version": "4.4.0", - "description": "Playlist plugin for Video.js", - "keywords": [ - "playlist", - "videojs", - "videojs-plugin" - ], - "date": "2019-05-14T02:33:11.064Z", - "links": { - "npm": "https://www.npmjs.com/package/%40straas%2Fvideojs-playlist", - "homepage": "https://github.com/StraaS/videojs-playlist#readme", - "repository": "https://github.com/StraaS/videojs-playlist", - "bugs": "https://github.com/StraaS/videojs-playlist/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "kiwi.liu", - "email": "kiwi71728@icloud.com" - }, - "maintainers": [ + "username": "natedennis", + "email": "nathan.dennis@brightcove.com" + }, { - "username": "kiwi.liu", - "email": "kiwi71728@icloud.com" - } - ], - "downloads": 2 - }, - { - "name": "@hola.org/videojs-contrib-hls", - "scope": "hola.org", - "version": "2.2.0-14", - "description": "Play back HLS with video.js, even where it's not natively supported", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-10-05T11:10:34.875Z", - "links": { - "npm": "https://www.npmjs.com/package/%40hola.org%2Fvideojs-contrib-hls", - "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", - "repository": "https://github.com/videojs/videojs-contrib-hls", - "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" - }, - "author": { - "name": "Brightcove, Inc" - }, - "publisher": { - "username": "hola.org", - "email": "npm@hola.org" - }, - "maintainers": [ + "username": "bcbclifford", + "email": "bclifford@brightcove.com" + }, { - "username": "hola.org", - "email": "npm@hola.org" - } - ], - "downloads": 22 - }, - { - "name": "@s3bubble/videojs-s3bubble-mediatailor", - "scope": "s3bubble", - "version": "0.0.3", - "description": "Mediatailor", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-01-21T18:12:40.001Z", - "links": { - "npm": "https://www.npmjs.com/package/%40s3bubble%2Fvideojs-s3bubble-mediatailor" - }, - "author": { - "name": "S3bubble", - "email": "support@s3bubble.com", - "username": "s3bubble" - }, - "publisher": { - "username": "s3bubble", - "email": "support@s3bubble.com" - }, - "maintainers": [ - { - "username": "s3bubble", - "email": "support@s3bubble.com" - } - ], - "downloads": 4 - }, - { - "name": "videojs-dvrseekbar", - "scope": "unscoped", - "version": "0.0.1", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2018-06-13T18:13:17.702Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-dvrseekbar" - }, - "author": { - "name": "Luciano", - "email": "lribelle@toolboxtve.com" - }, - "publisher": { - "username": "lribelle", - "email": "lribelle@tbxnet.com" - }, - "maintainers": [ - { - "username": "faffonso_tbx", - "email": "faffonso@toolboxtve.com" - } - ], - "downloads": 312 - }, - { - "name": "videojs-contextmenu-ui", - "scope": "unscoped", - "version": "6.0.0", - "description": "A cross-device context menu UI for video.js players.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-12-17T18:26:09.946Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-contextmenu-ui" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - }, - "maintainers": [ - { - "username": "bc-srimron-soutter", - "email": "srimron-soutter@brightcove.com" - }, - { - "username": "prasant7bc", - "email": "prasanth.y@brightcove.com" - }, - { - "username": "bart-stevens-bc", - "email": "bart.stevens@brightcove.com" - }, - { - "username": "nnguyen150468", - "email": "nnguyen@brightcove.com" - }, - { - "username": "rsilva_brightcove", - "email": "rsilva@brightcove.com" - }, - { - "username": "joeylesh", - "email": "jlesh@brightcove.com" - }, - { - "username": "lmelchorx1", - "email": "lmelchor@brightcove.com" - }, - { - "username": "juan-sanchez", - "email": "jpsanchez@brightcove.com" - }, - { - "username": "eolvera", - "email": "eolvera@brightcove.com" - }, - { - "username": "cloewer_bc", - "email": "cloewer@brightcove.com" - }, - { - "username": "enrique.henderson", - "email": "enrique.henderson@brightcove.com" - }, - { - "username": "muhamad.mahmudov", - "email": "muhamad.mahmudov@brightcove.com" - }, - { - "username": "carredondo", - "email": "carredondo@brightcove.com" - }, - { - "username": "jagadeesh_lakshminarasimhan", - "email": "jnarasimhan@brightcove.com" - }, - { - "username": "brianhsu", - "email": "bhsu@brightcove.com" - }, - { - "username": "lewis.moten.brightcove", - "email": "lewis.moten@brightcove.com" - }, - { - "username": "kchang-brightcove", - "email": "kchang@brightcove.com" - }, - { - "username": "niklagbrightcove", - "email": "niko.lagman@brightcove.com" - }, - { - "username": "tsraveling_bc", - "email": "tim.raveling@brightcove.com" - }, - { - "username": "natalia-chegrynets", - "email": "natalia.chegrynets@brightcove.com" - }, - { - "username": "rsutharu", - "email": "rsutharu@brightcove.com" - }, - { - "username": "natedennis", - "email": "nathan.dennis@brightcove.com" - }, - { - "username": "bcbclifford", - "email": "bclifford@brightcove.com" - }, - { - "username": "craigparrottebc", - "email": "cparrotte@brightcove.com" - }, - { - "username": "mwebster789", - "email": "matthew.webster@brightcove.com" - }, - { - "username": "vandana90", - "email": "vandana.surendranath@brightcove.com" - }, - { - "username": "amrith.pai", - "email": "amrith.pai@brightcove.com" - }, + "username": "craigparrottebc", + "email": "cparrotte@brightcove.com" + }, { "username": "bc-acgarcia", "email": "acgarcia@brightcove.com" @@ -7538,10 +5093,6 @@ "username": "adavila1", "email": "adavila@brightcove.com" }, - { - "username": "francis-alegre", - "email": "francis.alegre@brightcove.com" - }, { "username": "vaishalijayaraman", "email": "vjayaraman@brightcove.com" @@ -7574,10 +5125,6 @@ "username": "randresf", "email": "andres.restrepo@brightcove.com" }, - { - "username": "harold.murcia", - "email": "harold.murcia@brightcove.com" - }, { "username": "v.kozlov_bc", "email": "vitali.kozlov@brightcove.com" @@ -7590,10 +5137,6 @@ "username": "michaelmccarthybc", "email": "michael.mccarthy@brightcove.com" }, - { - "username": "abarstowbc", - "email": "abarstow@brightcove.com" - }, { "username": "georgesanchez.diazjr", "email": "jsanchez@brightcove.com" @@ -7602,30 +5145,10 @@ "username": "poneill-bcov", "email": "poneill@brightcove.com" }, - { - "username": "gsinger-brightcove", - "email": "gsinger@brightcove.com" - }, { "username": "mdeltorobcov", "email": "mdeltoro@brightcove.com" }, - { - "username": "scottbishop", - "email": "scott.bishop@brightcove.com" - }, - { - "username": "bcov_david-kelly", - "email": "david.kelly@brightcove.com" - }, - { - "username": "yji_bc", - "email": "yuan.ji@brightcove.com" - }, - { - "username": "jahidulislam", - "email": "jahidul.islam@brightcove.com" - }, { "username": "jmohneycove", "email": "jared.mohney@brightcove.com" @@ -7634,10 +5157,6 @@ "username": "inbc01", "email": "igor.nakshin@brightcove.com" }, - { - "username": "valon.sejdini84", - "email": "valon.sejdini@brightcove.com" - }, { "username": "jeff.schuman", "email": "jeff.schuman@brightcove.com" @@ -7678,10 +5197,6 @@ "username": "lasanchezc", "email": "lsanchez@brightcove.com" }, - { - "username": "apadhye", - "email": "apadhye@brightcove.com" - }, { "username": "marguinbc", "email": "marguin@brightcove.com" @@ -7714,6 +5229,34 @@ "username": "jwhisenant", "email": "jwhisenant@brightcove.com" }, + { + "username": "ebertaud", + "email": "ebertaud@brightcove.com" + }, + { + "username": "oespinosac", + "email": "oespinosa@brightcove.com" + }, + { + "username": "dsalnikov", + "email": "dsalnikov@brightcove.com" + }, + { + "username": "sharanya.muruganandam", + "email": "sharanya.muruganandam@brightcove.com" + }, + { + "username": "vikaskumar.gajula", + "email": "vikaskumar.gajula@brightcove.com" + }, + { + "username": "xgarcia_npm", + "email": "xgarcia+npm@brightcove.com" + }, + { + "username": "jguerra", + "email": "jguerra@brightcove.com" + }, { "username": "rjune", "email": "rjune@brightcove.com" @@ -7730,10 +5273,6 @@ "username": "wswanbeck", "email": "wswanbeck@brightcove.com" }, - { - "username": "mjholland", - "email": "mholland@brightcove.com" - }, { "username": "gastafurov", "email": "gastafurov@brightcove.com" @@ -7762,10 +5301,6 @@ "username": "asinclair", "email": "asinclair@brightcove.com" }, - { - "username": "jedwards53", - "email": "jedwards@brightcove.com" - }, { "username": "hwoodbury", "email": "hwoodbury@brightcove.com" @@ -7822,18 +5357,10 @@ "username": "acruzr", "email": "acruz@brightcove.com" }, - { - "username": "egoulding", - "email": "egoulding@brightcove.com" - }, { "username": "marcogaray", "email": "mgaray@brightcove.com" }, - { - "username": "ipadilla", - "email": "ipadilla@brightcove.com" - }, { "username": "diegocruz1991", "email": "dcruz@brightcove.com" @@ -7858,10 +5385,6 @@ "username": "cvillasenor", "email": "cvillasenor@brightcove.com" }, - { - "username": "vchistyakov", - "email": "vchistyakov@brightcove.com" - }, { "username": "omartinez", "email": "omartinez@brightcove.com" @@ -7898,10 +5421,6 @@ "username": "cavieira", "email": "cavieira@brightcove.com" }, - { - "username": "mbalasubramaniam", - "email": "mbalasubramaniam@brightcove.com" - }, { "username": "arunjeyaprasad", "email": "arunjeyaprasad@brightcove.com" @@ -7922,18 +5441,10 @@ "username": "fdelgado_bc", "email": "fdelgado@brightcove.com" }, - { - "username": "syurishi", - "email": "syurishi@brightcove.com" - }, { "username": "agarciabcov", "email": "agarcia@brightcove.com" }, - { - "username": "priyadharsshini", - "email": "priyadharsshinis@brightcove.com" - }, { "username": "attinder", "email": "asingh@brightcove.com" @@ -7942,10 +5453,6 @@ "username": "lauralopez", "email": "llopez@brightcove.com" }, - { - "username": "granganathan", - "email": "granganathan@brightcove.com" - }, { "username": "skumar85", "email": "skumar@brightcove.com" @@ -7974,14 +5481,6 @@ "username": "ingrid.s.cruz", "email": "scruz@brightcove.com" }, - { - "username": "hkanagarajan", - "email": "hkanagarajan@brightcove.com" - }, - { - "username": "jcarfagno-bc", - "email": "jcarfagno@brightcove.com" - }, { "username": "luis_fernando_lopez_ruiz", "email": "lflopez@brightcove.com" @@ -8022,10 +5521,6 @@ "username": "jlomeli", "email": "jlomeli@brightcove.com" }, - { - "username": "jhurtado", - "email": "jhurtado@brightcove.com" - }, { "username": "sjimenez", "email": "sjimenez@brightcove.com" @@ -8050,10 +5545,6 @@ "username": "mshiwal", "email": "mshiwal@brightcove.com" }, - { - "username": "divyaudhayakumar", - "email": "dudhayakumar@brightcove.com" - }, { "username": "ptamizh", "email": "ptamizh@brightcove.com" @@ -8086,14 +5577,6 @@ "username": "hswaminathan", "email": "hswaminathan@brightcove.com" }, - { - "username": "lramirez-bc", - "email": "lramirez@brightcove.com" - }, - { - "username": "hatondo-bcov", - "email": "hatondo@brightcove.com" - }, { "username": "echengbc", "email": "echeng@brightcove.com" @@ -8102,14 +5585,54 @@ "username": "sbarrettbc", "email": "sbarrett@brightcove.com" }, + { + "username": "videojs-user", + "email": "videojs@gkatsev.com" + }, + { + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" + }, + { + "username": "mmcclure", + "email": "npm@htbx.net" + }, { "username": "misteroneill", "email": "pgoneill@gmail.com" }, + { + "username": "misterben", + "email": "npm@misterben.me" + }, + { + "username": "lday", + "email": "ldayananda@brightcove.com" + }, + { + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "heff", + "email": "npm@heff.me" + }, { "username": "gkatsev", "email": "me@gkatsev.com" }, + { + "username": "gesinger", + "email": "gesinger@gmail.com" + }, + { + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, { "username": "brandonocasey", "email": "brandonocasey@gmail.com" @@ -8117,119 +5640,115 @@ { "username": "abarstow", "email": "alexander.barstow@gmail.com" + }, + { + "username": "incompl", + "email": "gsmith@incompl.com" + }, + { + "username": "bclwhitaker", + "email": "lwhitaker@brightcove.com" + }, + { + "username": "seniorflexdeveloper", + "email": "seniorflexdeveloper@gmail.com" + }, + { + "username": "forbesjo", + "email": "joseph.a.forbes@gmail.com" + }, + { + "username": "tomruggs", + "email": "truggles@brightcove.com" + }, + { + "username": "mjneil", + "email": "mneilweb@gmail.com" } ], - "downloads": 88 + "downloads": 1433 }, { - "name": "videojs-straas-live-event-listener", + "name": "videojs-seek-buttons", "scope": "unscoped", - "version": "1.1.3", - "description": "Fetching straas live streaming state", + "version": "3.0.1", + "description": "Plugin for video.js to add seek buttons to the control bar", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2018-03-29T07:32:31.135Z", + "date": "2022-10-18T10:12:43.599Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-straas-live-event-listener" + "npm": "https://www.npmjs.com/package/videojs-seek-buttons", + "homepage": "https://github.com/mister-ben/videojs-seek-buttons#readme", + "repository": "https://github.com/mister-ben/videojs-seek-buttons", + "bugs": "https://github.com/mister-ben/videojs-seek-buttons/issues" }, "author": { - "name": "kiwi.liu", - "email": "kiwi.liu@ikala.tv" + "name": "mister-ben", + "email": "git@misterben.me" }, "publisher": { - "username": "kiwi.liu", - "email": "kiwi71728@icloud.com" - }, - "maintainers": [ - { - "username": "kiwi.liu", - "email": "kiwi71728@icloud.com" - } - ], - "downloads": 33 - }, - { - "name": "videojs-http-source-selector-mute", - "scope": "unscoped", - "version": "1.0.2", - "description": "Mute Version of VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-selectable level selection options for adaptive http streams.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2020-05-17T19:53:29.319Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-http-source-selector-mute", - "homepage": "https://github.com/moseley/videojs-http-source-selector-mute#readme", - "repository": "https://github.com/moseley/videojs-http-source-selector-mute", - "bugs": "https://github.com/moseley/videojs-http-source-selector-mute/issues" - }, - "author": { - "name": "Jeremy Moseley", - "email": "jeremymoseley@me.com", - "username": "moseley" - }, - "publisher": { - "username": "moseley", - "email": "jeremymoseley@me.com" + "username": "misterben", + "email": "npm@misterben.me" }, "maintainers": [ { - "username": "moseley", - "email": "jeremymoseley@me.com" + "username": "misterben", + "email": "npm@misterben.me" } ], - "downloads": 0 + "downloads": 7069 }, { - "name": "videojs-awesome-watermark", - "scope": "unscoped", - "version": "0.0.12", - "description": "A simple plugin to display a text/image watermark", + "name": "@cmarasani/videojs-hls-quality-selector", + "scope": "cmarasani", + "version": "1.2.0", + "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2022-07-07T16:49:09.921Z", + "date": "2023-03-01T13:54:54.104Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-awesome-watermark", - "homepage": "https://github.com/fanguitocoder/videojs-awesome-watermark#readme", - "repository": "https://github.com/fanguitocoder/videojs-awesome-watermark", - "bugs": "https://github.com/fanguitocoder/videojs-awesome-watermark/issues" + "npm": "https://www.npmjs.com/package/%40cmarasani%2Fvideojs-hls-quality-selector", + "homepage": "https://github.com/chrisboustead/videojs-hls-quality-selector#readme", + "repository": "https://github.com/chrisboustead/videojs-hls-quality-selector", + "bugs": "https://github.com/chrisboustead/videojs-hls-quality-selector/issues" }, "author": { - "name": "Jommy Barban", - "email": "jommy.barban@visionmedia.com" + "name": "Chris Boustead", + "url": "chris@forgemotion.com" }, "publisher": { - "username": "fanguitocoder", - "email": "jommy20bp@gmail.com" + "username": "cmarasani", + "email": "charan.marasani007@gmail.com" }, "maintainers": [ { - "username": "fanguitocoder", - "email": "jommy20bp@gmail.com" + "username": "cmarasani", + "email": "charan.marasani007@gmail.com" } ], - "downloads": 23 + "downloads": 7 }, { - "name": "@filmgardi/videojs-vast", + "name": "@filmgardi/videojs-collect-data", "scope": "filmgardi", - "version": "1.0.10", - "description": "A Video.js plugin to allow the player to sarve adverts using VAST", + "version": "2.0.3", + "description": "Collect data from client on during watching movie.", "keywords": [ "videojs", - "videojs-plugin" + "videojs-plugin", + "filmgardi", + "coolect-data" ], - "date": "2022-01-17T09:28:38.661Z", + "date": "2023-03-13T14:33:22.321Z", "links": { - "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-vast" + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-collect-data" }, "author": { - "name": "mohamadsaffari90@gmail.com", + "name": "m-saffari", "email": "mohamadsaffari90@gmail.com", "username": "saffari-m" }, @@ -8251,376 +5770,674 @@ "email": "mohamadsaffari90@gmail.com" } ], - "downloads": 87 + "downloads": 27 }, { - "name": "videojs-airplay", - "scope": "unscoped", - "version": "1.1.1", - "description": "Adds an airplay button to a control bar if the browser supports airplay", + "name": "@montevideo-tech/videojs-cmcd", + "scope": "montevideo-tech", + "version": "1.0.1", + "description": "Adds CMCD data to the player requests", "keywords": [ "videojs", - "videojs-plugin", - "plugin", - "airplay" + "videojs-plugin" ], - "date": "2018-09-04T20:19:23.657Z", + "date": "2023-04-18T17:54:41.905Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-airplay", - "homepage": "https://github.com/jgubman/videojs-airplay#readme", - "repository": "https://github.com/jgubman/videojs-airplay", - "bugs": "https://github.com/jgubman/videojs-airplay/issues" + "npm": "https://www.npmjs.com/package/%40montevideo-tech%2Fvideojs-cmcd" }, "author": { - "name": "Jon Gubman" + "name": "Montevideo Tech" }, "publisher": { - "username": "jgubman", - "email": "jon+npm@jgubman.com" + "username": "coatesjuan", + "email": "juanco@qualabs.com" }, "maintainers": [ { - "username": "jgubman", - "email": "jon+npm@jgubman.com" - } - ], - "downloads": 572 - }, - { - "name": "@peertube/videojs-contextmenu", - "scope": "peertube", - "version": "5.5.0", - "description": "A cross-device context menu UI for video.js players.", - "keywords": [ - "videojs", - "videojs-plugin", - "peertube" - ], - "date": "2021-10-26T09:19:50.115Z", - "links": { - "npm": "https://www.npmjs.com/package/%40peertube%2Fvideojs-contextmenu", - "homepage": "https://github.com/chocobozzz/videojs-contextmenu#readme", - "repository": "https://github.com/chocobozzz/videojs-contextmenu", - "bugs": "https://github.com/chocobozzz/videojs-contextmenu/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "chocobozzz", - "email": "florian@cpy.re" - }, - "maintainers": [ + "username": "romina.sosa", + "email": "rominas@qualabs.com" + }, { - "username": "rigelk", - "email": "sendmemail@rigelk.eu" + "username": "florenciaa", + "email": "florenciaa@qualabs.com" }, { - "username": "chocobozzz", - "email": "florian@cpy.re" + "username": "coatesjuan", + "email": "juanco@qualabs.com" + }, + { + "username": "adriansqualabs", + "email": "adrians@qualabs.com" + }, + { + "username": "nicolaslevy", + "email": "nicolaslevylinares@gmail.com" + }, + { + "username": "rspillere", + "email": "rspillere@gmail.com" + }, + { + "username": "joaquinbch", + "email": "joaquinb@qualabs.com" + }, + { + "username": "maximiliano-qualabs", + "email": "maximiliano@qualabs.com" } ], - "downloads": 517 + "downloads": 40 }, { - "name": "videojs-contrib-media-sources-s1", + "name": "videojs-font", "scope": "unscoped", - "version": "2.4.6", - "description": "A Media Source Extensions plugin for video.js", + "version": "4.1.0", + "description": "Video.js icon font", "keywords": [ - "videojs", - "videojs-plugin" + "videojs" ], - "date": "2016-02-18T10:46:50.645Z", + "date": "2023-02-27T16:09:05.986Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-media-sources-s1" + "npm": "https://www.npmjs.com/package/videojs-font", + "homepage": "https://github.com/videojs/font", + "repository": "https://github.com/videojs/font", + "bugs": "https://github.com/videojs/font/issues" }, "author": { - "name": "Brightcove, Inc." + "name": "Matthew McClure", + "email": "m@mmcc.io" }, "publisher": { - "username": "nickygerritsen", - "email": "nickygerritsen@me.com" + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" }, "maintainers": [ { - "username": "nickygerritsen", - "email": "nickygerritsen@me.com" + "username": "phale", + "email": "phale@brightcove.com" + }, + { + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "videojs-user", + "email": "videojs@gkatsev.com" + }, + { + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" + }, + { + "username": "mmcclure", + "email": "npm@htbx.net" + }, + { + "username": "misteroneill", + "email": "pgoneill@gmail.com" + }, + { + "username": "misterben", + "email": "npm@misterben.me" + }, + { + "username": "lday", + "email": "ldayananda@brightcove.com" + }, + { + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, + { + "username": "heff", + "email": "npm@heff.me" + }, + { + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + { + "username": "gesinger", + "email": "gesinger@gmail.com" + }, + { + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "abarstow", + "email": "alexander.barstow@gmail.com" + }, + { + "username": "mmcc", + "email": "matt@mmcc.io" } ], - "downloads": 3 + "downloads": 479156 }, { - "name": "videojs-skippy", + "name": "videojs-contrib-hls", "scope": "unscoped", - "version": "1.0.4", - "description": "Skip past broken or invalid segments", + "version": "5.15.0", + "description": "Play back HLS with video.js, even where it's not natively supported", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2016-06-21T17:37:35.661Z", + "date": "2018-11-14T22:50:22.183Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-skippy" + "npm": "https://www.npmjs.com/package/videojs-contrib-hls", + "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", + "repository": "https://github.com/videojs/videojs-contrib-hls", + "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" }, "author": { - "name": "Pedro", - "email": "pedro@younow.com" + "name": "Brightcove, Inc" }, "publisher": { - "username": "pedromcunha", - "email": "pedro.spinsomewebs@gmail.com" + "username": "forbesjo", + "email": "joseph.a.forbes@gmail.com" }, "maintainers": [ { - "username": "pedromcunha", - "email": "pedro.spinsomewebs@gmail.com" - } - ], - "downloads": 3 - }, - { - "name": "videojs-theater-mode", + "username": "phale", + "email": "phale@brightcove.com" + }, + { + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "videojs-user", + "email": "videojs@gkatsev.com" + }, + { + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" + }, + { + "username": "mmcclure", + "email": "npm@htbx.net" + }, + { + "username": "misteroneill", + "email": "pgoneill@gmail.com" + }, + { + "username": "misterben", + "email": "npm@misterben.me" + }, + { + "username": "lday", + "email": "ldayananda@brightcove.com" + }, + { + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, + { + "username": "heff", + "email": "npm@heff.me" + }, + { + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + { + "username": "gesinger", + "email": "gesinger@gmail.com" + }, + { + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "abarstow", + "email": "alexander.barstow@gmail.com" + }, + { + "username": "forbesjo", + "email": "joseph.a.forbes@gmail.com" + }, + { + "username": "mjneil", + "email": "mneilweb@gmail.com" + } + ], + "downloads": 19778 + }, + { + "name": "videojs-contrib-dash", "scope": "unscoped", - "version": "1.0.0", - "description": "Adds a class the video.js container that can be used to put your video into \"theater mode\"", + "version": "5.1.1", + "description": "A Video.js source-handler providing MPEG-DASH playback.", "keywords": [ + "MPEG-DASH", + "dash", + "dash.js", + "dashjs", + "playready", + "video.js", "videojs", "videojs-plugin", - "theater mode" + "widevine" ], - "date": "2017-06-27T00:14:37.963Z", + "date": "2021-11-30T22:01:54.771Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-theater-mode", - "homepage": "https://github.com/jgubman/videojs-theater-mode#readme", - "repository": "https://github.com/jgubman/videojs-theater-mode", - "bugs": "https://github.com/jgubman/videojs-theater-mode/issues" + "npm": "https://www.npmjs.com/package/videojs-contrib-dash", + "homepage": "https://github.com/videojs/videojs-contrib-dash#readme", + "repository": "https://github.com/videojs/videojs-contrib-dash", + "bugs": "https://github.com/videojs/videojs-contrib-dash/issues" }, "author": { - "name": "Jon", - "email": "jon@jgubman.com" + "name": "Brightcove, Inc" }, "publisher": { - "username": "jgubman", - "email": "jon+npm@jgubman.com" + "username": "gkatsev", + "email": "me@gkatsev.com" }, "maintainers": [ { - "username": "jgubman", - "email": "jon+npm@jgubman.com" + "username": "phale", + "email": "phale@brightcove.com" + }, + { + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "videojs-user", + "email": "videojs@gkatsev.com" + }, + { + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" + }, + { + "username": "mmcclure", + "email": "npm@htbx.net" + }, + { + "username": "misteroneill", + "email": "pgoneill@gmail.com" + }, + { + "username": "misterben", + "email": "npm@misterben.me" + }, + { + "username": "lday", + "email": "ldayananda@brightcove.com" + }, + { + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, + { + "username": "heff", + "email": "npm@heff.me" + }, + { + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + { + "username": "gesinger", + "email": "gesinger@gmail.com" + }, + { + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "abarstow", + "email": "alexander.barstow@gmail.com" + }, + { + "username": "forbesjo", + "email": "joseph.a.forbes@gmail.com" + }, + { + "username": "squarebracket", + "email": "chuck.wilson+github@gmail.com" } ], - "downloads": 51 + "downloads": 12090 }, { - "name": "@eban5/videojs-vtt-thumbnails", - "scope": "eban5", - "version": "0.0.14", - "description": "Display thumnails on progress bar hover, driven by external VTT files.", + "name": "@filmgardi/videojs-vast", + "scope": "filmgardi", + "version": "1.1.3", + "description": "A Video.js plugin to allow the player to sarve adverts using VAST", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2022-03-30T17:51:23.577Z", + "date": "2023-01-14T09:46:19.692Z", "links": { - "npm": "https://www.npmjs.com/package/%40eban5%2Fvideojs-vtt-thumbnails", - "homepage": "https://github.com/eban5/videojs-vtt-thumbnails#readme", - "repository": "https://github.com/eban5/videojs-vtt-thumbnails", - "bugs": "https://github.com/eban5/videojs-vtt-thumbnails/issues" + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-vast" + }, + "author": { + "name": "mohamadsaffari90@gmail.com", + "email": "mohamadsaffari90@gmail.com", + "username": "saffari-m" }, "publisher": { - "username": "eban5", - "email": "estebanamas@gmail.com" + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" }, "maintainers": [ { - "username": "eban5", - "email": "estebanamas@gmail.com" + "username": "faridghafoori", + "email": "faridghafooriadl@gmail.com" + }, + { + "username": "xessam", + "email": "ivyblackmail@gmail.com" + }, + { + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" } ], - "downloads": 5 + "downloads": 24 }, { - "name": "grunt-videojs-mxmlc", - "scope": "unscoped", - "version": "0.0.1", - "description": "A Grunt plugin for compiling VideoJS SWF based assets.", + "name": "@antmedia/videojs-webrtc-plugin", + "scope": "antmedia", + "version": "2.0.0", + "description": "streaming via WebRTC with Ant-MediaServer", "keywords": [ - "gruntplugin", "videojs", - "html5", - "flash", - "video", - "player" + "videojs-plugin" ], - "date": "2014-08-17T21:43:35.280Z", + "date": "2022-04-25T14:52:05.965Z", "links": { - "npm": "https://www.npmjs.com/package/grunt-videojs-mxmlc", - "homepage": "https://github.com/seniorflexdeveloper/grunt-videojs-mxmlc", - "repository": "https://github.com/seniorflexdeveloper/grunt-videojs-mxmlc", - "bugs": "https://github.com/seniorflexdeveloper/grunt-videojs-mxmlc/issues" + "npm": "https://www.npmjs.com/package/%40antmedia%2Fvideojs-webrtc-plugin", + "homepage": "https://github.com/ant-media/videojs-webrtc-plugin#readme", + "repository": "https://github.com/ant-media/videojs-webrtc-plugin", + "bugs": "https://github.com/ant-media/videojs-webrtc-plugin/issues" }, "author": { - "name": "Tom Johnson", - "email": "seniorflexdeveloper@gmail.com", - "username": "seniorflexdeveloper" + "name": "AntMedia" }, "publisher": { - "username": "seniorflexdeveloper", - "email": "seniorflexdeveloper@gmail.com" + "username": "gogletahir", + "email": "tahir.golge@gmail.com" }, "maintainers": [ { - "username": "seniorflexdeveloper", - "email": "seniorflexdeveloper@gmail.com" + "username": "mustafaboleken", + "email": "mustafa.boleken@antmedia.io" + }, + { + "username": "mekya", + "email": "ahmetmermerkaya@gmail.com" + }, + { + "username": "gogletahir", + "email": "tahir.golge@gmail.com" } ], - "downloads": 0 + "downloads": 87 }, { - "name": "videojs-social-media", + "name": "m3u8-parser-uc", "scope": "unscoped", - "version": "1.1.0", - "description": "Social media button", + "version": "5.1.0", + "description": "m3u8 parser", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-03-08T18:48:13.148Z", + "date": "2022-09-01T13:02:39.566Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-social-media", - "homepage": "https://github.com/facundofernandez/videojs-social-media", - "repository": "https://github.com/facundofernandez/videojs-social-media", - "bugs": "https://github.com/facundofernandez/videojs-social-media/issues" + "npm": "https://www.npmjs.com/package/m3u8-parser-uc", + "homepage": "https://github.com/jjandco/m3u8-parser#readme", + "repository": "https://github.com/jjandco/m3u8-parser", + "bugs": "https://github.com/jjandco/m3u8-parser/issues" }, "author": { - "name": "ff.fernandez.facundo", - "email": "ff.fernandez.facundo@gmail.com", - "username": "facundofernandez" + "name": "Brightcove, Inc" }, "publisher": { - "username": "facundofernandez", - "email": "ff.fernandez.facundo@gmail.com" + "username": "jjandco", + "email": "jjandco.web@gmail.com" }, "maintainers": [ { - "username": "facundofernandez", - "email": "ff.fernandez.facundo@gmail.com" + "username": "jjandco", + "email": "jjandco.web@gmail.com" } ], - "downloads": 0 + "downloads": 3 }, { - "name": "@toth.adam.straxus/videojs-hls-quality-selector", - "scope": "toth.adam.straxus", - "version": "1.1.4", - "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", + "name": "videojs-watermark", + "scope": "unscoped", + "version": "2.0.0", + "description": "Adds a watermark image the video player", "keywords": [ "videojs", - "videojs-plugin" + "videojs-plugin", + "watermark" ], - "date": "2020-12-04T13:09:29.739Z", + "date": "2017-08-11T10:54:10.351Z", "links": { - "npm": "https://www.npmjs.com/package/%40toth.adam.straxus%2Fvideojs-hls-quality-selector" + "npm": "https://www.npmjs.com/package/videojs-watermark", + "homepage": "https://github.com/dotsub/videojs-watermark#readme", + "repository": "https://github.com/dotsub/videojs-watermark", + "bugs": "https://github.com/dotsub/videojs-watermark/issues" }, "author": { - "name": "Mark Todor" + "name": "Brooks Lyrette", + "email": "brooks@dotsub.com" }, "publisher": { - "username": "marktodor", - "email": "mark@ticketingexp.com" + "username": "lkrnac", + "email": "lubos.krnac@gmail.com" }, "maintainers": [ { - "username": "marktodor", - "email": "mark@ticketingexp.com" + "username": "broonix", + "email": "brooks@lyrette.ca" }, { - "username": "nadaiviktor", - "email": "nadai.viktor@straxus.hu" + "username": "fbnt", + "email": "francesco.benetti@dotsub.com" }, { - "username": "straxus", - "email": "toth.adam@straxus.hu" + "username": "lkrnac", + "email": "lubos.krnac@gmail.com" } ], - "downloads": 4 + "downloads": 502 }, { - "name": "@samueleastdev/videojs-audiowaveform-player", - "scope": "samueleastdev", - "version": "0.0.5", - "description": "Simple json audio waveforms", + "name": "videojs-flash", + "scope": "unscoped", + "version": "2.2.1", + "description": "The official Flash tech package for Video.js.", "keywords": [ "videojs", - "videojs-plugin" + "videojs-plugin", + "videojs-tech" ], - "date": "2021-10-24T17:14:47.175Z", + "date": "2019-10-03T19:43:06.445Z", "links": { - "npm": "https://www.npmjs.com/package/%40samueleastdev%2Fvideojs-audiowaveform-player", - "homepage": "https://github.com/samueleastdev/videojs-audiowaveform-player" + "npm": "https://www.npmjs.com/package/videojs-flash", + "homepage": "https://github.com/videojs/videojs-flash#readme", + "repository": "https://github.com/videojs/videojs-flash", + "bugs": "https://github.com/videojs/videojs-flash/issues" }, "author": { - "name": "Samuel East" + "name": "Brightcove, Inc." }, "publisher": { - "username": "samueleastdev", - "email": "mail@samueleast.co.uk" + "username": "gkatsev", + "email": "me@gkatsev.com" }, "maintainers": [ { - "username": "samueleastdev", - "email": "mail@samueleast.co.uk" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + { + "username": "misteroneill", + "email": "pgoneill@gmail.com" } ], - "downloads": 5 + "downloads": 11863 }, { - "name": "videojs-dotsub-selector", + "name": "tingtingan-videojs-hls-quality-selector", "scope": "unscoped", - "version": "0.2.1", - "description": "Adds a track selector to the menubar.", + "version": "1.1.10", + "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", "keywords": [ "videojs", - "videojs-plugin", - "dotsub", - "captions" + "videojs-plugin" ], - "date": "2019-09-06T15:15:12.647Z", + "date": "2022-07-13T03:50:36.151Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-dotsub-selector", - "homepage": "https://github.com/dotsub/videojs-dotsub-selector#readme", - "repository": "https://github.com/dotsub/videojs-dotsub-selector", - "bugs": "https://github.com/dotsub/videojs-dotsub-selector/issues" + "npm": "https://www.npmjs.com/package/tingtingan-videojs-hls-quality-selector", + "homepage": "https://github.com/TingtingAn/videojs-hls-quality-selector#readme", + "repository": "https://github.com/TingtingAn/videojs-hls-quality-selector", + "bugs": "https://github.com/TingtingAn/videojs-hls-quality-selector/issues" }, "author": { - "name": "Dotsub", - "email": "dev@dotsub.com" + "name": "Chris Boustead", + "url": "chris@forgemotion.com" }, "publisher": { - "username": "rpoetker", - "email": "russ.poetker@dotsub.com" + "username": "luoye2", + "email": "antingting2009@outlook.com" }, "maintainers": [ { - "username": "broonix", - "email": "brooks@lyrette.ca" - }, + "username": "luoye2", + "email": "antingting2009@outlook.com" + } + ], + "downloads": 45 + }, + { + "name": "fw-videojs-playlist", + "scope": "unscoped", + "version": "4.0.4", + "description": "Playlist plugin for Video.js", + "keywords": [ + "playlist", + "videojs", + "videojs-plugin" + ], + "date": "2017-10-16T12:48:38.917Z", + "links": { + "npm": "https://www.npmjs.com/package/fw-videojs-playlist" + }, + "author": { + "name": "Brightcove, Inc., Filmweb Sp. z o. o." + }, + "publisher": { + "username": "m8ms", + "email": "piotr.m.martyniak@gmail.com" + }, + "maintainers": [ { - "username": "fbnt", - "email": "francesco.benetti@dotsub.com" + "username": "m8ms", + "email": "piotr.m.martyniak@gmail.com" }, { - "username": "lkrnac", - "email": "lubos.krnac@gmail.com" + "username": "pawkow", + "email": "npm@pawkow.pl" } ], - "downloads": 11 + "downloads": 3 }, { "name": "videojs-record", "scope": "unscoped", - "version": "4.5.0", + "version": "4.6.0", "description": "A video.js plugin for recording audio/video/image files.", "keywords": [ "waveform", @@ -8646,7 +6463,7 @@ "webm", "opus" ], - "date": "2021-06-14T22:44:40.304Z", + "date": "2022-11-16T21:43:43.998Z", "links": { "npm": "https://www.npmjs.com/package/videojs-record", "homepage": "https://github.com/collab-project/videojs-record", @@ -8666,444 +6483,512 @@ "email": "info@collab.nl" } ], - "downloads": 6606 + "downloads": 11094 }, { - "name": "@ptv.js/videojs-ptv", - "scope": "ptv.js", - "version": "1.5.0", - "description": "A video.js plugin for the Promethean TV SDK.", + "name": "@freetube/videojs-vtt-thumbnails", + "scope": "freetube", + "version": "0.0.16", + "description": "Display thumbnails on progress bar hover, driven by external VTT files. Forked from https://github.com/chrisboustead/videojs-vtt-thumbnails.git in order to be maintained for the FreeTube project (https://github.com/FreeTubeApp/FreeTube).", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-02-23T14:10:40.340Z", + "date": "2022-10-10T00:45:43.177Z", "links": { - "npm": "https://www.npmjs.com/package/%40ptv.js%2Fvideojs-ptv", - "homepage": "https://github.com/PrometheanTV/videojs-ptv" + "npm": "https://www.npmjs.com/package/%40freetube%2Fvideojs-vtt-thumbnails", + "homepage": "https://github.com/FreeTubeApp/videojs-vtt-thumbnails#readme", + "repository": "https://github.com/FreeTubeApp/videojs-vtt-thumbnails", + "bugs": "https://github.com/FreeTubeApp/videojs-vtt-thumbnails/issues" + }, + "author": { + "name": "Chris Boustead", + "email": "chris@forgemotion.com" }, "publisher": { - "username": "ptvandi", - "email": "andi.wilson@promethean.tv" + "username": "prestonft", + "email": "freetubeapp@protonmail.com" }, "maintainers": [ { - "username": "ptvandi", - "email": "andi.wilson@promethean.tv" + "username": "prestonft", + "email": "freetubeapp@protonmail.com" }, { - "username": "px-dev", - "email": "alexksyed@gmail.com" + "username": "gilgusmaximus", + "email": "software@lucahohmann.com" } ], - "downloads": 10 + "downloads": 3 }, { - "name": "@miadabdi/m3u8-parser", - "scope": "miadabdi", - "version": "5.4.1", - "description": "m3u8 parser", + "name": "videojs-share", + "scope": "unscoped", + "version": "3.2.1", + "description": "Share plugin for video.js", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-07-25T13:42:59.266Z", + "date": "2019-06-17T11:25:57.630Z", "links": { - "npm": "https://www.npmjs.com/package/%40miadabdi%2Fm3u8-parser", - "homepage": "https://github.com/miadabdi/m3u8-parser#readme", - "repository": "https://github.com/miadabdi/m3u8-parser", - "bugs": "https://github.com/miadabdi/m3u8-parser/issues" + "npm": "https://www.npmjs.com/package/videojs-share", + "homepage": "https://github.com/mkhazov/videojs-share#readme", + "repository": "https://github.com/mkhazov/videojs-share", + "bugs": "https://github.com/mkhazov/videojs-share/issues" }, "author": { - "name": "Brightcove, Inc" + "name": "Mikhail Khazov", + "email": "mkhazov.work@gmail.com", + "username": "mkhazov" }, "publisher": { - "username": "miadabdi", - "email": "miadabdi80@gmail.com" + "username": "avdeev", + "email": "aad.jerry@gmail.com" }, "maintainers": [ { - "username": "miadabdi", - "email": "miadabdi80@gmail.com" + "username": "avdeev", + "email": "aad.jerry@gmail.com" + }, + { + "username": "mkhazov", + "email": "mkhazov.work@gmail.com" } ], - "downloads": 5 + "downloads": 1448 }, { - "name": "@viostream/videojs-chapters", - "scope": "viostream", - "version": "0.0.15", - "description": "A plugin for displaying chapters", + "name": "@codingcatdev/videojs-youtube", + "scope": "codingcatdev", + "version": "0.0.0", + "description": "YouTube Wrapper for Video.js", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-09-30T00:53:40.016Z", + "date": "2023-01-10T23:13:25.379Z", "links": { - "npm": "https://www.npmjs.com/package/%40viostream%2Fvideojs-chapters" + "npm": "https://www.npmjs.com/package/%40codingcatdev%2Fvideojs-youtube", + "homepage": "https://github.com/CodingCatDev/videojs-youtube#readme", + "repository": "https://github.com/CodingCatDev/videojs-youtube", + "bugs": "https://github.com/CodingCatDev/videojs-youtube/issues" }, "author": { - "name": "Viostream" + "name": "Alex", + "email": "alex@codingcat.dev", + "username": "alex_codingcatdev" }, "publisher": { - "username": "giskard", - "email": "security@viostream.com" + "username": "alex_codingcatdev", + "email": "alex@codingcat.dev" }, "maintainers": [ { - "username": "johnl123", - "email": "john.ludgate@viostream.com" - }, - { - "username": "fsergiojr", - "email": "fsergiojr@yahoo.com.br" - }, - { - "username": "pvecchiato", - "email": "paul.vecchiato@viostream.com" - }, - { - "username": "sjauld", - "email": "sja@marsupialmusic.net" - }, - { - "username": "giskard", - "email": "security@viostream.com" + "username": "alex_codingcatdev", + "email": "alex@codingcat.dev" } ], - "downloads": 32 + "downloads": 1 }, { - "name": "@samueleastdev/videojs-settings-menu", - "scope": "samueleastdev", - "version": "0.0.9", - "description": "VideoJS settings menu for Quality, Chapters, Subtitles, Playback rates and more", + "name": "@ff-lite-web/videojs-video-loader", + "scope": "ff-lite-web", + "version": "0.0.0", + "description": "flipflop lite video loader plugin", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-12-18T17:40:55.426Z", + "date": "2023-01-12T10:06:13.947Z", "links": { - "npm": "https://www.npmjs.com/package/%40samueleastdev%2Fvideojs-settings-menu", - "homepage": "https://github.com/samueleastdev/videojs-setting-menu", - "bugs": "https://github.com/samueleastdev/videojs-setting-menu/issues" + "npm": "https://www.npmjs.com/package/%40ff-lite-web%2Fvideojs-video-loader" }, "author": { - "name": "Samuel East" + "name": "hyehyeong jo", + "email": "hyehyeong.jo@jocoos.com" }, "publisher": { - "username": "samueleastdev", - "email": "mail@samueleast.co.uk" + "username": "jocoos", + "email": "dev@jocoos.com" }, "maintainers": [ { - "username": "samueleastdev", - "email": "mail@samueleast.co.uk" + "username": "jocoos", + "email": "dev@jocoos.com" } ], - "downloads": 27 + "downloads": 1 }, { - "name": "videojs-concurrence-limiter", + "name": "videojs-vjsdownload", "scope": "unscoped", - "version": "0.7.0", - "description": "A Video.js plugin for concurrency control", + "version": "1.0.4", + "description": "downloads video", "keywords": [ "videojs", - "videojs-plugin" + "videojs-plugin", + "videojs-vjsdownload", + "download" ], - "date": "2018-07-06T19:24:04.895Z", + "date": "2019-01-31T23:27:23.961Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-concurrence-limiter" + "npm": "https://www.npmjs.com/package/videojs-vjsdownload", + "homepage": "https://github.com/7Ds7/videojs-vjsdownload#readme", + "repository": "https://github.com/7Ds7/videojs-vjsdownload", + "bugs": "https://github.com/7Ds7/videojs-vjsdownload/issues" }, "author": { - "name": "Toolbox-tve" + "name": "7Ds7" }, "publisher": { - "username": "lribelle", - "email": "lribelle@tbxnet.com" + "username": "7ds7", + "email": "admin@binaryunit.com" }, "maintainers": [ { - "username": "david77", - "email": "dluna@toolboxtve.com" - }, - { - "username": "lribelle", - "email": "lribelle@tbxnet.com" + "username": "7ds7", + "email": "noreply@noreply.com" } ], - "downloads": 1 + "downloads": 13774 }, { - "name": "videojs-shaka", + "name": "videojs-mobile-ui", "scope": "unscoped", - "version": "1.1.2", - "description": "video.js shaka player tech", + "version": "0.7.0", + "description": "Mobile tap controls and fullscreen on rotate for Video.js", "keywords": [ "videojs", - "videojs-plugin", - "shaka-player" + "videojs-plugin" ], - "date": "2022-04-12T01:25:50.595Z", + "date": "2021-11-09T16:54:36.083Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-shaka", - "homepage": "https://github.com/davidjamesherzog/videojs-shaka#readme", - "repository": "https://github.com/davidjamesherzog/videojs-shaka", - "bugs": "https://github.com/davidjamesherzog/videojs-shaka/issues" + "npm": "https://www.npmjs.com/package/videojs-mobile-ui", + "homepage": "https://github.com/mister-ben/videojs-mobile-ui#readme", + "repository": "https://github.com/mister-ben/videojs-mobile-ui", + "bugs": "https://github.com/mister-ben/videojs-mobile-ui/issues" }, "author": { - "name": "Dave Herzog", - "email": "davidjherzog@gmail.com", - "username": "davidjherzog" + "name": "mister-ben", + "email": "git@misterben.me" }, "publisher": { - "username": "davidjherzog", - "email": "davidjherzog@gmail.com" + "username": "misterben", + "email": "npm@misterben.me" }, "maintainers": [ { - "username": "davidjherzog", - "email": "davidjherzog@gmail.com" + "username": "misterben", + "email": "npm@misterben.me" } ], - "downloads": 406 + "downloads": 2559 }, { - "name": "@viostream/videojs-share-menu", - "scope": "viostream", - "version": "0.0.9", - "description": "Menu to share link of video from player", + "name": "videojs-fetch-flv", + "scope": "unscoped", + "version": "1.0.12", + "description": "A videojs plugin to download http-flv stream", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-10-22T03:13:25.323Z", + "date": "2022-09-14T07:48:44.992Z", "links": { - "npm": "https://www.npmjs.com/package/%40viostream%2Fvideojs-share-menu" + "npm": "https://www.npmjs.com/package/videojs-fetch-flv", + "homepage": "https://github.com/lin557/videojs-fetch-flv#readme", + "repository": "https://github.com/lin557/videojs-fetch-flv", + "bugs": "https://github.com/lin557/videojs-fetch-flv/issues" }, "author": { - "name": "Viostream" + "name": "lin557" }, "publisher": { - "username": "giskard", - "email": "security@viostream.com" + "username": "lin557", + "email": "lin557@126.com" }, "maintainers": [ { - "username": "johnl123", - "email": "john.ludgate@viostream.com" - }, - { - "username": "fsergiojr", - "email": "fsergiojr@yahoo.com.br" - }, - { - "username": "pvecchiato", - "email": "paul.vecchiato@viostream.com" - }, - { - "username": "sjauld", - "email": "sja@marsupialmusic.net" - }, - { - "username": "giskard", - "email": "security@viostream.com" + "username": "lin557", + "email": "lin557@126.com" } ], - "downloads": 12 + "downloads": 37 }, { - "name": "@leochen1216/videojs-chromecast", - "scope": "leochen1216", - "version": "2.0.0", - "description": "Chromecast plugin for videojs", + "name": "videojs-awesome-watermark", + "scope": "unscoped", + "version": "0.0.12", + "description": "A simple plugin to display a text/image watermark", "keywords": [ - "chromecast", "videojs", "videojs-plugin" ], - "date": "2019-09-11T21:28:29.474Z", + "date": "2022-07-07T16:49:09.921Z", "links": { - "npm": "https://www.npmjs.com/package/%40leochen1216%2Fvideojs-chromecast", - "homepage": "https://github.com/leochen1216/video.js-chromecast#readme", - "repository": "https://github.com/leochen1216/video.js-chromecast", - "bugs": "https://github.com/leochen1216/video.js-chromecast/issues" + "npm": "https://www.npmjs.com/package/videojs-awesome-watermark" }, "author": { - "name": "Benjipott, Inc." + "name": "Jommy Barban", + "email": "jommy.barban@visionmedia.com" }, "publisher": { - "username": "leochen1216", - "email": "leochen1216@gmail.com" + "username": "fanguitocoder", + "email": "jommy20bp@gmail.com" }, "maintainers": [ { - "username": "leochen1216", - "email": "leochen1216@gmail.com" + "username": "fanguitocoder", + "email": "jommy20bp@gmail.com" } ], - "downloads": 50 + "downloads": 51 }, { - "name": "@vaam/videojs-offset", - "scope": "vaam", - "version": "2.1.5", - "description": "VideoJs plugin to virtually "cut" an ondemand video", + "name": "@silvermine/videojs-airplay", + "scope": "silvermine", + "version": "1.2.0", + "description": "video.js plugin for casting to airplay", "keywords": [ + "video.js", "videojs", - "videojs-plugin" + "plugin", + "apple", + "appletv", + "airplay", + "cast" ], - "date": "2021-08-18T06:41:34.910Z", + "date": "2023-03-21T14:29:36.982Z", "links": { - "npm": "https://www.npmjs.com/package/%40vaam%2Fvideojs-offset", - "homepage": "https://github.com/vaam-io/videojs-offset#readme", - "repository": "https://github.com/vaam-io/videojs-offset", - "bugs": "https://github.com/vaam-io/videojs-offset/issues" + "npm": "https://www.npmjs.com/package/%40silvermine%2Fvideojs-airplay", + "homepage": "https://github.com/silvermine/videojs-airplay#readme", + "repository": "https://github.com/silvermine/videojs-airplay", + "bugs": "https://github.com/silvermine/videojs-airplay/issues" }, "author": { - "name": "Carles Galan Cladera", - "email": "cgcladera@gmail.com" + "name": "Jeremy Thomerson" }, "publisher": { - "username": "hmps", - "email": "h@hmps.se" + "username": "onebytegone", + "email": "npm@onebytegone.com" }, "maintainers": [ { - "username": "hmps", - "email": "h@hmps.se" + "username": "onebytegone", + "email": "npm@onebytegone.com" + }, + { + "username": "webpub", + "email": "webpubdevteam+npm@gmail.com" + }, + { + "username": "jthomerson", + "email": "jeremy@thomersonfamily.com" } ], - "downloads": 1 + "downloads": 2905 }, { - "name": "videojs-wavesurfer", + "name": "videojs-ogvjs", "scope": "unscoped", - "version": "3.8.0", - "description": "video.js plugin that adds a navigable waveform for audio and video files.", + "version": "1.3.1", + "description": "A Video.js Tech plugin for Ogv.js", "keywords": [ - "waveform", "audio", + "ogg", + "ogv", + "ogv.js", + "ogvjs", + "opus", + "techplugin", "video", - "wavesurfer", "videojs", "videojs-plugin", - "player" + "vorbis", + "webm" ], - "date": "2021-06-14T23:20:38.253Z", + "date": "2016-10-14T10:33:23.037Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-wavesurfer", - "homepage": "https://github.com/collab-project/videojs-wavesurfer", - "repository": "https://github.com/collab-project/videojs-wavesurfer", - "bugs": "https://github.com/collab-project/videojs-wavesurfer/issues" + "npm": "https://www.npmjs.com/package/videojs-ogvjs", + "homepage": "https://github.com/hartman/videojs-ogvjs#readme", + "repository": "https://github.com/hartman/videojs-ogvjs", + "bugs": "https://github.com/hartman/videojs-ogvjs/issues" }, "author": { - "name": "Collab" + "name": "Derk-Jan Hartman" }, "publisher": { - "username": "collab", - "email": "info@collab.nl" + "username": "thedj", + "email": "d.j.hartman+npm@gmail.com" }, "maintainers": [ { - "username": "collab", - "email": "info@collab.nl" + "username": "thedj", + "email": "d.j.hartman+npm@gmail.com" } ], - "downloads": 6772 + "downloads": 10 }, { - "name": "@bnnvara/videojs-chromecast", - "scope": "bnnvara", - "version": "2.0.9", - "description": "Chromecast plugin for videojs", + "name": "videojs-replay", + "scope": "unscoped", + "version": "1.1.0", + "description": "Adds a replay button to video.js player", "keywords": [ - "chromecast", "videojs", "videojs-plugin" ], - "date": "2018-10-17T10:03:06.819Z", + "date": "2016-05-03T17:47:24.125Z", "links": { - "npm": "https://www.npmjs.com/package/%40bnnvara%2Fvideojs-chromecast" + "npm": "https://www.npmjs.com/package/videojs-replay", + "homepage": "https://github.com/hartman/videojs-replay#readme", + "repository": "https://github.com/hartman/videojs-replay", + "bugs": "https://github.com/hartman/videojs-replay/issues" }, "author": { - "name": "Benjipott, Inc." + "name": "Derk-Jan Hartman" }, "publisher": { - "username": "edgarpost", - "email": "info@edgarpost.com" + "username": "thedj", + "email": "d.j.hartman+npm@gmail.com" }, "maintainers": [ { - "username": "stephanienpm", - "email": "stephanie.de.jong@bnnvara.nl" + "username": "thedj", + "email": "d.j.hartman+npm@gmail.com" + } + ], + "downloads": 37 + }, + { + "name": "@viostream/videojs-share-menu", + "scope": "viostream", + "version": "0.0.11", + "description": "Menu to share link of video from player", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2023-02-09T01:06:43.995Z", + "links": { + "npm": "https://www.npmjs.com/package/%40viostream%2Fvideojs-share-menu" + }, + "author": { + "name": "Viostream" + }, + "publisher": { + "username": "giskard", + "email": "security@viostream.com" + }, + "maintainers": [ + { + "username": "johnl123", + "email": "john.ludgate@viostream.com" }, { - "username": "edgarpost", - "email": "info@edgarpost.com" + "username": "fsergiojr", + "email": "fsergiojr@yahoo.com.br" }, { - "username": "snkjscom", - "email": "hendrik@reinvent.nl" + "username": "pvecchiato", + "email": "paul.vecchiato@viostream.com" }, { - "username": "iwettum", - "email": "ingmarvanwettum@gmail.com" + "username": "sjauld", + "email": "sja@marsupialmusic.net" }, { - "username": "jimmytenbrink", - "email": "jimmy1987@gmail.com" + "username": "giskard", + "email": "security@viostream.com" + } + ], + "downloads": 13 + }, + { + "name": "@silvermine/videojs-quality-selector", + "scope": "silvermine", + "version": "1.3.0", + "description": "video.js plugin for selecting a video quality or resolution", + "keywords": [ + "video.js", + "videojs", + "plugin", + "resolution", + "quality" + ], + "date": "2023-03-21T13:57:52.377Z", + "links": { + "npm": "https://www.npmjs.com/package/%40silvermine%2Fvideojs-quality-selector", + "homepage": "https://github.com/silvermine/videojs-quality-selector#readme", + "repository": "https://github.com/silvermine/videojs-quality-selector", + "bugs": "https://github.com/silvermine/videojs-quality-selector/issues" + }, + "author": { + "name": "Jeremy Thomerson" + }, + "publisher": { + "username": "onebytegone", + "email": "npm@onebytegone.com" + }, + "maintainers": [ + { + "username": "onebytegone", + "email": "npm@onebytegone.com" }, { - "username": "amandaderijk", - "email": "amandaderijk@gmail.com" + "username": "webpub", + "email": "webpubdevteam+npm@gmail.com" + }, + { + "username": "jthomerson", + "email": "jeremy@thomersonfamily.com" } ], - "downloads": 6 + "downloads": 7385 }, { - "name": "@mredgarp/videojs-chromecast", - "scope": "mredgarp", - "version": "2.0.8", - "description": "Chromecast plugin for videojs", + "name": "robeeerto-videojs-hls-quality-selector", + "scope": "unscoped", + "version": "1.1.6", + "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", "keywords": [ - "chromecast", "videojs", "videojs-plugin" ], - "date": "2018-10-05T13:07:42.050Z", + "date": "2022-06-15T14:54:15.798Z", "links": { - "npm": "https://www.npmjs.com/package/%40mredgarp%2Fvideojs-chromecast", - "homepage": "https://github.com/benjipott/video.js-chromecast#readme", - "repository": "https://github.com/benjipott/video.js-chromecast", - "bugs": "https://github.com/benjipott/video.js-chromecast/issues" + "npm": "https://www.npmjs.com/package/robeeerto-videojs-hls-quality-selector", + "homepage": "https://github.com/Robeeerto/videojs-hls-quality-selector#readme", + "repository": "https://github.com/Robeeerto/videojs-hls-quality-selector", + "bugs": "https://github.com/Robeeerto/videojs-hls-quality-selector/issues" }, "author": { - "name": "Benjipott, Inc." + "name": "Chris Boustead", + "url": "chris@forgemotion.com" }, "publisher": { - "username": "edgarpost", - "email": "info@edgarpost.com" + "username": "robeeerto", + "email": "fishppm0212@gmail.com" }, "maintainers": [ { - "username": "edgarpost", - "email": "info@edgarpost.com" + "username": "robeeerto", + "email": "fishppm0212@gmail.com" } ], - "downloads": 3 + "downloads": 43 }, { "name": "videojs-schema", "scope": "unscoped", - "version": "0.6.2", + "version": "0.7.0", "description": "Injects JSON-LD metadata into the DOM for SEO", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2022-02-09T16:30:53.309Z", + "date": "2022-11-22T10:56:53.497Z", "links": { "npm": "https://www.npmjs.com/package/videojs-schema", "homepage": "https://github.com/brightcove/videojs-schema#readme", @@ -9124,919 +7009,1352 @@ "email": "npm@misterben.me" } ], - "downloads": 0 + "downloads": 25 }, { - "name": "videojs-vr-sd", - "scope": "unscoped", - "version": "1.7.5", - "description": "A plugin to add 360 and VR video support to video.js.", + "name": "@silvermine/videojs-chromecast", + "scope": "silvermine", + "version": "1.4.1", + "description": "video.js plugin for casting to chromecast", "keywords": [ + "video.js", "videojs", - "videojs-plugin" + "plugin", + "google", + "chromecast", + "cast" ], - "date": "2020-08-26T10:25:44.672Z", + "date": "2023-03-21T14:47:25.526Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-vr-sd", - "homepage": "https://github.com/videojs/videojs-vr#readme", - "repository": "https://github.com/videojs/videojs-vr", - "bugs": "https://github.com/videojs/videojs-vr/issues" + "npm": "https://www.npmjs.com/package/%40silvermine%2Fvideojs-chromecast", + "homepage": "https://github.com/silvermine/videojs-chromecast#readme", + "repository": "https://github.com/silvermine/videojs-chromecast", + "bugs": "https://github.com/silvermine/videojs-chromecast/issues" }, "author": { - "name": "James Broberg", - "email": "james.broberg@metacdn.com" + "name": "Jeremy Thomerson" }, "publisher": { - "username": "cuvii", - "email": "xw5427@gmail.com" + "username": "onebytegone", + "email": "npm@onebytegone.com" }, "maintainers": [ { - "username": "cuvii", - "email": "xw5427@gmail.com" + "username": "onebytegone", + "email": "npm@onebytegone.com" + }, + { + "username": "webpub", + "email": "webpubdevteam+npm@gmail.com" + }, + { + "username": "jthomerson", + "email": "jeremy@thomersonfamily.com" } ], - "downloads": 1 + "downloads": 5705 }, { - "name": "@viostream/videojs-captions-menu", - "scope": "viostream", - "version": "0.0.13", - "description": "A better captions menu", + "name": "videojs-contrib-media-sources", + "scope": "unscoped", + "version": "4.7.2", + "description": "A Media Source Extensions plugin for video.js", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-09-14T02:24:22.897Z", + "date": "2018-03-20T23:47:03.509Z", "links": { - "npm": "https://www.npmjs.com/package/%40viostream%2Fvideojs-captions-menu" + "npm": "https://www.npmjs.com/package/videojs-contrib-media-sources" }, "author": { - "name": "Paul Vecchiato", - "email": "370348+pvecchiato@users.noreply.github.com" + "name": "Brightcove, Inc." }, "publisher": { - "username": "giskard", - "email": "security@viostream.com" + "username": "mjneil", + "email": "mneilweb@gmail.com" }, "maintainers": [ { - "username": "johnl123", - "email": "john.ludgate@viostream.com" + "username": "bclwhitaker", + "email": "lwhitaker@brightcove.com" }, { - "username": "fsergiojr", - "email": "fsergiojr@yahoo.com.br" + "username": "dmlap", + "email": "dlapalomento@gmail.com" }, { - "username": "pvecchiato", - "email": "paul.vecchiato@viostream.com" + "username": "forbesjo", + "email": "joseph.a.forbes@gmail.com" }, { - "username": "sjauld", - "email": "sja@marsupialmusic.net" + "username": "gesinger", + "email": "gesinger@gmail.com" }, { - "username": "giskard", - "email": "security@viostream.com" + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + { + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "mjneil", + "email": "mneilweb@gmail.com" } ], - "downloads": 13 + "downloads": 16418 }, { - "name": "videojs-share-2", + "name": "conventional-changelog-videojs", "scope": "unscoped", - "version": "1.0.1", - "description": "Share plugin for video.js", + "version": "3.0.2", + "description": "conventional-changelog videojs preset", "keywords": [ + "conventional-changelog", "videojs", - "videojs-plugin" + "preset" ], - "date": "2019-06-17T07:31:38.741Z", + "date": "2021-08-12T20:26:07.789Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-share-2", - "homepage": "https://github.com/mkhazov/videojs-share#readme", - "repository": "https://github.com/mkhazov/videojs-share", - "bugs": "https://github.com/mkhazov/videojs-share/issues" + "npm": "https://www.npmjs.com/package/conventional-changelog-videojs", + "homepage": "https://github.com/videojs/conventional-changelog-videojs#readme", + "repository": "https://github.com/videojs/conventional-changelog-videojs", + "bugs": "https://github.com/videojs/conventional-changelog-videojs/issues" }, "author": { - "name": "Mikhail Khazov", - "email": "mkhazov.work@gmail.com" + "name": "Steve Mao" }, "publisher": { - "username": "hyphen_wrex", - "email": "hyphen.wrex@gmail.com" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" }, "maintainers": [ { - "username": "hyphen_wrex", - "email": "hyphen.wrex@gmail.com" - } - ], - "downloads": 118 - }, - { - "name": "@pablo_bagliere/videojs-trimmer", - "scope": "pablo_bagliere", - "version": "0.1.4", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-05-05T16:35:28.572Z", - "links": { - "npm": "https://www.npmjs.com/package/%40pablo_bagliere%2Fvideojs-trimmer" - }, - "author": { - "name": "Pablo Bagliere", - "email": "pablo.bagliere2@gmail.com", - "username": "pablo_bagliere" - }, - "publisher": { - "username": "pablo_bagliere", - "email": "pablo.bagliere2@gmail.com" - }, - "maintainers": [ + "username": "phale", + "email": "phale@brightcove.com" + }, { - "username": "pablo_bagliere", - "email": "pablo.bagliere2@gmail.com" - } - ], - "downloads": 2 - }, - { - "name": "videojs-settings-menu", - "scope": "unscoped", - "version": "0.0.2", - "description": "Settings menu for the video.js controlbar", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-09-12T09:43:57.312Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-settings-menu" - }, - "author": { - "name": "Fruitsapje", - "email": "hero@streamone.nl" - }, - "publisher": { - "username": "nickygerritsen", - "email": "nickygerritsen@me.com" - }, - "maintainers": [ + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "videojs-user", + "email": "videojs@gkatsev.com" + }, + { + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" + }, + { + "username": "mmcclure", + "email": "npm@htbx.net" + }, + { + "username": "misteroneill", + "email": "pgoneill@gmail.com" + }, + { + "username": "misterben", + "email": "npm@misterben.me" + }, + { + "username": "lday", + "email": "ldayananda@brightcove.com" + }, + { + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, + { + "username": "heff", + "email": "npm@heff.me" + }, { "username": "gkatsev", "email": "me@gkatsev.com" }, { - "username": "nickygerritsen", - "email": "nickygerritsen@me.com" - } - ], - "downloads": 79 - }, - { - "name": "videojs-contextmenu-pt", - "scope": "unscoped", - "version": "5.4.1", - "description": "A cross-device context menu UI for video.js players.", - "keywords": [ - "videojs", - "videojs-plugin", - "peertube" - ], - "date": "2021-04-11T08:49:24.935Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-contextmenu-pt" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "rigelk", - "email": "sendmemail@rigelk.eu" - }, - "maintainers": [ + "username": "gesinger", + "email": "gesinger@gmail.com" + }, { - "username": "rigelk", - "email": "sendmemail@rigelk.eu" - } - ], - "downloads": 84 - }, - { - "name": "videojs-select-subtitle", - "scope": "unscoped", - "version": "0.1.1", - "description": "Will automatically select subtitle track based on configuration", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-08-29T12:58:13.415Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-select-subtitle" - }, - "author": { - "name": "Lubos Krnac", - "email": "lubos.krnac@gmail.com", - "username": "lkrnac" - }, - "publisher": { - "username": "lkrnac", - "email": "lubos.krnac@gmail.com" - }, - "maintainers": [ + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, { - "username": "lkrnac", - "email": "lubos.krnac@gmail.com" + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "abarstow", + "email": "alexander.barstow@gmail.com" } ], - "downloads": 9 + "downloads": 678 }, { - "name": "videojs-bug", - "scope": "unscoped", - "version": "1.0.0-rc.3", - "description": "Adds a logo bug to the videojs player with adjustable position, size, and opacity", + "name": "@viostream/videojs-chapters", + "scope": "viostream", + "version": "0.0.17", + "description": "A plugin for displaying chapters", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2017-02-21T19:08:50.537Z", + "date": "2022-08-10T05:10:47.318Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-bug", - "homepage": "https://github.com/teamcoco/videojs-bug", - "repository": "https://github.com/teamcoco/videojs-bug", - "bugs": "https://github.com/teamcoco/videojs-bug/issues" + "npm": "https://www.npmjs.com/package/%40viostream%2Fvideojs-chapters" }, "author": { - "name": "johndanek", - "email": "john.danek@teamcoco.com" + "name": "Viostream" }, "publisher": { - "username": "teamcoco", - "email": "dev-team@teamcoco.com" + "username": "giskard", + "email": "security@viostream.com" }, "maintainers": [ { - "username": "teamcoco-staff", - "email": "dev-team@teamcoco.com" - } - ], - "downloads": 1 - }, - { - "name": "@ly-utils/videojs-flash", - "scope": "ly-utils", - "version": "0.0.1", - "description": "The official Flash tech package for Video.js.", - "keywords": [ - "videojs", - "videojs-plugin", - "videojs-tech" - ], - "date": "2020-08-17T11:50:27.865Z", - "links": { - "npm": "https://www.npmjs.com/package/%40ly-utils%2Fvideojs-flash", - "homepage": "https://github.com/videojs/videojs-flash#readme", - "repository": "https://github.com/videojs/videojs-flash", - "bugs": "https://github.com/videojs/videojs-flash/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "jinxiang", - "email": "jx915zz@163.com" - }, - "maintainers": [ + "username": "johnl123", + "email": "john.ludgate@viostream.com" + }, { - "username": "jinxiang", - "email": "jx915zz@163.com" + "username": "fsergiojr", + "email": "fsergiojr@yahoo.com.br" + }, + { + "username": "pvecchiato", + "email": "paul.vecchiato@viostream.com" + }, + { + "username": "sjauld", + "email": "sja@marsupialmusic.net" + }, + { + "username": "giskard", + "email": "security@viostream.com" } ], - "downloads": 4 + "downloads": 19 }, { - "name": "videojs-tracking-events", - "scope": "unscoped", - "version": "0.2.9", - "description": "event tracker", + "name": "@videojs/http-streaming", + "scope": "videojs", + "version": "2.16.2", + "description": "Play back HLS and DASH with Video.js, even where it's not natively supported", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2018-12-10T18:18:45.636Z", + "date": "2023-02-27T19:58:29.589Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-tracking-events" + "npm": "https://www.npmjs.com/package/%40videojs%2Fhttp-streaming", + "homepage": "https://github.com/videojs/http-streaming#readme", + "repository": "https://github.com/videojs/http-streaming", + "bugs": "https://github.com/videojs/http-streaming/issues" }, "author": { - "name": "lribelle@tbxnet.com", - "email": "lribelle@tbxnet.com", - "username": "lribelle" + "name": "Brightcove, Inc" }, "publisher": { - "username": "lribelle", - "email": "lribelle@tbxnet.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, "maintainers": [ { - "username": "lribelle", - "email": "lribelle@tbxnet.com" - } - ], - "downloads": 37 - }, - { - "name": "videojs-rotate-player-plugin", - "scope": "unscoped", - "version": "1.0.1", - "description": "Rotate video player", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2018-09-12T03:10:11.586Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-rotate-player-plugin" - }, - "author": { - "name": "fatelei", - "email": "fatelei@gmail.com", - "username": "fatelei" - }, - "publisher": { - "username": "fatelei", - "email": "fatelei@gmail.com" - }, - "maintainers": [ + "username": "madhu_g", + "email": "mganapathiraaja@brightcove.com" + }, + { + "username": "geethu.k", + "email": "geethu.karthik@brightove.com" + }, + { + "username": "hugocjim", + "email": "hjimenez@brightcove.com" + }, + { + "username": "luisbacasehua", + "email": "lbacasehua@brightcove.com" + }, + { + "username": "daniel_campos", + "email": "dcampos@brightcove.com" + }, + { + "username": "kevin.schick", + "email": "kschick@brightcove.com" + }, + { + "username": "m.morrison", + "email": "mmorrison@brightcove.com" + }, + { + "username": "rgroesch", + "email": "rgroesch@brightcove.com" + }, + { + "username": "phale", + "email": "phale@brightcove.com" + }, + { + "username": "uomar", + "email": "uomar@brightcove.com" + }, + { + "username": "abarstowbc", + "email": "abarstow@brightcove.com" + }, + { + "username": "sbarathan", + "email": "sbarathan@brightcove.com" + }, + { + "username": "adamico-bc", + "email": "alex.damico@brightcove.com" + }, + { + "username": "kpandiyarajan", + "email": "kpandiyarajan@brightcove.com" + }, + { + "username": "msivalls", + "email": "msivalls@brightcove.com" + }, + { + "username": "vbustillos", + "email": "vbustillos@brightcove.com" + }, + { + "username": "rburnham", + "email": "rburnham@brightcove.com" + }, + { + "username": "imorones", + "email": "imorones@brightcove.com" + }, + { + "username": "bhong-brightcove", + "email": "bhong@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "shubham.chavhan", + "email": "shubham.chavhan@brightcove.com" + }, + { + "username": "albertogomez", + "email": "agomez@brightcove.com" + }, + { + "username": "gestrada-br", + "email": "gestrada@brightcove.com" + }, + { + "username": "lpintor", + "email": "lpintor@brightcove.com" + }, + { + "username": "amillerbrightcove", + "email": "amiller@brightcove.com" + }, + { + "username": "lvohra", + "email": "lvohra@brightcove.com" + }, + { + "username": "charles.seat", + "email": "charles.seat@brightcove.com" + }, + { + "username": "mcho-bc", + "email": "mcho@brightcove.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "fsalazarbc", + "email": "fsalazar@brightcove.com" + }, + { + "username": "dawnpacko", + "email": "dpacko@brightcove.com" + }, + { + "username": "ldominguez", + "email": "ldominguez@brightcove.com" + }, + { + "username": "bc-srimron-soutter", + "email": "srimron-soutter@brightcove.com" + }, + { + "username": "bart-stevens-bc", + "email": "bart.stevens@brightcove.com" + }, + { + "username": "rsilva_brightcove", + "email": "rsilva@brightcove.com" + }, + { + "username": "joeylesh", + "email": "jlesh@brightcove.com" + }, + { + "username": "lmelchorx1", + "email": "lmelchor@brightcove.com" + }, + { + "username": "juan-sanchez", + "email": "jpsanchez@brightcove.com" + }, + { + "username": "eolvera", + "email": "eolvera@brightcove.com" + }, + { + "username": "cloewer_bc", + "email": "cloewer@brightcove.com" + }, + { + "username": "carredondo", + "email": "carredondo@brightcove.com" + }, + { + "username": "brianhsu", + "email": "bhsu@brightcove.com" + }, + { + "username": "niklagbrightcove", + "email": "niko.lagman@brightcove.com" + }, + { + "username": "tsraveling_bc", + "email": "tim.raveling@brightcove.com" + }, + { + "username": "natedennis", + "email": "nathan.dennis@brightcove.com" + }, + { + "username": "bcbclifford", + "email": "bclifford@brightcove.com" + }, + { + "username": "craigparrottebc", + "email": "cparrotte@brightcove.com" + }, + { + "username": "bc-acgarcia", + "email": "acgarcia@brightcove.com" + }, + { + "username": "adavila1", + "email": "adavila@brightcove.com" + }, + { + "username": "vaishalijayaraman", + "email": "vjayaraman@brightcove.com" + }, + { + "username": "kreynolds", + "email": "kreynolds@brightcove.com" + }, + { + "username": "bgs-devops", + "email": "bgs-devops@brightcove.com" + }, + { + "username": "albinjohnson", + "email": "albin.johnson@brightcove.com" + }, + { + "username": "lmaultsby", + "email": "lmaultsby@brightcove.com" + }, + { + "username": "rtezera", + "email": "rtezera@brightcove.com" + }, + { + "username": "bcmneil", + "email": "mneil@brightcove.com" + }, + { + "username": "randresf", + "email": "andres.restrepo@brightcove.com" + }, + { + "username": "v.kozlov_bc", + "email": "vitali.kozlov@brightcove.com" + }, + { + "username": "nagendra_m", + "email": "nmuragam@brightcove.com" + }, + { + "username": "michaelmccarthybc", + "email": "michael.mccarthy@brightcove.com" + }, + { + "username": "georgesanchez.diazjr", + "email": "jsanchez@brightcove.com" + }, + { + "username": "poneill-bcov", + "email": "poneill@brightcove.com" + }, + { + "username": "mdeltorobcov", + "email": "mdeltoro@brightcove.com" + }, + { + "username": "jmohneycove", + "email": "jared.mohney@brightcove.com" + }, + { + "username": "inbc01", + "email": "igor.nakshin@brightcove.com" + }, + { + "username": "jeff.schuman", + "email": "jeff.schuman@brightcove.com" + }, + { + "username": "a_castillo_h", + "email": "acastillo@brightcove.com" + }, + { + "username": "aperezbrightcove", + "email": "aperez@brightcove.com" + }, + { + "username": "ireyes94", + "email": "ireyes@brightcove.com" + }, + { + "username": "brightcove-admin", + "email": "sward@brightcove.com" + }, + { + "username": "tedk", + "email": "ted9k@swbell.net" + }, + { + "username": "abradley-brightcove", + "email": "abradley@brightcove.com" + }, + { + "username": "bc-alive", + "email": "alive-dev@brightcove.com" + }, + { + "username": "mrocajr", + "email": "mroca@brightcove.com" + }, + { + "username": "lasanchezc", + "email": "lsanchez@brightcove.com" + }, + { + "username": "marguinbc", + "email": "marguin@brightcove.com" + }, + { + "username": "brightcove-user", + "email": "npm-user@brightcove.com" + }, + { + "username": "kmason", + "email": "kmason@brightcove.com" + }, + { + "username": "cbarstow", + "email": "cbarstow@brightcove.com" + }, + { + "username": "hikeh", + "email": "hikeh@brightcove.com" + }, + { + "username": "myerramalla", + "email": "myerramalla@brightcove.com" + }, + { + "username": "pdias", + "email": "pdias@brightcove.com" + }, + { + "username": "jwhisenant", + "email": "jwhisenant@brightcove.com" + }, + { + "username": "ebertaud", + "email": "ebertaud@brightcove.com" + }, + { + "username": "oespinosac", + "email": "oespinosa@brightcove.com" + }, + { + "username": "dsalnikov", + "email": "dsalnikov@brightcove.com" + }, + { + "username": "sharanya.muruganandam", + "email": "sharanya.muruganandam@brightcove.com" + }, + { + "username": "vikaskumar.gajula", + "email": "vikaskumar.gajula@brightcove.com" + }, + { + "username": "xgarcia_npm", + "email": "xgarcia+npm@brightcove.com" + }, + { + "username": "jguerra", + "email": "jguerra@brightcove.com" + }, + { + "username": "rjune", + "email": "rjune@brightcove.com" + }, + { + "username": "jonbwalsh", + "email": "jwalsh@brightcove.com" + }, + { + "username": "khaipham", + "email": "kpham@brightcove.com" + }, + { + "username": "wswanbeck", + "email": "wswanbeck@brightcove.com" + }, + { + "username": "gastafurov", + "email": "gastafurov@brightcove.com" + }, + { + "username": "adalwani", + "email": "adalwani@brightcove.com" + }, + { + "username": "ekelson-bcove", + "email": "ekelson@brightcove.com" + }, + { + "username": "syseng", + "email": "syseng+npm@brightcove.com" + }, + { + "username": "mcarreiro", + "email": "mcarreiro@brightcove.com" + }, + { + "username": "elbadawimustafa", + "email": "melbadawi@brightcove.com" + }, + { + "username": "asinclair", + "email": "asinclair@brightcove.com" + }, + { + "username": "hwoodbury", + "email": "hwoodbury@brightcove.com" + }, + { + "username": "jblaker", + "email": "jblaker@brightcove.com" + }, + { + "username": "bcmauleon", + "email": "mleon@brightcove.com" + }, + { + "username": "paco_oblea_bc", + "email": "foblea@brightcove.com" + }, + { + "username": "jsepulveda", + "email": "jsepulveda@brightcove.com" + }, + { + "username": "biswaranjan", + "email": "bpanigrahi@brightcove.com" + }, + { + "username": "barroyo", + "email": "barroyo@brightcove.com" + }, + { + "username": "bmartinez", + "email": "bmartinez@brightcove.com" + }, + { + "username": "bc-jcarlson", + "email": "jcarlson@brightcove.com" + }, + { + "username": "eledezma", + "email": "eledezma@brightcove.com" + }, + { + "username": "jcueto", + "email": "jcueto@brightcove.com" + }, + { + "username": "erodrigues", + "email": "erodrigues@brightcove.com" + }, + { + "username": "psousa", + "email": "psousa@brightcove.com" + }, + { + "username": "acruzr", + "email": "acruz@brightcove.com" + }, + { + "username": "marcogaray", + "email": "mgaray@brightcove.com" + }, + { + "username": "diegocruz1991", + "email": "dcruz@brightcove.com" + }, + { + "username": "javibright", + "email": "fpadilla@brightcove.com" + }, + { + "username": "bcpsalas", + "email": "psalas@brightcove.com" + }, + { + "username": "etobin", + "email": "etobin@brightcove.com" + }, + { + "username": "ackbabe", + "email": "backer@brightcove.com" + }, + { + "username": "cvillasenor", + "email": "cvillasenor@brightcove.com" + }, + { + "username": "omartinez", + "email": "omartinez@brightcove.com" + }, + { + "username": "mgonzalez_bc", + "email": "mgonzalez@brightcove.com" + }, + { + "username": "pdohertybcov", + "email": "pdoherty+npmjs@brightcove.com" + }, + { + "username": "muthukumar.bc", + "email": "muthukumar@brightcove.com" + }, + { + "username": "bzizmond", + "email": "bzizmond@brightcove.com" + }, + { + "username": "jmpmacedo", + "email": "jmacedo@brightcove.com" + }, + { + "username": "scorreia", + "email": "scorreia@brightcove.com" + }, + { + "username": "lescorcio", + "email": "lescorcio@brightcove.com" + }, + { + "username": "cavieira", + "email": "cavieira@brightcove.com" + }, + { + "username": "arunjeyaprasad", + "email": "arunjeyaprasad@brightcove.com" + }, + { + "username": "bvilvanathan", + "email": "bvilvanathan@brightcove.com" + }, + { + "username": "anand.gangadharan", + "email": "anand.gangadharan@brightcove.com" + }, + { + "username": "rociosantos", + "email": "msantos@brightcove.com" + }, + { + "username": "fdelgado_bc", + "email": "fdelgado@brightcove.com" + }, + { + "username": "agarciabcov", + "email": "agarcia@brightcove.com" + }, + { + "username": "attinder", + "email": "asingh@brightcove.com" + }, + { + "username": "lauralopez", + "email": "llopez@brightcove.com" + }, + { + "username": "skumar85", + "email": "skumar@brightcove.com" + }, + { + "username": "hrodriguez2", + "email": "hrodriguez@brightcove.com" + }, + { + "username": "jasilvaantonio", + "email": "jasilva@brightcove.com" + }, + { + "username": "palvarezbc", + "email": "palvarez@brightcove.com" + }, + { + "username": "ericramos", + "email": "eramos@brightcove.com" + }, + { + "username": "carlosabajo", + "email": "cbajo@brightcove.com" + }, + { + "username": "ingrid.s.cruz", + "email": "scruz@brightcove.com" + }, + { + "username": "luis_fernando_lopez_ruiz", + "email": "lflopez@brightcove.com" + }, + { + "username": "vishal64", + "email": "vramesh@brightcove.com" + }, + { + "username": "tresa.baji", + "email": "tresa.baji@brightcove.com" + }, + { + "username": "luis.garcia.brightcove", + "email": "lfgarcia@brightcove.com" + }, + { + "username": "rodrigofdz", + "email": "rfernandez@brightcove.com" + }, + { + "username": "pgutierrezgil", + "email": "pgutierrez@brightcove.com" + }, + { + "username": "harish17", + "email": "hekambaram@brightcove.com" + }, { - "username": "fatelei", - "email": "fatelei@gmail.com" - } - ], - "downloads": 222 - }, - { - "name": "videojs-gifplayer", - "scope": "unscoped", - "version": "0.1.1", - "description": "Plays gifs that are in video format automatically with looping only when in viewport in similar fashion to twitter's gif player.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2017-03-24T00:30:20.971Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-gifplayer", - "homepage": "https://github.com/johnsonjo4531/videojs-gifplayer#readme", - "repository": "https://github.com/johnsonjo4531/videojs-gifplayer", - "bugs": "https://github.com/johnsonjo4531/videojs-gifplayer/issues" - }, - "author": { - "name": "John D. Johnson II", - "email": "johnsonjo4531@gmail.com", - "username": "johnsonjo4531" - }, - "publisher": { - "username": "johnsonjo4531", - "email": "johnsonjo4531@gmail.com" - }, - "maintainers": [ + "username": "jjeyaprakash", + "email": "jjeyaprakash@brightcove.com" + }, { - "username": "johnsonjo4531", - "email": "johnsonjo4531@gmail.com" - } - ], - "downloads": 8 - }, - { - "name": "videojs-stop-button", - "scope": "unscoped", - "version": "0.0.0", - "description": "A video.js plugin that displays a stop button in the control bar", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2016-02-29T19:00:02.973Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-stop-button" - }, - "publisher": { - "username": "dchau", - "email": "chaudavid92@gmail.com" - }, - "maintainers": [ + "username": "rrajendran1698", + "email": "rrajendran@brightcove.com" + }, { - "username": "dchau", - "email": "chaudavid92@gmail.com" - } - ], - "downloads": 4 - }, - { - "name": "videojs-flash-saints", - "scope": "unscoped", - "version": "1.0.0-RC.2", - "description": "The official flash tech package for the videojs player.", - "keywords": [ - "videojs", - "videojs-plugin", - "videojs-tech" - ], - "date": "2017-04-07T06:33:07.982Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-flash-saints", - "homepage": "https://github.com/videojs/videojs-flash#readme", - "repository": "https://github.com/WhileBlank/videojs-flash", - "bugs": "https://github.com/videojs/videojs-flash/issues" - }, - "author": { - "name": "WhileBlank" - }, - "publisher": { - "username": "whileblank", - "email": "1017319298@qq.com" - }, - "maintainers": [ + "username": "jlomeli", + "email": "jlomeli@brightcove.com" + }, { - "username": "whileblank", - "email": "1017319298@qq.com" - } - ], - "downloads": 1 - }, - { - "name": "@s3bubble/videojs-s3bubble-settings-menu", - "scope": "s3bubble", - "version": "0.0.3", - "description": "S3Bubble player settings menu", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-01-12T19:07:28.695Z", - "links": { - "npm": "https://www.npmjs.com/package/%40s3bubble%2Fvideojs-s3bubble-settings-menu" - }, - "author": { - "name": "S3bubble", - "email": "support@s3bubble.com", - "username": "s3bubble" - }, - "publisher": { - "username": "s3bubble", - "email": "support@s3bubble.com" - }, - "maintainers": [ + "username": "sjimenez", + "email": "sjimenez@brightcove.com" + }, { - "username": "s3bubble", - "email": "support@s3bubble.com" - } - ], - "downloads": 4 - }, - { - "name": "videojs-mobile-ui", - "scope": "unscoped", - "version": "0.7.0", - "description": "Mobile tap controls and fullscreen on rotate for Video.js", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-11-09T16:54:36.083Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-mobile-ui", - "homepage": "https://github.com/mister-ben/videojs-mobile-ui#readme", - "repository": "https://github.com/mister-ben/videojs-mobile-ui", - "bugs": "https://github.com/mister-ben/videojs-mobile-ui/issues" - }, - "author": { - "name": "mister-ben", - "email": "git@misterben.me" - }, - "publisher": { - "username": "misterben", - "email": "npm@misterben.me" - }, - "maintainers": [ + "username": "rwenger_brightcove", + "email": "robert.wenger@brightcove.com" + }, { - "username": "misterben", - "email": "npm@misterben.me" - } - ], - "downloads": 1014 - }, - { - "name": "@firescar96/videojs-quality-selector", - "scope": "firescar96", - "version": "0.0.1", - "description": "VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-selectable level selection options for adaptive http streams.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-07-22T20:24:09.207Z", - "links": { - "npm": "https://www.npmjs.com/package/%40firescar96%2Fvideojs-quality-selector", - "homepage": "https://github.com/MTonomy/videojs-source-selector#readme", - "repository": "https://github.com/MTonomy/videojs-source-selector", - "bugs": "https://github.com/MTonomy/videojs-source-selector/issues" - }, - "author": { - "name": "Justin Fujita", - "email": "Justin@pivotshare.com" - }, - "publisher": { - "username": "firescar96", - "email": "nchinda2+npm@gmail.com" - }, - "maintainers": [ + "username": "rujordan", + "email": "jordan.alexander@brightcove.com" + }, + { + "username": "stuartmh", + "email": "shicks@brightcove.com" + }, + { + "username": "jherrerabcov", + "email": "jherrera@brightcove.com" + }, + { + "username": "mshiwal", + "email": "mshiwal@brightcove.com" + }, + { + "username": "ptamizh", + "email": "ptamizh@brightcove.com" + }, + { + "username": "akamalakkannan", + "email": "akamalakkannan@brightcove.com" + }, + { + "username": "akatare", + "email": "akatare@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "tnwanna", + "email": "tnwanna@brightcove.com" + }, + { + "username": "bsahlas.npm", + "email": "bsahlas@brightcove.com" + }, + { + "username": "dherrera1109", + "email": "dherrera@brightcove.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, + { + "username": "echengbc", + "email": "echeng@brightcove.com" + }, + { + "username": "sbarrettbc", + "email": "sbarrett@brightcove.com" + }, + { + "username": "videojs-user", + "email": "videojs@gkatsev.com" + }, + { + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" + }, + { + "username": "mmcclure", + "email": "npm@htbx.net" + }, { - "username": "firescar96", - "email": "nchinda2+npm@gmail.com" - } - ], - "downloads": 2493 - }, - { - "name": "@misterben/brightcove-chapter-cues", - "scope": "misterben", - "version": "0.4.0", - "description": "Populate player chapter menu from Video Cloud cue points", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-05-30T19:28:47.745Z", - "links": { - "npm": "https://www.npmjs.com/package/%40misterben%2Fbrightcove-chapter-cues", - "homepage": "https://github.com/mister-ben/brightcove-chapter-cues#readme", - "repository": "https://github.com/mister-ben/brightcove-chapter-cues", - "bugs": "https://github.com/mister-ben/brightcove-chapter-cues/issues" - }, - "author": { - "name": "mister-ben", - "email": "git@misterben.me" - }, - "publisher": { - "username": "misterben", - "email": "npm@misterben.me" - }, - "maintainers": [ + "username": "misteroneill", + "email": "pgoneill@gmail.com" + }, { "username": "misterben", "email": "npm@misterben.me" + }, + { + "username": "lday", + "email": "ldayananda@brightcove.com" + }, + { + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "heff", + "email": "npm@heff.me" + }, + { + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + { + "username": "gesinger", + "email": "gesinger@gmail.com" + }, + { + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "abarstow", + "email": "alexander.barstow@gmail.com" } ], - "downloads": 7 + "downloads": 514613 }, { - "name": "videojs-time-offset", + "name": "videojs-hls-quality-selector", "scope": "unscoped", - "version": "0.3.0", - "description": "This repo is forked from https://github.com/cladera/videojs-time-offset, ported to es6, fixed somebugs", + "version": "1.1.4", + "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2016-08-31T10:38:34.903Z", + "date": "2020-10-07T16:08:35.356Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-time-offset", - "homepage": "https://github.com/dogusdigital/videojs-time-offset#readme", - "repository": "https://github.com/dogusdigital/videojs-time-offset", - "bugs": "https://github.com/dogusdigital/videojs-time-offset/issues" + "npm": "https://www.npmjs.com/package/videojs-hls-quality-selector", + "homepage": "https://github.com/chrisboustead/videojs-hls-quality-selector#readme", + "repository": "https://github.com/chrisboustead/videojs-hls-quality-selector", + "bugs": "https://github.com/chrisboustead/videojs-hls-quality-selector/issues" }, "author": { - "name": "Can Küçükyılmaz", - "email": "can@vngrs.com" + "name": "Chris Boustead", + "url": "chris@forgemotion.com" }, "publisher": { - "username": "defli", - "email": "can@kucukyilmaz.org" + "username": "chrisboustead", + "email": "chris@forgemotion.com" }, "maintainers": [ { - "username": "defli", - "email": "can@kucukyilmaz.org" + "username": "chrisboustead", + "email": "chris@forgemotion.com" } ], - "downloads": 16 + "downloads": 14224 }, { - "name": "videojs-seek-buttons-google-free", - "scope": "unscoped", - "version": "1.6.1", - "description": "Plugin for video.js to add seek buttons to the control bar (fork without googleapis coupling)", + "name": "@filmgardi/videojs-subtitle-settings", + "scope": "filmgardi", + "version": "2.0.10", + "description": "The new design and feature of subtitle and audio setting for videojs.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-05-10T10:48:29.652Z", + "date": "2022-01-19T08:58:57.646Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-seek-buttons-google-free", - "homepage": "https://github.com/joschahenningsen/videojs-seek-buttons#readme", - "repository": "https://github.com/joschahenningsen/videojs-seek-buttons", - "bugs": "https://github.com/joschahenningsen/videojs-seek-buttons/issues" + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-subtitle-settings" }, "author": { - "name": "mister-ben", - "email": "git@misterben.me" + "name": "filmgardi" }, "publisher": { - "username": "joschahenningsen", - "email": "joschahenn@gmail.com" + "username": "xessam", + "email": "ivyblackmail@gmail.com" }, "maintainers": [ { - "username": "joschahenningsen", - "email": "joschahenn@gmail.com" + "username": "faridghafoori", + "email": "faridghafooriadl@gmail.com" + }, + { + "username": "xessam", + "email": "ivyblackmail@gmail.com" + }, + { + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" } ], - "downloads": 2 + "downloads": 4 }, { - "name": "@viostream/videojs-title-overlay", - "scope": "viostream", - "version": "0.0.3", + "name": "videojs-yt-style", + "scope": "unscoped", + "version": "0.1.8", + "description": "VideoJS CSS Skin like YT", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-09-28T23:36:51.835Z", + "date": "2022-12-17T18:29:03.518Z", "links": { - "npm": "https://www.npmjs.com/package/%40viostream%2Fvideojs-title-overlay" + "npm": "https://www.npmjs.com/package/videojs-yt-style", + "homepage": "https://github.com/paidless/videojs-yt-style#readme", + "repository": "https://github.com/paidless/videojs-yt-style", + "bugs": "https://github.com/paidless/videojs-yt-style/issues" }, "author": { - "name": "Paul Vecchiato", - "email": "370348+pvecchiato@users.noreply.github.com" + "name": "Ami-OS", + "email": "grizzltty.app@gmail.com", + "username": "ami-os" }, "publisher": { - "username": "giskard", - "email": "security@viostream.com" + "username": "ami-os", + "email": "grizzltty.app@gmail.com" }, "maintainers": [ { - "username": "johnl123", - "email": "john.ludgate@viostream.com" - }, - { - "username": "fsergiojr", - "email": "fsergiojr@yahoo.com.br" - }, - { - "username": "pvecchiato", - "email": "paul.vecchiato@viostream.com" - }, - { - "username": "sjauld", - "email": "sja@marsupialmusic.net" - }, - { - "username": "giskard", - "email": "security@viostream.com" + "username": "ami-os", + "email": "grizzltty.app@gmail.com" } ], - "downloads": 5 + "downloads": 4 }, { - "name": "videojs-related", - "scope": "unscoped", - "version": "0.0.1", - "description": "Load related videos after clip is finished.", + "name": "@misterben/videojs-poster-time", + "scope": "misterben", + "version": "1.0.0", + "description": "Shows the video duration on the poster", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2016-12-15T15:05:06.060Z", + "date": "2022-05-30T13:22:25.391Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-related" + "npm": "https://www.npmjs.com/package/%40misterben%2Fvideojs-poster-time" }, "author": { - "name": "Gustaf Elbander", - "email": "gustaf.elbander@flownetwork.se" + "name": "mister-ben", + "email": "git@misterben.me" }, "publisher": { - "username": "gelbander", - "email": "gelbander@gmail.com" + "username": "misterben", + "email": "npm@misterben.me" }, "maintainers": [ { - "username": "gelbander", - "email": "gelbander@gmail.com" + "username": "misterben", + "email": "npm@misterben.me" } ], - "downloads": 1 + "downloads": 11 }, { - "name": "@filmgardi/videojs-skip-button", - "scope": "filmgardi", - "version": "2.0.2", + "name": "videojs-marker-plugin", + "scope": "unscoped", + "version": "1.0.1", + "description": "![](./assets/screen-shot.png \"videojs-marker-plugin screen shot\")", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2022-01-17T11:04:35.908Z", + "date": "2021-05-14T02:22:07.620Z", "links": { - "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-skip-button" + "npm": "https://www.npmjs.com/package/videojs-marker-plugin" }, "author": { - "name": "Mohamad Saffari Far", - "email": "mohamadsaffari90@gmail.com", - "username": "saffari-m" + "name": "siaikin", + "email": "xiayi.jin@juphoon.com.cn" }, "publisher": { - "username": "xessam", - "email": "ivyblackmail@gmail.com" + "username": "abc1310054026", + "email": "abc1310054026@163.com" }, "maintainers": [ { - "username": "faridghafoori", - "email": "faridghafooriadl@gmail.com" - }, - { - "username": "xessam", - "email": "ivyblackmail@gmail.com" - }, - { - "username": "saffari-m", - "email": "mohamadsaffari90@gmail.com" + "username": "abc1310054026", + "email": "abc1310054026@163.com" } ], - "downloads": 123 + "downloads": 24 }, { - "name": "@hola.org/videojs-contrib-media-sources", - "scope": "hola.org", - "version": "3.1.0-12", - "description": "A Media Source Extensions plugin for video.js", + "name": "videojs-http-source-selector", + "scope": "unscoped", + "version": "1.1.6", + "description": "VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-selectable level selection options for adaptive http streams.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2017-05-11T12:05:12.119Z", + "date": "2019-08-08T04:28:39.917Z", "links": { - "npm": "https://www.npmjs.com/package/%40hola.org%2Fvideojs-contrib-media-sources", - "homepage": "https://github.com/hola/videojs-contrib-media-sources#readme", - "repository": "https://github.com/hola/videojs-contrib-media-sources", - "bugs": "https://github.com/hola/videojs-contrib-media-sources/issues" + "npm": "https://www.npmjs.com/package/videojs-http-source-selector", + "homepage": "https://github.com/jfujita/videojs-http-source-selector#readme", + "repository": "https://github.com/jfujita/videojs-http-source-selector", + "bugs": "https://github.com/jfujita/videojs-http-source-selector/issues" }, "author": { - "name": "Brightcove, Inc." + "name": "Justin Fujita", + "email": "Justin@pivotshare.com" }, "publisher": { - "username": "hola.org", - "email": "npm@hola.org" + "username": "jfujita", + "email": "justin.fujita@gmail.com" }, "maintainers": [ { - "username": "hola.org", - "email": "npm@hola.org" + "username": "jfujita", + "email": "justin@pivotshare.com" } ], - "downloads": 29 + "downloads": 7429 }, { - "name": "@my-videojs/videojs-contrib-hls", - "scope": "my-videojs", - "version": "5.15.5", - "description": "Play back HLS with video.js, even where it's not natively supported", + "name": "videojs-spellbook", + "scope": "unscoped", + "version": "4.0.1", + "description": "An official web project builder for video.js and its plugins", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-02-01T05:58:16.772Z", + "date": "2017-04-25T20:04:07.146Z", "links": { - "npm": "https://www.npmjs.com/package/%40my-videojs%2Fvideojs-contrib-hls", - "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", - "repository": "https://github.com/videojs/videojs-contrib-hls", - "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + "npm": "https://www.npmjs.com/package/videojs-spellbook", + "homepage": "https://github.com/videojs/spellbook#readme", + "repository": "https://github.com/videojs/spellbook", + "bugs": "https://github.com/videojs/spellbook/issues" }, "author": { - "name": "Brightcove, Inc" + "name": "Brandon Casey" }, "publisher": { - "username": "mraiguo", - "email": "810158465@qq.com" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" }, "maintainers": [ { - "username": "mraiguo", - "email": "810158465@qq.com" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" } ], - "downloads": 18 + "downloads": 1 }, { - "name": "grunt-videojs-languages", - "scope": "unscoped", - "version": "0.0.4", - "description": "A grunt task to convert video.js language JSON files in to includable scripts.", + "name": "@filmgardi/videojs-quality-selector", + "scope": "filmgardi", + "version": "1.1.3", + "description": "no desc", "keywords": [ - "gruntplugin", "videojs", - "html5", - "flash", - "video", - "player" + "videojs-plugin" ], - "date": "2014-08-27T23:13:40.156Z", + "date": "2022-06-11T12:49:02.847Z", "links": { - "npm": "https://www.npmjs.com/package/grunt-videojs-languages", - "homepage": "https://github.com/videojs/grunt-videojs-languages", - "repository": "https://github.com/videojs/grunt-videojs-languages", - "bugs": "https://github.com/videojs/grunt-videojs-languages/issues" + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-quality-selector" }, "author": { - "name": "Brightcove" + "name": "filmgardi" }, "publisher": { - "username": "seniorflexdeveloper", - "email": "seniorflexdeveloper@gmail.com" + "username": "xessam", + "email": "ivyblackmail@gmail.com" }, "maintainers": [ { - "username": "seniorflexdeveloper", - "email": "seniorflexdeveloper@gmail.com" + "username": "faridghafoori", + "email": "faridghafooriadl@gmail.com" + }, + { + "username": "xessam", + "email": "ivyblackmail@gmail.com" + }, + { + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" } ], - "downloads": 17 + "downloads": 1 }, { - "name": "videojs-contrib-hls-4k-fix", + "name": "videojs-marquee-overlay", "scope": "unscoped", - "version": "5.14.1", - "description": "Play back HLS with video.js, even where it's not natively supported", + "version": "2.0.1", + "description": "marquee plugin on video", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2020-08-29T18:36:25.332Z", + "date": "2017-10-24T07:43:47.561Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-hls-4k-fix", - "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", - "repository": "https://github.com/videojs/videojs-contrib-hls", - "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + "npm": "https://www.npmjs.com/package/videojs-marquee-overlay", + "homepage": "https://github.com/Lethea/videojs-marquee-overlay-scrolling-text#readme", + "repository": "https://github.com/Lethea/videojs-marquee-overlay-scrolling-text", + "bugs": "https://github.com/Lethea/videojs-marquee-overlay-scrolling-text/issues" }, "author": { - "name": "Brightcove, Inc" + "name": "Emre Karatasoglu", + "url": "emre.karatasoglu@hotmail.com" }, "publisher": { - "username": "peiying16", - "email": "mryang91@hotmail.com" + "username": "lethea", + "email": "emre.karatasoglu@hotmail.com" }, "maintainers": [ { - "username": "peiying16", - "email": "mryang91@hotmail.com" + "username": "lethea", + "email": "emre.karatasoglu@hotmail.com" } ], - "downloads": 2 + "downloads": 7 }, { - "name": "videojs-resolution-switcher", + "name": "videojs-dvr", "scope": "unscoped", - "version": "0.4.2", - "description": "Resolution switcher for video.js 5", + "version": "1.4.0", + "description": "A Video.js plugin for Seekbar with DVR support.", "keywords": [ "videojs", - "html5", - "flash", - "video", - "player", - "resolution", - "source", "videojs-plugin" ], - "date": "2016-04-05T17:22:02.609Z", + "date": "2019-07-29T04:11:08.097Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-resolution-switcher", - "homepage": "https://github.com/kmoskwiak/videojs-resolution-switcher#readme", - "repository": "https://github.com/kmoskwiak/videojs-resolution-switcher", - "bugs": "https://github.com/kmoskwiak/videojs-resolution-switcher/issues" + "npm": "https://www.npmjs.com/package/videojs-dvr", + "homepage": "https://github.com/facundofernandez/videojs-dvr", + "repository": "https://github.com/facundofernandez/videojs-dvr", + "bugs": "https://github.com/facundofernandez/videojs-dvr/issues" }, "author": { - "name": "Kasper Moskwiak", - "email": "kasper.moskwiak@gmail.com", - "url": "http://kspr.pl", - "username": "cosma" + "name": "ff.fernandez.facundo", + "email": "ff.fernandez.facundo@gmail.com", + "username": "facundofernandez" }, "publisher": { - "username": "cosma", - "email": "kasper.moskwiak@gmail.com" + "username": "facundofernandez", + "email": "ff.fernandez.facundo@gmail.com" }, "maintainers": [ { - "username": "cosma", - "email": "kasper.moskwiak@gmail.com" + "username": "facundofernandez", + "email": "ff.fernandez.facundo@gmail.com" } ], - "downloads": 875 + "downloads": 52 }, { "name": "videojs-per-source-behaviors", @@ -10060,20 +8378,144 @@ }, "maintainers": [ { - "username": "bc-srimron-soutter", - "email": "srimron-soutter@brightcove.com" + "username": "madhu_g", + "email": "mganapathiraaja@brightcove.com" }, { - "username": "prasant7bc", - "email": "prasanth.y@brightcove.com" + "username": "geethu.k", + "email": "geethu.karthik@brightove.com" }, { - "username": "bart-stevens-bc", - "email": "bart.stevens@brightcove.com" + "username": "hugocjim", + "email": "hjimenez@brightcove.com" + }, + { + "username": "luisbacasehua", + "email": "lbacasehua@brightcove.com" + }, + { + "username": "daniel_campos", + "email": "dcampos@brightcove.com" + }, + { + "username": "kevin.schick", + "email": "kschick@brightcove.com" + }, + { + "username": "m.morrison", + "email": "mmorrison@brightcove.com" + }, + { + "username": "rgroesch", + "email": "rgroesch@brightcove.com" + }, + { + "username": "phale", + "email": "phale@brightcove.com" + }, + { + "username": "uomar", + "email": "uomar@brightcove.com" + }, + { + "username": "abarstowbc", + "email": "abarstow@brightcove.com" + }, + { + "username": "sbarathan", + "email": "sbarathan@brightcove.com" + }, + { + "username": "adamico-bc", + "email": "alex.damico@brightcove.com" + }, + { + "username": "kpandiyarajan", + "email": "kpandiyarajan@brightcove.com" + }, + { + "username": "msivalls", + "email": "msivalls@brightcove.com" + }, + { + "username": "vbustillos", + "email": "vbustillos@brightcove.com" + }, + { + "username": "rburnham", + "email": "rburnham@brightcove.com" + }, + { + "username": "imorones", + "email": "imorones@brightcove.com" + }, + { + "username": "bhong-brightcove", + "email": "bhong@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "shubham.chavhan", + "email": "shubham.chavhan@brightcove.com" + }, + { + "username": "albertogomez", + "email": "agomez@brightcove.com" + }, + { + "username": "gestrada-br", + "email": "gestrada@brightcove.com" + }, + { + "username": "lpintor", + "email": "lpintor@brightcove.com" + }, + { + "username": "amillerbrightcove", + "email": "amiller@brightcove.com" + }, + { + "username": "lvohra", + "email": "lvohra@brightcove.com" }, { - "username": "nnguyen150468", - "email": "nnguyen@brightcove.com" + "username": "charles.seat", + "email": "charles.seat@brightcove.com" + }, + { + "username": "mcho-bc", + "email": "mcho@brightcove.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "fsalazarbc", + "email": "fsalazar@brightcove.com" + }, + { + "username": "dawnpacko", + "email": "dpacko@brightcove.com" + }, + { + "username": "ldominguez", + "email": "ldominguez@brightcove.com" + }, + { + "username": "bc-srimron-soutter", + "email": "srimron-soutter@brightcove.com" + }, + { + "username": "bart-stevens-bc", + "email": "bart.stevens@brightcove.com" }, { "username": "rsilva_brightcove", @@ -10099,34 +8541,14 @@ "username": "cloewer_bc", "email": "cloewer@brightcove.com" }, - { - "username": "enrique.henderson", - "email": "enrique.henderson@brightcove.com" - }, - { - "username": "muhamad.mahmudov", - "email": "muhamad.mahmudov@brightcove.com" - }, { "username": "carredondo", "email": "carredondo@brightcove.com" }, - { - "username": "jagadeesh_lakshminarasimhan", - "email": "jnarasimhan@brightcove.com" - }, { "username": "brianhsu", "email": "bhsu@brightcove.com" }, - { - "username": "lewis.moten.brightcove", - "email": "lewis.moten@brightcove.com" - }, - { - "username": "kchang-brightcove", - "email": "kchang@brightcove.com" - }, { "username": "niklagbrightcove", "email": "niko.lagman@brightcove.com" @@ -10135,14 +8557,6 @@ "username": "tsraveling_bc", "email": "tim.raveling@brightcove.com" }, - { - "username": "natalia-chegrynets", - "email": "natalia.chegrynets@brightcove.com" - }, - { - "username": "rsutharu", - "email": "rsutharu@brightcove.com" - }, { "username": "natedennis", "email": "nathan.dennis@brightcove.com" @@ -10155,18 +8569,6 @@ "username": "craigparrottebc", "email": "cparrotte@brightcove.com" }, - { - "username": "mwebster789", - "email": "matthew.webster@brightcove.com" - }, - { - "username": "vandana90", - "email": "vandana.surendranath@brightcove.com" - }, - { - "username": "amrith.pai", - "email": "amrith.pai@brightcove.com" - }, { "username": "bc-acgarcia", "email": "acgarcia@brightcove.com" @@ -10175,10 +8577,6 @@ "username": "adavila1", "email": "adavila@brightcove.com" }, - { - "username": "francis-alegre", - "email": "francis.alegre@brightcove.com" - }, { "username": "vaishalijayaraman", "email": "vjayaraman@brightcove.com" @@ -10211,10 +8609,6 @@ "username": "randresf", "email": "andres.restrepo@brightcove.com" }, - { - "username": "harold.murcia", - "email": "harold.murcia@brightcove.com" - }, { "username": "v.kozlov_bc", "email": "vitali.kozlov@brightcove.com" @@ -10224,44 +8618,20 @@ "email": "nmuragam@brightcove.com" }, { - "username": "michaelmccarthybc", - "email": "michael.mccarthy@brightcove.com" - }, - { - "username": "abarstowbc", - "email": "abarstow@brightcove.com" - }, - { - "username": "georgesanchez.diazjr", - "email": "jsanchez@brightcove.com" - }, - { - "username": "poneill-bcov", - "email": "poneill@brightcove.com" - }, - { - "username": "gsinger-brightcove", - "email": "gsinger@brightcove.com" - }, - { - "username": "mdeltorobcov", - "email": "mdeltoro@brightcove.com" - }, - { - "username": "scottbishop", - "email": "scott.bishop@brightcove.com" + "username": "michaelmccarthybc", + "email": "michael.mccarthy@brightcove.com" }, { - "username": "bcov_david-kelly", - "email": "david.kelly@brightcove.com" + "username": "georgesanchez.diazjr", + "email": "jsanchez@brightcove.com" }, { - "username": "yji_bc", - "email": "yuan.ji@brightcove.com" + "username": "poneill-bcov", + "email": "poneill@brightcove.com" }, { - "username": "jahidulislam", - "email": "jahidul.islam@brightcove.com" + "username": "mdeltorobcov", + "email": "mdeltoro@brightcove.com" }, { "username": "jmohneycove", @@ -10271,10 +8641,6 @@ "username": "inbc01", "email": "igor.nakshin@brightcove.com" }, - { - "username": "valon.sejdini84", - "email": "valon.sejdini@brightcove.com" - }, { "username": "jeff.schuman", "email": "jeff.schuman@brightcove.com" @@ -10315,10 +8681,6 @@ "username": "lasanchezc", "email": "lsanchez@brightcove.com" }, - { - "username": "apadhye", - "email": "apadhye@brightcove.com" - }, { "username": "marguinbc", "email": "marguin@brightcove.com" @@ -10351,6 +8713,34 @@ "username": "jwhisenant", "email": "jwhisenant@brightcove.com" }, + { + "username": "ebertaud", + "email": "ebertaud@brightcove.com" + }, + { + "username": "oespinosac", + "email": "oespinosa@brightcove.com" + }, + { + "username": "dsalnikov", + "email": "dsalnikov@brightcove.com" + }, + { + "username": "sharanya.muruganandam", + "email": "sharanya.muruganandam@brightcove.com" + }, + { + "username": "vikaskumar.gajula", + "email": "vikaskumar.gajula@brightcove.com" + }, + { + "username": "xgarcia_npm", + "email": "xgarcia+npm@brightcove.com" + }, + { + "username": "jguerra", + "email": "jguerra@brightcove.com" + }, { "username": "rjune", "email": "rjune@brightcove.com" @@ -10367,10 +8757,6 @@ "username": "wswanbeck", "email": "wswanbeck@brightcove.com" }, - { - "username": "mjholland", - "email": "mholland@brightcove.com" - }, { "username": "gastafurov", "email": "gastafurov@brightcove.com" @@ -10399,10 +8785,6 @@ "username": "asinclair", "email": "asinclair@brightcove.com" }, - { - "username": "jedwards53", - "email": "jedwards@brightcove.com" - }, { "username": "hwoodbury", "email": "hwoodbury@brightcove.com" @@ -10459,18 +8841,10 @@ "username": "acruzr", "email": "acruz@brightcove.com" }, - { - "username": "egoulding", - "email": "egoulding@brightcove.com" - }, { "username": "marcogaray", "email": "mgaray@brightcove.com" }, - { - "username": "ipadilla", - "email": "ipadilla@brightcove.com" - }, { "username": "diegocruz1991", "email": "dcruz@brightcove.com" @@ -10495,10 +8869,6 @@ "username": "cvillasenor", "email": "cvillasenor@brightcove.com" }, - { - "username": "vchistyakov", - "email": "vchistyakov@brightcove.com" - }, { "username": "omartinez", "email": "omartinez@brightcove.com" @@ -10535,10 +8905,6 @@ "username": "cavieira", "email": "cavieira@brightcove.com" }, - { - "username": "mbalasubramaniam", - "email": "mbalasubramaniam@brightcove.com" - }, { "username": "arunjeyaprasad", "email": "arunjeyaprasad@brightcove.com" @@ -10559,18 +8925,10 @@ "username": "fdelgado_bc", "email": "fdelgado@brightcove.com" }, - { - "username": "syurishi", - "email": "syurishi@brightcove.com" - }, { "username": "agarciabcov", "email": "agarcia@brightcove.com" }, - { - "username": "priyadharsshini", - "email": "priyadharsshinis@brightcove.com" - }, { "username": "attinder", "email": "asingh@brightcove.com" @@ -10579,10 +8937,6 @@ "username": "lauralopez", "email": "llopez@brightcove.com" }, - { - "username": "granganathan", - "email": "granganathan@brightcove.com" - }, { "username": "skumar85", "email": "skumar@brightcove.com" @@ -10611,14 +8965,6 @@ "username": "ingrid.s.cruz", "email": "scruz@brightcove.com" }, - { - "username": "hkanagarajan", - "email": "hkanagarajan@brightcove.com" - }, - { - "username": "jcarfagno-bc", - "email": "jcarfagno@brightcove.com" - }, { "username": "luis_fernando_lopez_ruiz", "email": "lflopez@brightcove.com" @@ -10659,10 +9005,6 @@ "username": "jlomeli", "email": "jlomeli@brightcove.com" }, - { - "username": "jhurtado", - "email": "jhurtado@brightcove.com" - }, { "username": "sjimenez", "email": "sjimenez@brightcove.com" @@ -10687,10 +9029,6 @@ "username": "mshiwal", "email": "mshiwal@brightcove.com" }, - { - "username": "divyaudhayakumar", - "email": "dudhayakumar@brightcove.com" - }, { "username": "ptamizh", "email": "ptamizh@brightcove.com" @@ -10700,626 +9038,291 @@ "email": "akamalakkannan@brightcove.com" }, { - "username": "akatare", - "email": "akatare@brightcove.com" - }, - { - "username": "roman-bc", - "email": "rpougatchev@brightcove.com" - }, - { - "username": "tnwanna", - "email": "tnwanna@brightcove.com" - }, - { - "username": "bsahlas.npm", - "email": "bsahlas@brightcove.com" - }, - { - "username": "dherrera1109", - "email": "dherrera@brightcove.com" - }, - { - "username": "hswaminathan", - "email": "hswaminathan@brightcove.com" - }, - { - "username": "lramirez-bc", - "email": "lramirez@brightcove.com" - }, - { - "username": "hatondo-bcov", - "email": "hatondo@brightcove.com" - }, - { - "username": "echengbc", - "email": "echeng@brightcove.com" - }, - { - "username": "sbarrettbc", - "email": "sbarrett@brightcove.com" - }, - { - "username": "misteroneill", - "email": "pgoneill@gmail.com" - }, - { - "username": "gkatsev", - "email": "me@gkatsev.com" - }, - { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - } - ], - "downloads": 4589 - }, - { - "name": "videojs-hotkeys", - "scope": "unscoped", - "version": "0.2.27", - "description": "Adds more hotkey support to video.js", - "keywords": [ - "videojs", - "videojs-plugin", - "hotkeys" - ], - "date": "2020-08-03T03:13:01.060Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-hotkeys", - "homepage": "https://github.com/ctd1500/videojs-hotkeys", - "repository": "https://github.com/ctd1500/videojs-hotkeys", - "bugs": "https://github.com/ctd1500/videojs-hotkeys/issues" - }, - "author": { - "name": "Chris Dougherty" - }, - "publisher": { - "username": "ctd1500", - "email": "ctd1500@gmail.com" - }, - "maintainers": [ - { - "username": "ctd1500", - "email": "ctd1500@gmail.com" - } - ], - "downloads": 21841 - }, - { - "name": "@astobie/videojs-vr", - "scope": "astobie", - "version": "1.5.0", - "description": "A plugin to add 360 and VR video support to video.js. with custom to support different cube options", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2018-09-21T21:46:38.699Z", - "links": { - "npm": "https://www.npmjs.com/package/%40astobie%2Fvideojs-vr", - "homepage": "https://github.com/videojs/videojs-vr#readme", - "repository": "https://github.com/videojs/videojs-vr", - "bugs": "https://github.com/videojs/videojs-vr/issues" - }, - "author": { - "name": "Andrew Stobie", - "email": "agstobie@gmail.com", - "username": "astobie" - }, - "publisher": { - "username": "astobie", - "email": "agstobie@gmail.com" - }, - "maintainers": [ - { - "username": "astobie", - "email": "agstobie@gmail.com" - } - ], - "downloads": 1 - }, - { - "name": "@dminc/vhs-utils", - "scope": "dminc", - "version": "1.3.1", - "description": "Objects and functions shared throughtout @dminc/http-streaming code", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-08-06T07:54:08.348Z", - "links": { - "npm": "https://www.npmjs.com/package/%40dminc%2Fvhs-utils" - }, - "author": { - "name": "brandonocasey", - "email": "brandonocasey@gmail.com" - }, - "publisher": { - "username": "rraghav", - "email": "rajneeshraghav.org@gmail.com" - }, - "maintainers": [ - { - "username": "rraghav", - "email": "rajneeshraghav.org@gmail.com" - }, - { - "username": "rraghavdmi", - "email": "rraghav@dminc.com" - }, - { - "username": "yksingh", - "email": "yksingh@dminc.com" - } - ], - "downloads": 4 - }, - { - "name": "videojs-eloverlay", - "scope": "unscoped", - "version": "1.0.0", - "description": "hello", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-04-07T17:02:23.220Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-eloverlay" - }, - "author": { - "name": "icey830", - "email": "6993449@qq.com" - }, - "publisher": { - "username": "eparty360", - "email": "5728057@qq.com" - }, - "maintainers": [ - { - "username": "eparty360", - "email": "5728057@qq.com" - } - ], - "downloads": 1 - }, - { - "name": "videojs-age-limit-icon", - "scope": "unscoped", - "version": "1.0.0", - "description": "A Video.js plugin for displaying age limit icon over the video", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-01-14T15:32:33.391Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-age-limit-icon", - "homepage": "https://github.com/sgromkov/videojs-age-limit-icon#readme", - "repository": "https://github.com/sgromkov/videojs-age-limit-icon", - "bugs": "https://github.com/sgromkov/videojs-age-limit-icon/issues" - }, - "author": { - "name": "Sergey Gromkov", - "email": "sgromkov@gmail.com", - "username": "sgromkov" - }, - "publisher": { - "username": "sgromkov", - "email": "sgromkov@gmail.com" - }, - "maintainers": [ - { - "username": "sgromkov", - "email": "sgromkov@gmail.com" - } - ], - "downloads": 2 - }, - { - "name": "videojs-overlay-buttons", - "scope": "unscoped", - "version": "1.3.0", - "description": "Overlay buttons for videojs player", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-05-10T12:58:46.080Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-overlay-buttons", - "homepage": "https://github.com/hoangvu12/videojs-overlay-buttons#readme", - "repository": "https://github.com/hoangvu12/videojs-overlay-buttons", - "bugs": "https://github.com/hoangvu12/videojs-overlay-buttons/issues" - }, - "author": { - "name": "hoangvu12", - "email": "68330291+hoangvu12@users.noreply.github.com" - }, - "publisher": { - "username": "nguyenvuzxc1", - "email": "nguyenvu@hoangvumail.com" - }, - "maintainers": [ + "username": "akatare", + "email": "akatare@brightcove.com" + }, { - "username": "nguyenvuzxc1", - "email": "nguyenvu@hoangvumail.com" - } - ], - "downloads": 642 - }, - { - "name": "@miksin/videojs-advancedcontrols", - "scope": "miksin", - "version": "0.0.3", - "description": "This plugin will add added functionality such as marks, range playback to videojs.", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-01-02T15:31:05.665Z", - "links": { - "npm": "https://www.npmjs.com/package/%40miksin%2Fvideojs-advancedcontrols" - }, - "author": { - "name": "miks.in" - }, - "publisher": { - "username": "hrn", - "email": "hiren@ruchandani.com" - }, - "maintainers": [ + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, { - "username": "hrn", - "email": "hiren@ruchandani.com" - } - ], - "downloads": 10 - }, - { - "name": "@filmgardi/videojs-vote", - "scope": "filmgardi", - "version": "1.0.3", - "description": "Simple voting plugin", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2022-01-17T09:17:30.875Z", - "links": { - "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-vote" - }, - "author": { - "name": "filmgardi" - }, - "publisher": { - "username": "xessam", - "email": "ivyblackmail@gmail.com" - }, - "maintainers": [ + "username": "tnwanna", + "email": "tnwanna@brightcove.com" + }, { - "username": "faridghafoori", - "email": "faridghafooriadl@gmail.com" + "username": "bsahlas.npm", + "email": "bsahlas@brightcove.com" }, { - "username": "xessam", - "email": "ivyblackmail@gmail.com" + "username": "dherrera1109", + "email": "dherrera@brightcove.com" }, { - "username": "saffari-m", - "email": "mohamadsaffari90@gmail.com" - } - ], - "downloads": 53 - }, - { - "name": "videojs-linear-tv-prototype", - "scope": "unscoped", - "version": "0.0.1", - "description": "Prototyping a linear TV flow with video js based on current time", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-09-15T14:36:34.704Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-linear-tv-prototype", - "homepage": "https://github.com/samueleastdev/videojs-linear-tv-prototype" - }, - "author": { - "name": "Samuel East" - }, - "publisher": { - "username": "samueleastdev", - "email": "mail@samueleast.co.uk" - }, - "maintainers": [ + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, { - "username": "samueleastdev", - "email": "mail@samueleast.co.uk" - } - ], - "downloads": 0 - }, - { - "name": "videojs-mirror", - "scope": "unscoped", - "version": "0.0.2", - "description": "mirror flip video horizontal", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-12-28T11:53:15.455Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-mirror", - "homepage": "https://github.com/kjakub/videojs-mirror#readme", - "repository": "https://github.com/kjakub/videojs-mirror", - "bugs": "https://github.com/kjakub/videojs-mirror/issues" - }, - "author": { - "name": "Jakub Kuchar" - }, - "publisher": { - "username": "kjakub", - "email": "jakub.kuchar@hotmail.com" - }, - "maintainers": [ + "username": "echengbc", + "email": "echeng@brightcove.com" + }, { - "username": "kjakub", - "email": "jakub.kuchar@hotmail.com" + "username": "sbarrettbc", + "email": "sbarrett@brightcove.com" + }, + { + "username": "misteroneill", + "email": "pgoneill@gmail.com" + }, + { + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" } ], - "downloads": 0 + "downloads": 8398 }, { - "name": "@youon/videojs-settings", - "scope": "youon", - "version": "1.0.23", - "description": "videojs settings plugin", + "name": "videojs-chromecast", + "scope": "unscoped", + "version": "2.0.8", + "description": "Chromecast plugin for videojs", "keywords": [ + "chromecast", "videojs", "videojs-plugin" ], - "date": "2019-02-12T14:58:22.225Z", + "date": "2016-10-18T13:54:41.828Z", "links": { - "npm": "https://www.npmjs.com/package/%40youon%2Fvideojs-settings" + "npm": "https://www.npmjs.com/package/videojs-chromecast", + "homepage": "https://github.com/benjipott/video.js-chromecast#readme", + "repository": "https://github.com/benjipott/video.js-chromecast", + "bugs": "https://github.com/benjipott/video.js-chromecast/issues" }, "author": { - "name": "Bruno Gomes" + "name": "Benjipott, Inc." }, "publisher": { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "benjipott", + "email": "pott.benjamin@gmail.com" }, "maintainers": [ { - "username": "fmoreira_youon", - "email": "fmoreira@youongroup.com" - }, - { - "username": "bgomes", - "email": "bgomes@youongroup.com" - }, - { - "username": "psilva_uon", - "email": "psilva@youongroup.com" + "username": "benjipott", + "email": "pott.benjamin@gmail.com" } ], - "downloads": 44 + "downloads": 721 }, { - "name": "videojs-shuttle-controls", + "name": "collectiv-tv-videojs-dock", "scope": "unscoped", - "version": "1.2.4", - "description": "Adds shuttle controls(JKL controls) to video.js", + "version": "3.1.0", + "description": "Dock plugin for videojs", "keywords": [ + "dock", "videojs", - "videojs-plugin", - "jog", - "shuttle", - "control", - "backward", - "rewind" + "videojs-plugin" ], - "date": "2020-04-26T12:41:37.315Z", + "date": "2022-01-14T15:08:48.510Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-shuttle-controls", - "homepage": "https://github.com/sweetberry/videojs-shuttle-controls", - "repository": "https://github.com/sweetberry/videojs-shuttle-controls", - "bugs": "https://github.com/sweetberry/videojs-shuttle-controls/issues" + "npm": "https://www.npmjs.com/package/collectiv-tv-videojs-dock", + "homepage": "https://github.com/brightcove/videojs-dock#readme", + "repository": "https://github.com/brightcove/videojs-dock", + "bugs": "https://github.com/brightcove/videojs-dock/issues" }, "author": { - "name": "sweetberry", - "email": "pixel@sweetberry.com", - "username": "sweetberry" + "name": "Brightcove, Inc." }, "publisher": { - "username": "sweetberry", - "email": "pixel@sweetberry.com" + "username": "lpgauth", + "email": "lp@collectiv.tv" }, "maintainers": [ { - "username": "sweetberry", - "email": "pixel@sweetberry.com" + "username": "lpgauth", + "email": "lp@collectiv.tv" } ], - "downloads": 10 + "downloads": 2 }, { - "name": "videojs-hlsjs-progress-control", + "name": "videojs-mux", "scope": "unscoped", - "version": "1.0.2", - "description": "Modify standard progress control for the better streaming experience.", + "version": "4.15.1", + "description": "Mux Data SDK for monitoring Video.js", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2019-11-01T15:08:09.615Z", + "date": "2023-04-24T20:53:35.311Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-hlsjs-progress-control", - "homepage": "https://github.com/TTitanUA/videojs-hlsjs-progress-control#readme", - "repository": "https://github.com/TTitanUA/videojs-hlsjs-progress-control", - "bugs": "https://github.com/TTitanUA/videojs-hlsjs-progress-control/issues" + "npm": "https://www.npmjs.com/package/videojs-mux" }, "author": { - "name": "Taras Prokofiev", - "email": "taras.prokofiev@devit-team.com" + "name": "Mux, Inc." }, "publisher": { - "username": "ttitanua", - "email": "xttitanx@gmail.com" + "username": "mux-npmjs", + "email": "mux-npmjs@mux.com" }, "maintainers": [ { - "username": "ttitanua", - "email": "xttitanx@gmail.com" + "username": "mux-npmjs", + "email": "mux-npmjs@mux.com" } ], - "downloads": 13 + "downloads": 10019 }, { - "name": "videojs-chapter-thumbnails", - "scope": "unscoped", - "version": "3.2.0", - "description": "Video.js plugin for supporting chapter thumbnails", + "name": "@filmgardi/videojs-season-playlist", + "scope": "filmgardi", + "version": "1.0.6", + "description": "no desc", "keywords": [ - "html5", - "player", - "video", "videojs", "videojs-plugin" ], - "date": "2017-04-06T00:21:56.358Z", + "date": "2022-01-23T12:50:29.851Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-chapter-thumbnails", - "homepage": "https://github.com/chemoish/videojs-chapter-thumbnails", - "repository": "https://github.com/chemoish/videojs-chapter-thumbnails", - "bugs": "https://github.com/chemoish/videojs-chapter-thumbnails/issues" + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-season-playlist" }, "author": { - "name": "Carey Hinoki", - "email": "carey.hinoki@gmail.com", - "username": "chemoish" + "name": "filmgardi" }, "publisher": { - "username": "chemoish", - "email": "carey.hinoki@gmail.com" + "username": "xessam", + "email": "ivyblackmail@gmail.com" }, "maintainers": [ { - "username": "chemoish", - "email": "carey.hinoki@gmail.com" + "username": "faridghafoori", + "email": "faridghafooriadl@gmail.com" + }, + { + "username": "xessam", + "email": "ivyblackmail@gmail.com" + }, + { + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" } ], - "downloads": 28 + "downloads": 2 }, { - "name": "mraiguo-videojs-contrib-hls", - "scope": "unscoped", - "version": "5.15.1", - "description": "Play back HLS with video.js, even where it's not natively supported", + "name": "@s3bubble/videojs-contrib-dash-with-quality-levels", + "scope": "s3bubble", + "version": "5.1.2", + "description": "A Video.js source-handler providing MPEG-DASH playback.", "keywords": [ + "MPEG-DASH", + "dash", + "dash.js", + "dashjs", + "playready", + "video.js", "videojs", - "videojs-plugin" + "videojs-plugin", + "widevine" ], - "date": "2019-04-16T14:32:02.113Z", + "date": "2022-01-12T18:43:45.348Z", "links": { - "npm": "https://www.npmjs.com/package/mraiguo-videojs-contrib-hls", - "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", - "repository": "https://github.com/videojs/videojs-contrib-hls", - "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + "npm": "https://www.npmjs.com/package/%40s3bubble%2Fvideojs-contrib-dash-with-quality-levels", + "homepage": "https://github.com/videojs/videojs-contrib-dash#readme", + "repository": "https://github.com/videojs/videojs-contrib-dash", + "bugs": "https://github.com/videojs/videojs-contrib-dash/issues" }, "author": { "name": "Brightcove, Inc" }, "publisher": { - "username": "mraiguo", - "email": "810158465@qq.com" + "username": "s3bubble", + "email": "support@s3bubble.com" }, "maintainers": [ { - "username": "mraiguo", - "email": "810158465@qq.com" + "username": "s3bubble", + "email": "support@s3bubble.com" } ], - "downloads": 1 + "downloads": 0 }, { - "name": "videojs-replayforward", + "name": "videojs-splash-play", "scope": "unscoped", - "version": "1.0.0", - "description": "Replay and Forward buttons", + "version": "2.0.2", + "description": "Replaces the default videojs play icon with a custom icon for video and audio players", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2019-01-15T17:54:12.772Z", + "date": "2022-05-02T16:01:47.081Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-replayforward" + "npm": "https://www.npmjs.com/package/videojs-splash-play" }, "author": { - "name": "Bruno Gomes", - "email": "bgomes@youongroup.com", - "username": "bgomes" + "name": "Adam Oliver", + "email": "mail@adamoliver.net", + "username": "adamoliver" }, "publisher": { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "adamoliver", + "email": "mail@adamoliver.net" }, "maintainers": [ { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "adamoliver", + "email": "mail@adamoliver.net" } ], - "downloads": 4 + "downloads": 59 }, { - "name": "videojs-contrib-hls-webpack", - "scope": "unscoped", - "version": "5.12.2", - "description": "Play back HLS with video.js, even where it's not natively supported", + "name": "@hola.org/videojs-contrib-ads", + "scope": "hola.org", + "version": "4.2.0-8", + "description": "A framework that provides common functionality needed by video advertisement libraries working with video.js.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2017-12-02T08:43:49.938Z", + "date": "2018-05-08T15:34:03.739Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-contrib-hls-webpack", - "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", - "repository": "https://github.com/videojs/videojs-contrib-hls", - "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + "npm": "https://www.npmjs.com/package/%40hola.org%2Fvideojs-contrib-ads", + "homepage": "https://github.com/hola/videojs-contrib-ads#readme", + "repository": "https://github.com/hola/videojs-contrib-ads", + "bugs": "https://github.com/hola/videojs-contrib-ads/issues" }, "author": { - "name": "Brightcove, Inc" + "name": "Brightcove" }, "publisher": { - "username": "chenzhuoqi", - "email": "zhuoqi_chen@126.com" + "username": "hola.org", + "email": "npm@hola.org" }, "maintainers": [ { - "username": "chenzhuoqi", - "email": "zhuoqi_chen@126.com" + "username": "hola.org", + "email": "npm@hola.org" } ], - "downloads": 1 + "downloads": 7 }, { - "name": "@rstruhl/videojs-contrib-hls", - "scope": "rstruhl", - "version": "5.15.2", + "name": "@hola.org/videojs-contrib-hls", + "scope": "hola.org", + "version": "2.2.0-14", "description": "Play back HLS with video.js, even where it's not natively supported", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2019-01-30T22:47:18.834Z", + "date": "2016-10-05T11:10:34.875Z", "links": { - "npm": "https://www.npmjs.com/package/%40rstruhl%2Fvideojs-contrib-hls", + "npm": "https://www.npmjs.com/package/%40hola.org%2Fvideojs-contrib-hls", "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", "repository": "https://github.com/videojs/videojs-contrib-hls", "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" @@ -11328,683 +9331,810 @@ "name": "Brightcove, Inc" }, "publisher": { - "username": "rstruhl", - "email": "rwstruhl@gmail.com" + "username": "hola.org", + "email": "npm@hola.org" }, "maintainers": [ { - "username": "rstruhl", - "email": "rwstruhl@gmail.com" + "username": "hola.org", + "email": "npm@hola.org" } ], - "downloads": 4 + "downloads": 10 }, { - "name": "@youon/videojs-pip", - "scope": "youon", - "version": "1.0.3", - "description": "videojs picture-in-picture", + "name": "@viostream/videojs-overlay", + "scope": "viostream", + "version": "2.1.6-f.97-master", + "description": "A plugin to display simple overlays during video playback.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2019-01-16T15:31:55.382Z", + "date": "2021-10-18T23:50:11.057Z", "links": { - "npm": "https://www.npmjs.com/package/%40youon%2Fvideojs-pip" + "npm": "https://www.npmjs.com/package/%40viostream%2Fvideojs-overlay", + "homepage": "https://github.com/viostream/videojs-overlay#readme", + "repository": "https://github.com/viostream/videojs-overlay", + "bugs": "https://github.com/viostream/videojs-overlay/issues" }, "author": { - "name": "Bruno Gomes", - "email": "bgomes@youongroup.com", - "username": "bgomes" + "name": "Brightcove, Inc." }, "publisher": { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "giskard", + "email": "security@viostream.com" }, "maintainers": [ { - "username": "fmoreira_youon", - "email": "fmoreira@youongroup.com" + "username": "johnl123", + "email": "john.ludgate@viostream.com" }, { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "fsergiojr", + "email": "fsergiojr@yahoo.com.br" }, { - "username": "psilva_uon", - "email": "psilva@youongroup.com" + "username": "pvecchiato", + "email": "paul.vecchiato@viostream.com" + }, + { + "username": "sjauld", + "email": "sja@marsupialmusic.net" + }, + { + "username": "giskard", + "email": "security@viostream.com" } ], - "downloads": 11 + "downloads": 9 }, { - "name": "@youon/videojs-sprite-thumbnails", - "scope": "youon", - "version": "1.0.2", - "description": "Plugin to display thumbnails from a sprite image when hovering over the progress bar.", + "name": "videojs-dynamic-overlay", + "scope": "unscoped", + "version": "2.0.0", + "description": "Dynamic Overlay Text On Video Js", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2019-10-21T09:02:51.935Z", + "date": "2017-10-20T11:13:59.738Z", "links": { - "npm": "https://www.npmjs.com/package/%40youon%2Fvideojs-sprite-thumbnails" + "npm": "https://www.npmjs.com/package/videojs-dynamic-overlay", + "homepage": "https://github.com/Lethea/videojs-dynamic-overlay#readme", + "repository": "https://github.com/Lethea/videojs-dynamic-overlay", + "bugs": "https://github.com/Lethea/videojs-dynamic-overlay/issues" }, "author": { - "name": "Christian Ebert", - "email": "blacktrash@gmx.net", - "url": "https://blacktrash.org" + "name": "Emre Karatasoglu", + "email": "emre.karatasoglu@hotmail.com", + "username": "lethea" }, "publisher": { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "lethea", + "email": "emre.karatasoglu@hotmail.com" }, "maintainers": [ { - "username": "fmoreira_youon", - "email": "fmoreira@youongroup.com" - }, - { - "username": "bgomes", - "email": "bgomes@youongroup.com" - }, - { - "username": "psilva_uon", - "email": "psilva@youongroup.com" + "username": "lethea", + "email": "emre.karatasoglu@hotmail.com" } ], - "downloads": 13 + "downloads": 10 }, { - "name": "pthumbnails", - "scope": "unscoped", - "version": "1.2.0", - "description": "Thumbnails on progress bar hover/videojs scrubbing, using VTT files.", + "name": "@adsignal/videojs-shuttle-controls", + "scope": "adsignal", + "version": "1.2.4", + "description": "Adds shuttle controls(JKL controls) to video.js", "keywords": [ "videojs", - "videojs-plugin" + "videojs-plugin", + "jog", + "shuttle", + "control", + "backward", + "rewind" ], - "date": "2020-04-04T15:58:52.657Z", + "date": "2022-06-17T12:58:16.538Z", "links": { - "npm": "https://www.npmjs.com/package/pthumbnails", - "homepage": "https://github.com/rigelk/videojs-vtt-thumbnails#readme", - "repository": "https://github.com/rigelk/videojs-vtt-thumbnails", - "bugs": "https://github.com/rigelk/videojs-vtt-thumbnails/issues" + "npm": "https://www.npmjs.com/package/%40adsignal%2Fvideojs-shuttle-controls", + "homepage": "https://github.com/sweetberry/videojs-shuttle-controls", + "repository": "https://github.com/sweetberry/videojs-shuttle-controls", + "bugs": "https://github.com/sweetberry/videojs-shuttle-controls/issues" }, "author": { - "name": "Rigel Kent", - "email": "sendmemail@rigelk.eu", - "username": "rigelk" + "name": "sweetberry", + "email": "pixel@sweetberry.com" }, "publisher": { - "username": "rigelk", - "email": "sendmemail@rigelk.eu" + "username": "adsignal", + "email": "npm@ad-signal.io" }, "maintainers": [ { - "username": "rigelk", - "email": "sendmemail@rigelk.eu" + "username": "adsignal", + "email": "npm@ad-signal.io" } ], - "downloads": 1 + "downloads": 21 }, { - "name": "videojs-quality-selector-plugin", - "scope": "unscoped", - "version": "1.0.2", - "description": "Video quality selector", + "name": "@filmgardi/videojs-next-episode", + "scope": "filmgardi", + "version": "2.0.6", + "description": "Next episode in serials show...", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2019-01-18T09:09:48.455Z", + "date": "2022-01-23T12:46:38.249Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-quality-selector-plugin" + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-next-episode" }, "author": { - "name": "fatelei", - "email": "fatelei@gmail.com", - "username": "fatelei" + "name": "Mohamad Saffari Far", + "email": "mohamadsaffari90@gmail.com", + "username": "saffari-m" }, "publisher": { - "username": "fatelei", - "email": "fatelei@gmail.com" + "username": "xessam", + "email": "ivyblackmail@gmail.com" }, "maintainers": [ { - "username": "fatelei", - "email": "fatelei@gmail.com" + "username": "faridghafoori", + "email": "faridghafooriadl@gmail.com" + }, + { + "username": "xessam", + "email": "ivyblackmail@gmail.com" + }, + { + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" } ], - "downloads": 2 + "downloads": 5 }, { - "name": "@youon/videojs-big-replay", - "scope": "youon", - "version": "1.0.8", - "description": "videojs plugin", + "name": "videojs-language-switch", + "scope": "unscoped", + "version": "1.2.0", + "description": "Control for switching between video language versions", "keywords": [ - "plugin", "videojs", "videojs-plugin" ], - "date": "2018-12-27T17:14:13.692Z", + "date": "2018-02-15T15:58:06.353Z", "links": { - "npm": "https://www.npmjs.com/package/%40youon%2Fvideojs-big-replay" + "npm": "https://www.npmjs.com/package/videojs-language-switch" }, "author": { - "name": "Bruno Gomes" + "name": "Adam Oliver", + "email": "mail@adamoliver.net", + "username": "adamoliver" }, "publisher": { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "adamoliver", + "email": "mail@adamoliver.net" }, "maintainers": [ { - "username": "fmoreira_youon", - "email": "fmoreira@youongroup.com" - }, - { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "adamoliver", + "email": "mail@adamoliver.net" }, { - "username": "psilva_uon", - "email": "psilva@youongroup.com" + "username": "mrajczakowski", + "email": "mariusz.rsky@gmail.com" } ], - "downloads": 26 + "downloads": 181 }, { - "name": "@dminc/mpd-parser", - "scope": "dminc", - "version": "0.10.11", - "description": "mpd parser", + "name": "videojs-css", + "scope": "unscoped", + "version": "1.2.0", + "description": "[npm-icon]: https://nodei.co/npm/videojs-css.png?downloads=true&downloadRank=true&stars=true", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-08-06T08:50:07.734Z", + "date": "2021-03-08T21:10:30.261Z", "links": { - "npm": "https://www.npmjs.com/package/%40dminc%2Fmpd-parser" + "npm": "https://www.npmjs.com/package/videojs-css", + "homepage": "https://github.com/facundofernandez/videojs-css#readme", + "repository": "https://github.com/facundofernandez/videojs-css", + "bugs": "https://github.com/facundofernandez/videojs-css/issues" }, "author": { - "name": "Brightcove, Inc" + "name": "Facundo Fernandez", + "email": "ff.fernandez.facundo@gmail.com", + "username": "facundofernandez" }, "publisher": { - "username": "rraghav", - "email": "rajneeshraghav.org@gmail.com" + "username": "facundofernandez", + "email": "ff.fernandez.facundo@gmail.com" }, "maintainers": [ { - "username": "rraghav", - "email": "rajneeshraghav.org@gmail.com" - }, - { - "username": "rraghavdmi", - "email": "rraghav@dminc.com" - }, - { - "username": "yksingh", - "email": "yksingh@dminc.com" + "username": "facundofernandez", + "email": "ff.fernandez.facundo@gmail.com" } ], - "downloads": 6 + "downloads": 168 }, { - "name": "videojs-doc-generator", + "name": "videojs-contextmenu-ui-fixed", "scope": "unscoped", - "version": "0.0.1", - "description": "Documentation generator for the Video.js codebase and plugins", + "version": "5.1.0", + "description": "A cross-device context menu UI for video.js players.", "keywords": [ "videojs", - "gruntplugin", - "docs", - "esprima" + "videojs-plugin" ], - "date": "2013-09-20T22:48:31.562Z", + "date": "2019-04-14T23:40:47.301Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-doc-generator", - "homepage": "https://github.com/videojs/doc-generator", - "repository": "https://github.com/videojs/doc-generator", - "bugs": "https://github.com/videojs/doc-generator/issues" + "npm": "https://www.npmjs.com/package/videojs-contextmenu-ui-fixed" }, "author": { - "name": "Steve Heffernan", - "url": "http://blog.heff.me" + "name": "Brightcove, Inc." }, "publisher": { - "username": "heff", - "email": "steve@zencoder.com" + "username": "tacaza", + "email": "vnvista@gmail.com" }, "maintainers": [ { - "username": "gkatsev", - "email": "me@gkatsev.com" - }, - { - "username": "heff", - "email": "npm@heff.me" + "username": "tacaza", + "email": "vnvista@gmail.com" } ], - "downloads": 15 + "downloads": 0 }, { - "name": "videojs_snapshot_new", + "name": "kinow-video-analytics", "scope": "unscoped", - "version": "1.0.3", - "description": "Video.js plugin for taking a snapshot of what is playing.", + "version": "1.3.29", + "description": "Video Players adapters for Kinow Video Analytics", "keywords": [ - "videojs", - "videojs-plugin" + "video", + "analytics", + "kinow", + "clappr", + "flowplayer", + "videojs" ], - "date": "2020-01-14T03:17:15.816Z", + "date": "2023-01-11T17:17:03.463Z", "links": { - "npm": "https://www.npmjs.com/package/videojs_snapshot_new", - "homepage": "https://github.com/hitpang/video-js-snapshot#readme", - "repository": "https://github.com/hitpang/video-js-snapshot", - "bugs": "https://github.com/hitpang/video-js-snapshot/issues" + "npm": "https://www.npmjs.com/package/kinow-video-analytics", + "homepage": "https://www.kinow.com", + "repository": "https://github.com/kinow-io/video-analytics-players", + "bugs": "https://github.com/kinow-io/video-analytics-players/issues" }, "author": { - "name": "searKing", - "email": "searKingChan@gmail.com" + "name": "Kinow" }, "publisher": { - "username": "hitpang", - "email": "80853434@qq.com" + "username": "kinow_tek", + "email": "it@kinow.com" }, "maintainers": [ { - "username": "hitpang", - "email": "80853434@qq.com" + "username": "aminekhiar", + "email": "Amine.KHIAR@alphanetworks.tv" + }, + { + "username": "mathieu-kinow", + "email": "mathieu@kinow.com" + }, + { + "username": "kinow_tek", + "email": "it@kinow.com" } ], - "downloads": 4 + "downloads": 9 }, { - "name": "videojs-remnant", + "name": "videojs-http-source-selector-2", "scope": "unscoped", - "version": "2.0.0", - "description": "A video.js plugin to leave the last frame video at the end of playback.", + "version": "1.1.10", + "description": "VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-selectable level selection options for adaptive http streams.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2020-02-27T08:59:22.562Z", + "date": "2021-05-17T13:37:47.510Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-remnant", - "homepage": "https://github.com/tapioca24/videojs-remnant", - "repository": "https://github.com/tapioca24/videojs-remnant", - "bugs": "https://github.com/tapioca24/videojs-remnant/issues" + "npm": "https://www.npmjs.com/package/videojs-http-source-selector-2", + "homepage": "https://github.com/jfujita/videojs-http-source-selector#readme", + "repository": "https://github.com/jfujita/videojs-http-source-selector", + "bugs": "https://github.com/jfujita/videojs-http-source-selector/issues" }, "author": { - "name": "tapioca24" + "name": "Justin Fujita", + "email": "Justin@pivotshare.com" }, "publisher": { - "username": "tapioca24", - "email": "tapioca_niconico@yahoo.co.jp" + "username": "thebootsie123", + "email": "bootsie227@gmail.com" }, "maintainers": [ { - "username": "tapioca24", - "email": "tapioca_niconico@yahoo.co.jp" + "username": "bootsie123", + "email": "johnarrandale@gmail.com" } ], - "downloads": 2 - }, - { - "name": "@youon/videojs-osg", - "scope": "youon", - "version": "1.0.8", - "description": "on screen graphics", + "downloads": 13 + }, + { + "name": "videojs-playlist-autoplay", + "scope": "unscoped", + "version": "3.0.0", + "description": "Playlist plugin for videojs", "keywords": [ + "playlist", "videojs", "videojs-plugin" ], - "date": "2019-12-11T11:35:09.463Z", + "date": "2016-12-22T10:08:15.156Z", "links": { - "npm": "https://www.npmjs.com/package/%40youon%2Fvideojs-osg" + "npm": "https://www.npmjs.com/package/videojs-playlist-autoplay", + "homepage": "https://github.com/brightcove/videojs-playlist#readme", + "repository": "https://github.com/brightcove/videojs-playlist", + "bugs": "https://github.com/brightcove/videojs-playlist/issues" }, "author": { - "name": "Bruno Gomes", - "email": "bgomes@youongroup.com", - "username": "bgomes" + "name": "Brightcove, Inc." }, "publisher": { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "unscope", + "email": "unscope@mail.ru" }, "maintainers": [ { - "username": "fmoreira_youon", - "email": "fmoreira@youongroup.com" - }, - { - "username": "bgomes", - "email": "bgomes@youongroup.com" - }, - { - "username": "psilva_uon", - "email": "psilva@youongroup.com" + "username": "unscope", + "email": "unscope@mail.ru" } ], - "downloads": 17 + "downloads": 1 }, { - "name": "@youon/videojs-next", - "scope": "youon", - "version": "1.0.3", + "name": "videojs-contrib-dash-s1", + "scope": "unscoped", + "version": "2.1.5", + "description": "A Video.js source-handler providing MPEG-DASH playback.", "keywords": [ "videojs", - "videojs-plugin" + "videojs-plugin", + "dashjs", + "video.js", + "dash.js", + "widevine", + "playready", + "dash", + "MPEG-DASH" ], - "date": "2019-10-22T15:44:16.903Z", + "date": "2016-03-25T14:42:38.610Z", "links": { - "npm": "https://www.npmjs.com/package/%40youon%2Fvideojs-next" + "npm": "https://www.npmjs.com/package/videojs-contrib-dash-s1", + "homepage": "https://github.com/videojs/videojs-contrib-dash#readme", + "repository": "https://github.com/videojs/videojs-contrib-dash", + "bugs": "https://github.com/videojs/videojs-contrib-dash/issues" }, "author": { - "name": "Bruno Gomes", - "email": "bgomes@youongroup.com", - "username": "bgomes" + "name": "Brightcove, Inc." }, "publisher": { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "nickygerritsen", + "email": "nickygerritsen@me.com" }, "maintainers": [ { - "username": "fmoreira_youon", - "email": "fmoreira@youongroup.com" - }, - { - "username": "bgomes", - "email": "bgomes@youongroup.com" - }, - { - "username": "psilva_uon", - "email": "psilva@youongroup.com" + "username": "nickygerritsen", + "email": "nickygerritsen@me.com" } ], - "downloads": 9 + "downloads": 14 }, { - "name": "videojs-creo-slide", + "name": "videojs-social-media", "scope": "unscoped", - "version": "1.0.0", - "description": "Creo slide plugin", + "version": "1.1.0", + "description": "Social media button", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2019-09-17T10:38:24.569Z", + "date": "2021-03-08T18:48:13.148Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-creo-slide" + "npm": "https://www.npmjs.com/package/videojs-social-media", + "homepage": "https://github.com/facundofernandez/videojs-social-media", + "repository": "https://github.com/facundofernandez/videojs-social-media", + "bugs": "https://github.com/facundofernandez/videojs-social-media/issues" }, "author": { - "name": "Jesper Pettersson", - "email": "jezperp@gmail.com", - "username": "jezperp" + "name": "ff.fernandez.facundo", + "email": "ff.fernandez.facundo@gmail.com", + "username": "facundofernandez" }, "publisher": { - "username": "jezperp", - "email": "jezperp@gmail.com" + "username": "facundofernandez", + "email": "ff.fernandez.facundo@gmail.com" }, "maintainers": [ { - "username": "jezperp", - "email": "jezperp@gmail.com" + "username": "facundofernandez", + "email": "ff.fernandez.facundo@gmail.com" } ], - "downloads": 2 + "downloads": 0 }, { - "name": "@youon/videojs-mosaic", - "scope": "youon", - "version": "1.0.1", - "description": "mosaic", + "name": "ozon1234-videojs-contrib-ads", + "scope": "unscoped", + "version": "4.2.2", + "description": "A framework that provides common functionality needed by video advertisement libraries working with video.js.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2019-10-23T11:27:56.904Z", + "date": "2017-01-30T22:11:54.318Z", "links": { - "npm": "https://www.npmjs.com/package/%40youon%2Fvideojs-mosaic" + "npm": "https://www.npmjs.com/package/ozon1234-videojs-contrib-ads", + "homepage": "https://github.com/ozon1234/videojs-contrib-ads#readme", + "repository": "https://github.com/ozon1234/videojs-contrib-ads", + "bugs": "https://github.com/ozon1234/videojs-contrib-ads/issues" }, "author": { - "name": "Bruno Gomes", - "email": "bgomes@youongroup.com", - "username": "bgomes" + "name": "Brightcove" }, "publisher": { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "ozon1234", + "email": "ozon1234@gmail.com" }, "maintainers": [ { - "username": "fmoreira_youon", - "email": "fmoreira@youongroup.com" - }, - { - "username": "bgomes", - "email": "bgomes@youongroup.com" - }, - { - "username": "psilva_uon", - "email": "psilva@youongroup.com" + "username": "ozon1234", + "email": "ozon1234@gmail.com" } ], - "downloads": 3 + "downloads": 0 }, { - "name": "@youon/videojs-replayforward", - "scope": "youon", - "version": "1.0.1", - "description": "Replay and Forward buttons", + "name": "@filmgardi/videojs-skip-button", + "scope": "filmgardi", + "version": "2.0.2", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2019-01-15T17:58:04.318Z", + "date": "2022-01-17T11:04:35.908Z", "links": { - "npm": "https://www.npmjs.com/package/%40youon%2Fvideojs-replayforward" + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-skip-button" }, "author": { - "name": "Bruno Gomes", - "email": "bgomes@youongroup.com", - "username": "bgomes" + "name": "Mohamad Saffari Far", + "email": "mohamadsaffari90@gmail.com", + "username": "saffari-m" }, "publisher": { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "xessam", + "email": "ivyblackmail@gmail.com" }, "maintainers": [ { - "username": "fmoreira_youon", - "email": "fmoreira@youongroup.com" + "username": "faridghafoori", + "email": "faridghafooriadl@gmail.com" }, { - "username": "bgomes", - "email": "bgomes@youongroup.com" + "username": "xessam", + "email": "ivyblackmail@gmail.com" }, { - "username": "psilva_uon", - "email": "psilva@youongroup.com" + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" } ], - "downloads": 4 + "downloads": 1 }, { - "name": "videojs-sprite-thumbnails", - "scope": "unscoped", - "version": "0.6.0", - "description": "Plugin to display thumbnails from a sprite image when hovering over the progress bar.", + "name": "@filmgardi/videojs-vote", + "scope": "filmgardi", + "version": "1.0.3", + "description": "Simple voting plugin", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-10-03T20:03:10.314Z", + "date": "2022-01-17T09:17:30.875Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-sprite-thumbnails", - "homepage": "https://github.com/phloxic/videojs-sprite-thumbnails#readme", - "repository": "https://github.com/phloxic/videojs-sprite-thumbnails", - "bugs": "https://github.com/phloxic/videojs-sprite-thumbnails/issues" + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-vote" }, "author": { - "name": "Christian Ebert", - "email": "bcc@phloxic.productions", - "url": "https://phloxic.productions", - "username": "phloxic" + "name": "filmgardi" }, "publisher": { - "username": "phloxic", - "email": "bcc@phloxic.productions" + "username": "xessam", + "email": "ivyblackmail@gmail.com" }, "maintainers": [ { - "username": "phloxic", - "email": "bcc@phloxic.productions" + "username": "faridghafoori", + "email": "faridghafooriadl@gmail.com" + }, + { + "username": "xessam", + "email": "ivyblackmail@gmail.com" + }, + { + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" } ], - "downloads": 1244 + "downloads": 1 }, { - "name": "neo-xr", - "scope": "unscoped", + "name": "@filmgardi/videojs-seek-thumbnails", + "scope": "filmgardi", "version": "1.0.2", - "description": "```sh\r npm install --save neo-xr\r ```", + "description": "no desc", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2020-03-24T22:09:12.453Z", + "date": "2022-02-19T11:30:10.575Z", "links": { - "npm": "https://www.npmjs.com/package/neo-xr", - "homepage": "https://github.com/devosonder/videojs-xr#readme", - "repository": "https://github.com/devosonder/videojs-xr", - "bugs": "https://github.com/devosonder/videojs-xr/issues" + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-seek-thumbnails" }, "author": { - "name": "Onder Dal" + "name": "filmgardi" }, "publisher": { - "username": "devos", - "email": "onder.dal@gmail.com" + "username": "xessam", + "email": "ivyblackmail@gmail.com" }, "maintainers": [ { - "username": "devos", - "email": "onder.dal@gmail.com" + "username": "faridghafoori", + "email": "faridghafooriadl@gmail.com" + }, + { + "username": "xessam", + "email": "ivyblackmail@gmail.com" + }, + { + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" } ], - "downloads": 2 + "downloads": 1 }, { - "name": "@filmgardi/videojs-markers", - "scope": "filmgardi", + "name": "@leochen1216/videojs-chromecast", + "scope": "leochen1216", "version": "2.0.0", - "description": "marker for progress bar", + "description": "Chromecast plugin for videojs", "keywords": [ + "chromecast", "videojs", "videojs-plugin" ], - "date": "2021-11-23T09:04:56.339Z", + "date": "2019-09-11T21:28:29.474Z", "links": { - "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-markers" + "npm": "https://www.npmjs.com/package/%40leochen1216%2Fvideojs-chromecast", + "homepage": "https://github.com/leochen1216/video.js-chromecast#readme", + "repository": "https://github.com/leochen1216/video.js-chromecast", + "bugs": "https://github.com/leochen1216/video.js-chromecast/issues" }, "author": { - "name": "filmgardi" + "name": "Benjipott, Inc." }, "publisher": { - "username": "xessam", - "email": "ivyblackmail@gmail.com" + "username": "leochen1216", + "email": "leochen1216@gmail.com" }, "maintainers": [ { - "username": "faridghafoori", - "email": "faridghafooriadl@gmail.com" - }, - { - "username": "xessam", - "email": "ivyblackmail@gmail.com" - }, - { - "username": "saffari-m", - "email": "mohamadsaffari90@gmail.com" + "username": "leochen1216", + "email": "leochen1216@gmail.com" } ], - "downloads": 81 + "downloads": 63 }, { - "name": "@litomore/videojs-hls-quality-selector", - "scope": "litomore", - "version": "0.1.2", - "description": "Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-hls` and videojs-contrib-quality-levels plugins.", + "name": "bh-videojs-contrib-eme", + "scope": "unscoped", + "version": "4.0.1", + "description": "Supports Encrypted Media Extensions for playback of encrypted content in Video.js", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2021-06-29T07:20:32.184Z", + "date": "2022-04-08T12:38:46.225Z", "links": { - "npm": "https://www.npmjs.com/package/%40litomore%2Fvideojs-hls-quality-selector", - "homepage": "https://github.com/LitoMore/videojs-hls-quality-selector#readme", - "repository": "https://github.com/LitoMore/videojs-hls-quality-selector", - "bugs": "https://github.com/LitoMore/videojs-hls-quality-selector/issues" + "npm": "https://www.npmjs.com/package/bh-videojs-contrib-eme" }, "author": { - "name": "Chris Boustead", - "url": "chris@forgemotion.com" + "name": "brandonocasey", + "email": "brandonocasey@gmail.com" }, "publisher": { - "username": "litomore", - "email": "litomore@gmail.com" + "username": "kliment", + "email": "kliment.lambevski@gmail.com" }, "maintainers": [ { - "username": "litomore", - "email": "litomore@gmail.com" + "username": "kliment", + "email": "kliment.lambevski@gmail.com" } ], - "downloads": 69 + "downloads": 1 }, { - "name": "videojs-overlay", + "name": "videojs-dock", "scope": "unscoped", - "version": "2.1.5", - "description": "A plugin to display simple overlays during video playback.", + "version": "3.0.0", + "description": "Dock plugin for videojs", "keywords": [ + "dock", "videojs", "videojs-plugin" ], - "date": "2021-09-13T22:16:48.168Z", + "date": "2021-12-17T19:25:39.668Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-overlay", - "homepage": "https://github.com/brightcove/videojs-overlay#readme", - "repository": "https://github.com/brightcove/videojs-overlay", - "bugs": "https://github.com/brightcove/videojs-overlay/issues" + "npm": "https://www.npmjs.com/package/videojs-dock", + "homepage": "https://github.com/brightcove/videojs-dock#readme", + "repository": "https://github.com/brightcove/videojs-dock", + "bugs": "https://github.com/brightcove/videojs-dock/issues" }, "author": { "name": "Brightcove, Inc." }, "publisher": { - "username": "brightcove-user", - "email": "npm-user@brightcove.com" + "username": "abarstow", + "email": "alexander.barstow@gmail.com" }, "maintainers": [ { - "username": "bc-srimron-soutter", - "email": "srimron-soutter@brightcove.com" + "username": "madhu_g", + "email": "mganapathiraaja@brightcove.com" }, { - "username": "prasant7bc", - "email": "prasanth.y@brightcove.com" + "username": "geethu.k", + "email": "geethu.karthik@brightove.com" }, { - "username": "bart-stevens-bc", - "email": "bart.stevens@brightcove.com" + "username": "hugocjim", + "email": "hjimenez@brightcove.com" + }, + { + "username": "luisbacasehua", + "email": "lbacasehua@brightcove.com" + }, + { + "username": "daniel_campos", + "email": "dcampos@brightcove.com" + }, + { + "username": "kevin.schick", + "email": "kschick@brightcove.com" + }, + { + "username": "m.morrison", + "email": "mmorrison@brightcove.com" + }, + { + "username": "rgroesch", + "email": "rgroesch@brightcove.com" + }, + { + "username": "phale", + "email": "phale@brightcove.com" + }, + { + "username": "uomar", + "email": "uomar@brightcove.com" + }, + { + "username": "abarstowbc", + "email": "abarstow@brightcove.com" + }, + { + "username": "sbarathan", + "email": "sbarathan@brightcove.com" + }, + { + "username": "adamico-bc", + "email": "alex.damico@brightcove.com" + }, + { + "username": "kpandiyarajan", + "email": "kpandiyarajan@brightcove.com" + }, + { + "username": "msivalls", + "email": "msivalls@brightcove.com" + }, + { + "username": "vbustillos", + "email": "vbustillos@brightcove.com" + }, + { + "username": "rburnham", + "email": "rburnham@brightcove.com" + }, + { + "username": "imorones", + "email": "imorones@brightcove.com" + }, + { + "username": "bhong-brightcove", + "email": "bhong@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "shubham.chavhan", + "email": "shubham.chavhan@brightcove.com" + }, + { + "username": "albertogomez", + "email": "agomez@brightcove.com" + }, + { + "username": "gestrada-br", + "email": "gestrada@brightcove.com" + }, + { + "username": "lpintor", + "email": "lpintor@brightcove.com" + }, + { + "username": "amillerbrightcove", + "email": "amiller@brightcove.com" + }, + { + "username": "lvohra", + "email": "lvohra@brightcove.com" + }, + { + "username": "charles.seat", + "email": "charles.seat@brightcove.com" + }, + { + "username": "mcho-bc", + "email": "mcho@brightcove.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "fsalazarbc", + "email": "fsalazar@brightcove.com" + }, + { + "username": "dawnpacko", + "email": "dpacko@brightcove.com" + }, + { + "username": "ldominguez", + "email": "ldominguez@brightcove.com" + }, + { + "username": "bc-srimron-soutter", + "email": "srimron-soutter@brightcove.com" }, { - "username": "nnguyen150468", - "email": "nnguyen@brightcove.com" + "username": "bart-stevens-bc", + "email": "bart.stevens@brightcove.com" }, { "username": "rsilva_brightcove", @@ -12030,34 +10160,14 @@ "username": "cloewer_bc", "email": "cloewer@brightcove.com" }, - { - "username": "enrique.henderson", - "email": "enrique.henderson@brightcove.com" - }, - { - "username": "muhamad.mahmudov", - "email": "muhamad.mahmudov@brightcove.com" - }, { "username": "carredondo", "email": "carredondo@brightcove.com" }, - { - "username": "jagadeesh_lakshminarasimhan", - "email": "jnarasimhan@brightcove.com" - }, { "username": "brianhsu", "email": "bhsu@brightcove.com" }, - { - "username": "lewis.moten.brightcove", - "email": "lewis.moten@brightcove.com" - }, - { - "username": "kchang-brightcove", - "email": "kchang@brightcove.com" - }, { "username": "niklagbrightcove", "email": "niko.lagman@brightcove.com" @@ -12066,14 +10176,6 @@ "username": "tsraveling_bc", "email": "tim.raveling@brightcove.com" }, - { - "username": "natalia-chegrynets", - "email": "natalia.chegrynets@brightcove.com" - }, - { - "username": "rsutharu", - "email": "rsutharu@brightcove.com" - }, { "username": "natedennis", "email": "nathan.dennis@brightcove.com" @@ -12086,18 +10188,6 @@ "username": "craigparrottebc", "email": "cparrotte@brightcove.com" }, - { - "username": "mwebster789", - "email": "matthew.webster@brightcove.com" - }, - { - "username": "vandana90", - "email": "vandana.surendranath@brightcove.com" - }, - { - "username": "amrith.pai", - "email": "amrith.pai@brightcove.com" - }, { "username": "bc-acgarcia", "email": "acgarcia@brightcove.com" @@ -12106,10 +10196,6 @@ "username": "adavila1", "email": "adavila@brightcove.com" }, - { - "username": "francis-alegre", - "email": "francis.alegre@brightcove.com" - }, { "username": "vaishalijayaraman", "email": "vjayaraman@brightcove.com" @@ -12142,10 +10228,6 @@ "username": "randresf", "email": "andres.restrepo@brightcove.com" }, - { - "username": "harold.murcia", - "email": "harold.murcia@brightcove.com" - }, { "username": "v.kozlov_bc", "email": "vitali.kozlov@brightcove.com" @@ -12158,10 +10240,6 @@ "username": "michaelmccarthybc", "email": "michael.mccarthy@brightcove.com" }, - { - "username": "abarstowbc", - "email": "abarstow@brightcove.com" - }, { "username": "georgesanchez.diazjr", "email": "jsanchez@brightcove.com" @@ -12170,30 +10248,10 @@ "username": "poneill-bcov", "email": "poneill@brightcove.com" }, - { - "username": "gsinger-brightcove", - "email": "gsinger@brightcove.com" - }, { "username": "mdeltorobcov", "email": "mdeltoro@brightcove.com" }, - { - "username": "scottbishop", - "email": "scott.bishop@brightcove.com" - }, - { - "username": "bcov_david-kelly", - "email": "david.kelly@brightcove.com" - }, - { - "username": "yji_bc", - "email": "yuan.ji@brightcove.com" - }, - { - "username": "jahidulislam", - "email": "jahidul.islam@brightcove.com" - }, { "username": "jmohneycove", "email": "jared.mohney@brightcove.com" @@ -12202,10 +10260,6 @@ "username": "inbc01", "email": "igor.nakshin@brightcove.com" }, - { - "username": "valon.sejdini84", - "email": "valon.sejdini@brightcove.com" - }, { "username": "jeff.schuman", "email": "jeff.schuman@brightcove.com" @@ -12246,10 +10300,6 @@ "username": "lasanchezc", "email": "lsanchez@brightcove.com" }, - { - "username": "apadhye", - "email": "apadhye@brightcove.com" - }, { "username": "marguinbc", "email": "marguin@brightcove.com" @@ -12282,6 +10332,34 @@ "username": "jwhisenant", "email": "jwhisenant@brightcove.com" }, + { + "username": "ebertaud", + "email": "ebertaud@brightcove.com" + }, + { + "username": "oespinosac", + "email": "oespinosa@brightcove.com" + }, + { + "username": "dsalnikov", + "email": "dsalnikov@brightcove.com" + }, + { + "username": "sharanya.muruganandam", + "email": "sharanya.muruganandam@brightcove.com" + }, + { + "username": "vikaskumar.gajula", + "email": "vikaskumar.gajula@brightcove.com" + }, + { + "username": "xgarcia_npm", + "email": "xgarcia+npm@brightcove.com" + }, + { + "username": "jguerra", + "email": "jguerra@brightcove.com" + }, { "username": "rjune", "email": "rjune@brightcove.com" @@ -12298,10 +10376,6 @@ "username": "wswanbeck", "email": "wswanbeck@brightcove.com" }, - { - "username": "mjholland", - "email": "mholland@brightcove.com" - }, { "username": "gastafurov", "email": "gastafurov@brightcove.com" @@ -12330,10 +10404,6 @@ "username": "asinclair", "email": "asinclair@brightcove.com" }, - { - "username": "jedwards53", - "email": "jedwards@brightcove.com" - }, { "username": "hwoodbury", "email": "hwoodbury@brightcove.com" @@ -12390,18 +10460,10 @@ "username": "acruzr", "email": "acruz@brightcove.com" }, - { - "username": "egoulding", - "email": "egoulding@brightcove.com" - }, { "username": "marcogaray", "email": "mgaray@brightcove.com" }, - { - "username": "ipadilla", - "email": "ipadilla@brightcove.com" - }, { "username": "diegocruz1991", "email": "dcruz@brightcove.com" @@ -12426,10 +10488,6 @@ "username": "cvillasenor", "email": "cvillasenor@brightcove.com" }, - { - "username": "vchistyakov", - "email": "vchistyakov@brightcove.com" - }, { "username": "omartinez", "email": "omartinez@brightcove.com" @@ -12466,10 +10524,6 @@ "username": "cavieira", "email": "cavieira@brightcove.com" }, - { - "username": "mbalasubramaniam", - "email": "mbalasubramaniam@brightcove.com" - }, { "username": "arunjeyaprasad", "email": "arunjeyaprasad@brightcove.com" @@ -12490,18 +10544,10 @@ "username": "fdelgado_bc", "email": "fdelgado@brightcove.com" }, - { - "username": "syurishi", - "email": "syurishi@brightcove.com" - }, { "username": "agarciabcov", "email": "agarcia@brightcove.com" }, - { - "username": "priyadharsshini", - "email": "priyadharsshinis@brightcove.com" - }, { "username": "attinder", "email": "asingh@brightcove.com" @@ -12510,10 +10556,6 @@ "username": "lauralopez", "email": "llopez@brightcove.com" }, - { - "username": "granganathan", - "email": "granganathan@brightcove.com" - }, { "username": "skumar85", "email": "skumar@brightcove.com" @@ -12542,14 +10584,6 @@ "username": "ingrid.s.cruz", "email": "scruz@brightcove.com" }, - { - "username": "hkanagarajan", - "email": "hkanagarajan@brightcove.com" - }, - { - "username": "jcarfagno-bc", - "email": "jcarfagno@brightcove.com" - }, { "username": "luis_fernando_lopez_ruiz", "email": "lflopez@brightcove.com" @@ -12590,10 +10624,6 @@ "username": "jlomeli", "email": "jlomeli@brightcove.com" }, - { - "username": "jhurtado", - "email": "jhurtado@brightcove.com" - }, { "username": "sjimenez", "email": "sjimenez@brightcove.com" @@ -12619,149 +10649,593 @@ "email": "mshiwal@brightcove.com" }, { - "username": "divyaudhayakumar", - "email": "dudhayakumar@brightcove.com" + "username": "ptamizh", + "email": "ptamizh@brightcove.com" + }, + { + "username": "akamalakkannan", + "email": "akamalakkannan@brightcove.com" + }, + { + "username": "akatare", + "email": "akatare@brightcove.com" + }, + { + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "tnwanna", + "email": "tnwanna@brightcove.com" + }, + { + "username": "bsahlas.npm", + "email": "bsahlas@brightcove.com" + }, + { + "username": "dherrera1109", + "email": "dherrera@brightcove.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "ptamizh", - "email": "ptamizh@brightcove.com" + "username": "echengbc", + "email": "echeng@brightcove.com" }, { - "username": "akamalakkannan", - "email": "akamalakkannan@brightcove.com" + "username": "sbarrettbc", + "email": "sbarrett@brightcove.com" }, { - "username": "akatare", - "email": "akatare@brightcove.com" + "username": "incompl", + "email": "gsmith@incompl.com" }, { - "username": "roman-bc", - "email": "rpougatchev@brightcove.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, { - "username": "tnwanna", - "email": "tnwanna@brightcove.com" + "username": "gkatsev", + "email": "me@gkatsev.com" }, { - "username": "bsahlas.npm", - "email": "bsahlas@brightcove.com" + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + } + ], + "downloads": 262 + }, + { + "name": "videojs-watermark-with-text", + "scope": "unscoped", + "version": "1.0.5-b", + "description": "Adds a watermark image and text to the video player. Based on Brooks Lyrette solution", + "keywords": [ + "videojs", + "videojs-plugin", + "watermark" + ], + "date": "2017-02-03T13:14:32.764Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-watermark-with-text", + "homepage": "https://github.com/BEaStia/videojs-watermark#readme", + "repository": "https://github.com/BEaStia/videojs-watermark", + "bugs": "https://github.com/BEaStia/videojs-watermark/issues" + }, + "author": { + "name": "Brooks Lyrette", + "email": "brooks@dotsub.com" + }, + "publisher": { + "username": "igorpavlov", + "email": "gophan1992@gmail.com" + }, + "maintainers": [ + { + "username": "igorpavlov", + "email": "gophan1992@gmail.com" + } + ], + "downloads": 354 + }, + { + "name": "@filmgardi/videojs-markers", + "scope": "filmgardi", + "version": "2.0.0", + "description": "marker for progress bar", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2021-11-23T09:04:56.339Z", + "links": { + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-markers" + }, + "author": { + "name": "filmgardi" + }, + "publisher": { + "username": "xessam", + "email": "ivyblackmail@gmail.com" + }, + "maintainers": [ + { + "username": "faridghafoori", + "email": "faridghafooriadl@gmail.com" }, { - "username": "dherrera1109", - "email": "dherrera@brightcove.com" + "username": "xessam", + "email": "ivyblackmail@gmail.com" }, { - "username": "hswaminathan", - "email": "hswaminathan@brightcove.com" + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" + } + ], + "downloads": 4 + }, + { + "name": "@samueleastdev/videojs-dash-hls-bitrate-switcher", + "scope": "samueleastdev", + "version": "1.0.7", + "description": "Creates a button in the controlbar that can be used to switch bitrate for DASH and HLS playlists", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2021-12-20T18:42:15.820Z", + "links": { + "npm": "https://www.npmjs.com/package/%40samueleastdev%2Fvideojs-dash-hls-bitrate-switcher", + "homepage": "https://github.com/samueleastdev/videojs-dash-hls-bitrate-switcher" + }, + "author": { + "name": "Samuel East" + }, + "publisher": { + "username": "samueleastdev", + "email": "mail@samueleast.co.uk" + }, + "maintainers": [ + { + "username": "samueleastdev", + "email": "mail@samueleast.co.uk" + } + ], + "downloads": 20 + }, + { + "name": "videojs-offset", + "scope": "unscoped", + "version": "2.1.3", + "description": "VideoJs plugin to virtually "cut" an ondemand video", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2021-03-16T16:24:44.529Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-offset" + }, + "author": { + "name": "Carles Galan Cladera", + "email": "cgcladera@gmail.com", + "username": "cgcladera" + }, + "publisher": { + "username": "cgcladera", + "email": "cgcladera@gmail.com" + }, + "maintainers": [ + { + "username": "cgcladera", + "email": "cgcladera@gmail.com" + } + ], + "downloads": 1057 + }, + { + "name": "videojs-share-2", + "scope": "unscoped", + "version": "1.0.1", + "description": "Share plugin for video.js", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2019-06-17T07:31:38.741Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-share-2", + "homepage": "https://github.com/mkhazov/videojs-share#readme", + "repository": "https://github.com/mkhazov/videojs-share", + "bugs": "https://github.com/mkhazov/videojs-share/issues" + }, + "author": { + "name": "Mikhail Khazov", + "email": "mkhazov.work@gmail.com" + }, + "publisher": { + "username": "hyphen_wrex", + "email": "hyphen.wrex@gmail.com" + }, + "maintainers": [ + { + "username": "hyphen_wrex", + "email": "hyphen.wrex@gmail.com" + } + ], + "downloads": 116 + }, + { + "name": "videojs-flvjs", + "scope": "unscoped", + "version": "0.2.0", + "description": "Video.js tech for FLV playback in MSE with flv.js", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2018-04-28T14:24:06.310Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-flvjs", + "homepage": "https://github.com/mister-ben/videojs-flvjs#readme", + "repository": "https://github.com/mister-ben/videojs-flvjs", + "bugs": "https://github.com/mister-ben/videojs-flvjs/issues" + }, + "author": { + "name": "mister-ben", + "email": "git@misterben.me" + }, + "publisher": { + "username": "misterben", + "email": "npm@misterben.me" + }, + "maintainers": [ + { + "username": "misterben", + "email": "npm@misterben.me" + } + ], + "downloads": 607 + }, + { + "name": "videojs-watchdog-plugin", + "scope": "unscoped", + "version": "0.1.4", + "description": "Internet watchdog for video.js", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2016-02-18T14:31:30.763Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-watchdog-plugin", + "homepage": "https://github.com/dotcypress/videojs-watchdog-plugin", + "repository": "https://github.com/dotcypress/videojs-watchdog-plugin", + "bugs": "https://github.com/dotcypress/videojs-watchdog-plugin/issues" + }, + "author": { + "name": "Vitaly Domnikov", + "email": "dotcypress@gmail.com", + "username": "dotcypress" + }, + "publisher": { + "username": "dotcypress", + "email": "dotcypress@gmail.com" + }, + "maintainers": [ + { + "username": "dotcypress", + "email": "dotcypress@gmail.com" + } + ], + "downloads": 0 + }, + { + "name": "youbora-adapter-videojs", + "scope": "unscoped", + "version": "6.8.13", + "description": "NPAW's Youbora analytics plugin for VideoJS", + "keywords": [ + "youbora", + "videojs", + "videojs-plugin" + ], + "date": "2023-04-21T08:38:05.823Z", + "links": { + "npm": "https://www.npmjs.com/package/youbora-adapter-videojs", + "homepage": "https://bitbucket.org/npaw/videojs-adapter-js#readme", + "repository": "https://bitbucket.org/npaw/videojs-adapter-js" + }, + "author": { + "name": "Jesus Lopez" + }, + "publisher": { + "username": "npaw-plugins", + "email": "plugins@nicepeopleatwork.com" + }, + "maintainers": [ + { + "username": "frontend-npaw", + "email": "frontend@nicepeopleatwork.com" }, { - "username": "lramirez-bc", - "email": "lramirez@brightcove.com" - }, + "username": "npaw-plugins", + "email": "plugins@nicepeopleatwork.com" + } + ], + "downloads": 2321 + }, + { + "name": "videojs-contrib-dash-rtv", + "scope": "unscoped", + "version": "2.9.5", + "description": "A Video.js source-handler providing MPEG-DASH playback.", + "keywords": [ + "videojs", + "dashjs", + "video.js", + "dash.js", + "widevine", + "playready", + "dash", + "MPEG-DASH" + ], + "date": "2018-05-02T08:10:20.701Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-contrib-dash-rtv", + "homepage": "https://github.com/videojs/videojs-contrib-dash#readme", + "repository": "https://github.com/videojs/videojs-contrib-dash", + "bugs": "https://github.com/videojs/videojs-contrib-dash/issues" + }, + "author": { + "name": "Brightcove, Inc" + }, + "publisher": { + "username": "pettersamuelsen", + "email": "mail@pettersamuelsen.com" + }, + "maintainers": [ { - "username": "hatondo-bcov", - "email": "hatondo@brightcove.com" - }, + "username": "pettersamuelsen", + "email": "mail@pettersamuelsen.com" + } + ], + "downloads": 5 + }, + { + "name": "@youon/videojs-dock", + "scope": "youon", + "version": "1.0.6", + "description": "Dock plugin for videojs", + "keywords": [ + "dock", + "videojs", + "videojs-plugin" + ], + "date": "2019-10-31T16:52:00.401Z", + "links": { + "npm": "https://www.npmjs.com/package/%40youon%2Fvideojs-dock", + "homepage": "https://github.com/brightcove/videojs-dock#readme", + "repository": "https://github.com/brightcove/videojs-dock", + "bugs": "https://github.com/brightcove/videojs-dock/issues" + }, + "author": { + "name": "Brightcove, Inc." + }, + "publisher": { + "username": "bgomes", + "email": "bgomes@youongroup.com" + }, + "maintainers": [ { - "username": "echengbc", - "email": "echeng@brightcove.com" + "username": "fmoreira_youon", + "email": "fmoreira@youongroup.com" }, { - "username": "sbarrettbc", - "email": "sbarrett@brightcove.com" + "username": "bgomes", + "email": "bgomes@youongroup.com" }, { - "username": "misteroneill", - "email": "pgoneill@gmail.com" - }, + "username": "psilva_uon", + "email": "psilva@youongroup.com" + } + ], + "downloads": 4 + }, + { + "name": "videojs-responsive-layout", + "scope": "unscoped", + "version": "1.1.1", + "description": "A plugin which reacts to the width of your Video.js player to change the layout.", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2016-04-11T15:44:37.859Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-responsive-layout", + "homepage": "https://github.com/hartman/videojs-responsive-layout#readme", + "repository": "https://github.com/hartman/videojs-responsive-layout", + "bugs": "https://github.com/hartman/videojs-responsive-layout/issues" + }, + "author": { + "name": "Derk-Jan Hartman" + }, + "publisher": { + "username": "thedj", + "email": "d.j.hartman+npm@gmail.com" + }, + "maintainers": [ { - "username": "dmlap", - "email": "dlapalomento@gmail.com" - }, + "username": "thedj", + "email": "d.j.hartman+npm@gmail.com" + } + ], + "downloads": 0 + }, + { + "name": "@straas/videojs-playlist", + "scope": "straas", + "version": "4.4.0", + "description": "Playlist plugin for Video.js", + "keywords": [ + "playlist", + "videojs", + "videojs-plugin" + ], + "date": "2019-05-14T02:33:11.064Z", + "links": { + "npm": "https://www.npmjs.com/package/%40straas%2Fvideojs-playlist", + "homepage": "https://github.com/StraaS/videojs-playlist#readme", + "repository": "https://github.com/StraaS/videojs-playlist", + "bugs": "https://github.com/StraaS/videojs-playlist/issues" + }, + "author": { + "name": "Brightcove, Inc." + }, + "publisher": { + "username": "kiwi.liu", + "email": "kiwi71728@icloud.com" + }, + "maintainers": [ { - "username": "gkatsev", - "email": "me@gkatsev.com" - }, + "username": "kiwi.liu", + "email": "kiwi71728@icloud.com" + } + ], + "downloads": 2 + }, + { + "name": "@hola.org/videojs-contrib-media-sources", + "scope": "hola.org", + "version": "3.1.0-12", + "description": "A Media Source Extensions plugin for video.js", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2017-05-11T12:05:12.119Z", + "links": { + "npm": "https://www.npmjs.com/package/%40hola.org%2Fvideojs-contrib-media-sources", + "homepage": "https://github.com/hola/videojs-contrib-media-sources#readme", + "repository": "https://github.com/hola/videojs-contrib-media-sources", + "bugs": "https://github.com/hola/videojs-contrib-media-sources/issues" + }, + "author": { + "name": "Brightcove, Inc." + }, + "publisher": { + "username": "hola.org", + "email": "npm@hola.org" + }, + "maintainers": [ { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "hola.org", + "email": "npm@hola.org" } ], - "downloads": 3043 + "downloads": 11 }, { - "name": "vjs-vast", + "name": "videojs-event-tracking", "scope": "unscoped", - "version": "0.0.1", - "description": "VAST plugin to use with video.js", + "version": "1.0.3", + "description": "Track events with VideoJS and keep an eye on performance metrics", "keywords": [ - "vpaid", - "html5", - "flash", - "vast", "videojs", - "js", - "video", - "iab" + "videojs-plugin" ], - "date": "2020-06-14T14:37:07.343Z", + "date": "2022-03-21T17:29:46.343Z", "links": { - "npm": "https://www.npmjs.com/package/vjs-vast", - "homepage": "https://github.com/MailOnline/videojs-vast-vpaid#readme", - "repository": "https://github.com/MailOnline/videojs-vast-vpaid", - "bugs": "https://github.com/MailOnline/videojs-vast-vpaid/issues" + "npm": "https://www.npmjs.com/package/videojs-event-tracking", + "homepage": "https://github.com/spodlecki/videojs-event-tracking" }, "author": { - "name": "Geekfil" + "name": "spodlecki", + "email": "s.podlecki@gmail.com", + "username": "spodlecki" + }, + "publisher": { + "username": "spodlecki", + "email": "s.podlecki@gmail.com" + }, + "maintainers": [ + { + "username": "spodlecki", + "email": "s.podlecki@gmail.com" + } + ], + "downloads": 1694 + }, + { + "name": "@bnnvara/videojs-chromecast", + "scope": "bnnvara", + "version": "2.0.9", + "description": "Chromecast plugin for videojs", + "keywords": [ + "chromecast", + "videojs", + "videojs-plugin" + ], + "date": "2018-10-17T10:03:06.819Z", + "links": { + "npm": "https://www.npmjs.com/package/%40bnnvara%2Fvideojs-chromecast", + "homepage": "https://github.com/benjipott/video.js-chromecast#readme", + "repository": "https://github.com/benjipott/video.js-chromecast", + "bugs": "https://github.com/benjipott/video.js-chromecast/issues" + }, + "author": { + "name": "Benjipott, Inc." }, "publisher": { - "username": "geekfil", - "email": "geekfil@gmail.com" + "username": "edgarpost", + "email": "info@edgarpost.com" }, "maintainers": [ { - "username": "geekfil", - "email": "geekfil@gmail.com" + "username": "stephanienpm", + "email": "stephanie.de.jong@bnnvara.nl" + }, + { + "username": "edgarpost", + "email": "info@edgarpost.com" + }, + { + "username": "snkjscom", + "email": "hendrik@reinvent.nl" + }, + { + "username": "iwettum", + "email": "ingmarvanwettum@gmail.com" + }, + { + "username": "jimmytenbrink", + "email": "jimmy1987@gmail.com" + }, + { + "username": "amandaderijk", + "email": "amandaderijk@gmail.com" } ], - "downloads": 0 + "downloads": 7 }, { - "name": "eslint-config-videojs", + "name": "videojs-languages", "scope": "unscoped", - "version": "6.0.0", - "description": "An ESLint Shareable Config for video.js Standard Style.", + "version": "2.0.0", + "description": " **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*", "keywords": [ "videojs", - "standard", - "style checker", - "code style", - "code checker", - "code linter", - "style linter", - "simple", - "policy", - "style", - "code", - "lint", - "eslint", - "eslintconfig", - "jshint", - "jscs", - "hint", - "enforce", - "check", - "verify", - "quality", - "checker", - "code standards" + "cli", + "languages", + "i18n", + "l10n" ], - "date": "2021-05-28T17:36:02.243Z", + "date": "2018-09-28T18:23:13.038Z", "links": { - "npm": "https://www.npmjs.com/package/eslint-config-videojs", - "homepage": "https://github.com/videojs/eslint-config-videojs", - "repository": "https://github.com/videojs/eslint-config-videojs", - "bugs": "https://github.com/videojs/eslint-config-videojs/issues" + "npm": "https://www.npmjs.com/package/videojs-languages" }, "author": { "name": "Brightcove, Inc." @@ -12772,276 +11246,218 @@ }, "maintainers": [ { - "username": "videojs-user", - "email": "videojs@gkatsev.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "squarebracket", - "email": "chuck.wilson+github@gmail.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "tjaneczko", - "email": "tjaneczko@brightcove.com" + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" }, { - "username": "heff", - "email": "npm@heff.me" + "username": "videojs-user", + "email": "videojs@gkatsev.com" }, { - "username": "mmcclure", - "email": "npm@htbx.net" + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" }, { - "username": "dmlap", - "email": "dlapalomento@gmail.com" + "username": "mmcclure", + "email": "npm@htbx.net" }, { "username": "misteroneill", "email": "pgoneill@gmail.com" }, { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" - }, - { - "username": "forbesjo", - "email": "joseph.a.forbes@gmail.com" + "username": "misterben", + "email": "npm@misterben.me" }, { - "username": "gesinger", - "email": "gesinger@gmail.com" + "username": "lday", + "email": "ldayananda@brightcove.com" }, { "username": "imbcmdth", "email": "jon.carlos.rivera@gmail.com" }, { - "username": "incompl", - "email": "gsmith@incompl.com" + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "mjneil", - "email": "mneilweb@gmail.com" + "username": "heff", + "email": "npm@heff.me" }, { - "username": "okaramian", - "email": "okaramia@gmail.com" + "username": "gkatsev", + "email": "me@gkatsev.com" }, { - "username": "lday", - "email": "ldayananda@brightcove.com" + "username": "gesinger", + "email": "gesinger@gmail.com" }, { - "username": "misterben", - "email": "npm@misterben.me" + "username": "essk", + "email": "sarah@teaandbiscuits.net" }, { - "username": "mmcc", - "email": "matt@mmcc.io" + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" }, { "username": "abarstow", "email": "alexander.barstow@gmail.com" } ], - "downloads": 600 + "downloads": 284 }, { - "name": "videojs-constant-timeupdate", - "scope": "unscoped", - "version": "1.0.0", - "description": "Adds a new event `constant-timeupdate` to player - an alternative to `timeupdate` event which will be triggered on a constant interval unlike `timeupdate`", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2018-08-11T16:13:52.504Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-constant-timeupdate" - }, - "author": { - "name": "Arjun Ganesan", - "email": "me@arjun-g.com", - "username": "arjun_g" - }, - "publisher": { - "username": "arjun_g", - "email": "me@arjun-g.com" - }, - "maintainers": [ - { - "username": "arjun_g", - "email": "me@arjun-g.com" - } - ], - "downloads": 1 - }, - { - "name": "videojs-theater-toggle", + "name": "videojs-seek-buttons-google-free", "scope": "unscoped", - "version": "0.0.4", - "description": "A plugin to enable Theater Mode and save the state using LocalStorage in VideoJS 6.4+", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2017-12-19T03:19:23.096Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-theater-toggle" - }, - "author": { - "name": "Will Xavier", - "email": "willyelnsg.x@gmail.com", - "username": "willyelns" - }, - "publisher": { - "username": "willyelns", - "email": "willyelnsg.x@gmail.com" - }, - "maintainers": [ - { - "username": "willyelns", - "email": "willyelnsg.x@gmail.com" - } - ], - "downloads": 60 - }, - { - "name": "@misterben/videojs-langtest", - "scope": "misterben", - "version": "0.0.5-beta.1", - "description": "A test", + "version": "1.6.1", + "description": "Plugin for video.js to add seek buttons to the control bar (fork without googleapis coupling)", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2022-03-23T14:10:42.293Z", + "date": "2021-05-10T10:48:29.652Z", "links": { - "npm": "https://www.npmjs.com/package/%40misterben%2Fvideojs-langtest" + "npm": "https://www.npmjs.com/package/videojs-seek-buttons-google-free", + "homepage": "https://github.com/joschahenningsen/videojs-seek-buttons#readme", + "repository": "https://github.com/joschahenningsen/videojs-seek-buttons", + "bugs": "https://github.com/joschahenningsen/videojs-seek-buttons/issues" }, "author": { "name": "mister-ben", "email": "git@misterben.me" }, "publisher": { - "username": "misterben", - "email": "npm@misterben.me" + "username": "joschahenningsen", + "email": "joschahenn@gmail.com" }, "maintainers": [ { - "username": "misterben", - "email": "npm@misterben.me" + "username": "joschahenningsen", + "email": "joschahenn@gmail.com" } ], - "downloads": 8 + "downloads": 0 }, { - "name": "videojs-hlsjs-quality-selector", - "scope": "unscoped", - "version": "1.0.0", - "description": "Adds a quality selector menu for HLS sources played in videojs, with videojs-contrib-hls.js support. Requires (`videojs-contrib-hls.js` or `videojs-contrib-hls`) and videojs-contrib-quality-levels plugins.", + "name": "@mredgarp/videojs-chromecast", + "scope": "mredgarp", + "version": "2.0.8", + "description": "Chromecast plugin for videojs", "keywords": [ + "chromecast", "videojs", - "videojs-plugin", - "videojs-hlsjs" + "videojs-plugin" ], - "date": "2019-10-22T19:23:10.041Z", + "date": "2018-10-05T13:07:42.050Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-hlsjs-quality-selector", - "homepage": "https://github.com/TTitanUA/videojs-hlsjs-quality-selector#readme", - "repository": "https://github.com/TTitanUA/videojs-hlsjs-quality-selector", - "bugs": "https://github.com/TTitanUA/videojs-hlsjs-quality-selector/issues" + "npm": "https://www.npmjs.com/package/%40mredgarp%2Fvideojs-chromecast", + "homepage": "https://github.com/benjipott/video.js-chromecast#readme", + "repository": "https://github.com/benjipott/video.js-chromecast", + "bugs": "https://github.com/benjipott/video.js-chromecast/issues" }, "author": { - "name": "Taras Prokofiev", - "url": "xttitax@gmail" + "name": "Benjipott, Inc." }, "publisher": { - "username": "ttitanua", - "email": "xttitanx@gmail.com" + "username": "edgarpost", + "email": "info@edgarpost.com" }, "maintainers": [ { - "username": "ttitanua", - "email": "xttitanx@gmail.com" + "username": "edgarpost", + "email": "info@edgarpost.com" } ], "downloads": 1 }, { - "name": "silvermine-videojs-quality-selector", + "name": "videojs-rotate-player-plugin", "scope": "unscoped", - "version": "1.1.2", - "description": "video.js plugin for selecting a video quality or resolution", + "version": "1.0.1", + "description": "Rotate video player", "keywords": [ - "video.js", "videojs", - "plugin", - "resolution", - "quality" + "videojs-plugin" ], - "date": "2018-01-10T00:56:03.335Z", + "date": "2018-09-12T03:10:11.586Z", "links": { - "npm": "https://www.npmjs.com/package/silvermine-videojs-quality-selector", - "homepage": "https://github.com/silvermine/videojs-quality-selector#readme", - "repository": "https://github.com/silvermine/videojs-quality-selector", - "bugs": "https://github.com/silvermine/videojs-quality-selector/issues" + "npm": "https://www.npmjs.com/package/videojs-rotate-player-plugin" }, "author": { - "name": "Jeremy Thomerson" + "name": "fatelei", + "email": "fatelei@gmail.com", + "username": "fatelei" }, "publisher": { - "username": "jthomerson", - "email": "jeremy@thomersonfamily.com" + "username": "fatelei", + "email": "fatelei@gmail.com" }, "maintainers": [ { - "username": "jthomerson", - "email": "jeremy@thomersonfamily.com" + "username": "fatelei", + "email": "fatelei@gmail.com" } ], - "downloads": 1330 + "downloads": 65 }, { - "name": "videojs-vtt-thumbnails-freetube", + "name": "videojs-vr-sd", "scope": "unscoped", - "version": "0.0.15", - "description": "Display thumbnails on progress bar hover, driven by external VTT files. Forked from https://github.com/chrisboustead/videojs-vtt-thumbnails.git in order to be maintained for the FreeTube project (https://github.com/FreeTubeApp/FreeTube-Vue).", + "version": "1.7.5", + "description": "A plugin to add 360 and VR video support to video.js.", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2020-09-01T09:58:16.143Z", + "date": "2020-08-26T10:25:44.672Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-vtt-thumbnails-freetube", - "homepage": "https://github.com/GilgusMaximus/videojs-vtt-thumbnails-freetube#readme", - "repository": "https://github.com/GilgusMaximus/videojs-vtt-thumbnails-freetube", - "bugs": "https://github.com/GilgusMaximus/videojs-vtt-thumbnails-freetube/issues" + "npm": "https://www.npmjs.com/package/videojs-vr-sd", + "homepage": "https://github.com/videojs/videojs-vr#readme", + "repository": "https://github.com/videojs/videojs-vr", + "bugs": "https://github.com/videojs/videojs-vr/issues" }, "author": { - "name": "Chris Boustead", - "email": "chris@forgemotion.com" + "name": "James Broberg", + "email": "james.broberg@metacdn.com" }, "publisher": { - "username": "gilgusmaximus", - "email": "software@lucahohmann.com" + "username": "cuvii", + "email": "xw5427@gmail.com" }, "maintainers": [ { - "username": "gilgusmaximus", - "email": "software@lucahohmann.com" + "username": "cuvii", + "email": "xw5427@gmail.com" } ], - "downloads": 678 + "downloads": 0 }, { "name": "videojs-youtube", "scope": "unscoped", - "version": "2.6.1", + "version": "3.0.1", "description": "YouTube playback technology for Video.js", "keywords": [ "video", @@ -13051,7 +11467,7 @@ "YouTube", "tech" ], - "date": "2020-01-16T21:13:05.170Z", + "date": "2023-04-26T15:23:10.521Z", "links": { "npm": "https://www.npmjs.com/package/videojs-youtube", "homepage": "https://github.com/videojs/videojs-youtube#readme", @@ -13067,152 +11483,253 @@ }, "maintainers": [ { - "username": "brandonocasey", - "email": "brandonocasey@gmail.com" + "username": "phale", + "email": "phale@brightcove.com" }, { - "username": "exon", - "email": "trembl.ben@gmail.com" + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" }, { - "username": "gkatsev", - "email": "me@gkatsev.com" + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "videojs-user", + "email": "videojs@gkatsev.com" + }, + { + "username": "usmanonazim", + "email": "usmanonazim@gmail.com" + }, + { + "username": "mmcclure", + "email": "npm@htbx.net" }, { "username": "misteroneill", "email": "pgoneill@gmail.com" - } - ], - "downloads": 13927 - }, - { - "name": "videojs-freewheel-ads", - "scope": "unscoped", - "version": "0.1.7", - "description": "VideoJS plugin for ads through the Freewheel network", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-05-21T16:03:08.240Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-freewheel-ads" - }, - "author": { - "name": "Adam Tyler", - "email": "adam.tyler@utexas.edu", - "username": "adamtyler" - }, - "publisher": { - "username": "adamtyler", - "email": "adam.tyler@utexas.edu" - }, - "maintainers": [ + }, { - "username": "adamtyler", - "email": "adam.tyler@utexas.edu" - } - ], - "downloads": 246 - }, - { - "name": "videojs-hls-stream-selector", - "scope": "unscoped", - "version": "0.2.2", - "description": "Adds a bitrate selector menu to the VideoJS player for HLS sources", - "keywords": [ - "videojs", - "videojs-plugin" - ], - "date": "2021-06-18T15:15:47.568Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-hls-stream-selector" - }, - "author": { - "name": "Sebastian Marulanda", - "email": "smarulanda@gmail.com", - "username": "smarulanda" - }, - "publisher": { - "username": "smarulanda", - "email": "smarulanda@gmail.com" - }, - "maintainers": [ + "username": "misterben", + "email": "npm@misterben.me" + }, { - "username": "smarulanda", - "email": "smarulanda@gmail.com" + "username": "lday", + "email": "ldayananda@brightcove.com" + }, + { + "username": "imbcmdth", + "email": "jon.carlos.rivera@gmail.com" + }, + { + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" + }, + { + "username": "heff", + "email": "npm@heff.me" + }, + { + "username": "gkatsev", + "email": "me@gkatsev.com" + }, + { + "username": "gesinger", + "email": "gesinger@gmail.com" + }, + { + "username": "essk", + "email": "sarah@teaandbiscuits.net" + }, + { + "username": "dmlap", + "email": "dlapalomento@gmail.com" + }, + { + "username": "brandonocasey", + "email": "brandonocasey@gmail.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "abarstow", + "email": "alexander.barstow@gmail.com" + }, + { + "username": "exon", + "email": "trembl.ben@gmail.com" } ], - "downloads": 4 + "downloads": 18119 }, { - "name": "videojs-annotations", - "scope": "unscoped", - "version": "0.0.1", + "name": "@brightcove/videojs-flashls-source-handler", + "scope": "brightcove", + "version": "1.4.8", + "description": "A source handler to integrate flashls with video.js", "keywords": [ "videojs", "videojs-plugin" ], - "date": "2022-01-03T13:43:02.376Z", + "date": "2019-03-21T20:05:09.082Z", "links": { - "npm": "https://www.npmjs.com/package/videojs-annotations" + "npm": "https://www.npmjs.com/package/%40brightcove%2Fvideojs-flashls-source-handler" }, "author": { - "name": "miks.in" + "name": "Brightcove" }, "publisher": { - "username": "hrn", - "email": "hiren@ruchandani.com" + "username": "misteroneill", + "email": "pgoneill@gmail.com" }, "maintainers": [ { - "username": "hrn", - "email": "hiren@ruchandani.com" - } - ], - "downloads": 5 - }, - { - "name": "videojs-dock", - "scope": "unscoped", - "version": "3.0.0", - "description": "Dock plugin for videojs", - "keywords": [ - "dock", - "videojs", - "videojs-plugin" - ], - "date": "2021-12-17T19:25:39.668Z", - "links": { - "npm": "https://www.npmjs.com/package/videojs-dock", - "homepage": "https://github.com/brightcove/videojs-dock#readme", - "repository": "https://github.com/brightcove/videojs-dock", - "bugs": "https://github.com/brightcove/videojs-dock/issues" - }, - "author": { - "name": "Brightcove, Inc." - }, - "publisher": { - "username": "abarstow", - "email": "alexander.barstow@gmail.com" - }, - "maintainers": [ + "username": "madhu_g", + "email": "mganapathiraaja@brightcove.com" + }, + { + "username": "geethu.k", + "email": "geethu.karthik@brightove.com" + }, + { + "username": "hugocjim", + "email": "hjimenez@brightcove.com" + }, + { + "username": "luisbacasehua", + "email": "lbacasehua@brightcove.com" + }, + { + "username": "daniel_campos", + "email": "dcampos@brightcove.com" + }, + { + "username": "kevin.schick", + "email": "kschick@brightcove.com" + }, + { + "username": "m.morrison", + "email": "mmorrison@brightcove.com" + }, + { + "username": "rgroesch", + "email": "rgroesch@brightcove.com" + }, + { + "username": "phale", + "email": "phale@brightcove.com" + }, + { + "username": "uomar", + "email": "uomar@brightcove.com" + }, + { + "username": "abarstowbc", + "email": "abarstow@brightcove.com" + }, + { + "username": "sbarathan", + "email": "sbarathan@brightcove.com" + }, + { + "username": "adamico-bc", + "email": "alex.damico@brightcove.com" + }, + { + "username": "kpandiyarajan", + "email": "kpandiyarajan@brightcove.com" + }, + { + "username": "msivalls", + "email": "msivalls@brightcove.com" + }, + { + "username": "vbustillos", + "email": "vbustillos@brightcove.com" + }, + { + "username": "rburnham", + "email": "rburnham@brightcove.com" + }, + { + "username": "imorones", + "email": "imorones@brightcove.com" + }, + { + "username": "bhong-brightcove", + "email": "bhong@brightcove.com" + }, + { + "username": "walterseymourbc", + "email": "wseymour@brightcove.com" + }, + { + "username": "ddashkevich", + "email": "ddashkevich@brightcove.com" + }, + { + "username": "shubham.chavhan", + "email": "shubham.chavhan@brightcove.com" + }, + { + "username": "albertogomez", + "email": "agomez@brightcove.com" + }, + { + "username": "gestrada-br", + "email": "gestrada@brightcove.com" + }, + { + "username": "lpintor", + "email": "lpintor@brightcove.com" + }, + { + "username": "amillerbrightcove", + "email": "amiller@brightcove.com" + }, + { + "username": "lvohra", + "email": "lvohra@brightcove.com" + }, + { + "username": "charles.seat", + "email": "charles.seat@brightcove.com" + }, + { + "username": "mcho-bc", + "email": "mcho@brightcove.com" + }, + { + "username": "awaldron", + "email": "awaldron@brightcove.com" + }, + { + "username": "fsalazarbc", + "email": "fsalazar@brightcove.com" + }, + { + "username": "dawnpacko", + "email": "dpacko@brightcove.com" + }, + { + "username": "ldominguez", + "email": "ldominguez@brightcove.com" + }, { "username": "bc-srimron-soutter", "email": "srimron-soutter@brightcove.com" }, - { - "username": "prasant7bc", - "email": "prasanth.y@brightcove.com" - }, { "username": "bart-stevens-bc", "email": "bart.stevens@brightcove.com" }, - { - "username": "nnguyen150468", - "email": "nnguyen@brightcove.com" - }, { "username": "rsilva_brightcove", "email": "rsilva@brightcove.com" @@ -13237,34 +11754,14 @@ "username": "cloewer_bc", "email": "cloewer@brightcove.com" }, - { - "username": "enrique.henderson", - "email": "enrique.henderson@brightcove.com" - }, - { - "username": "muhamad.mahmudov", - "email": "muhamad.mahmudov@brightcove.com" - }, { "username": "carredondo", "email": "carredondo@brightcove.com" }, - { - "username": "jagadeesh_lakshminarasimhan", - "email": "jnarasimhan@brightcove.com" - }, { "username": "brianhsu", "email": "bhsu@brightcove.com" }, - { - "username": "lewis.moten.brightcove", - "email": "lewis.moten@brightcove.com" - }, - { - "username": "kchang-brightcove", - "email": "kchang@brightcove.com" - }, { "username": "niklagbrightcove", "email": "niko.lagman@brightcove.com" @@ -13273,14 +11770,6 @@ "username": "tsraveling_bc", "email": "tim.raveling@brightcove.com" }, - { - "username": "natalia-chegrynets", - "email": "natalia.chegrynets@brightcove.com" - }, - { - "username": "rsutharu", - "email": "rsutharu@brightcove.com" - }, { "username": "natedennis", "email": "nathan.dennis@brightcove.com" @@ -13293,18 +11782,6 @@ "username": "craigparrottebc", "email": "cparrotte@brightcove.com" }, - { - "username": "mwebster789", - "email": "matthew.webster@brightcove.com" - }, - { - "username": "vandana90", - "email": "vandana.surendranath@brightcove.com" - }, - { - "username": "amrith.pai", - "email": "amrith.pai@brightcove.com" - }, { "username": "bc-acgarcia", "email": "acgarcia@brightcove.com" @@ -13313,10 +11790,6 @@ "username": "adavila1", "email": "adavila@brightcove.com" }, - { - "username": "francis-alegre", - "email": "francis.alegre@brightcove.com" - }, { "username": "vaishalijayaraman", "email": "vjayaraman@brightcove.com" @@ -13349,10 +11822,6 @@ "username": "randresf", "email": "andres.restrepo@brightcove.com" }, - { - "username": "harold.murcia", - "email": "harold.murcia@brightcove.com" - }, { "username": "v.kozlov_bc", "email": "vitali.kozlov@brightcove.com" @@ -13365,10 +11834,6 @@ "username": "michaelmccarthybc", "email": "michael.mccarthy@brightcove.com" }, - { - "username": "abarstowbc", - "email": "abarstow@brightcove.com" - }, { "username": "georgesanchez.diazjr", "email": "jsanchez@brightcove.com" @@ -13377,30 +11842,10 @@ "username": "poneill-bcov", "email": "poneill@brightcove.com" }, - { - "username": "gsinger-brightcove", - "email": "gsinger@brightcove.com" - }, { "username": "mdeltorobcov", "email": "mdeltoro@brightcove.com" }, - { - "username": "scottbishop", - "email": "scott.bishop@brightcove.com" - }, - { - "username": "bcov_david-kelly", - "email": "david.kelly@brightcove.com" - }, - { - "username": "yji_bc", - "email": "yuan.ji@brightcove.com" - }, - { - "username": "jahidulislam", - "email": "jahidul.islam@brightcove.com" - }, { "username": "jmohneycove", "email": "jared.mohney@brightcove.com" @@ -13409,10 +11854,6 @@ "username": "inbc01", "email": "igor.nakshin@brightcove.com" }, - { - "username": "valon.sejdini84", - "email": "valon.sejdini@brightcove.com" - }, { "username": "jeff.schuman", "email": "jeff.schuman@brightcove.com" @@ -13453,10 +11894,6 @@ "username": "lasanchezc", "email": "lsanchez@brightcove.com" }, - { - "username": "apadhye", - "email": "apadhye@brightcove.com" - }, { "username": "marguinbc", "email": "marguin@brightcove.com" @@ -13474,2576 +11911,5543 @@ "email": "cbarstow@brightcove.com" }, { - "username": "hikeh", - "email": "hikeh@brightcove.com" + "username": "hikeh", + "email": "hikeh@brightcove.com" + }, + { + "username": "myerramalla", + "email": "myerramalla@brightcove.com" + }, + { + "username": "pdias", + "email": "pdias@brightcove.com" + }, + { + "username": "jwhisenant", + "email": "jwhisenant@brightcove.com" + }, + { + "username": "ebertaud", + "email": "ebertaud@brightcove.com" + }, + { + "username": "oespinosac", + "email": "oespinosa@brightcove.com" + }, + { + "username": "dsalnikov", + "email": "dsalnikov@brightcove.com" + }, + { + "username": "sharanya.muruganandam", + "email": "sharanya.muruganandam@brightcove.com" + }, + { + "username": "vikaskumar.gajula", + "email": "vikaskumar.gajula@brightcove.com" + }, + { + "username": "xgarcia_npm", + "email": "xgarcia+npm@brightcove.com" + }, + { + "username": "jguerra", + "email": "jguerra@brightcove.com" + }, + { + "username": "rjune", + "email": "rjune@brightcove.com" + }, + { + "username": "jonbwalsh", + "email": "jwalsh@brightcove.com" + }, + { + "username": "khaipham", + "email": "kpham@brightcove.com" + }, + { + "username": "wswanbeck", + "email": "wswanbeck@brightcove.com" + }, + { + "username": "gastafurov", + "email": "gastafurov@brightcove.com" + }, + { + "username": "adalwani", + "email": "adalwani@brightcove.com" + }, + { + "username": "ekelson-bcove", + "email": "ekelson@brightcove.com" + }, + { + "username": "syseng", + "email": "syseng+npm@brightcove.com" + }, + { + "username": "mcarreiro", + "email": "mcarreiro@brightcove.com" + }, + { + "username": "elbadawimustafa", + "email": "melbadawi@brightcove.com" + }, + { + "username": "asinclair", + "email": "asinclair@brightcove.com" + }, + { + "username": "hwoodbury", + "email": "hwoodbury@brightcove.com" + }, + { + "username": "jblaker", + "email": "jblaker@brightcove.com" + }, + { + "username": "bcmauleon", + "email": "mleon@brightcove.com" + }, + { + "username": "paco_oblea_bc", + "email": "foblea@brightcove.com" + }, + { + "username": "jsepulveda", + "email": "jsepulveda@brightcove.com" + }, + { + "username": "biswaranjan", + "email": "bpanigrahi@brightcove.com" + }, + { + "username": "barroyo", + "email": "barroyo@brightcove.com" + }, + { + "username": "bmartinez", + "email": "bmartinez@brightcove.com" + }, + { + "username": "bc-jcarlson", + "email": "jcarlson@brightcove.com" + }, + { + "username": "eledezma", + "email": "eledezma@brightcove.com" + }, + { + "username": "jcueto", + "email": "jcueto@brightcove.com" + }, + { + "username": "erodrigues", + "email": "erodrigues@brightcove.com" + }, + { + "username": "psousa", + "email": "psousa@brightcove.com" + }, + { + "username": "acruzr", + "email": "acruz@brightcove.com" + }, + { + "username": "marcogaray", + "email": "mgaray@brightcove.com" + }, + { + "username": "diegocruz1991", + "email": "dcruz@brightcove.com" + }, + { + "username": "javibright", + "email": "fpadilla@brightcove.com" + }, + { + "username": "bcpsalas", + "email": "psalas@brightcove.com" + }, + { + "username": "etobin", + "email": "etobin@brightcove.com" + }, + { + "username": "ackbabe", + "email": "backer@brightcove.com" + }, + { + "username": "cvillasenor", + "email": "cvillasenor@brightcove.com" + }, + { + "username": "omartinez", + "email": "omartinez@brightcove.com" + }, + { + "username": "mgonzalez_bc", + "email": "mgonzalez@brightcove.com" + }, + { + "username": "pdohertybcov", + "email": "pdoherty+npmjs@brightcove.com" + }, + { + "username": "muthukumar.bc", + "email": "muthukumar@brightcove.com" + }, + { + "username": "bzizmond", + "email": "bzizmond@brightcove.com" + }, + { + "username": "jmpmacedo", + "email": "jmacedo@brightcove.com" }, { - "username": "myerramalla", - "email": "myerramalla@brightcove.com" + "username": "scorreia", + "email": "scorreia@brightcove.com" }, { - "username": "pdias", - "email": "pdias@brightcove.com" + "username": "lescorcio", + "email": "lescorcio@brightcove.com" }, { - "username": "jwhisenant", - "email": "jwhisenant@brightcove.com" + "username": "cavieira", + "email": "cavieira@brightcove.com" }, { - "username": "rjune", - "email": "rjune@brightcove.com" + "username": "arunjeyaprasad", + "email": "arunjeyaprasad@brightcove.com" }, { - "username": "jonbwalsh", - "email": "jwalsh@brightcove.com" + "username": "bvilvanathan", + "email": "bvilvanathan@brightcove.com" }, { - "username": "khaipham", - "email": "kpham@brightcove.com" + "username": "anand.gangadharan", + "email": "anand.gangadharan@brightcove.com" }, { - "username": "wswanbeck", - "email": "wswanbeck@brightcove.com" + "username": "rociosantos", + "email": "msantos@brightcove.com" }, { - "username": "mjholland", - "email": "mholland@brightcove.com" + "username": "fdelgado_bc", + "email": "fdelgado@brightcove.com" }, { - "username": "gastafurov", - "email": "gastafurov@brightcove.com" + "username": "agarciabcov", + "email": "agarcia@brightcove.com" }, { - "username": "adalwani", - "email": "adalwani@brightcove.com" + "username": "attinder", + "email": "asingh@brightcove.com" }, { - "username": "ekelson-bcove", - "email": "ekelson@brightcove.com" + "username": "lauralopez", + "email": "llopez@brightcove.com" }, { - "username": "syseng", - "email": "syseng+npm@brightcove.com" + "username": "skumar85", + "email": "skumar@brightcove.com" }, { - "username": "mcarreiro", - "email": "mcarreiro@brightcove.com" + "username": "hrodriguez2", + "email": "hrodriguez@brightcove.com" }, { - "username": "elbadawimustafa", - "email": "melbadawi@brightcove.com" + "username": "jasilvaantonio", + "email": "jasilva@brightcove.com" }, { - "username": "asinclair", - "email": "asinclair@brightcove.com" + "username": "palvarezbc", + "email": "palvarez@brightcove.com" }, { - "username": "jedwards53", - "email": "jedwards@brightcove.com" + "username": "ericramos", + "email": "eramos@brightcove.com" }, { - "username": "hwoodbury", - "email": "hwoodbury@brightcove.com" + "username": "carlosabajo", + "email": "cbajo@brightcove.com" }, { - "username": "jblaker", - "email": "jblaker@brightcove.com" + "username": "ingrid.s.cruz", + "email": "scruz@brightcove.com" }, { - "username": "bcmauleon", - "email": "mleon@brightcove.com" + "username": "luis_fernando_lopez_ruiz", + "email": "lflopez@brightcove.com" }, { - "username": "paco_oblea_bc", - "email": "foblea@brightcove.com" + "username": "vishal64", + "email": "vramesh@brightcove.com" }, { - "username": "jsepulveda", - "email": "jsepulveda@brightcove.com" + "username": "tresa.baji", + "email": "tresa.baji@brightcove.com" }, { - "username": "biswaranjan", - "email": "bpanigrahi@brightcove.com" + "username": "luis.garcia.brightcove", + "email": "lfgarcia@brightcove.com" }, { - "username": "barroyo", - "email": "barroyo@brightcove.com" + "username": "rodrigofdz", + "email": "rfernandez@brightcove.com" }, { - "username": "bmartinez", - "email": "bmartinez@brightcove.com" + "username": "pgutierrezgil", + "email": "pgutierrez@brightcove.com" }, { - "username": "bc-jcarlson", - "email": "jcarlson@brightcove.com" + "username": "harish17", + "email": "hekambaram@brightcove.com" }, { - "username": "eledezma", - "email": "eledezma@brightcove.com" + "username": "jjeyaprakash", + "email": "jjeyaprakash@brightcove.com" }, { - "username": "jcueto", - "email": "jcueto@brightcove.com" + "username": "rrajendran1698", + "email": "rrajendran@brightcove.com" }, { - "username": "erodrigues", - "email": "erodrigues@brightcove.com" + "username": "jlomeli", + "email": "jlomeli@brightcove.com" }, { - "username": "psousa", - "email": "psousa@brightcove.com" + "username": "sjimenez", + "email": "sjimenez@brightcove.com" }, { - "username": "acruzr", - "email": "acruz@brightcove.com" + "username": "rwenger_brightcove", + "email": "robert.wenger@brightcove.com" }, { - "username": "egoulding", - "email": "egoulding@brightcove.com" + "username": "rujordan", + "email": "jordan.alexander@brightcove.com" }, { - "username": "marcogaray", - "email": "mgaray@brightcove.com" + "username": "stuartmh", + "email": "shicks@brightcove.com" }, { - "username": "ipadilla", - "email": "ipadilla@brightcove.com" + "username": "jherrerabcov", + "email": "jherrera@brightcove.com" }, { - "username": "diegocruz1991", - "email": "dcruz@brightcove.com" + "username": "mshiwal", + "email": "mshiwal@brightcove.com" }, { - "username": "javibright", - "email": "fpadilla@brightcove.com" + "username": "ptamizh", + "email": "ptamizh@brightcove.com" }, { - "username": "bcpsalas", - "email": "psalas@brightcove.com" + "username": "akamalakkannan", + "email": "akamalakkannan@brightcove.com" }, { - "username": "etobin", - "email": "etobin@brightcove.com" + "username": "akatare", + "email": "akatare@brightcove.com" }, { - "username": "ackbabe", - "email": "backer@brightcove.com" + "username": "roman-bc", + "email": "rpougatchev@brightcove.com" }, { - "username": "cvillasenor", - "email": "cvillasenor@brightcove.com" + "username": "tnwanna", + "email": "tnwanna@brightcove.com" }, { - "username": "vchistyakov", - "email": "vchistyakov@brightcove.com" + "username": "bsahlas.npm", + "email": "bsahlas@brightcove.com" }, { - "username": "omartinez", - "email": "omartinez@brightcove.com" + "username": "dherrera1109", + "email": "dherrera@brightcove.com" }, { - "username": "mgonzalez_bc", - "email": "mgonzalez@brightcove.com" + "username": "hswaminathan", + "email": "hswaminathan@brightcove.com" }, { - "username": "pdohertybcov", - "email": "pdoherty+npmjs@brightcove.com" + "username": "echengbc", + "email": "echeng@brightcove.com" }, { - "username": "muthukumar.bc", - "email": "muthukumar@brightcove.com" + "username": "sbarrettbc", + "email": "sbarrett@brightcove.com" + } + ], + "downloads": 295 + }, + { + "name": "videojs-brand", + "scope": "unscoped", + "version": "0.0.4", + "description": "Simple plugin that adds your logo brand in the player controls", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2016-07-27T21:07:55.207Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-brand", + "homepage": "https://github.com/manelpb/videojs-brand#readme", + "repository": "https://github.com/manelpb/videojs-brand", + "bugs": "https://github.com/manelpb/videojs-brand/issues" + }, + "author": { + "name": "Emmanuel Alves", + "email": "manel.pb@gmail.com", + "username": "manelpb" + }, + "publisher": { + "username": "manelpb", + "email": "manel.pb@gmail.com" + }, + "maintainers": [ + { + "username": "manelpb", + "email": "manel.pb@gmail.com" + } + ], + "downloads": 402 + }, + { + "name": "@convivainc/conviva-js-videojs", + "scope": "convivainc", + "version": "4.2.1", + "description": "Conviva js Video.js", + "keywords": [ + "video.js", + "videojs", + "conviva" + ], + "date": "2023-04-10T04:25:40.695Z", + "links": { + "npm": "https://www.npmjs.com/package/%40convivainc%2Fconviva-js-videojs", + "homepage": "https://github.com/Conviva/conviva-js-videojs#readme", + "repository": "https://github.com/Conviva/conviva-js-videojs", + "bugs": "https://github.com/Conviva/conviva-js-videojs/issues" + }, + "author": { + "name": "Conviva Inc" + }, + "publisher": { + "username": "erhappysingh", + "email": "hasingh@conviva.com" + }, + "maintainers": [ + { + "username": "shansmuhammad", + "email": "mshan@conviva.com" }, { - "username": "bzizmond", - "email": "bzizmond@brightcove.com" + "username": "erhappysingh", + "email": "hasingh@conviva.com" }, { - "username": "jmpmacedo", - "email": "jmacedo@brightcove.com" + "username": "mknath7", + "email": "kmarsada@conviva.com" }, { - "username": "scorreia", - "email": "scorreia@brightcove.com" + "username": "sarathramachandra", + "email": "sramachandra@conviva.com" }, { - "username": "lescorcio", - "email": "lescorcio@brightcove.com" + "username": "mrastogi-conviva", + "email": "mrastogi@conviva.com" }, { - "username": "cavieira", - "email": "cavieira@brightcove.com" - }, + "username": "conviva_npm", + "email": "mpfeiffer@conviva.com" + } + ], + "downloads": 467 + }, + { + "name": "mraiguo-videojs-contrib-hls", + "scope": "unscoped", + "version": "5.15.1", + "description": "Play back HLS with video.js, even where it's not natively supported", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2019-04-16T14:32:02.113Z", + "links": { + "npm": "https://www.npmjs.com/package/mraiguo-videojs-contrib-hls", + "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", + "repository": "https://github.com/videojs/videojs-contrib-hls", + "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + }, + "author": { + "name": "Brightcove, Inc" + }, + "publisher": { + "username": "mraiguo", + "email": "810158465@qq.com" + }, + "maintainers": [ + { + "username": "mraiguo", + "email": "810158465@qq.com" + } + ], + "downloads": 0 + }, + { + "name": "videojs-contextmenu-pt", + "scope": "unscoped", + "version": "5.4.1", + "description": "A cross-device context menu UI for video.js players.", + "keywords": [ + "videojs", + "videojs-plugin", + "peertube" + ], + "date": "2021-04-11T08:49:24.935Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-contextmenu-pt" + }, + "author": { + "name": "Brightcove, Inc." + }, + "publisher": { + "username": "rigelk", + "email": "sendmemail@rigelk.eu" + }, + "maintainers": [ { - "username": "mbalasubramaniam", - "email": "mbalasubramaniam@brightcove.com" - }, + "username": "rigelk", + "email": "sendmemail@rigelk.eu" + } + ], + "downloads": 9 + }, + { + "name": "videojs-http-source-selector-mute", + "scope": "unscoped", + "version": "1.0.2", + "description": "Mute Version of VideoJS plugin that leverages videojs-contrib-quality-levels plugin to offer manual user-selectable level selection options for adaptive http streams.", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2020-05-17T19:53:29.319Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-http-source-selector-mute", + "homepage": "https://github.com/moseley/videojs-http-source-selector-mute#readme", + "repository": "https://github.com/moseley/videojs-http-source-selector-mute", + "bugs": "https://github.com/moseley/videojs-http-source-selector-mute/issues" + }, + "author": { + "name": "Jeremy Moseley", + "email": "jeremymoseley@me.com", + "username": "moseley" + }, + "publisher": { + "username": "moseley", + "email": "jeremymoseley@me.com" + }, + "maintainers": [ { - "username": "arunjeyaprasad", - "email": "arunjeyaprasad@brightcove.com" - }, + "username": "moseley", + "email": "jeremymoseley@me.com" + } + ], + "downloads": 3 + }, + { + "name": "videojs-contrib-hls-s1", + "scope": "unscoped", + "version": "1.3.9", + "description": "Play back HLS with video.js, even where it's not natively supported", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2016-02-18T09:52:50.988Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-contrib-hls-s1", + "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", + "repository": "https://github.com/videojs/videojs-contrib-hls", + "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + }, + "author": { + "name": "Brightcove, Inc" + }, + "publisher": { + "username": "nickygerritsen", + "email": "nickygerritsen@me.com" + }, + "maintainers": [ { - "username": "bvilvanathan", - "email": "bvilvanathan@brightcove.com" - }, + "username": "nickygerritsen", + "email": "nickygerritsen@me.com" + } + ], + "downloads": 3 + }, + { + "name": "videojs-contrib-hls-4k-fix", + "scope": "unscoped", + "version": "5.14.1", + "description": "Play back HLS with video.js, even where it's not natively supported", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2020-08-29T18:36:25.332Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-contrib-hls-4k-fix", + "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", + "repository": "https://github.com/videojs/videojs-contrib-hls", + "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + }, + "author": { + "name": "Brightcove, Inc" + }, + "publisher": { + "username": "peiying16", + "email": "mryang91@hotmail.com" + }, + "maintainers": [ { - "username": "anand.gangadharan", - "email": "anand.gangadharan@brightcove.com" - }, + "username": "peiying16", + "email": "mryang91@hotmail.com" + } + ], + "downloads": 0 + }, + { + "name": "videojs-contrib-hls-webpack", + "scope": "unscoped", + "version": "5.12.2", + "description": "Play back HLS with video.js, even where it's not natively supported", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2017-12-02T08:43:49.938Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-contrib-hls-webpack", + "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", + "repository": "https://github.com/videojs/videojs-contrib-hls", + "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + }, + "author": { + "name": "Brightcove, Inc" + }, + "publisher": { + "username": "chenzhuoqi", + "email": "zhuoqi_chen@126.com" + }, + "maintainers": [ { - "username": "rociosantos", - "email": "msantos@brightcove.com" - }, + "username": "chenzhuoqi", + "email": "zhuoqi_chen@126.com" + } + ], + "downloads": 4 + }, + { + "name": "@isatti/video.js", + "scope": "isatti", + "version": "7.18.8", + "description": "An HTML5 video player that supports HLS and DASH with a common API and skin.", + "keywords": [ + "dash", + "hls", + "html5", + "player", + "video", + "videojs" + ], + "date": "2023-04-28T12:46:26.341Z", + "links": { + "npm": "https://www.npmjs.com/package/%40isatti%2Fvideo.js", + "homepage": "https://videojs.com", + "repository": "https://github.com/isatti/video.js", + "bugs": "https://github.com/isatti/video.js/issues" + }, + "author": { + "name": "Steve Heffernan" + }, + "publisher": { + "username": "isatti", + "email": "14bscsisatti@seecs.edu.pk" + }, + "maintainers": [ { - "username": "fdelgado_bc", - "email": "fdelgado@brightcove.com" - }, + "username": "isatti", + "email": "14bscsisatti@seecs.edu.pk" + } + ], + "downloads": 135 + }, + { + "name": "videojs-logo", + "scope": "unscoped", + "version": "3.0.0", + "description": "A video.js plugin to display a logo image on the player.", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2023-03-26T05:30:53.892Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-logo", + "homepage": "https://github.com/tapioca24/videojs-logo", + "repository": "https://github.com/tapioca24/videojs-logo", + "bugs": "https://github.com/tapioca24/videojs-logo/issues" + }, + "author": { + "name": "tapioca24" + }, + "publisher": { + "username": "tapioca24", + "email": "h.mitani24@gmail.com" + }, + "maintainers": [ { - "username": "syurishi", - "email": "syurishi@brightcove.com" - }, + "username": "tapioca24", + "email": "h.mitani24@gmail.com" + } + ], + "downloads": 718 + }, + { + "name": "@my-videojs/videojs-contrib-hls", + "scope": "my-videojs", + "version": "5.15.5", + "description": "Play back HLS with video.js, even where it's not natively supported", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2021-02-01T05:58:16.772Z", + "links": { + "npm": "https://www.npmjs.com/package/%40my-videojs%2Fvideojs-contrib-hls", + "homepage": "https://github.com/videojs/videojs-contrib-hls#readme", + "repository": "https://github.com/videojs/videojs-contrib-hls", + "bugs": "https://github.com/videojs/videojs-contrib-hls/issues" + }, + "author": { + "name": "Brightcove, Inc" + }, + "publisher": { + "username": "mraiguo", + "email": "810158465@qq.com" + }, + "maintainers": [ { - "username": "agarciabcov", - "email": "agarcia@brightcove.com" - }, + "username": "mraiguo", + "email": "810158465@qq.com" + } + ], + "downloads": 2 + }, + { + "name": "@filmgardi/videojs-controls-badge", + "scope": "filmgardi", + "version": "1.0.4", + "description": "The `controls-badge` plugin show current value of multiple value component as badge icon.", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2021-09-05T07:40:29.224Z", + "links": { + "npm": "https://www.npmjs.com/package/%40filmgardi%2Fvideojs-controls-badge", + "homepage": "https://github.com/saffari-m/videojs-controls-badge#readme", + "repository": "https://github.com/saffari-m/videojs-controls-badge", + "bugs": "https://github.com/saffari-m/videojs-controls-badge/issues" + }, + "author": { + "name": "m-saffari", + "email": "mohamadsaffari90@gmail.com", + "username": "saffari-m" + }, + "publisher": { + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" + }, + "maintainers": [ { - "username": "priyadharsshini", - "email": "priyadharsshinis@brightcove.com" + "username": "faridghafoori", + "email": "faridghafooriadl@gmail.com" }, { - "username": "attinder", - "email": "asingh@brightcove.com" + "username": "xessam", + "email": "ivyblackmail@gmail.com" }, { - "username": "lauralopez", - "email": "llopez@brightcove.com" - }, + "username": "saffari-m", + "email": "mohamadsaffari90@gmail.com" + } + ], + "downloads": 1 + }, + { + "name": "videojs-qualityselector", + "scope": "unscoped", + "version": "0.0.4", + "description": "Simple plugin that displays a dropdown with a list of possible videos based on its resolution, also changes the source when the user selects a desired option", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2018-01-13T20:05:03.954Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-qualityselector" + }, + "author": { + "name": "Emmanuel Alves", + "email": "manel.pb@gmail.com", + "username": "manelpb" + }, + "publisher": { + "username": "manelpb", + "email": "manel.pb@gmail.com" + }, + "maintainers": [ { - "username": "granganathan", - "email": "granganathan@brightcove.com" - }, + "username": "manelpb", + "email": "manel.pb@gmail.com" + } + ], + "downloads": 64 + }, + { + "name": "videojs-analytics", + "scope": "unscoped", + "version": "1.0.0", + "description": "Track Google Analytics events from video.js players", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2017-04-27T15:27:27.242Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-analytics" + }, + "author": { + "name": "Adam Oliver", + "email": "mail@adamoliver.net", + "username": "adamoliver" + }, + "publisher": { + "username": "adamoliver", + "email": "mail@adamoliver.net" + }, + "maintainers": [ { - "username": "skumar85", - "email": "skumar@brightcove.com" - }, + "username": "adamoliver", + "email": "mail@adamoliver.net" + } + ], + "downloads": 914 + }, + { + "name": "@api.video/videojs-player-analytics", + "scope": "api.video", + "version": "1.0.13", + "description": "api.video player analytics plugin for videojs", + "keywords": [ + "video", + "player", + "apivideo", + "videojs", + "video.js" + ], + "date": "2022-11-08T09:55:55.942Z", + "links": { + "npm": "https://www.npmjs.com/package/%40api.video%2Fvideojs-player-analytics", + "homepage": "https://github.com/apivideo/api.video-videojs-analytics#readme", + "repository": "https://github.com/apivideo/api.video-videojs-analytics", + "bugs": "https://github.com/apivideo/api.video-videojs-analytics/issues" + }, + "author": { + "name": "api.video", + "email": "ecosystem-team@api.video", + "url": "https://api.video/" + }, + "publisher": { + "username": "apivideo-ecosystem", + "email": "ecosystem@api.video" + }, + "maintainers": [ { - "username": "hrodriguez2", - "email": "hrodriguez@brightcove.com" + "username": "apivideo-ecosystem", + "email": "ecosystem@api.video" }, { - "username": "jasilvaantonio", - "email": "jasilva@brightcove.com" + "username": "anthony.dantard", + "email": "hello@api.video" }, { - "username": "palvarezbc", - "email": "palvarez@brightcove.com" - }, + "username": "olivierapivideo", + "email": "olivier@api.video" + } + ], + "downloads": 352 + }, + { + "name": "narasi-player", + "scope": "unscoped", + "version": "1.0.5", + "description": "Narasi Player for Streaming VOD & Live", + "keywords": [ + "player", + "narasi tv", + "live streaming", + "vod", + "videojs", + "video vast", + "ads" + ], + "date": "2023-01-31T05:33:10.614Z", + "links": { + "npm": "https://www.npmjs.com/package/narasi-player", + "homepage": "https://github.com/narasi-products/narasi-player#readme", + "repository": "https://github.com/narasi-products/narasi-player", + "bugs": "https://github.com/narasi-products/narasi-player/issues" + }, + "publisher": { + "username": "narasi-products", + "email": "marithonst@gmail.com" + }, + "maintainers": [ { - "username": "ericramos", - "email": "eramos@brightcove.com" - }, + "username": "narasi-products", + "email": "marithonst@gmail.com" + } + ], + "downloads": 14 + }, + { + "name": "videojs-shuttle-controls", + "scope": "unscoped", + "version": "1.2.4", + "description": "Adds shuttle controls(JKL controls) to video.js", + "keywords": [ + "videojs", + "videojs-plugin", + "jog", + "shuttle", + "control", + "backward", + "rewind" + ], + "date": "2020-04-26T12:41:37.315Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-shuttle-controls", + "homepage": "https://github.com/sweetberry/videojs-shuttle-controls", + "repository": "https://github.com/sweetberry/videojs-shuttle-controls", + "bugs": "https://github.com/sweetberry/videojs-shuttle-controls/issues" + }, + "author": { + "name": "sweetberry", + "email": "pixel@sweetberry.com", + "username": "sweetberry" + }, + "publisher": { + "username": "sweetberry", + "email": "pixel@sweetberry.com" + }, + "maintainers": [ { - "username": "carlosabajo", - "email": "cbajo@brightcove.com" - }, + "username": "sweetberry", + "email": "pixel@sweetberry.com" + } + ], + "downloads": 29 + }, + { + "name": "videojs-resize", + "scope": "unscoped", + "version": "1.0.1", + "description": "Detects videojs player resize and adds/removes classes", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2016-11-09T09:59:58.642Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-resize", + "homepage": "https://github.com/yshterev/videojs-resize#readme", + "repository": "https://github.com/yshterev/videojs-resize", + "bugs": "https://github.com/yshterev/videojs-resize/issues" + }, + "author": { + "name": "Yanko Shterev", + "email": "yanko@streamingvideoprovider.com" + }, + "publisher": { + "username": "yshterev", + "email": "yshterev@gmail.com" + }, + "maintainers": [ { - "username": "ingrid.s.cruz", - "email": "scruz@brightcove.com" - }, + "username": "yshterev", + "email": "yshterev@gmail.com" + } + ], + "downloads": 17 + }, + { + "name": "videojs-wavesurfer", + "scope": "unscoped", + "version": "3.9.0", + "description": "video.js plugin that adds a navigable waveform for audio and video files.", + "keywords": [ + "waveform", + "audio", + "video", + "wavesurfer", + "videojs", + "videojs-plugin", + "player" + ], + "date": "2022-10-03T19:39:35.922Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-wavesurfer", + "homepage": "https://github.com/collab-project/videojs-wavesurfer", + "repository": "https://github.com/collab-project/videojs-wavesurfer", + "bugs": "https://github.com/collab-project/videojs-wavesurfer/issues" + }, + "author": { + "name": "Collab" + }, + "publisher": { + "username": "collab", + "email": "info@collab.nl" + }, + "maintainers": [ { - "username": "hkanagarajan", - "email": "hkanagarajan@brightcove.com" - }, + "username": "collab", + "email": "info@collab.nl" + } + ], + "downloads": 11791 + }, + { + "name": "videojs-responsive-controls", + "scope": "unscoped", + "version": "1.0.1", + "description": "Adapts controls to different player sizes", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2017-06-22T11:52:26.626Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-responsive-controls" + }, + "author": { + "name": "Tomasz Janiczek", + "email": "tjaniczek@twig-world.com" + }, + "publisher": { + "username": "tjaniczek", + "email": "tjaniczek@twig-world.com" + }, + "maintainers": [ { - "username": "jcarfagno-bc", - "email": "jcarfagno@brightcove.com" - }, + "username": "adamoliver", + "email": "mail@adamoliver.net" + } + ], + "downloads": 16 + }, + { + "name": "vjs-vast", + "scope": "unscoped", + "version": "0.0.1", + "description": "VAST plugin to use with video.js", + "keywords": [ + "vpaid", + "html5", + "flash", + "vast", + "videojs", + "js", + "video", + "iab" + ], + "date": "2020-06-14T14:37:07.343Z", + "links": { + "npm": "https://www.npmjs.com/package/vjs-vast", + "homepage": "https://github.com/MailOnline/videojs-vast-vpaid#readme", + "repository": "https://github.com/MailOnline/videojs-vast-vpaid", + "bugs": "https://github.com/MailOnline/videojs-vast-vpaid/issues" + }, + "author": { + "name": "Geekfil" + }, + "publisher": { + "username": "geekfil", + "email": "geekfil@gmail.com" + }, + "maintainers": [ { - "username": "luis_fernando_lopez_ruiz", - "email": "lflopez@brightcove.com" - }, + "username": "geekfil", + "email": "geekfil@gmail.com" + } + ], + "downloads": 3 + }, + { + "name": "videojs-countdown-start", + "scope": "unscoped", + "version": "1.0.1", + "description": "Adds countdown before webcast or other video will be started in player.", + "keywords": [ + "videojs", + "videojs-countdown-start" + ], + "date": "2018-03-26T17:39:28.660Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-countdown-start", + "homepage": "https://github.com/helenjer/videojs-countdown-start#readme", + "repository": "https://github.com/helenjer/videojs-countdown-start", + "bugs": "https://github.com/helenjer/videojs-countdown-start/issues" + }, + "author": { + "name": "Pravdina Elena", + "email": "helenj@inventos.ru" + }, + "publisher": { + "username": "helenjer", + "email": "hel.jer@ya.ru" + }, + "maintainers": [ { - "username": "vishal64", - "email": "vramesh@brightcove.com" - }, + "username": "helenjer", + "email": "hel.jer@ya.ru" + } + ], + "downloads": 14 + }, + { + "name": "videojs_snapshot_new", + "scope": "unscoped", + "version": "1.0.3", + "description": "Video.js plugin for taking a snapshot of what is playing.", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2020-01-14T03:17:15.816Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs_snapshot_new", + "homepage": "https://github.com/hitpang/video-js-snapshot#readme", + "repository": "https://github.com/hitpang/video-js-snapshot", + "bugs": "https://github.com/hitpang/video-js-snapshot/issues" + }, + "author": { + "name": "searKing", + "email": "searKingChan@gmail.com" + }, + "publisher": { + "username": "hitpang", + "email": "80853434@qq.com" + }, + "maintainers": [ { - "username": "tresa.baji", - "email": "tresa.baji@brightcove.com" - }, + "username": "hitpang", + "email": "80853434@qq.com" + } + ], + "downloads": 16 + }, + { + "name": "videojs-quality-selector-plugin", + "scope": "unscoped", + "version": "1.0.2", + "description": "Video quality selector", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2019-01-18T09:09:48.455Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-quality-selector-plugin" + }, + "author": { + "name": "fatelei", + "email": "fatelei@gmail.com", + "username": "fatelei" + }, + "publisher": { + "username": "fatelei", + "email": "fatelei@gmail.com" + }, + "maintainers": [ { - "username": "luis.garcia.brightcove", - "email": "lfgarcia@brightcove.com" - }, + "username": "fatelei", + "email": "fatelei@gmail.com" + } + ], + "downloads": 4 + }, + { + "name": "videojs-hlsjs-progress-control", + "scope": "unscoped", + "version": "1.0.2", + "description": "Modify standard progress control for the better streaming experience.", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2019-11-01T15:08:09.615Z", + "links": { + "npm": "https://www.npmjs.com/package/videojs-hlsjs-progress-control", + "homepage": "https://github.com/TTitanUA/videojs-hlsjs-progress-control#readme", + "repository": "https://github.com/TTitanUA/videojs-hlsjs-progress-control", + "bugs": "https://github.com/TTitanUA/videojs-hlsjs-progress-control/issues" + }, + "author": { + "name": "Taras Prokofiev", + "email": "taras.prokofiev@devit-team.com" + }, + "publisher": { + "username": "ttitanua", + "email": "xttitanx@gmail.com" + }, + "maintainers": [ { - "username": "rodrigofdz", - "email": "rfernandez@brightcove.com" - }, + "username": "ttitanua", + "email": "xttitanx@gmail.com" + } + ], + "downloads": 11 + }, + { + "name": "pthumbnails", + "scope": "unscoped", + "version": "1.2.0", + "description": "Thumbnails on progress bar hover/videojs scrubbing, using VTT files.", + "keywords": [ + "videojs", + "videojs-plugin" + ], + "date": "2020-04-04T15:58:52.657Z", + "links": { + "npm": "https://www.npmjs.com/package/pthumbnails", + "homepage": "https://github.com/rigelk/videojs-vtt-thumbnails#readme", + "repository": "https://github.com/rigelk/videojs-vtt-thumbnails", + "bugs": "https://github.com/rigelk/videojs-vtt-thumbnails/issues" + }, + "author": { + "name": "Rigel Kent", + "email": "sendmemail@rigelk.eu", + "username": "rigelk" + }, + "publisher": { + "username": "rigelk", + "email": "sendmemail@rigelk.eu" + }, + "maintainers": [ { - "username": "pgutierrezgil", - "email": "pgutierrez@brightcove.com" - }, + "username": "rigelk", + "email": "sendmemail@rigelk.eu" + } + ], + "downloads": 13 + }, + { + "name": "videojs-video-element", + "scope": "unscoped", + "version": "1.0.2", + "description": "A custom element for Video.js with an API that matches the `