package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "flv.js",
  3. "_id": "flv.js@1.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-xre4gUbX1MPtgQRKj2pxJENp/RnaHaxYvy3YToVVCrSmAWUu85b9mug6pTXF6zakUjNP2lFWZ1rkSX7gxhB/2A==",
  6. "_location": "/flv.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "flv.js",
  12. "name": "flv.js",
  13. "escapedName": "flv.js",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/flv.js/-/flv.js-1.6.2.tgz",
  23. "_shasum": "fa3340fe3f7ee01d3977f7876aee66b8436e5922",
  24. "_spec": "flv.js",
  25. "_where": "D:\\通防技术部\\jeecg-uniapp",
  26. "author": {
  27. "name": "zheng qian",
  28. "email": "xqq@xqq.im"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Bilibili/flv.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "es6-promise": "^4.2.8",
  36. "webworkify-webpack": "^2.1.5"
  37. },
  38. "deprecated": false,
  39. "description": "HTML5 FLV Player",
  40. "devDependencies": {
  41. "@types/node": "^16.3.3",
  42. "@typescript-eslint/eslint-plugin": "^4.28.3",
  43. "@typescript-eslint/parser": "^4.28.3",
  44. "browser-sync": "^2.27.4",
  45. "eslint": "^7.30.0",
  46. "exports-loader": "^3.0.0",
  47. "source-map-loader": "^3.0.0",
  48. "terser-webpack-plugin": "^5.1.4",
  49. "ts-loader": "^9.2.3",
  50. "typescript": "^4.3.5",
  51. "webpack": "^5.45.1",
  52. "webpack-cli": "^4.7.2"
  53. },
  54. "homepage": "https://github.com/Bilibili/flv.js#readme",
  55. "keywords": [
  56. "html5",
  57. "flv",
  58. "mse",
  59. "javascript"
  60. ],
  61. "license": "Apache-2.0",
  62. "main": "./dist/flv.js",
  63. "name": "flv.js",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/Bilibili/flv.js.git"
  67. },
  68. "scripts": {
  69. "build": "webpack --mode=production --progress",
  70. "build:debug": "webpack --mode=development --progress",
  71. "dev": "webpack --mode=development --progress --watch",
  72. "dtslint": "dtslint types"
  73. },
  74. "types": "./d.ts/flv.d.ts",
  75. "version": "1.6.2"
  76. }