package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "videojs-hotkeys@^0.2.20",
  3. "_id": "videojs-hotkeys@0.2.28",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M8rlD5OSB3EDRdbS4MRNlGKFpA2sSIStmUPvy5zfl/NigzWaN6r4wnb32rEN0v97GiQwmUfXSmqrPNrXhiFQmQ==",
  6. "_location": "/videojs-hotkeys",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "videojs-hotkeys@^0.2.20",
  12. "name": "videojs-hotkeys",
  13. "escapedName": "videojs-hotkeys",
  14. "rawSpec": "^0.2.20",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.20"
  17. },
  18. "_requiredBy": [
  19. "/vue-video-player"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/videojs-hotkeys/-/videojs-hotkeys-0.2.28.tgz",
  22. "_shasum": "73d7d7b43ff62b046e6b93a0ce71c6ed5fcac105",
  23. "_spec": "videojs-hotkeys@^0.2.20",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\vue-video-player",
  25. "author": {
  26. "name": "Chris Dougherty"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ctd1500/videojs-hotkeys/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Adds more hotkey support to video.js",
  34. "devDependencies": {
  35. "grunt": "^1.0.1",
  36. "grunt-contrib-clean": "^1.1.0",
  37. "grunt-contrib-compress": "^1.4.3",
  38. "grunt-contrib-copy": "^1.0.0",
  39. "grunt-contrib-uglify": "^3.0.1",
  40. "grunt-github-releaser2": "^0.1.1",
  41. "time-grunt": "^1.4.0"
  42. },
  43. "homepage": "https://github.com/ctd1500/videojs-hotkeys",
  44. "keywords": [
  45. "videojs",
  46. "videojs-plugin",
  47. "hotkeys"
  48. ],
  49. "license": "Apache-2.0",
  50. "main": "videojs.hotkeys.js",
  51. "name": "videojs-hotkeys",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/ctd1500/videojs-hotkeys.git"
  55. },
  56. "scripts": {
  57. "build": "grunt",
  58. "release": "grunt release"
  59. },
  60. "types": "index.d.ts",
  61. "version": "0.2.28"
  62. }