forked from pengng/wechat-open-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
32 lines (32 loc) · 1.25 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "wechat-open-toolkit",
"version": "1.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"sax": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
},
"wechat-encrypt": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/wechat-encrypt/-/wechat-encrypt-1.1.0.tgz",
"integrity": "sha512-xFJKP1VpgSYIXPolHELyRCymOxnrsZX6WhpzhfOnw5pzJeJieEevVCRxWXFpogHcDx4HytO7zbCZSaehvtU66A=="
},
"xml2js": {
"version": "0.4.19",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz",
"integrity": "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q==",
"requires": {
"sax": ">=0.6.0",
"xmlbuilder": "~9.0.1"
}
},
"xmlbuilder": {
"version": "9.0.7",
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz",
"integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0="
}
}
}