20240517
This commit is contained in:
63
node_modules/videojs-vtt.js/package.json
generated
vendored
Normal file
63
node_modules/videojs-vtt.js/package.json
generated
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"author": "Andreas Gal <gal@mozilla.com>",
|
||||
"name": "videojs-vtt.js",
|
||||
"description": "A JavaScript implementation of the WebVTT specification.",
|
||||
"version": "0.12.4",
|
||||
"main": "lib/browser-index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gkatsev/vtt.js.git"
|
||||
},
|
||||
"homepage": "https://github.com/gkatsev/vtt.js",
|
||||
"devDependencies": {
|
||||
"async": "0.9.0",
|
||||
"browserify": "^14.3.0",
|
||||
"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"
|
||||
],
|
||||
"keywords": [
|
||||
"vtt",
|
||||
"webvtt",
|
||||
"track",
|
||||
"captions",
|
||||
"subtitles",
|
||||
"text track"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "browserify -s vttjs . -o dist/vtt.js",
|
||||
"postbuild": "npm run minify",
|
||||
"minify": "grunt uglify:dist",
|
||||
"test": "./node_modules/.bin/grunt"
|
||||
},
|
||||
"license": {
|
||||
"type": "Apache-2.0",
|
||||
"url": "https://github.com/gkatsev/vtt.js/blob/master/LICENSE"
|
||||
},
|
||||
"dependencies": {
|
||||
"global": "^4.3.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user