1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "mp-weixin",
- "version": "1.0.0",
- "lockfileVersion": 1,
- "requires": true,
- "dependencies": {
- "@tencentcloud/call-uikit-wechat": {
- "version": "1.4.4",
- "resolved": "https://registry.npmmirror.com/@tencentcloud/call-uikit-wechat/-/call-uikit-wechat-1.4.4.tgz",
- "integrity": "sha512-ti4OtU7FhM/mJuflo2RIUiG/6UNMY8WLJ/vZp7+n1nkeyG3QeHou8HAjKqH/TEpCo1PXaNOK0pUXoWH1WejyRg==",
- "requires": {
- "tuicall-engine-wx": "^1.4.8"
- }
- },
- "tim-wx-sdk": {
- "version": "2.27.6",
- "resolved": "https://registry.npmmirror.com/tim-wx-sdk/-/tim-wx-sdk-2.27.6.tgz",
- "integrity": "sha512-zB+eRdmigdhEDeqrXC0bLJonUQZzS5uKNPLFtrje503WAnmuxVQjq/n4Zle4FYHG4FiKHKhsrVd0aCYXABlFEg=="
- },
- "trtc-wx-sdk": {
- "version": "1.1.13",
- "resolved": "https://registry.npmmirror.com/trtc-wx-sdk/-/trtc-wx-sdk-1.1.13.tgz",
- "integrity": "sha512-ZIwHxMVqBHLBFvkfWD3dil7fMbnfpFyhjKwhuhltfxy3lTmnY/g1kMrOhuv6UJcqXO/Kai8PMqgKPJvT2NFRIQ=="
- },
- "tsignaling-wx": {
- "version": "1.0.6",
- "resolved": "https://registry.npmmirror.com/tsignaling-wx/-/tsignaling-wx-1.0.6.tgz",
- "integrity": "sha512-Ebu6dOck4KxvBIkp/orc+voHeL42S4TSSaMLRqaLAnmhtvPfgCPhkMrRmmAP0K0rqg4aQR9WFH/BKPI/xF1PwQ=="
- },
- "tuicall-engine-wx": {
- "version": "1.6.0",
- "resolved": "https://registry.npmmirror.com/tuicall-engine-wx/-/tuicall-engine-wx-1.6.0.tgz",
- "integrity": "sha512-6VbEHomPV+vgYVVjnqdZXcyoOcvi9T4jcgH/RttvvjN/3WRwLGdxb/L+yQCue7yzz9N/a1UKvdwwf7W9BQH+vg==",
- "requires": {
- "tim-wx-sdk": "^2.27.6",
- "trtc-wx-sdk": "^1.1.13",
- "tsignaling-wx": "^1.0.6"
- }
- }
- }
- }
|