package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "_from": "videojs-flash@^2.1.0",
  3. "_id": "videojs-flash@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mHu6TD12EKkxMvr8tg4AcfV/DuVLff427nneoZom3N9Dd2bv0sJOWwdLPQH1v5BCuAuXAVuAOba56ovTl+G3tQ==",
  6. "_location": "/videojs-flash",
  7. "_phantomChildren": {
  8. "min-document": "2.19.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "videojs-flash@^2.1.0",
  14. "name": "videojs-flash",
  15. "escapedName": "videojs-flash",
  16. "rawSpec": "^2.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.1.0"
  19. },
  20. "_requiredBy": [
  21. "/vue-video-player"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/videojs-flash/-/videojs-flash-2.2.1.tgz",
  24. "_shasum": "1a225dbb1ced200ae9bbf15e01fe4a61086d90f1",
  25. "_spec": "videojs-flash@^2.1.0",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\vue-video-player",
  27. "author": {
  28. "name": "Brightcove, Inc."
  29. },
  30. "bugs": {
  31. "url": "https://github.com/videojs/videojs-flash/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "global": "^4.4.0",
  36. "video.js": "^6 || ^7",
  37. "videojs-swf": "5.4.2"
  38. },
  39. "deprecated": false,
  40. "description": "The official Flash tech package for Video.js.",
  41. "devDependencies": {
  42. "acorn": "^7.1.0",
  43. "babel-plugin-external-helpers": "^6.22.0",
  44. "babel-plugin-transform-object-assign": "^6.22.0",
  45. "babel-preset-es2015": "^6.24.1",
  46. "babel-preset-es3": "^1.0.1",
  47. "bannerize": "^1.1.4",
  48. "conventional-changelog-cli": "^2.0.23",
  49. "conventional-changelog-videojs": "^3.0.0",
  50. "es5-shim": "^4.5.13",
  51. "husky": "^3.0.8",
  52. "in-publish": "^2.0.0",
  53. "karma": "^4.3.0",
  54. "karma-chrome-launcher": "^3.1.0",
  55. "karma-detect-browsers": "^2.3.3",
  56. "karma-firefox-launcher": "^1.2.0",
  57. "karma-ie-launcher": "^1.0.0",
  58. "karma-qunit": "^4.0.0",
  59. "karma-safari-launcher": "^1.0.0",
  60. "karma-safaritechpreview-launcher": "2.0.2",
  61. "mkdirp": "^0.5.1",
  62. "node-static": "^0.7.11",
  63. "npm-run-all": "^4.1.5",
  64. "qunit": "^2.9.2",
  65. "rimraf": "^3.0.0",
  66. "rollup": "^0.56.5",
  67. "rollup-plugin-babel": "^2.7.1",
  68. "rollup-plugin-commonjs": "^9.2.0",
  69. "rollup-plugin-json": "^2.1.1",
  70. "rollup-plugin-multi-entry": "^2.0.1",
  71. "rollup-plugin-node-resolve": "^4.0.0",
  72. "rollup-watch": "^3.2.2",
  73. "semver": "^6.3.0",
  74. "sinon": "^7.5.0",
  75. "uglify-js": "^3.6.0",
  76. "videojs-standard": "^8.0.4"
  77. },
  78. "engines": {
  79. "node": ">=4.4.0"
  80. },
  81. "files": [
  82. "CONTRIBUTING.md",
  83. "dist/",
  84. "docs/",
  85. "index.html",
  86. "scripts/",
  87. "src/",
  88. "test/"
  89. ],
  90. "generator-videojs-plugin": {
  91. "version": "5.0.0"
  92. },
  93. "homepage": "https://github.com/videojs/videojs-flash#readme",
  94. "husky": {
  95. "hooks": {
  96. "pre-push": "npm run lint"
  97. }
  98. },
  99. "keywords": [
  100. "videojs",
  101. "videojs-plugin",
  102. "videojs-tech"
  103. ],
  104. "license": "Apache-2.0",
  105. "main": "dist/videojs-flash.cjs.js",
  106. "module": "dist/videojs-flash.es.js",
  107. "name": "videojs-flash",
  108. "repository": {
  109. "type": "git",
  110. "url": "git+https://github.com/videojs/videojs-flash.git"
  111. },
  112. "scripts": {
  113. "build": "npm-run-all -p build:*",
  114. "build:js": "npm-run-all build:js:rollup-modules build:js:rollup-umd build:js:bannerize build:js:uglify",
  115. "build:js:bannerize": "bannerize dist/videojs-flash.js --banner=scripts/banner.ejs",
  116. "build:js:rollup-modules": "rollup -c scripts/modules.rollup.config.js",
  117. "build:js:rollup-umd": "rollup -c scripts/umd.rollup.config.js",
  118. "build:js:uglify": "uglifyjs dist/videojs-flash.js --comments --mangle --compress --ie8 -o dist/videojs-flash.min.js",
  119. "build:test": "rollup -c scripts/test.rollup.config.js",
  120. "clean": "rimraf dist test/dist",
  121. "lint": "vjsstandard",
  122. "postclean": "mkdirp dist test/dist",
  123. "prebuild": "npm run clean",
  124. "prepublish": "not-in-install && npm run build || in-install",
  125. "prestart": "npm run build",
  126. "pretest": "npm-run-all lint build",
  127. "preversion": "npm test",
  128. "start": "npm-run-all -p start:server watch",
  129. "start:server": "static -a 0.0.0.0 -p 9999 -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}' .",
  130. "test": "karma start test/karma.conf.js",
  131. "version": "node scripts/version.js",
  132. "watch": "npm-run-all -p watch:*",
  133. "watch:js-modules": "rollup -c scripts/modules.rollup.config.js -w",
  134. "watch:js-umd": "rollup -c scripts/umd.rollup.config.js -w",
  135. "watch:test": "rollup -c scripts/test.rollup.config.js -w"
  136. },
  137. "version": "2.2.1",
  138. "vjsstandard": {
  139. "ignore": [
  140. "dist",
  141. "docs",
  142. "test/dist",
  143. "test/karma.conf.js"
  144. ]
  145. }
  146. }