package.json 4.6 KB

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