仲裁视频会议H5

package.json 3.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "webrtc-adapter@8.2.3",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "webrtc-adapter@8.2.3",
  9. "_id": "webrtc-adapter@8.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-gnmRz++suzmvxtp3ehQts6s2JtAGPuDPjA1F3a9ckNpG1kYdYuHWYpazoAnL9FS5/B21tKlhkorbdCXat0+4xQ==",
  12. "_location": "/webrtc-adapter",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "webrtc-adapter@8.2.3",
  18. "name": "webrtc-adapter",
  19. "escapedName": "webrtc-adapter",
  20. "rawSpec": "8.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "8.2.3"
  23. },
  24. "_requiredBy": [
  25. "/trtc-sdk-v5"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/webrtc-adapter/-/webrtc-adapter-8.2.3.tgz",
  28. "_spec": "8.2.3",
  29. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  30. "authors": [
  31. "The WebRTC project authors (https://www.webrtc.org/)",
  32. "The adapter.js project authors (https://github.com/webrtchacks/adapter/)"
  33. ],
  34. "bugs": {
  35. "url": "https://github.com/webrtchacks/adapter/issues"
  36. },
  37. "dependencies": {
  38. "sdp": "^3.2.0"
  39. },
  40. "description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",
  41. "devDependencies": {
  42. "@babel/core": "^7.21.0",
  43. "@babel/preset-env": "^7.20.2",
  44. "babel-preset-env": "^1.7.0",
  45. "brfs": "^1.5.0",
  46. "chai": "^3.5.0",
  47. "grunt": "^1.1.0",
  48. "grunt-babel": "^8.0.0",
  49. "grunt-browserify": "^6.0.0",
  50. "grunt-cli": "^1.3.1",
  51. "grunt-contrib-clean": "^1.1.0",
  52. "grunt-contrib-copy": "^1.0.0",
  53. "grunt-eslint": "^24.0.0",
  54. "grunt-shell": "^2.1.0",
  55. "karma": "^6.4.1",
  56. "karma-browserify": "^8.1.0",
  57. "karma-chai": "^0.1.0",
  58. "karma-chrome-launcher": "^2.2.0",
  59. "karma-firefox-launcher": "^1.3.0",
  60. "karma-mocha": "^2.0.1",
  61. "karma-mocha-reporter": "^2.2.3",
  62. "karma-safari-launcher": "^1.0.0",
  63. "karma-stability-reporter": "^3.0.1",
  64. "mocha": "^10.1.0",
  65. "sinon": "^2.2.0",
  66. "sinon-chai": "^2.14.0",
  67. "travis-multirunner": "^5.0.1"
  68. },
  69. "engines": {
  70. "node": ">=6.0.0",
  71. "npm": ">=3.10.0"
  72. },
  73. "homepage": "https://github.com/webrtchacks/adapter#readme",
  74. "license": "BSD-3-Clause",
  75. "main": "./dist/adapter_core.js",
  76. "module": "./src/js/adapter_core.js",
  77. "name": "webrtc-adapter",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/webrtchacks/adapter.git"
  81. },
  82. "scripts": {
  83. "e2e-tests": "grunt && grunt downloadBrowser && karma start test/karma.conf.js",
  84. "lint-and-unit-tests": "grunt && mocha test/unit",
  85. "postversion": "export GITTAG=\"echo $(git describe --abbrev=0 --tags | sed 's/^v//')\" && git push --force --set-upstream origin bumpVersion --follow-tags && git checkout gh-pages && git pull && cp out/adapter.js adapter.js && cp adapter.js adapter-`$GITTAG`.js && rm adapter-latest.js && ln -s adapter-`$GITTAG`.js adapter-latest.js && mkdir -p adapter-`$GITTAG`-variants && cp out/adapter.js adapter-`$GITTAG`-variants/ && cp out/adapter_*.js adapter-`$GITTAG`-variants/ && git add adapter.js adapter-latest.js adapter-`$GITTAG`.js adapter-`$GITTAG`-variants && git commit -m `$GITTAG` && git push --set-upstream origin gh-pages && git checkout main",
  86. "prepare": "grunt build",
  87. "prepublishonly": "npm test",
  88. "preversion": "git stash && npm install && npm update && BROWSER=chrome BVER=stable CI=true npm test && git checkout -B bumpVersion && grunt build && grunt copyForPublish && git add package.json release/* && git commit -m 'Add adapter artifacts' --allow-empty",
  89. "test": "grunt && mocha test/unit && grunt downloadBrowser && karma start test/karma.conf.js",
  90. "version": ""
  91. },
  92. "types": "./index.d.ts",
  93. "version": "8.2.3"
  94. }