First release

This commit is contained in:
Owen Quinlan 2021-07-02 19:29:34 +10:00
commit fa6c85266e
2339 changed files with 761050 additions and 0 deletions

101
node_modules/videojs-vtt.js/package.json generated vendored Normal file
View file

@ -0,0 +1,101 @@
{
"_from": "videojs-vtt.js@^0.15.3",
"_id": "videojs-vtt.js@0.15.3",
"_inBundle": false,
"_integrity": "sha512-5FvVsICuMRx6Hd7H/Y9s9GDeEtYcXQWzGMS+sl4UX3t/zoHp3y+isSfIPRochnTH7h+Bh1ILyC639xy9Z6kPag==",
"_location": "/videojs-vtt.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "videojs-vtt.js@^0.15.3",
"name": "videojs-vtt.js",
"escapedName": "videojs-vtt.js",
"rawSpec": "^0.15.3",
"saveSpec": null,
"fetchSpec": "^0.15.3"
},
"_requiredBy": [
"/video.js"
],
"_resolved": "https://registry.npmjs.org/videojs-vtt.js/-/videojs-vtt.js-0.15.3.tgz",
"_shasum": "84260393b79487fcf195d9372f812d7fab83a993",
"_spec": "videojs-vtt.js@^0.15.3",
"_where": "F:\\Documents\\websites\\BMM\\node_modules\\video.js",
"author": {
"name": "Andreas Gal",
"email": "gal@mozilla.com"
},
"bugs": {
"url": "https://github.com/videojs/vtt.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Gary Katsevman",
"email": "me@gkatsev.com"
}
],
"dependencies": {
"global": "^4.3.1"
},
"deprecated": false,
"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.3"
}