仲裁视频会议H5

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "sdp@3.2.0",
  5. "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "sdp@3.2.0",
  9. "_id": "sdp@3.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-d7wDPgDV3DDiqulJjKiV2865wKsJ34YI+NDREbm+FySq6WuKOikwyNQcm+doLAZ1O6ltdO0SeKle2xMpN3Brgw==",
  12. "_location": "/sdp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "sdp@3.2.0",
  18. "name": "sdp",
  19. "escapedName": "sdp",
  20. "rawSpec": "3.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.0"
  23. },
  24. "_requiredBy": [
  25. "/webrtc-adapter"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/sdp/-/sdp-3.2.0.tgz",
  28. "_spec": "3.2.0",
  29. "_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
  30. "author": {
  31. "name": "Philipp Hancke"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/fippo/sdp/issues"
  35. },
  36. "description": "SDP parsing and serialization utilities",
  37. "devDependencies": {
  38. "babel-cli": "^6.26.0",
  39. "babel-core": "^6.26.3",
  40. "babel-preset-env": "^1.7.0",
  41. "c8": "^7.12.0",
  42. "chai": "^4.3.7",
  43. "codecov": "^3.6.5",
  44. "eslint": "^8.31.0",
  45. "mocha": "^10.2.0",
  46. "sinon": "^15.0.1",
  47. "sinon-chai": "^3.7.0"
  48. },
  49. "homepage": "https://github.com/fippo/sdp#readme",
  50. "keywords": [
  51. "sdp",
  52. "webrtc"
  53. ],
  54. "license": "MIT",
  55. "main": "dist/sdp.js",
  56. "module": "sdp.js",
  57. "name": "sdp",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/fippo/sdp.git"
  61. },
  62. "scripts": {
  63. "build": "babel sdp.js --presets babel-preset-env --out-dir dist",
  64. "coverage": "c8 report --reporter=text-lcov > coverage.lcov",
  65. "prepare": "npm run build",
  66. "test": "eslint sdp.js test/sdp.js && c8 --reporter html mocha test/sdp.js"
  67. },
  68. "typings": "sdp.d.ts",
  69. "version": "3.2.0"
  70. }