|
|
@@ -38,7 +38,8 @@
|
|
|
"cordova-plugin-x-socialsharing": "^6.0.3",
|
|
|
"cordova-plugin-zip": "^3.1.0",
|
|
|
"cordova-save-image-gallery": "git+https://github.com/agomezmoron/cordova-save-image-gallery.git",
|
|
|
- "es6-promise-plugin": "^4.2.2"
|
|
|
+ "es6-promise-plugin": "^4.2.2",
|
|
|
+ "ionic-plugin-deeplinks": "^1.0.24"
|
|
|
}
|
|
|
},
|
|
|
"../UmengPlugin": {
|
|
|
@@ -1505,6 +1506,18 @@
|
|
|
"node": ">= 0.10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/ionic-plugin-deeplinks": {
|
|
|
+ "version": "1.0.24",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ionic-plugin-deeplinks/-/ionic-plugin-deeplinks-1.0.24.tgz",
|
|
|
+ "integrity": "sha512-fdJonEWybxwSvt3+LzEMTqSPSVuzRxedhJSMTkHUrx/NkTAipkztzcCRj8CHvbQwQMlTUYrMO2fris9ZYytKow==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "mkpath": ">=1.0.0",
|
|
|
+ "node-version-compare": ">=1.0.1",
|
|
|
+ "plist": ">=1.2.0",
|
|
|
+ "xml2js": ">=0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/ios-sim": {
|
|
|
"version": "8.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/ios-sim/-/ios-sim-8.0.2.tgz",
|
|
|
@@ -1783,6 +1796,12 @@
|
|
|
"resolved": "https://registry.nlark.com/mkdirp-classic/download/mkdirp-classic-0.5.3.tgz",
|
|
|
"integrity": "sha1-+hDJEVzG2IZb4iG6R+6b7XhgERM="
|
|
|
},
|
|
|
+ "node_modules/mkpath": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mkpath/-/mkpath-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-PbNHr7Y/9Y/2P5pKFv5XOGBfNQqZ+fdiHWcuf7swLACN5ZW5LU7J5tMU8LSBjpluAxAxKYGD9nnaIbdRy9+m1w==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/ms": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/ms/download/ms-2.0.0.tgz",
|
|
|
@@ -1819,6 +1838,12 @@
|
|
|
"resolved": "https://registry.nlark.com/node-addon-api/download/node-addon-api-4.2.0.tgz",
|
|
|
"integrity": "sha1-EXy7WpWd/wmS4cWGrgOTVz5NKoc="
|
|
|
},
|
|
|
+ "node_modules/node-version-compare": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-version-compare/-/node-version-compare-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-unO5GpBAh5YqeGULMLpmDT94oanSDMwtZB8KHTKCH/qrGv8bHN0mlDj9xQDAicCYXv2OLnzdi67lidCrcVotVw==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"node_modules/nopt": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/nopt/-/nopt-5.0.0.tgz",
|
|
|
@@ -4130,6 +4155,18 @@
|
|
|
"integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "ionic-plugin-deeplinks": {
|
|
|
+ "version": "1.0.24",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ionic-plugin-deeplinks/-/ionic-plugin-deeplinks-1.0.24.tgz",
|
|
|
+ "integrity": "sha512-fdJonEWybxwSvt3+LzEMTqSPSVuzRxedhJSMTkHUrx/NkTAipkztzcCRj8CHvbQwQMlTUYrMO2fris9ZYytKow==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "mkpath": ">=1.0.0",
|
|
|
+ "node-version-compare": ">=1.0.1",
|
|
|
+ "plist": ">=1.2.0",
|
|
|
+ "xml2js": ">=0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
"ios-sim": {
|
|
|
"version": "8.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/ios-sim/-/ios-sim-8.0.2.tgz",
|
|
|
@@ -4345,6 +4382,12 @@
|
|
|
"resolved": "https://registry.nlark.com/mkdirp-classic/download/mkdirp-classic-0.5.3.tgz",
|
|
|
"integrity": "sha1-+hDJEVzG2IZb4iG6R+6b7XhgERM="
|
|
|
},
|
|
|
+ "mkpath": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mkpath/-/mkpath-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-PbNHr7Y/9Y/2P5pKFv5XOGBfNQqZ+fdiHWcuf7swLACN5ZW5LU7J5tMU8LSBjpluAxAxKYGD9nnaIbdRy9+m1w==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"ms": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/ms/download/ms-2.0.0.tgz",
|
|
|
@@ -4375,6 +4418,12 @@
|
|
|
"resolved": "https://registry.nlark.com/node-addon-api/download/node-addon-api-4.2.0.tgz",
|
|
|
"integrity": "sha1-EXy7WpWd/wmS4cWGrgOTVz5NKoc="
|
|
|
},
|
|
|
+ "node-version-compare": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-version-compare/-/node-version-compare-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-unO5GpBAh5YqeGULMLpmDT94oanSDMwtZB8KHTKCH/qrGv8bHN0mlDj9xQDAicCYXv2OLnzdi67lidCrcVotVw==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"nopt": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/nopt/-/nopt-5.0.0.tgz",
|