diff --git a/example/package-lock.json b/example/package-lock.json index 5843238..8d140e3 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -1,228 +1,384 @@ { "name": "com.example.hello", "version": "1.0.0", - "lockfileVersion": 1, + "lockfileVersion": 3, "requires": true, - "dependencies": { - "cordova-android": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-7.0.0.tgz", - "integrity": "sha1-yVvt/PvDhjsYDE0p7/7E95Nh0Z0=", - "requires": { - "android-versions": "^1.2.1", - "cordova-common": "^2.2.0", + "packages": { + "": { + "version": "1.0.0", + "license": "Apache-2.0", + "dependencies": { + "cordova-android": "^7.1.4", + "cordova-ios": "^4.5.5", + "cordova-plugin-whitelist": "^1.3.3" + } + }, + "node_modules/cordova-android": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-7.1.4.tgz", + "integrity": "sha512-Rtvu002I83uzfVyCsE6p2krFKVHt9TSAqZUATes+zH+o9cdxYGrLHY+PKCQo4SLCdSMdrkIHCDnQPTYTp/d7+g==", + "bundleDependencies": [ + "abbrev", + "android-versions", + "ansi", + "balanced-match", + "base64-js", + "big-integer", + "bplist-parser", + "brace-expansion", + "concat-map", + "cordova-common", + "cordova-registry-mapper", + "elementtree", + "glob", + "inflight", + "inherits", + "minimatch", + "nopt", + "once", + "path-is-absolute", + "plist", + "properties-parser", + "q", + "sax", + "semver", + "shelljs", + "underscore", + "unorm", + "wrappy", + "xmlbuilder", + "xmldom" + ], + "license": "Apache-2.0", + "dependencies": { + "abbrev": "*", + "android-versions": "1.4.0", + "ansi": "*", + "balanced-match": "*", + "base64-js": "1.2.0", + "big-integer": "1.6.32", + "bplist-parser": "*", + "brace-expansion": "*", + "concat-map": "*", + "cordova-common": "2.2.5", + "cordova-registry-mapper": "*", + "elementtree": "0.1.6", + "glob": "5.0.15", + "inflight": "*", + "inherits": "*", + "minimatch": "*", + "nopt": "3.0.1", + "once": "*", + "path-is-absolute": "1.0.1", + "plist": "2.1.0", + "properties-parser": "0.2.3", + "q": "1.4.1", + "sax": "0.3.5", + "semver": "5.5.0", + "shelljs": "0.5.3", + "underscore": "*", + "unorm": "*", + "wrappy": "*", + "xmlbuilder": "8.2.2", + "xmldom": "*" + }, + "bin": { + "create": "bin/create" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/cordova-android/node_modules/abbrev": { + "version": "1.1.1", + "inBundle": true, + "license": "ISC" + }, + "node_modules/cordova-android/node_modules/android-versions": { + "version": "1.4.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "semver": "^5.4.1" + } + }, + "node_modules/cordova-android/node_modules/ansi": { + "version": "0.3.1", + "inBundle": true, + "license": "MIT" + }, + "node_modules/cordova-android/node_modules/balanced-match": { + "version": "1.0.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/cordova-android/node_modules/base64-js": { + "version": "1.2.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/cordova-android/node_modules/big-integer": { + "version": "1.6.32", + "inBundle": true, + "license": "Unlicense", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/cordova-android/node_modules/bplist-parser": { + "version": "0.1.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "big-integer": "^1.6.7" + } + }, + "node_modules/cordova-android/node_modules/brace-expansion": { + "version": "1.1.11", + "inBundle": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/cordova-android/node_modules/concat-map": { + "version": "0.0.1", + "inBundle": true, + "license": "MIT" + }, + "node_modules/cordova-android/node_modules/cordova-common": { + "version": "2.2.5", + "inBundle": true, + "license": "Apache-2.0", + "dependencies": { + "ansi": "^0.3.1", + "bplist-parser": "^0.1.0", + "cordova-registry-mapper": "^1.1.8", "elementtree": "0.1.6", - "nopt": "^3.0.1", - "properties-parser": "^0.2.3", + "glob": "^5.0.13", + "minimatch": "^3.0.0", + "plist": "^2.1.0", "q": "^1.4.1", - "shelljs": "^0.5.3" + "shelljs": "^0.5.3", + "underscore": "^1.8.3", + "unorm": "^1.3.3" }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/cordova-android/node_modules/cordova-registry-mapper": { + "version": "1.1.15", + "inBundle": true, + "license": "Apache version 2.0" + }, + "node_modules/cordova-android/node_modules/elementtree": { + "version": "0.1.6", + "inBundle": true, "dependencies": { - "abbrev": { - "version": "1.1.1", - "bundled": true - }, - "android-versions": { - "version": "1.2.1", - "bundled": true - }, - "ansi": { - "version": "0.3.1", - "bundled": true - }, - "balanced-match": { - "version": "1.0.0", - "bundled": true - }, - "base64-js": { - "version": "0.0.8", - "bundled": true - }, - "big-integer": { - "version": "1.6.26", - "bundled": true - }, - "bplist-parser": { - "version": "0.1.1", - "bundled": true, - "requires": { - "big-integer": "^1.6.7" - } - }, - "brace-expansion": { - "version": "1.1.8", - "bundled": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "concat-map": { - "version": "0.0.1", - "bundled": true - }, - "cordova-common": { - "version": "2.2.0", - "bundled": true, - "requires": { - "ansi": "^0.3.1", - "bplist-parser": "^0.1.0", - "cordova-registry-mapper": "^1.1.8", - "elementtree": "0.1.6", - "glob": "^5.0.13", - "minimatch": "^3.0.0", - "osenv": "^0.1.3", - "plist": "^1.2.0", - "q": "^1.4.1", - "semver": "^5.0.1", - "shelljs": "^0.5.3", - "underscore": "^1.8.3", - "unorm": "^1.3.3" - } - }, - "cordova-registry-mapper": { - "version": "1.1.15", - "bundled": true - }, - "elementtree": { - "version": "0.1.6", - "bundled": true, - "requires": { - "sax": "0.3.5" - } - }, - "glob": { - "version": "5.0.15", - "bundled": true, - "requires": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "inflight": { - "version": "1.0.6", - "bundled": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.3", - "bundled": true - }, - "lodash": { - "version": "3.10.1", - "bundled": true - }, - "minimatch": { - "version": "3.0.4", - "bundled": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "nopt": { - "version": "3.0.6", - "bundled": true, - "requires": { - "abbrev": "1" - } - }, - "once": { - "version": "1.4.0", - "bundled": true, - "requires": { - "wrappy": "1" - } - }, - "os-homedir": { - "version": "1.0.2", - "bundled": true - }, - "os-tmpdir": { - "version": "1.0.2", - "bundled": true - }, - "osenv": { - "version": "0.1.4", - "bundled": true, - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "bundled": true - }, - "plist": { - "version": "1.2.0", - "bundled": true, - "requires": { - "base64-js": "0.0.8", - "util-deprecate": "1.0.2", - "xmlbuilder": "4.0.0", - "xmldom": "0.1.x" - } - }, - "properties-parser": { - "version": "0.2.3", - "bundled": true - }, - "q": { - "version": "1.5.1", - "bundled": true - }, - "sax": { - "version": "0.3.5", - "bundled": true - }, - "semver": { - "version": "5.4.1", - "bundled": true - }, - "shelljs": { - "version": "0.5.3", - "bundled": true - }, - "underscore": { - "version": "1.8.3", - "bundled": true - }, - "unorm": { - "version": "1.4.1", - "bundled": true - }, - "util-deprecate": { - "version": "1.0.2", - "bundled": true - }, - "wrappy": { - "version": "1.0.2", - "bundled": true - }, - "xmlbuilder": { - "version": "4.0.0", - "bundled": true, - "requires": { - "lodash": "^3.5.0" - } - }, - "xmldom": { - "version": "0.1.27", - "bundled": true - } + "sax": "0.3.5" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/cordova-android/node_modules/glob": { + "version": "5.0.15", + "inBundle": true, + "license": "ISC", + "dependencies": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/cordova-android/node_modules/inflight": { + "version": "1.0.6", + "inBundle": true, + "license": "ISC", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/cordova-android/node_modules/inherits": { + "version": "2.0.3", + "inBundle": true, + "license": "ISC" + }, + "node_modules/cordova-android/node_modules/minimatch": { + "version": "3.0.4", + "inBundle": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/cordova-android/node_modules/nopt": { + "version": "3.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + } + }, + "node_modules/cordova-android/node_modules/once": { + "version": "1.4.0", + "inBundle": true, + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/cordova-android/node_modules/path-is-absolute": { + "version": "1.0.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cordova-android/node_modules/plist": { + "version": "2.1.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "base64-js": "1.2.0", + "xmlbuilder": "8.2.2", + "xmldom": "0.1.x" + } + }, + "node_modules/cordova-android/node_modules/properties-parser": { + "version": "0.2.3", + "inBundle": true, + "engines": { + "node": ">= 0.3.1" + } + }, + "node_modules/cordova-android/node_modules/q": { + "version": "1.4.1", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } + }, + "node_modules/cordova-android/node_modules/sax": { + "version": "0.3.5", + "inBundle": true, + "license": "MIT", + "engines": { + "node": "*" + } + }, + "node_modules/cordova-android/node_modules/semver": { + "version": "5.5.0", + "inBundle": true, + "license": "ISC", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/cordova-android/node_modules/shelljs": { + "version": "0.5.3", + "inBundle": true, + "license": "BSD*", + "bin": { + "shjs": "bin/shjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/cordova-android/node_modules/underscore": { + "version": "1.9.1", + "inBundle": true, + "license": "MIT" + }, + "node_modules/cordova-android/node_modules/unorm": { + "version": "1.4.1", + "inBundle": true, + "license": "MIT or GPL-2.0", + "engines": { + "node": ">= 0.4.0" } }, - "cordova-ios": { + "node_modules/cordova-android/node_modules/wrappy": { + "version": "1.0.2", + "inBundle": true, + "license": "ISC" + }, + "node_modules/cordova-android/node_modules/xmlbuilder": { + "version": "8.2.2", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/cordova-android/node_modules/xmldom": { + "version": "0.1.27", + "inBundle": true, + "engines": { + "node": ">=0.1" + } + }, + "node_modules/cordova-ios": { "version": "4.5.5", "resolved": "https://registry.npmjs.org/cordova-ios/-/cordova-ios-4.5.5.tgz", "integrity": "sha512-3+30m2dZ2yii7kg+H7cgpdpkXpMj54zoX5imjGGG4Z7dPXKmalTLc/9rLq+Iaa+Q1BqyOrUFaHopWOODRU6vCg==", - "requires": { + "bundleDependencies": [ + "abbrev", + "ansi", + "balanced-match", + "base64-js", + "big-integer", + "bplist-creator", + "bplist-parser", + "brace-expansion", + "concat-map", + "cordova-common", + "cordova-registry-mapper", + "elementtree", + "glob", + "inflight", + "inherits", + "ios-sim", + "minimatch", + "nopt", + "once", + "path-is-absolute", + "plist", + "q", + "sax", + "shelljs", + "simctl", + "simple-plist", + "stream-buffers", + "tail", + "underscore", + "unorm", + "uuid", + "wrappy", + "xcode", + "xml-escape", + "xmlbuilder", + "xmldom" + ], + "dependencies": { "abbrev": "*", "ansi": "*", "balanced-match": "*", @@ -260,267 +416,398 @@ "xmlbuilder": "8.2.2", "xmldom": "*" }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cordova-ios/node_modules/abbrev": { + "version": "1.1.1", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/ansi": { + "version": "0.3.1", + "integrity": "sha512-iFY7JCgHbepc0b82yLaw4IMortylNb6wG4kL+4R0C3iv6i+RHGHux/yUX5BTiRvSX/shMnngjR1YyNMnXEFh5A==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/balanced-match": { + "version": "1.0.0", + "integrity": "sha512-9Y0g0Q8rmSt+H33DfKv7FOc3v+iRI+o1lbzt8jGcIosYW37IIW/2XVYq5NPdmaD5NQ59Nk26Kl/vZbwW9Fr8vg==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/base64-js": { + "version": "1.2.0", + "integrity": "sha512-hURVuTTGLOppKhjSe9lZy4NCjnvaIAF/juwazv4WtHwsk5rxKrU1WbxN+XtwKDSvkrNbIIaTBQd9wUsSwruZUg==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/big-integer": { + "version": "1.6.32", + "integrity": "sha512-ljKJdR3wk9thHfLj4DtrNiOSTxvGFaMjWrG4pW75juXC4j7+XuKJVFdg4kgFMYp85PVkO05dFMj2dk2xVsH4xw==", + "inBundle": true, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/cordova-ios/node_modules/bplist-creator": { + "version": "0.0.7", + "integrity": "sha512-xp/tcaV3T5PCiaY04mXga7o/TE+t95gqeLmADeBI1CvZtdWTbgBt3uLpvh4UWtenKeBhCV6oVxGk38yZr2uYEA==", + "inBundle": true, "dependencies": { - "abbrev": { - "version": "1.1.1", - "bundled": true - }, - "ansi": { - "version": "0.3.1", - "bundled": true - }, - "balanced-match": { - "version": "1.0.0", - "bundled": true - }, - "base64-js": { - "version": "1.2.0", - "bundled": true - }, - "big-integer": { - "version": "1.6.32", - "bundled": true - }, - "bplist-creator": { - "version": "0.0.7", - "bundled": true, - "requires": { - "stream-buffers": "~2.2.0" - } - }, - "bplist-parser": { - "version": "0.1.1", - "bundled": true, - "requires": { - "big-integer": "^1.6.7" - } - }, - "brace-expansion": { - "version": "1.1.11", - "bundled": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "concat-map": { - "version": "0.0.1", - "bundled": true - }, - "cordova-common": { - "version": "2.2.5", - "bundled": true, - "requires": { - "ansi": "^0.3.1", - "bplist-parser": "^0.1.0", - "cordova-registry-mapper": "^1.1.8", - "elementtree": "0.1.6", - "glob": "^5.0.13", - "minimatch": "^3.0.0", - "plist": "^2.1.0", - "q": "^1.4.1", - "shelljs": "^0.5.3", - "underscore": "^1.8.3", - "unorm": "^1.3.3" - } - }, - "cordova-registry-mapper": { - "version": "1.1.15", - "bundled": true - }, - "elementtree": { - "version": "0.1.6", - "bundled": true, - "requires": { - "sax": "0.3.5" - } - }, - "glob": { - "version": "5.0.15", - "bundled": true, - "requires": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "inflight": { - "version": "1.0.6", - "bundled": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.3", - "bundled": true - }, - "ios-sim": { - "version": "6.1.3", - "bundled": true, - "requires": { - "bplist-parser": "^0.0.6", - "nopt": "1.0.9", - "plist": "^2.1.0", - "simctl": "^1.1.1" - }, - "dependencies": { - "bplist-parser": { - "version": "0.0.6", - "bundled": true - }, - "nopt": { - "version": "1.0.9", - "bundled": true, - "requires": { - "abbrev": "1" - } - } - } - }, - "minimatch": { - "version": "3.0.4", - "bundled": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "nopt": { - "version": "3.0.6", - "bundled": true, - "requires": { - "abbrev": "1" - } - }, - "once": { - "version": "1.4.0", - "bundled": true, - "requires": { - "wrappy": "1" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "bundled": true - }, - "plist": { - "version": "2.1.0", - "bundled": true, - "requires": { - "base64-js": "1.2.0", - "xmlbuilder": "8.2.2", - "xmldom": "0.1.x" - } - }, - "q": { - "version": "1.5.1", - "bundled": true - }, - "sax": { - "version": "0.3.5", - "bundled": true - }, - "shelljs": { - "version": "0.5.3", - "bundled": true - }, - "simctl": { - "version": "1.1.1", - "bundled": true, - "requires": { - "shelljs": "^0.2.6", - "tail": "^0.4.0" - }, - "dependencies": { - "shelljs": { - "version": "0.2.6", - "bundled": true - } - } - }, - "simple-plist": { - "version": "0.2.1", - "bundled": true, - "requires": { - "bplist-creator": "0.0.7", - "bplist-parser": "0.1.1", - "plist": "2.0.1" - }, - "dependencies": { - "base64-js": { - "version": "1.1.2", - "bundled": true - }, - "plist": { - "version": "2.0.1", - "bundled": true, - "requires": { - "base64-js": "1.1.2", - "xmlbuilder": "8.2.2", - "xmldom": "0.1.x" - } - } - } - }, - "stream-buffers": { - "version": "2.2.0", - "bundled": true - }, - "tail": { - "version": "0.4.0", - "bundled": true - }, - "underscore": { - "version": "1.9.1", - "bundled": true - }, - "unorm": { - "version": "1.4.1", - "bundled": true - }, - "uuid": { - "version": "3.0.1", - "bundled": true - }, - "wrappy": { - "version": "1.0.2", - "bundled": true - }, - "xcode": { - "version": "0.9.3", - "bundled": true, - "requires": { - "pegjs": "^0.10.0", - "simple-plist": "^0.2.1", - "uuid": "3.0.1" - } - }, - "xml-escape": { - "version": "1.1.0", - "bundled": true - }, - "xmlbuilder": { - "version": "8.2.2", - "bundled": true - }, - "xmldom": { - "version": "0.1.27", - "bundled": true - } + "stream-buffers": "~2.2.0" + } + }, + "node_modules/cordova-ios/node_modules/bplist-parser": { + "version": "0.1.1", + "integrity": "sha512-2AEM0FXy8ZxVLBuqX0hqt1gDwcnz2zygEkQ6zaD5Wko/sB9paUNwlpawrFtKeHUAQUOzjVy9AO4oeonqIHKA9Q==", + "inBundle": true, + "dependencies": { + "big-integer": "^1.6.7" + } + }, + "node_modules/cordova-ios/node_modules/brace-expansion": { + "version": "1.1.11", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "inBundle": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/cordova-ios/node_modules/concat-map": { + "version": "0.0.1", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/cordova-common": { + "version": "2.2.5", + "integrity": "sha512-6QEov5hJDfga2b0k5+owH5cGrAbtCSE6IEfbzA86TMwqQKIv6eTpqGsbjcSPi0r3FZ0xfnCov4oZ/bH3AmAI4g==", + "inBundle": true, + "dependencies": { + "ansi": "^0.3.1", + "bplist-parser": "^0.1.0", + "cordova-registry-mapper": "^1.1.8", + "elementtree": "0.1.6", + "glob": "^5.0.13", + "minimatch": "^3.0.0", + "plist": "^2.1.0", + "q": "^1.4.1", + "shelljs": "^0.5.3", + "underscore": "^1.8.3", + "unorm": "^1.3.3" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/cordova-ios/node_modules/cordova-registry-mapper": { + "version": "1.1.15", + "integrity": "sha512-QHpSMAhaF7Zo5y2zddIJP/hWNJXvLTiIo81PdEfBQEvePCtUKRXBQLcYRfuSGetTZbT6sJFG7Djm2iZo7iZ3sQ==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/elementtree": { + "version": "0.1.6", + "integrity": "sha512-3PFZPanYTg5tPl84pM+Eu04xWYWi8+FF970UgE7CThRdRR77paLrj/qiv7NyEdy0qL1KFvVvpwbWjhL1D7+pTQ==", + "inBundle": true, + "dependencies": { + "sax": "0.3.5" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/cordova-ios/node_modules/glob": { + "version": "5.0.15", + "integrity": "sha512-c9IPMazfRITpmAAKi22dK1VKxGDX9ehhqfABDriL/lzO92xcUKEJPQHrVA/2YHSNFB4iFlykVmWvwo48nr3OxA==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "inBundle": true, + "dependencies": { + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/cordova-ios/node_modules/inflight": { + "version": "1.0.6", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "inBundle": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/cordova-ios/node_modules/inherits": { + "version": "2.0.3", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/ios-sim": { + "version": "6.1.3", + "integrity": "sha512-xnpRKFH8ytVuSs+qlfBttVjNqFRovONT+K940518eVXWC151AJbzC6L0TCGnxyMPF5ghVCGcyGterfMOJKVb3w==", + "inBundle": true, + "dependencies": { + "bplist-parser": "^0.0.6", + "nopt": "1.0.9", + "plist": "^2.1.0", + "simctl": "^1.1.1" + }, + "bin": { + "ios-sim": "bin/ios-sim" + }, + "engines": { + "node": ">=4" } }, - "cordova-plugin-whitelist": { + "node_modules/cordova-ios/node_modules/ios-sim/node_modules/bplist-parser": { + "version": "0.0.6", + "integrity": "sha512-fGeghPEH4Eytvf+Mi446aKcDqvkA/+eh6r7QGiZWMQG6TzqrnsToLP379XFfqRSZ41+676hhGIm++maNST1Apw==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/ios-sim/node_modules/nopt": { + "version": "1.0.9", + "integrity": "sha512-CmUZ3rzN0/4kRHum5pGRiGkhmBMzgtEDxrZVHqRJDSv8qK6s+wzaig/xeyB22Due5aZQeTiEZg/nrmMH2tapDQ==", + "inBundle": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/cordova-ios/node_modules/minimatch": { + "version": "3.0.4", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "inBundle": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/cordova-ios/node_modules/nopt": { + "version": "3.0.6", + "integrity": "sha512-4GUt3kSEYmk4ITxzB/b9vaIDfUVWN/Ml1Fwl11IlnIG2iaJ9O6WXZ9SrYM9NLI8OCBieN2Y8SWC2oJV0RQ7qYg==", + "inBundle": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + } + }, + "node_modules/cordova-ios/node_modules/once": { + "version": "1.4.0", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "inBundle": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/cordova-ios/node_modules/path-is-absolute": { + "version": "1.0.1", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "inBundle": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cordova-ios/node_modules/plist": { + "version": "2.1.0", + "integrity": "sha512-yirJ+8SSb8o7pkfyNv+fTzUP0GbK52HMvh0MjMycCxvpL8rHiAfKhXU/3R5znSJnrGakV0WNZhr8yTR4//PjyA==", + "inBundle": true, + "dependencies": { + "base64-js": "1.2.0", + "xmlbuilder": "8.2.2", + "xmldom": "0.1.x" + } + }, + "node_modules/cordova-ios/node_modules/q": { + "version": "1.5.1", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", + "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)", + "inBundle": true, + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } + }, + "node_modules/cordova-ios/node_modules/sax": { + "version": "0.3.5", + "integrity": "sha512-b8euO9HV4Tf3a9lIfIb/uHQ6FHaw/wxYgASH8Q/pssuF+zifxzfnlMHHJTN94bhYbMKOF2ZWLMBscp6KKR2kmw==", + "inBundle": true, + "engines": { + "node": "*" + } + }, + "node_modules/cordova-ios/node_modules/shelljs": { + "version": "0.5.3", + "integrity": "sha512-C2FisSSW8S6TIYHHiMHN0NqzdjWfTekdMpA2FJTbRWnQMLO1RRIXEB9eVZYOlofYmjZA7fY3ChoFu09MeI3wlQ==", + "inBundle": true, + "bin": { + "shjs": "bin/shjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/cordova-ios/node_modules/simctl": { + "version": "1.1.1", + "integrity": "sha512-yY1WQMq/pneY5jQb2+lFp45qEtcz4yKBu1NOPo2OFDVCkwSkQhpkoaAaO1fWhq4IU0+8TQ2r1PMGSTedP0A/Og==", + "inBundle": true, + "dependencies": { + "shelljs": "^0.2.6", + "tail": "^0.4.0" + } + }, + "node_modules/cordova-ios/node_modules/simctl/node_modules/shelljs": { + "version": "0.2.6", + "integrity": "sha512-LQiM15qPbSyzHDFfI4v7EVhjBXG5PUAKWVBnVMBXwdlQSHZtzKYeKGzDHBIqpenPrCsPWqBSOF5o7oSvSfX+CA==", + "inBundle": true, + "bin": { + "shjs": "bin/shjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/cordova-ios/node_modules/simple-plist": { + "version": "0.2.1", + "integrity": "sha512-1xgqR0IwahCZDfwUp36DmxKX0dwoh/KtnxbY8D5cs19BF5889ZlRSViTAknEWO39ND573T2NBBHqP7Qf6spPPQ==", + "inBundle": true, + "dependencies": { + "bplist-creator": "0.0.7", + "bplist-parser": "0.1.1", + "plist": "2.0.1" + } + }, + "node_modules/cordova-ios/node_modules/simple-plist/node_modules/base64-js": { + "version": "1.1.2", + "integrity": "sha512-AIxxJSNK6fMJTnRuY14y/+86h+R4Ybztcchea+Al8aPIPFa6LvDSV90VN5EH81DVXQmh6YjIqpLyG/ljQDoqeQ==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/simple-plist/node_modules/plist": { + "version": "2.0.1", + "integrity": "sha512-pLZ1xkqqdO0puqm8g9kHzGb9oPkW32RPprDsNtjyVJ1cAWdglIgq+k+kO3sFAm5fEGIW04B4oa27JsfzncnHkA==", + "inBundle": true, + "dependencies": { + "base64-js": "1.1.2", + "xmlbuilder": "8.2.2", + "xmldom": "0.1.x" + } + }, + "node_modules/cordova-ios/node_modules/stream-buffers": { + "version": "2.2.0", + "integrity": "sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==", + "inBundle": true, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/cordova-ios/node_modules/tail": { + "version": "0.4.0", + "integrity": "sha512-i5rOhX0PwkFSbjID14mmuoqrLUIqpJeBwg0esugSbb+6Y+dzgN/O3YZXzzPL7dnQJGbQLs8cwM8Zsak5kFJGcA==", + "inBundle": true, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/cordova-ios/node_modules/underscore": { + "version": "1.9.1", + "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/unorm": { + "version": "1.4.1", + "integrity": "sha512-ZKduSr7qaZXq/R784+M3vudsguIahTX9aVtlfJdMaQj/yQw7A8LhkaS76/a6d0TzeBtiMDl+clvrLxq6HG/nAA==", + "inBundle": true, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/cordova-ios/node_modules/uuid": { + "version": "3.0.1", + "integrity": "sha512-tyhM7iisckwwmyHVFcjTzISz/R1ss/bRudNgHFYsgeu7j4JbhRvjE+Hbcpr9y5xh+b+HxeFjuToDT4i9kQNrtA==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "inBundle": true, + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/cordova-ios/node_modules/wrappy": { + "version": "1.0.2", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/xcode": { + "version": "0.9.3", + "integrity": "sha512-hEh5IursCA2CXVWRAS9hg+tQ2MEsERAP8GJPkDSgZV9FcmG87QKHftkZKHdzmHfOv2bazvtThZjzxb1fFcRj3g==", + "inBundle": true, + "dependencies": { + "pegjs": "^0.10.0", + "simple-plist": "^0.2.1", + "uuid": "3.0.1" + }, + "engines": { + "node": ">=0.6.7" + } + }, + "node_modules/cordova-ios/node_modules/xml-escape": { + "version": "1.1.0", + "integrity": "sha512-B/T4sDK8Z6aUh/qNr7mjKAwwncIljFuUP+DO/D5hloYFj+90O88z8Wf7oSucZTHxBAsC1/CTP4rtx/x1Uf72Mg==", + "inBundle": true + }, + "node_modules/cordova-ios/node_modules/xmlbuilder": { + "version": "8.2.2", + "integrity": "sha512-eKRAFz04jghooy8muekqzo8uCSVNeyRedbuJrp0fovbLIi7wlsYtdUn3vBAAPq2Y3/0xMz2WMEUQ8yhVVO9Stw==", + "inBundle": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/cordova-ios/node_modules/xmldom": { + "version": "0.1.27", + "integrity": "sha512-7WpJBYwyhvsddFJA51SOIU0Be9W44sbGGjc6Z3ly8Wx/Wl7nriMPZ5xf6Np9ASlJ6gACfXcTLukm4DtX372lFw==", + "deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0", + "inBundle": true, + "engines": { + "node": ">=0.1" + } + }, + "node_modules/cordova-plugin-whitelist": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.3.tgz", - "integrity": "sha1-tehezbv+Wu3tQKG/TuI3LmfZb7Q=" + "integrity": "sha1-tehezbv+Wu3tQKG/TuI3LmfZb7Q=", + "deprecated": "See https://github.com/apache/cordova-plugin-whitelist#deprecation-notice for details.", + "engines": { + "cordovaDependencies": { + "0.0.0": { + "cordova-android": ">=4.0.0" + }, + "2.0.0": { + "cordova": ">100" + } + } + } }, - "pegjs": { + "node_modules/pegjs": { "version": "0.10.0", "resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.10.0.tgz", - "integrity": "sha1-z4uvrm7d/0tafvsYUmnqr0YQ3b0=" + "integrity": "sha1-z4uvrm7d/0tafvsYUmnqr0YQ3b0=", + "bin": { + "pegjs": "bin/pegjs" + }, + "engines": { + "node": ">=0.10" + } } } } diff --git a/example/package.json b/example/package.json index 5baeaec..688589b 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "author": "Apache Cordova Team", "license": "Apache-2.0", "dependencies": { - "cordova-android": "^7.0.0", + "cordova-android": "^7.1.4", "cordova-ios": "^4.5.5", "cordova-plugin-whitelist": "^1.3.3" },