package-lock.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "mp-weixin",
  3. "version": "1.0.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "@tencentcloud/call-uikit-wechat": {
  8. "version": "1.4.4",
  9. "resolved": "https://registry.npmmirror.com/@tencentcloud/call-uikit-wechat/-/call-uikit-wechat-1.4.4.tgz",
  10. "integrity": "sha512-ti4OtU7FhM/mJuflo2RIUiG/6UNMY8WLJ/vZp7+n1nkeyG3QeHou8HAjKqH/TEpCo1PXaNOK0pUXoWH1WejyRg==",
  11. "requires": {
  12. "tuicall-engine-wx": "^1.4.8"
  13. }
  14. },
  15. "tim-wx-sdk": {
  16. "version": "2.27.6",
  17. "resolved": "https://registry.npmmirror.com/tim-wx-sdk/-/tim-wx-sdk-2.27.6.tgz",
  18. "integrity": "sha512-zB+eRdmigdhEDeqrXC0bLJonUQZzS5uKNPLFtrje503WAnmuxVQjq/n4Zle4FYHG4FiKHKhsrVd0aCYXABlFEg=="
  19. },
  20. "trtc-wx-sdk": {
  21. "version": "1.1.13",
  22. "resolved": "https://registry.npmmirror.com/trtc-wx-sdk/-/trtc-wx-sdk-1.1.13.tgz",
  23. "integrity": "sha512-ZIwHxMVqBHLBFvkfWD3dil7fMbnfpFyhjKwhuhltfxy3lTmnY/g1kMrOhuv6UJcqXO/Kai8PMqgKPJvT2NFRIQ=="
  24. },
  25. "tsignaling-wx": {
  26. "version": "1.0.6",
  27. "resolved": "https://registry.npmmirror.com/tsignaling-wx/-/tsignaling-wx-1.0.6.tgz",
  28. "integrity": "sha512-Ebu6dOck4KxvBIkp/orc+voHeL42S4TSSaMLRqaLAnmhtvPfgCPhkMrRmmAP0K0rqg4aQR9WFH/BKPI/xF1PwQ=="
  29. },
  30. "tuicall-engine-wx": {
  31. "version": "1.6.0",
  32. "resolved": "https://registry.npmmirror.com/tuicall-engine-wx/-/tuicall-engine-wx-1.6.0.tgz",
  33. "integrity": "sha512-6VbEHomPV+vgYVVjnqdZXcyoOcvi9T4jcgH/RttvvjN/3WRwLGdxb/L+yQCue7yzz9N/a1UKvdwwf7W9BQH+vg==",
  34. "requires": {
  35. "tim-wx-sdk": "^2.27.6",
  36. "trtc-wx-sdk": "^1.1.13",
  37. "tsignaling-wx": "^1.0.6"
  38. }
  39. }
  40. }
  41. }