1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| {
| "name": "wechatownerservice",
| "version": "1.0.0",
| "lockfileVersion": 1,
| "requires": true,
| "dependencies": {
| "jweixin-module": {
| "version": "1.6.0",
| "resolved": "https://registry.npmjs.org/jweixin-module/-/jweixin-module-1.6.0.tgz",
| "integrity": "sha512-dGk9cf+ipipHmtzYmKZs5B2toX+p4hLyllGLF6xuC8t+B05oYxd8fYoaRz0T30U2n3RUv8a4iwvjhA+OcYz52w=="
| },
| "vant-weapp": {
| "version": "0.5.27",
| "resolved": "https://registry.npmjs.org/vant-weapp/-/vant-weapp-0.5.27.tgz",
| "integrity": "sha512-wmbpPWbpIk/Nl022Yfu0LNV+rSBPxnWTsZePVo6De4FxY3SWw47+Ip6rxLgdnG00/FntbymgvVw4xlaW+WmC+Q=="
| }
| }
| }
|
|