Files
owncast/build/javascript/node_modules/videojs-vtt.js/package.json
dependabot[bot] dab7914eab Bump @justinribeiro/lite-youtube from 0.9.0 to 0.9.1 in /build/javascript (#273)
* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript (#265)

* Trying a new github workflow to install javascript packages

* Bump tailwindcss from 1.9.2 to 1.9.4 in /build/javascript (#266)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.2 to 1.9.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript

Bumps [preact](https://github.com/preactjs/preact) from 10.5.4 to 10.5.5.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.5.4...10.5.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>

* Bump @justinribeiro/lite-youtube in /build/javascript

Bumps [@justinribeiro/lite-youtube](https://github.com/justinribeiro/lite-youtube) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/justinribeiro/lite-youtube/releases)
- [Commits](https://github.com/justinribeiro/lite-youtube/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Owncast <owncast@owncast.online>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-10-20 15:15:56 -07:00

105 lines
2.8 KiB
JSON

{
"_args": [
[
"videojs-vtt.js@0.15.2",
"/home/runner/work/owncast/owncast/build/javascript"
]
],
"_from": "videojs-vtt.js@0.15.2",
"_id": "videojs-vtt.js@0.15.2",
"_inBundle": false,
"_integrity": "sha512-kEo4hNMvu+6KhPvVYPKwESruwhHC3oFis133LwhXHO9U7nRnx0RiJYMiqbgwjgazDEXHR6t8oGJiHM6wq5XlAw==",
"_location": "/videojs-vtt.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "videojs-vtt.js@0.15.2",
"name": "videojs-vtt.js",
"escapedName": "videojs-vtt.js",
"rawSpec": "0.15.2",
"saveSpec": null,
"fetchSpec": "0.15.2"
},
"_requiredBy": [
"/video.js"
],
"_resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.15.2.tgz",
"_spec": "0.15.2",
"_where": "/home/runner/work/owncast/owncast/build/javascript",
"author": {
"name": "Andreas Gal",
"email": "gal@mozilla.com"
},
"bugs": {
"url": "https://github.com/videojs/vtt.js/issues"
},
"contributors": [
{
"name": "Gary Katsevman",
"email": "me@gkatsev.com"
}
],
"dependencies": {
"global": "^4.3.1"
},
"description": "A JavaScript implementation of the WebVTT specification, forked from vtt.js for use with Video.js",
"devDependencies": {
"async": "0.9.0",
"browserify": "^14.3.0",
"deumdify": "^1.2.4",
"difflet": "git://github.com/humphd/difflet.git#714b82706ad39d75275a886aeff637df5097626f",
"dive": "0.3.1",
"grunt": "0.4.1",
"grunt-bump": "0.0.14",
"grunt-cli": "0.1.9",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.5.0",
"grunt-mocha-test": "0.11.0",
"json-stable-stringify": "1.0.0",
"mocha": "1.20.1",
"node-vtt": "1.1.7",
"optimist": "0.6.1",
"text-encoding": "0.1.0",
"underscore": "1.6.0",
"watchify": "^3.9.0"
},
"files": [
"dist/",
"lib/browser.js",
"lib/index.js",
"lib/vtt.js",
"lib/vttcue.js",
"lib/vttcue-extended.js",
"lib/vttregion.js",
"lib/vttregion-extended.js"
],
"homepage": "https://github.com/videojs/vtt.js",
"keywords": [
"vtt",
"webvtt",
"track",
"captions",
"subtitles",
"text track"
],
"license": "Apache-2.0",
"main": "lib/browser-index.js",
"name": "videojs-vtt.js",
"repository": {
"type": "git",
"url": "git+https://github.com/videojs/vtt.js.git"
},
"scripts": {
"build": "npm run build-umd && npm run build-global",
"build-global": "browserify -s vttjs -p deumdify . -o dist/vtt.global.js",
"build-umd": "browserify -s vttjs . -o dist/vtt.js",
"minify": "grunt uglify:dist uglify:global",
"postbuild": "npm run minify",
"prepublishOnly": "npm run build",
"test": "grunt"
},
"version": "0.15.2"
}