package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "videojs-vtt.js@0.12.6",
  3. "_id": "videojs-vtt.js@0.12.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XFXeGBQiljnElMhwCcZst0RDbZn2n8LU7ZScXryd3a00OaZsHAjdZu/7/RdSr7Z1jHphd45FnOvOQkGK4YrWCQ==",
  6. "_location": "/videojs-vtt.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "videojs-vtt.js@0.12.6",
  12. "name": "videojs-vtt.js",
  13. "escapedName": "videojs-vtt.js",
  14. "rawSpec": "0.12.6",
  15. "saveSpec": null,
  16. "fetchSpec": "0.12.6"
  17. },
  18. "_requiredBy": [
  19. "/video.js"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/videojs-vtt.js/-/videojs-vtt.js-0.12.6.tgz",
  22. "_shasum": "e078600bda899eaa6f9c3307134cd0c811947b8e",
  23. "_spec": "videojs-vtt.js@0.12.6",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\video.js",
  25. "author": {
  26. "name": "Andreas Gal",
  27. "email": "gal@mozilla.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/gkatsev/vtt.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "global": "^4.3.1"
  35. },
  36. "deprecated": false,
  37. "description": "A JavaScript implementation of the WebVTT specification.",
  38. "devDependencies": {
  39. "async": "0.9.0",
  40. "browserify": "^14.3.0",
  41. "deumdify": "^1.2.4",
  42. "difflet": "git://github.com/humphd/difflet.git#714b82706ad39d75275a886aeff637df5097626f",
  43. "dive": "0.3.1",
  44. "grunt": "0.4.1",
  45. "grunt-bump": "0.0.14",
  46. "grunt-cli": "0.1.9",
  47. "grunt-contrib-concat": "0.4.0",
  48. "grunt-contrib-jshint": "0.10.0",
  49. "grunt-contrib-uglify": "0.5.0",
  50. "grunt-mocha-test": "0.11.0",
  51. "json-stable-stringify": "1.0.0",
  52. "mocha": "1.20.1",
  53. "node-vtt": "1.1.7",
  54. "optimist": "0.6.1",
  55. "text-encoding": "0.1.0",
  56. "underscore": "1.6.0",
  57. "watchify": "^3.9.0"
  58. },
  59. "files": [
  60. "dist/",
  61. "lib/browser.js",
  62. "lib/index.js",
  63. "lib/vtt.js",
  64. "lib/vttcue.js",
  65. "lib/vttcue-extended.js",
  66. "lib/vttregion.js",
  67. "lib/vttregion-extended.js"
  68. ],
  69. "homepage": "https://github.com/gkatsev/vtt.js",
  70. "keywords": [
  71. "vtt",
  72. "webvtt",
  73. "track",
  74. "captions",
  75. "subtitles",
  76. "text track"
  77. ],
  78. "license": {
  79. "type": "Apache-2.0",
  80. "url": "https://github.com/gkatsev/vtt.js/blob/master/LICENSE"
  81. },
  82. "main": "lib/browser-index.js",
  83. "name": "videojs-vtt.js",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/gkatsev/vtt.js.git"
  87. },
  88. "scripts": {
  89. "build": "npm run build-umd && npm run build-global",
  90. "build-global": "browserify -s vttjs -p deumdify . -o dist/vtt.global.js",
  91. "build-umd": "browserify -s vttjs . -o dist/vtt.js",
  92. "minify": "grunt uglify:dist uglify:global",
  93. "postbuild": "npm run minify",
  94. "test": "grunt"
  95. },
  96. "version": "0.12.6"
  97. }