|
|
@@ -32,6 +32,7 @@
|
|
|
"cordova-plugin-remote-injection": "git+https://github.com/x1ongzhu/cordova-plugin-remote-injection.git",
|
|
|
"cordova-plugin-splashscreen": "^6.0.0",
|
|
|
"cordova-plugin-statusbar": "^3.0.0",
|
|
|
+ "cordova-plugin-wechat": "^3.0.0",
|
|
|
"cordova-plugin-whitelist": "^1.3.5",
|
|
|
"cordova-plugin-wkwebview-engine": "^1.2.2",
|
|
|
"cordova-plugin-x-socialsharing": "^6.0.3",
|
|
|
@@ -750,6 +751,39 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/cordova-plugin-wechat": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/cordova-plugin-wechat/-/cordova-plugin-wechat-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-GZtQOaQAURvbi9rJU2HbQI9tHUhS4/i2TiH4R9k12jLY6rTJ4VmhSgEO3xAGBKlVn9bXofYnKZBWXtU3GvFP7A==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "shelljs": "^0.5.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "cordovaDependencies": {
|
|
|
+ "<2.0.0": {
|
|
|
+ "cordova": ">=3.5.0"
|
|
|
+ },
|
|
|
+ "2.0.0": {
|
|
|
+ "cordova": ">=6.1.0",
|
|
|
+ "cordova-android": ">=6.1.0",
|
|
|
+ "cordova-ios": ">=4.3.1"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/cordova-plugin-wechat/node_modules/shelljs": {
|
|
|
+ "version": "0.5.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/shelljs/-/shelljs-0.5.3.tgz",
|
|
|
+ "integrity": "sha512-C2FisSSW8S6TIYHHiMHN0NqzdjWfTekdMpA2FJTbRWnQMLO1RRIXEB9eVZYOlofYmjZA7fY3ChoFu09MeI3wlQ==",
|
|
|
+ "dev": true,
|
|
|
+ "bin": {
|
|
|
+ "shjs": "bin/shjs"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/cordova-plugin-whitelist": {
|
|
|
"version": "1.3.5",
|
|
|
"resolved": "https://registry.nlark.com/cordova-plugin-whitelist/download/cordova-plugin-whitelist-1.3.5.tgz",
|
|
|
@@ -4174,9 +4208,9 @@
|
|
|
"integrity": "sha1-RXSirlb3qyBolvtDHq7tBm/fjwM="
|
|
|
},
|
|
|
"is-core-module": {
|
|
|
- "version": "2.8.1",
|
|
|
- "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.8.1.tgz",
|
|
|
- "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
|
|
|
+ "version": "2.9.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.9.0.tgz",
|
|
|
+ "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"has": "^1.0.3"
|