You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by su...@apache.org on 2017/10/25 22:17:42 UTC

[cordova-ios] branch 4.5.x updated (ee87ee5 -> ce2ab96)

This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a change to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git.


    from ee87ee5  Set VERSION to 4.5.2 (via coho)
     new e8b9970  CB-13454: (ios) re-add icon-40@2x.png that was accidentally removed
     new 985aa4d  CB-13290: (ios) Update splash screen mapping for missing devices
     new 8d87101  CB-13493 Updated checked-in node_modules
     new 384fa24  CB-13493 Updated RELEASENOTES and Version for release 4.5.3
     new 6ece12e  Added 4.5.3 to CDVAvailability.h (via coho).
     new f0e205d  Update JS snapshot to version 4.5.3 (via coho)
     new ce2ab96  Set VERSION to 4.5.3 (via coho)

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CordovaLib/Classes/Public/CDVAvailability.h        |  3 ++-
 CordovaLib/VERSION                                 |  2 +-
 CordovaLib/cordova.js                              |  2 +-
 RELEASENOTES.md                                    |  5 ++++
 .../LaunchImage.launchimage/Contents.json          | 22 +++++++++++++++-
 bin/templates/scripts/cordova/lib/prepare.js       |  5 +++-
 bin/templates/scripts/cordova/version              |  2 +-
 node_modules/abbrev/package.json                   | 23 +++++++++--------
 node_modules/ansi/package.json                     | 23 +++++++++--------
 node_modules/balanced-match/package.json           | 23 +++++++++--------
 node_modules/base64-js/package.json                | 13 ++++++----
 node_modules/big-integer/package.json              | 23 +++++++++--------
 node_modules/bplist-creator/package.json           | 13 ++++++----
 node_modules/bplist-parser/package.json            | 23 +++++++++--------
 node_modules/brace-expansion/package.json          | 23 +++++++++--------
 node_modules/concat-map/package.json               | 13 ++++++----
 node_modules/cordova-common/package.json           | 11 +++++---
 node_modules/cordova-registry-mapper/package.json  | 23 +++++++++--------
 node_modules/elementtree/package.json              | 13 ++++++----
 node_modules/glob/package.json                     | 23 +++++++++--------
 node_modules/inflight/package.json                 | 23 +++++++++--------
 node_modules/inherits/package.json                 | 23 +++++++++--------
 .../node_modules/bplist-parser/package.json        | 23 +++++++++--------
 .../ios-sim/node_modules/nopt/package.json         | 16 ++++++------
 node_modules/ios-sim/package.json                  | 21 +++++++++-------
 node_modules/lodash/package.json                   | 23 +++++++++--------
 node_modules/minimatch/package.json                | 23 +++++++++--------
 node_modules/nopt/package.json                     | 21 +++++++++-------
 node_modules/once/package.json                     | 23 +++++++++--------
 node_modules/os-homedir/package.json               | 23 +++++++++--------
 node_modules/os-tmpdir/package.json                | 23 +++++++++--------
 node_modules/osenv/package.json                    | 23 +++++++++--------
 node_modules/path-is-absolute/package.json         | 23 +++++++++--------
 node_modules/pegjs/package.json                    | 23 +++++++++--------
 node_modules/plist/package.json                    | 21 +++++++++-------
 node_modules/q/CHANGES.md                          |  8 ++++++
 node_modules/q/package.json                        | 29 ++++++++++++----------
 node_modules/q/q.js                                |  9 ++++---
 node_modules/sax/package.json                      | 16 ++++++------
 node_modules/semver/package.json                   | 23 +++++++++--------
 node_modules/shelljs/package.json                  | 21 +++++++++-------
 .../simctl/node_modules/shelljs/package.json       | 23 +++++++++--------
 node_modules/simctl/package.json                   | 23 +++++++++--------
 .../node_modules/base64-js/package.json            | 13 ++++++----
 .../simple-plist/node_modules/plist/package.json   | 13 ++++++----
 .../node_modules/xmlbuilder/package.json           | 13 ++++++----
 node_modules/simple-plist/package.json             | 23 +++++++++--------
 node_modules/stream-buffers/package.json           | 23 +++++++++--------
 node_modules/tail/package.json                     | 23 +++++++++--------
 node_modules/underscore/package.json               | 23 +++++++++--------
 node_modules/unorm/package.json                    | 23 +++++++++--------
 node_modules/util-deprecate/package.json           | 13 ++++++----
 node_modules/uuid/package.json                     | 13 ++++++----
 node_modules/wrappy/package.json                   | 23 +++++++++--------
 node_modules/xcode/package.json                    | 21 +++++++++-------
 node_modules/xml-escape/package.json               | 21 +++++++++-------
 node_modules/xmlbuilder/package.json               | 13 ++++++----
 node_modules/xmldom/package.json                   | 23 +++++++++--------
 package.json                                       |  2 +-
 59 files changed, 618 insertions(+), 437 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 02/07: CB-13290: (ios) Update splash screen mapping for missing devices

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 985aa4d6bad0ba511d8d488b3df5763c37e0dd96
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Tue Oct 24 13:43:47 2017 -0700

    CB-13290: (ios) Update splash screen mapping for missing devices
---
 .../LaunchImage.launchimage/Contents.json          | 22 +++++++++++++++++++++-
 bin/templates/scripts/cordova/lib/prepare.js       |  4 +++-
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Contents.json b/bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Contents.json
index 175f378..58735de 100644
--- a/bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Contents.json
+++ b/bin/templates/project/__PROJECT_NAME__/Images.xcassets/LaunchImage.launchimage/Contents.json
@@ -1,6 +1,24 @@
 {
   "images" : [
     {
+      "extent": "full-screen",
+      "idiom": "iphone",
+      "subtype": "2436h",
+      "filename": "Default-2436h.png",
+      "minimum-system-version": "11.0",
+      "orientation": "portrait",
+      "scale": "3x"
+    },
+    {
+      "extent": "full-screen",
+      "idiom": "iphone",
+      "subtype": "2436h",
+      "filename": "Default-Landscape-2436h.png",
+      "minimum-system-version": "11.0",
+      "orientation": "landscape",
+      "scale": "3x"
+    },
+    {
       "extent" : "full-screen",
       "idiom" : "iphone",
       "subtype" : "736h",
@@ -120,6 +138,7 @@
     {
       "orientation" : "landscape",
       "idiom" : "ipad",
+      "filename": "Default-Landscape~ipad.png",
       "extent" : "full-screen",
       "scale" : "1x"
     },
@@ -145,6 +164,7 @@
     {
       "orientation" : "landscape",
       "idiom" : "ipad",
+      "filename": "Default-Landscape@2x~ipad.png",
       "extent" : "full-screen",
       "scale" : "2x"
     }
@@ -153,4 +173,4 @@
     "version" : 1,
     "author" : "xcode"
   }
-}
\ No newline at end of file
+}
diff --git a/bin/templates/scripts/cordova/lib/prepare.js b/bin/templates/scripts/cordova/lib/prepare.js
index 33f318b..de345dd 100644
--- a/bin/templates/scripts/cordova/lib/prepare.js
+++ b/bin/templates/scripts/cordova/lib/prepare.js
@@ -411,7 +411,9 @@ function mapSplashScreenResources (splashScreens, splashScreensDir) {
         {dest: 'Default-568h@2x~iphone.png', width: 640, height: 1136},
         {dest: 'Default-667h.png', width: 750, height: 1334},
         {dest: 'Default-736h.png', width: 1242, height: 2208},
-        {dest: 'Default-Landscape-736h.png', width: 2208, height: 1242}
+        {dest: 'Default-Landscape-736h.png', width: 2208, height: 1242},
+        {dest: 'Default-2436h.png', width: 1125, height: 2436},
+        {dest: 'Default-Landscape-2436h.png', width: 2436, height: 1125}
     ];
 
     var pathMap = {};

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 01/07: CB-13454: (ios) re-add icon-40@2x.png that was accidentally removed

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit e8b997098df1a397dabc855b6efeeeb203bca86f
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Wed Oct 18 14:36:10 2017 -0700

    CB-13454: (ios) re-add icon-40@2x.png that was accidentally removed
---
 bin/templates/scripts/cordova/lib/prepare.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/templates/scripts/cordova/lib/prepare.js b/bin/templates/scripts/cordova/lib/prepare.js
index 17bbfeb..33f318b 100644
--- a/bin/templates/scripts/cordova/lib/prepare.js
+++ b/bin/templates/scripts/cordova/lib/prepare.js
@@ -317,6 +317,7 @@ function mapIconResources (icons, iconsDir) {
         {dest: 'icon-20@2x.png', width: 40, height: 40},
         {dest: 'icon-20@3x.png', width: 60, height: 60},
         {dest: 'icon-40.png', width: 40, height: 40},
+        {dest: 'icon-40@2x.png', width: 80, height: 80},
         {dest: 'icon-50.png', width: 50, height: 50},
         {dest: 'icon-50@2x.png', width: 100, height: 100},
         {dest: 'icon-60@2x.png', width: 120, height: 120},

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 03/07: CB-13493 Updated checked-in node_modules

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 8d871012b1a89ec8cbf27c8f1fc7680d46a8b921
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Wed Oct 25 13:57:58 2017 -0700

    CB-13493 Updated checked-in node_modules
---
 node_modules/abbrev/package.json                   | 23 +++++++++--------
 node_modules/ansi/package.json                     | 23 +++++++++--------
 node_modules/balanced-match/package.json           | 23 +++++++++--------
 node_modules/base64-js/package.json                | 13 ++++++----
 node_modules/big-integer/package.json              | 23 +++++++++--------
 node_modules/bplist-creator/package.json           | 13 ++++++----
 node_modules/bplist-parser/package.json            | 23 +++++++++--------
 node_modules/brace-expansion/package.json          | 23 +++++++++--------
 node_modules/concat-map/package.json               | 13 ++++++----
 node_modules/cordova-common/package.json           | 11 +++++---
 node_modules/cordova-registry-mapper/package.json  | 23 +++++++++--------
 node_modules/elementtree/package.json              | 13 ++++++----
 node_modules/glob/package.json                     | 23 +++++++++--------
 node_modules/inflight/package.json                 | 23 +++++++++--------
 node_modules/inherits/package.json                 | 23 +++++++++--------
 .../node_modules/bplist-parser/package.json        | 23 +++++++++--------
 .../ios-sim/node_modules/nopt/package.json         | 16 ++++++------
 node_modules/ios-sim/package.json                  | 21 +++++++++-------
 node_modules/lodash/package.json                   | 23 +++++++++--------
 node_modules/minimatch/package.json                | 23 +++++++++--------
 node_modules/nopt/package.json                     | 21 +++++++++-------
 node_modules/once/package.json                     | 23 +++++++++--------
 node_modules/os-homedir/package.json               | 23 +++++++++--------
 node_modules/os-tmpdir/package.json                | 23 +++++++++--------
 node_modules/osenv/package.json                    | 23 +++++++++--------
 node_modules/path-is-absolute/package.json         | 23 +++++++++--------
 node_modules/pegjs/package.json                    | 23 +++++++++--------
 node_modules/plist/package.json                    | 21 +++++++++-------
 node_modules/q/CHANGES.md                          |  8 ++++++
 node_modules/q/package.json                        | 29 ++++++++++++----------
 node_modules/q/q.js                                |  9 ++++---
 node_modules/sax/package.json                      | 16 ++++++------
 node_modules/semver/package.json                   | 23 +++++++++--------
 node_modules/shelljs/package.json                  | 21 +++++++++-------
 .../simctl/node_modules/shelljs/package.json       | 23 +++++++++--------
 node_modules/simctl/package.json                   | 23 +++++++++--------
 .../node_modules/base64-js/package.json            | 13 ++++++----
 .../simple-plist/node_modules/plist/package.json   | 13 ++++++----
 .../node_modules/xmlbuilder/package.json           | 13 ++++++----
 node_modules/simple-plist/package.json             | 23 +++++++++--------
 node_modules/stream-buffers/package.json           | 23 +++++++++--------
 node_modules/tail/package.json                     | 23 +++++++++--------
 node_modules/underscore/package.json               | 23 +++++++++--------
 node_modules/unorm/package.json                    | 23 +++++++++--------
 node_modules/util-deprecate/package.json           | 13 ++++++----
 node_modules/uuid/package.json                     | 13 ++++++----
 node_modules/wrappy/package.json                   | 23 +++++++++--------
 node_modules/xcode/package.json                    | 21 +++++++++-------
 node_modules/xml-escape/package.json               | 21 +++++++++-------
 node_modules/xmlbuilder/package.json               | 13 ++++++----
 node_modules/xmldom/package.json                   | 23 +++++++++--------
 51 files changed, 582 insertions(+), 430 deletions(-)

diff --git a/node_modules/abbrev/package.json b/node_modules/abbrev/package.json
index 3e8bf5c..38cbcd9 100644
--- a/node_modules/abbrev/package.json
+++ b/node_modules/abbrev/package.json
@@ -1,28 +1,33 @@
 {
-  "_from": "abbrev@1",
+  "_args": [
+    [
+      "abbrev@1.1.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "abbrev@1.1.1",
   "_id": "abbrev@1.1.1",
   "_inBundle": false,
   "_integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
   "_location": "/abbrev",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "abbrev@1",
+    "raw": "abbrev@1.1.1",
     "name": "abbrev",
     "escapedName": "abbrev",
-    "rawSpec": "1",
+    "rawSpec": "1.1.1",
     "saveSpec": null,
-    "fetchSpec": "1"
+    "fetchSpec": "1.1.1"
   },
   "_requiredBy": [
     "/ios-sim/nopt",
     "/nopt"
   ],
   "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
-  "_shasum": "f8f2c887ad10bf67f634f005b6987fed3179aac8",
-  "_spec": "abbrev@1",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/ios-sim/node_modules/nopt",
+  "_spec": "1.1.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me"
@@ -30,8 +35,6 @@
   "bugs": {
     "url": "https://github.com/isaacs/abbrev-js/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "Like ruby's abbrev module, but in js",
   "devDependencies": {
     "tap": "^10.1"
diff --git a/node_modules/ansi/package.json b/node_modules/ansi/package.json
index 9a06201..53dab5b 100644
--- a/node_modules/ansi/package.json
+++ b/node_modules/ansi/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "ansi@^0.3.1",
+  "_args": [
+    [
+      "ansi@0.3.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "ansi@0.3.1",
   "_id": "ansi@0.3.1",
   "_inBundle": false,
   "_integrity": "sha1-DELU+xcWDVqa8eSEus4cZpIsGyE=",
   "_location": "/ansi",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "ansi@^0.3.1",
+    "raw": "ansi@0.3.1",
     "name": "ansi",
     "escapedName": "ansi",
-    "rawSpec": "^0.3.1",
+    "rawSpec": "0.3.1",
     "saveSpec": null,
-    "fetchSpec": "^0.3.1"
+    "fetchSpec": "0.3.1"
   },
   "_requiredBy": [
     "/cordova-common"
   ],
   "_resolved": "https://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz",
-  "_shasum": "0c42d4fb17160d5a9af1e484bace1c66922c1b21",
-  "_spec": "ansi@^0.3.1",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/cordova-common",
+  "_spec": "0.3.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Nathan Rajlich",
     "email": "nathan@tootallnate.net",
@@ -30,8 +35,6 @@
   "bugs": {
     "url": "https://github.com/TooTallNate/ansi.js/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "Advanced ANSI formatting tool for Node.js",
   "homepage": "https://github.com/TooTallNate/ansi.js#readme",
   "keywords": [
diff --git a/node_modules/balanced-match/package.json b/node_modules/balanced-match/package.json
index f751fde..ecf9b9e 100644
--- a/node_modules/balanced-match/package.json
+++ b/node_modules/balanced-match/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "balanced-match@^1.0.0",
+  "_args": [
+    [
+      "balanced-match@1.0.0",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "balanced-match@1.0.0",
   "_id": "balanced-match@1.0.0",
   "_inBundle": false,
   "_integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
   "_location": "/balanced-match",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "balanced-match@^1.0.0",
+    "raw": "balanced-match@1.0.0",
     "name": "balanced-match",
     "escapedName": "balanced-match",
-    "rawSpec": "^1.0.0",
+    "rawSpec": "1.0.0",
     "saveSpec": null,
-    "fetchSpec": "^1.0.0"
+    "fetchSpec": "1.0.0"
   },
   "_requiredBy": [
     "/brace-expansion"
   ],
   "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
-  "_shasum": "89b4d199ab2bee49de164ea02b89ce462d71b767",
-  "_spec": "balanced-match@^1.0.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/brace-expansion",
+  "_spec": "1.0.0",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Julian Gruber",
     "email": "mail@juliangruber.com",
@@ -30,9 +35,7 @@
   "bugs": {
     "url": "https://github.com/juliangruber/balanced-match/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {},
-  "deprecated": false,
   "description": "Match balanced character pairs, like \"{\" and \"}\"",
   "devDependencies": {
     "matcha": "^0.7.0",
diff --git a/node_modules/base64-js/package.json b/node_modules/base64-js/package.json
index 88209e8..9444be4 100644
--- a/node_modules/base64-js/package.json
+++ b/node_modules/base64-js/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "base64-js@0.0.8",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "base64-js@0.0.8",
   "_id": "base64-js@0.0.8",
   "_inBundle": false,
@@ -19,9 +25,8 @@
     "/plist"
   ],
   "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
-  "_shasum": "1101e9544f4a76b1bc3b26d452ca96d7a35e7978",
-  "_spec": "base64-js@0.0.8",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/plist",
+  "_spec": "0.0.8",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "T. Jameson Little",
     "email": "t.jameson.little@gmail.com"
@@ -29,9 +34,7 @@
   "bugs": {
     "url": "https://github.com/beatgammit/base64-js/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {},
-  "deprecated": false,
   "description": "Base64 encoding/decoding in pure JS",
   "devDependencies": {
     "tape": "~2.3.2"
diff --git a/node_modules/big-integer/package.json b/node_modules/big-integer/package.json
index 82c3b71..4b2ca34 100644
--- a/node_modules/big-integer/package.json
+++ b/node_modules/big-integer/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "big-integer@^1.6.7",
+  "_args": [
+    [
+      "big-integer@1.6.25",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "big-integer@1.6.25",
   "_id": "big-integer@1.6.25",
   "_inBundle": false,
   "_integrity": "sha1-HeRan1dUKsIBIcaC+NZCIgo06CM=",
   "_location": "/big-integer",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "big-integer@^1.6.7",
+    "raw": "big-integer@1.6.25",
     "name": "big-integer",
     "escapedName": "big-integer",
-    "rawSpec": "^1.6.7",
+    "rawSpec": "1.6.25",
     "saveSpec": null,
-    "fetchSpec": "^1.6.7"
+    "fetchSpec": "1.6.25"
   },
   "_requiredBy": [
     "/bplist-parser"
   ],
   "_resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.25.tgz",
-  "_shasum": "1de45a9f57542ac20121c682f8d642220a34e823",
-  "_spec": "big-integer@^1.6.7",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/bplist-parser",
+  "_spec": "1.6.25",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Peter Olson",
     "email": "peter.e.c.olson+npm@gmail.com"
@@ -30,9 +35,7 @@
   "bugs": {
     "url": "https://github.com/peterolson/BigInteger.js/issues"
   },
-  "bundleDependencies": false,
   "contributors": [],
-  "deprecated": false,
   "description": "An arbitrary length integer library for Javascript",
   "devDependencies": {
     "@types/lodash": "^4.14.64",
diff --git a/node_modules/bplist-creator/package.json b/node_modules/bplist-creator/package.json
index a61a858..5b83bba 100644
--- a/node_modules/bplist-creator/package.json
+++ b/node_modules/bplist-creator/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "bplist-creator@0.0.7",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "bplist-creator@0.0.7",
   "_id": "bplist-creator@0.0.7",
   "_inBundle": false,
@@ -19,20 +25,17 @@
     "/simple-plist"
   ],
   "_resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.7.tgz",
-  "_shasum": "37df1536092824b87c42f957b01344117372ae45",
-  "_spec": "bplist-creator@0.0.7",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/simple-plist",
+  "_spec": "0.0.7",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "https://github.com/nearinfinity/node-bplist-parser.git"
   },
   "bugs": {
     "url": "https://github.com/nearinfinity/node-bplist-creator/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "stream-buffers": "~2.2.0"
   },
-  "deprecated": false,
   "description": "Binary Mac OS X Plist (property list) creator.",
   "devDependencies": {
     "bplist-parser": "~0.1.0",
diff --git a/node_modules/bplist-parser/package.json b/node_modules/bplist-parser/package.json
index 677a179..97912ec 100644
--- a/node_modules/bplist-parser/package.json
+++ b/node_modules/bplist-parser/package.json
@@ -1,28 +1,33 @@
 {
-  "_from": "bplist-parser@^0.1.0",
+  "_args": [
+    [
+      "bplist-parser@0.1.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "bplist-parser@0.1.1",
   "_id": "bplist-parser@0.1.1",
   "_inBundle": false,
   "_integrity": "sha1-1g1dzCDLptx+HymbNdPh+V2vuuY=",
   "_location": "/bplist-parser",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "bplist-parser@^0.1.0",
+    "raw": "bplist-parser@0.1.1",
     "name": "bplist-parser",
     "escapedName": "bplist-parser",
-    "rawSpec": "^0.1.0",
+    "rawSpec": "0.1.1",
     "saveSpec": null,
-    "fetchSpec": "^0.1.0"
+    "fetchSpec": "0.1.1"
   },
   "_requiredBy": [
     "/cordova-common",
     "/simple-plist"
   ],
   "_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz",
-  "_shasum": "d60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6",
-  "_spec": "bplist-parser@^0.1.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/cordova-common",
+  "_spec": "0.1.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Joe Ferner",
     "email": "joe.ferner@nearinfinity.com"
@@ -30,11 +35,9 @@
   "bugs": {
     "url": "https://github.com/nearinfinity/node-bplist-parser/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "big-integer": "^1.6.7"
   },
-  "deprecated": false,
   "description": "Binary plist parser.",
   "devDependencies": {
     "nodeunit": "~0.9.1"
diff --git a/node_modules/brace-expansion/package.json b/node_modules/brace-expansion/package.json
index 23acf4c..595de8c 100644
--- a/node_modules/brace-expansion/package.json
+++ b/node_modules/brace-expansion/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "brace-expansion@^1.1.7",
+  "_args": [
+    [
+      "brace-expansion@1.1.8",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "brace-expansion@1.1.8",
   "_id": "brace-expansion@1.1.8",
   "_inBundle": false,
   "_integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
   "_location": "/brace-expansion",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "brace-expansion@^1.1.7",
+    "raw": "brace-expansion@1.1.8",
     "name": "brace-expansion",
     "escapedName": "brace-expansion",
-    "rawSpec": "^1.1.7",
+    "rawSpec": "1.1.8",
     "saveSpec": null,
-    "fetchSpec": "^1.1.7"
+    "fetchSpec": "1.1.8"
   },
   "_requiredBy": [
     "/minimatch"
   ],
   "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
-  "_shasum": "c07b211c7c952ec1f8efd51a77ef0d1d3990a292",
-  "_spec": "brace-expansion@^1.1.7",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/minimatch",
+  "_spec": "1.1.8",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Julian Gruber",
     "email": "mail@juliangruber.com",
@@ -30,12 +35,10 @@
   "bugs": {
     "url": "https://github.com/juliangruber/brace-expansion/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "balanced-match": "^1.0.0",
     "concat-map": "0.0.1"
   },
-  "deprecated": false,
   "description": "Brace expansion as known from sh/bash",
   "devDependencies": {
     "matcha": "^0.7.0",
diff --git a/node_modules/concat-map/package.json b/node_modules/concat-map/package.json
index c6ef779..1019956 100644
--- a/node_modules/concat-map/package.json
+++ b/node_modules/concat-map/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "concat-map@0.0.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "concat-map@0.0.1",
   "_id": "concat-map@0.0.1",
   "_inBundle": false,
@@ -19,9 +25,8 @@
     "/brace-expansion"
   ],
   "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
-  "_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
-  "_spec": "concat-map@0.0.1",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/brace-expansion",
+  "_spec": "0.0.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "James Halliday",
     "email": "mail@substack.net",
@@ -30,8 +35,6 @@
   "bugs": {
     "url": "https://github.com/substack/node-concat-map/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "concatenative mapdashery",
   "devDependencies": {
     "tape": "~2.4.0"
diff --git a/node_modules/cordova-common/package.json b/node_modules/cordova-common/package.json
index 70f70b5..d1c18eb 100644
--- a/node_modules/cordova-common/package.json
+++ b/node_modules/cordova-common/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "cordova-common@2.1.0",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "cordova-common@2.1.0",
   "_id": "cordova-common@2.1.0",
   "_inBundle": false,
@@ -19,8 +25,7 @@
     "/"
   ],
   "_resolved": "https://registry.npmjs.org/cordova-common/-/cordova-common-2.1.0.tgz",
-  "_shasum": "bb357ee1b9825031ed9db3c56b592efe973d1640",
-  "_spec": "cordova-common@2.1.0",
+  "_spec": "2.1.0",
   "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Apache Software Foundation"
@@ -29,7 +34,6 @@
     "url": "https://issues.apache.org/jira/browse/CB",
     "email": "dev@cordova.apache.org"
   },
-  "bundleDependencies": false,
   "contributors": [],
   "dependencies": {
     "ansi": "^0.3.1",
@@ -46,7 +50,6 @@
     "underscore": "^1.8.3",
     "unorm": "^1.3.3"
   },
-  "deprecated": false,
   "description": "Apache Cordova tools and platforms shared routines",
   "devDependencies": {
     "eslint": "^4.0.0",
diff --git a/node_modules/cordova-registry-mapper/package.json b/node_modules/cordova-registry-mapper/package.json
index 584b54a..c7c5aee 100644
--- a/node_modules/cordova-registry-mapper/package.json
+++ b/node_modules/cordova-registry-mapper/package.json
@@ -1,35 +1,38 @@
 {
-  "_from": "cordova-registry-mapper@^1.1.8",
+  "_args": [
+    [
+      "cordova-registry-mapper@1.1.15",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "cordova-registry-mapper@1.1.15",
   "_id": "cordova-registry-mapper@1.1.15",
   "_inBundle": false,
   "_integrity": "sha1-4kS5GFuBdUc7/2B5MkkFEV+D3Hw=",
   "_location": "/cordova-registry-mapper",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "cordova-registry-mapper@^1.1.8",
+    "raw": "cordova-registry-mapper@1.1.15",
     "name": "cordova-registry-mapper",
     "escapedName": "cordova-registry-mapper",
-    "rawSpec": "^1.1.8",
+    "rawSpec": "1.1.15",
     "saveSpec": null,
-    "fetchSpec": "^1.1.8"
+    "fetchSpec": "1.1.15"
   },
   "_requiredBy": [
     "/cordova-common"
   ],
   "_resolved": "https://registry.npmjs.org/cordova-registry-mapper/-/cordova-registry-mapper-1.1.15.tgz",
-  "_shasum": "e244b9185b8175473bff6079324905115f83dc7c",
-  "_spec": "cordova-registry-mapper@^1.1.8",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/cordova-common",
+  "_spec": "1.1.15",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Steve Gill"
   },
   "bugs": {
     "url": "https://github.com/stevengill/cordova-registry-mapper/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "Maps old plugin ids to new plugin names for fetching from npm",
   "devDependencies": {
     "tape": "^3.5.0"
diff --git a/node_modules/elementtree/package.json b/node_modules/elementtree/package.json
index b6398bf..8a667a0 100644
--- a/node_modules/elementtree/package.json
+++ b/node_modules/elementtree/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "elementtree@0.1.6",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "elementtree@0.1.6",
   "_id": "elementtree@0.1.6",
   "_inBundle": false,
@@ -19,16 +25,14 @@
     "/cordova-common"
   ],
   "_resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.6.tgz",
-  "_shasum": "2ac4c46ea30516c8c4cbdb5e3ac7418e592de20c",
-  "_spec": "elementtree@0.1.6",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/cordova-common",
+  "_spec": "0.1.6",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Rackspace US, Inc."
   },
   "bugs": {
     "url": "https://github.com/racker/node-elementtree/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Paul Querna",
@@ -42,7 +46,6 @@
   "dependencies": {
     "sax": "0.3.5"
   },
-  "deprecated": false,
   "description": "XML Serialization and Parsing module based on Python's ElementTree.",
   "devDependencies": {
     "whiskey": "0.8.x"
diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json
index 8572e25..b5c2448 100644
--- a/node_modules/glob/package.json
+++ b/node_modules/glob/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "glob@^5.0.13",
+  "_args": [
+    [
+      "glob@5.0.15",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "glob@5.0.15",
   "_id": "glob@5.0.15",
   "_inBundle": false,
   "_integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
   "_location": "/glob",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "glob@^5.0.13",
+    "raw": "glob@5.0.15",
     "name": "glob",
     "escapedName": "glob",
-    "rawSpec": "^5.0.13",
+    "rawSpec": "5.0.15",
     "saveSpec": null,
-    "fetchSpec": "^5.0.13"
+    "fetchSpec": "5.0.15"
   },
   "_requiredBy": [
     "/cordova-common"
   ],
   "_resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
-  "_shasum": "1bc936b9e02f4a603fcc222ecf7633d30b8b93b1",
-  "_spec": "glob@^5.0.13",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/cordova-common",
+  "_spec": "5.0.15",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -30,7 +35,6 @@
   "bugs": {
     "url": "https://github.com/isaacs/node-glob/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "inflight": "^1.0.4",
     "inherits": "2",
@@ -38,7 +42,6 @@
     "once": "^1.3.0",
     "path-is-absolute": "^1.0.0"
   },
-  "deprecated": false,
   "description": "a little globber",
   "devDependencies": {
     "mkdirp": "0",
diff --git a/node_modules/inflight/package.json b/node_modules/inflight/package.json
index 1ccfc62..b6fc2ac 100644
--- a/node_modules/inflight/package.json
+++ b/node_modules/inflight/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "inflight@^1.0.4",
+  "_args": [
+    [
+      "inflight@1.0.6",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "inflight@1.0.6",
   "_id": "inflight@1.0.6",
   "_inBundle": false,
   "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
   "_location": "/inflight",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "inflight@^1.0.4",
+    "raw": "inflight@1.0.6",
     "name": "inflight",
     "escapedName": "inflight",
-    "rawSpec": "^1.0.4",
+    "rawSpec": "1.0.6",
     "saveSpec": null,
-    "fetchSpec": "^1.0.4"
+    "fetchSpec": "1.0.6"
   },
   "_requiredBy": [
     "/glob"
   ],
   "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
-  "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
-  "_spec": "inflight@^1.0.4",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/glob",
+  "_spec": "1.0.6",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -30,12 +35,10 @@
   "bugs": {
     "url": "https://github.com/isaacs/inflight/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "once": "^1.3.0",
     "wrappy": "1"
   },
-  "deprecated": false,
   "description": "Add callbacks to requests in flight to avoid async duplication",
   "devDependencies": {
     "tap": "^7.1.2"
diff --git a/node_modules/inherits/package.json b/node_modules/inherits/package.json
index a2c0a9e..6ba8002 100644
--- a/node_modules/inherits/package.json
+++ b/node_modules/inherits/package.json
@@ -1,33 +1,36 @@
 {
-  "_from": "inherits@2",
+  "_args": [
+    [
+      "inherits@2.0.3",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "inherits@2.0.3",
   "_id": "inherits@2.0.3",
   "_inBundle": false,
   "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
   "_location": "/inherits",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "inherits@2",
+    "raw": "inherits@2.0.3",
     "name": "inherits",
     "escapedName": "inherits",
-    "rawSpec": "2",
+    "rawSpec": "2.0.3",
     "saveSpec": null,
-    "fetchSpec": "2"
+    "fetchSpec": "2.0.3"
   },
   "_requiredBy": [
     "/glob"
   ],
   "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
-  "_shasum": "633c2c83e3da42a502f52466022480f4208261de",
-  "_spec": "inherits@2",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/glob",
+  "_spec": "2.0.3",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "browser": "./inherits_browser.js",
   "bugs": {
     "url": "https://github.com/isaacs/inherits/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
   "devDependencies": {
     "tap": "^7.1.0"
diff --git a/node_modules/ios-sim/node_modules/bplist-parser/package.json b/node_modules/ios-sim/node_modules/bplist-parser/package.json
index f618721..4fc07f9 100644
--- a/node_modules/ios-sim/node_modules/bplist-parser/package.json
+++ b/node_modules/ios-sim/node_modules/bplist-parser/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "bplist-parser@^0.0.6",
+  "_args": [
+    [
+      "bplist-parser@0.0.6",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "bplist-parser@0.0.6",
   "_id": "bplist-parser@0.0.6",
   "_inBundle": false,
   "_integrity": "sha1-ONo0cYF9+dRKs4kuJ3B7u9daEbk=",
   "_location": "/ios-sim/bplist-parser",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "bplist-parser@^0.0.6",
+    "raw": "bplist-parser@0.0.6",
     "name": "bplist-parser",
     "escapedName": "bplist-parser",
-    "rawSpec": "^0.0.6",
+    "rawSpec": "0.0.6",
     "saveSpec": null,
-    "fetchSpec": "^0.0.6"
+    "fetchSpec": "0.0.6"
   },
   "_requiredBy": [
     "/ios-sim"
   ],
   "_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.0.6.tgz",
-  "_shasum": "38da3471817df9d44ab3892e27707bbbd75a11b9",
-  "_spec": "bplist-parser@^0.0.6",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/ios-sim",
+  "_spec": "0.0.6",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Joe Ferner",
     "email": "joe.ferner@nearinfinity.com"
@@ -29,8 +34,6 @@
   "bugs": {
     "url": "https://github.com/nearinfinity/node-bplist-parser/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "Binary plist parser.",
   "devDependencies": {
     "nodeunit": "~0.7.4"
diff --git a/node_modules/ios-sim/node_modules/nopt/package.json b/node_modules/ios-sim/node_modules/nopt/package.json
index 057784a..e657a24 100644
--- a/node_modules/ios-sim/node_modules/nopt/package.json
+++ b/node_modules/ios-sim/node_modules/nopt/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "nopt@1.0.9",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "nopt@1.0.9",
   "_id": "nopt@1.0.9",
   "_inBundle": false,
@@ -19,9 +25,8 @@
     "/ios-sim"
   ],
   "_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.9.tgz",
-  "_shasum": "3bc0d7cba7bfb0d5a676dbed7c0ebe48a4fd454e",
-  "_spec": "nopt@1.0.9",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/ios-sim",
+  "_spec": "1.0.9",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -33,15 +38,10 @@
   "bugs": {
     "url": "https://github.com/isaacs/nopt/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "abbrev": "1"
   },
-  "deprecated": false,
   "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
-  "engines": {
-    "node": "*"
-  },
   "homepage": "https://github.com/isaacs/nopt#readme",
   "license": {
     "type": "MIT",
diff --git a/node_modules/ios-sim/package.json b/node_modules/ios-sim/package.json
index dc0e8f0..499402a 100644
--- a/node_modules/ios-sim/package.json
+++ b/node_modules/ios-sim/package.json
@@ -1,5 +1,11 @@
 {
-  "_from": "ios-sim@^6.1.2",
+  "_args": [
+    [
+      "ios-sim@6.1.2",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "ios-sim@6.1.2",
   "_id": "ios-sim@6.1.2",
   "_inBundle": false,
   "_integrity": "sha512-kWSc7XJfYAGaQSh51UM4pDgXc77vqBS62oBA2tnXsHajk2+xl7Oyt613GYq64eMry2BM1F3tJLGFCJfpp1Ge+A==",
@@ -8,21 +14,20 @@
     "abbrev": "1.1.1"
   },
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "ios-sim@^6.1.2",
+    "raw": "ios-sim@6.1.2",
     "name": "ios-sim",
     "escapedName": "ios-sim",
-    "rawSpec": "^6.1.2",
+    "rawSpec": "6.1.2",
     "saveSpec": null,
-    "fetchSpec": "^6.1.2"
+    "fetchSpec": "6.1.2"
   },
   "_requiredBy": [
     "/"
   ],
   "_resolved": "https://registry.npmjs.org/ios-sim/-/ios-sim-6.1.2.tgz",
-  "_shasum": "7b9df7c35abd5b9d4c014248174e8b9e5b97ecc4",
-  "_spec": "ios-sim@^6.1.2",
+  "_spec": "6.1.2",
   "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Shazron Abdullah"
@@ -33,14 +38,12 @@
   "bugs": {
     "url": "https://github.com/phonegap/ios-sim/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "bplist-parser": "^0.0.6",
     "nopt": "1.0.9",
     "plist": "^1.2.0",
     "simctl": "^1.1.1"
   },
-  "deprecated": false,
   "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)",
   "devDependencies": {
     "jasmine": "~2.6.0",
diff --git a/node_modules/lodash/package.json b/node_modules/lodash/package.json
index 441cba6..0e71e4a 100644
--- a/node_modules/lodash/package.json
+++ b/node_modules/lodash/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "lodash@^3.5.0",
+  "_args": [
+    [
+      "lodash@3.10.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "lodash@3.10.1",
   "_id": "lodash@3.10.1",
   "_inBundle": false,
   "_integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
   "_location": "/lodash",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "lodash@^3.5.0",
+    "raw": "lodash@3.10.1",
     "name": "lodash",
     "escapedName": "lodash",
-    "rawSpec": "^3.5.0",
+    "rawSpec": "3.10.1",
     "saveSpec": null,
-    "fetchSpec": "^3.5.0"
+    "fetchSpec": "3.10.1"
   },
   "_requiredBy": [
     "/xmlbuilder"
   ],
   "_resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
-  "_shasum": "5bf45e8e49ba4189e17d482789dfd15bd140b7b6",
-  "_spec": "lodash@^3.5.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/xmlbuilder",
+  "_spec": "3.10.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "John-David Dalton",
     "email": "john.david.dalton@gmail.com",
@@ -30,7 +35,6 @@
   "bugs": {
     "url": "https://github.com/lodash/lodash/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "John-David Dalton",
@@ -58,7 +62,6 @@
       "url": "https://mathiasbynens.be/"
     }
   ],
-  "deprecated": false,
   "description": "The modern build of lodash modular utilities.",
   "homepage": "https://lodash.com/",
   "icon": "https://lodash.com/icon.svg",
diff --git a/node_modules/minimatch/package.json b/node_modules/minimatch/package.json
index 4974f20..31ab699 100644
--- a/node_modules/minimatch/package.json
+++ b/node_modules/minimatch/package.json
@@ -1,28 +1,33 @@
 {
-  "_from": "minimatch@^3.0.0",
+  "_args": [
+    [
+      "minimatch@3.0.4",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "minimatch@3.0.4",
   "_id": "minimatch@3.0.4",
   "_inBundle": false,
   "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
   "_location": "/minimatch",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "minimatch@^3.0.0",
+    "raw": "minimatch@3.0.4",
     "name": "minimatch",
     "escapedName": "minimatch",
-    "rawSpec": "^3.0.0",
+    "rawSpec": "3.0.4",
     "saveSpec": null,
-    "fetchSpec": "^3.0.0"
+    "fetchSpec": "3.0.4"
   },
   "_requiredBy": [
     "/cordova-common",
     "/glob"
   ],
   "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
-  "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
-  "_spec": "minimatch@^3.0.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/cordova-common",
+  "_spec": "3.0.4",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -31,11 +36,9 @@
   "bugs": {
     "url": "https://github.com/isaacs/minimatch/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "brace-expansion": "^1.1.7"
   },
-  "deprecated": false,
   "description": "a glob matcher in javascript",
   "devDependencies": {
     "tap": "^10.3.2"
diff --git a/node_modules/nopt/package.json b/node_modules/nopt/package.json
index 9327e24..6927bbe 100644
--- a/node_modules/nopt/package.json
+++ b/node_modules/nopt/package.json
@@ -1,26 +1,31 @@
 {
-  "_from": "nopt@^3.0.6",
+  "_args": [
+    [
+      "nopt@3.0.6",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "nopt@3.0.6",
   "_id": "nopt@3.0.6",
   "_inBundle": false,
   "_integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
   "_location": "/nopt",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "nopt@^3.0.6",
+    "raw": "nopt@3.0.6",
     "name": "nopt",
     "escapedName": "nopt",
-    "rawSpec": "^3.0.6",
+    "rawSpec": "3.0.6",
     "saveSpec": null,
-    "fetchSpec": "^3.0.6"
+    "fetchSpec": "3.0.6"
   },
   "_requiredBy": [
     "/"
   ],
   "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
-  "_shasum": "c6465dbf08abcd4db359317f79ac68a646b28ff9",
-  "_spec": "nopt@^3.0.6",
+  "_spec": "3.0.6",
   "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
@@ -33,11 +38,9 @@
   "bugs": {
     "url": "https://github.com/npm/nopt/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "abbrev": "1"
   },
-  "deprecated": false,
   "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
   "devDependencies": {
     "tap": "^1.2.0"
diff --git a/node_modules/once/package.json b/node_modules/once/package.json
index f2b0a8d..81a046f 100644
--- a/node_modules/once/package.json
+++ b/node_modules/once/package.json
@@ -1,28 +1,33 @@
 {
-  "_from": "once@^1.3.0",
+  "_args": [
+    [
+      "once@1.4.0",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "once@1.4.0",
   "_id": "once@1.4.0",
   "_inBundle": false,
   "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
   "_location": "/once",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "once@^1.3.0",
+    "raw": "once@1.4.0",
     "name": "once",
     "escapedName": "once",
-    "rawSpec": "^1.3.0",
+    "rawSpec": "1.4.0",
     "saveSpec": null,
-    "fetchSpec": "^1.3.0"
+    "fetchSpec": "1.4.0"
   },
   "_requiredBy": [
     "/glob",
     "/inflight"
   ],
   "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
-  "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
-  "_spec": "once@^1.3.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/glob",
+  "_spec": "1.4.0",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -31,11 +36,9 @@
   "bugs": {
     "url": "https://github.com/isaacs/once/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "wrappy": "1"
   },
-  "deprecated": false,
   "description": "Run a function exactly one time",
   "devDependencies": {
     "tap": "^7.0.1"
diff --git a/node_modules/os-homedir/package.json b/node_modules/os-homedir/package.json
index 24e4183..a1221d3 100644
--- a/node_modules/os-homedir/package.json
+++ b/node_modules/os-homedir/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "os-homedir@^1.0.0",
+  "_args": [
+    [
+      "os-homedir@1.0.2",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "os-homedir@1.0.2",
   "_id": "os-homedir@1.0.2",
   "_inBundle": false,
   "_integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
   "_location": "/os-homedir",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "os-homedir@^1.0.0",
+    "raw": "os-homedir@1.0.2",
     "name": "os-homedir",
     "escapedName": "os-homedir",
-    "rawSpec": "^1.0.0",
+    "rawSpec": "1.0.2",
     "saveSpec": null,
-    "fetchSpec": "^1.0.0"
+    "fetchSpec": "1.0.2"
   },
   "_requiredBy": [
     "/osenv"
   ],
   "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
-  "_shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
-  "_spec": "os-homedir@^1.0.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/osenv",
+  "_spec": "1.0.2",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Sindre Sorhus",
     "email": "sindresorhus@gmail.com",
@@ -30,8 +35,6 @@
   "bugs": {
     "url": "https://github.com/sindresorhus/os-homedir/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "Node.js 4 `os.homedir()` ponyfill",
   "devDependencies": {
     "ava": "*",
diff --git a/node_modules/os-tmpdir/package.json b/node_modules/os-tmpdir/package.json
index f6948d3..25a92b7 100644
--- a/node_modules/os-tmpdir/package.json
+++ b/node_modules/os-tmpdir/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "os-tmpdir@^1.0.0",
+  "_args": [
+    [
+      "os-tmpdir@1.0.2",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "os-tmpdir@1.0.2",
   "_id": "os-tmpdir@1.0.2",
   "_inBundle": false,
   "_integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
   "_location": "/os-tmpdir",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "os-tmpdir@^1.0.0",
+    "raw": "os-tmpdir@1.0.2",
     "name": "os-tmpdir",
     "escapedName": "os-tmpdir",
-    "rawSpec": "^1.0.0",
+    "rawSpec": "1.0.2",
     "saveSpec": null,
-    "fetchSpec": "^1.0.0"
+    "fetchSpec": "1.0.2"
   },
   "_requiredBy": [
     "/osenv"
   ],
   "_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
-  "_shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
-  "_spec": "os-tmpdir@^1.0.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/osenv",
+  "_spec": "1.0.2",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Sindre Sorhus",
     "email": "sindresorhus@gmail.com",
@@ -30,8 +35,6 @@
   "bugs": {
     "url": "https://github.com/sindresorhus/os-tmpdir/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "Node.js os.tmpdir() ponyfill",
   "devDependencies": {
     "ava": "*",
diff --git a/node_modules/osenv/package.json b/node_modules/osenv/package.json
index f54bee0..1b0d8ea 100644
--- a/node_modules/osenv/package.json
+++ b/node_modules/osenv/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "osenv@^0.1.3",
+  "_args": [
+    [
+      "osenv@0.1.4",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "osenv@0.1.4",
   "_id": "osenv@0.1.4",
   "_inBundle": false,
   "_integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=",
   "_location": "/osenv",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "osenv@^0.1.3",
+    "raw": "osenv@0.1.4",
     "name": "osenv",
     "escapedName": "osenv",
-    "rawSpec": "^0.1.3",
+    "rawSpec": "0.1.4",
     "saveSpec": null,
-    "fetchSpec": "^0.1.3"
+    "fetchSpec": "0.1.4"
   },
   "_requiredBy": [
     "/cordova-common"
   ],
   "_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
-  "_shasum": "42fe6d5953df06c8064be6f176c3d05aaaa34644",
-  "_spec": "osenv@^0.1.3",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/cordova-common",
+  "_spec": "0.1.4",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -30,12 +35,10 @@
   "bugs": {
     "url": "https://github.com/npm/osenv/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "os-homedir": "^1.0.0",
     "os-tmpdir": "^1.0.0"
   },
-  "deprecated": false,
   "description": "Look up environment settings specific to different operating systems",
   "devDependencies": {
     "tap": "^8.0.1"
diff --git a/node_modules/path-is-absolute/package.json b/node_modules/path-is-absolute/package.json
index 2f48465..82f3b7b 100644
--- a/node_modules/path-is-absolute/package.json
+++ b/node_modules/path-is-absolute/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "path-is-absolute@^1.0.0",
+  "_args": [
+    [
+      "path-is-absolute@1.0.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "path-is-absolute@1.0.1",
   "_id": "path-is-absolute@1.0.1",
   "_inBundle": false,
   "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
   "_location": "/path-is-absolute",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "path-is-absolute@^1.0.0",
+    "raw": "path-is-absolute@1.0.1",
     "name": "path-is-absolute",
     "escapedName": "path-is-absolute",
-    "rawSpec": "^1.0.0",
+    "rawSpec": "1.0.1",
     "saveSpec": null,
-    "fetchSpec": "^1.0.0"
+    "fetchSpec": "1.0.1"
   },
   "_requiredBy": [
     "/glob"
   ],
   "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
-  "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
-  "_spec": "path-is-absolute@^1.0.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/glob",
+  "_spec": "1.0.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Sindre Sorhus",
     "email": "sindresorhus@gmail.com",
@@ -30,8 +35,6 @@
   "bugs": {
     "url": "https://github.com/sindresorhus/path-is-absolute/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "Node.js 0.12 path.isAbsolute() ponyfill",
   "devDependencies": {
     "xo": "^0.16.0"
diff --git a/node_modules/pegjs/package.json b/node_modules/pegjs/package.json
index 756e532..01e3da2 100644
--- a/node_modules/pegjs/package.json
+++ b/node_modules/pegjs/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "pegjs@^0.10.0",
+  "_args": [
+    [
+      "pegjs@0.10.0",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "pegjs@0.10.0",
   "_id": "pegjs@0.10.0",
   "_inBundle": false,
   "_integrity": "sha1-z4uvrm7d/0tafvsYUmnqr0YQ3b0=",
   "_location": "/pegjs",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "pegjs@^0.10.0",
+    "raw": "pegjs@0.10.0",
     "name": "pegjs",
     "escapedName": "pegjs",
-    "rawSpec": "^0.10.0",
+    "rawSpec": "0.10.0",
     "saveSpec": null,
-    "fetchSpec": "^0.10.0"
+    "fetchSpec": "0.10.0"
   },
   "_requiredBy": [
     "/xcode"
   ],
   "_resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.10.0.tgz",
-  "_shasum": "cf8bafae6eddff4b5a7efb185269eaaf4610ddbd",
-  "_spec": "pegjs@^0.10.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/xcode",
+  "_spec": "0.10.0",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "David Majda",
     "email": "david@majda.cz",
@@ -33,8 +38,6 @@
   "bugs": {
     "url": "https://github.com/pegjs/pegjs/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "Parser generator for JavaScript",
   "devDependencies": {
     "browserify": "13.1.0",
diff --git a/node_modules/plist/package.json b/node_modules/plist/package.json
index 21496c4..14786ad 100644
--- a/node_modules/plist/package.json
+++ b/node_modules/plist/package.json
@@ -1,19 +1,25 @@
 {
-  "_from": "plist@^1.2.0",
+  "_args": [
+    [
+      "plist@1.2.0",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "plist@1.2.0",
   "_id": "plist@1.2.0",
   "_inBundle": false,
   "_integrity": "sha1-CEtQk93JJQbiWfh0uNmxr7jHlZM=",
   "_location": "/plist",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "plist@^1.2.0",
+    "raw": "plist@1.2.0",
     "name": "plist",
     "escapedName": "plist",
-    "rawSpec": "^1.2.0",
+    "rawSpec": "1.2.0",
     "saveSpec": null,
-    "fetchSpec": "^1.2.0"
+    "fetchSpec": "1.2.0"
   },
   "_requiredBy": [
     "/",
@@ -21,8 +27,7 @@
     "/ios-sim"
   ],
   "_resolved": "https://registry.npmjs.org/plist/-/plist-1.2.0.tgz",
-  "_shasum": "084b5093ddc92506e259f874b8d9b1afb8c79593",
-  "_spec": "plist@^1.2.0",
+  "_spec": "1.2.0",
   "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Nathan Rajlich",
@@ -31,7 +36,6 @@
   "bugs": {
     "url": "https://github.com/TooTallNate/node-plist/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Hans Huebner",
@@ -57,7 +61,6 @@
     "xmlbuilder": "4.0.0",
     "xmldom": "0.1.x"
   },
-  "deprecated": false,
   "description": "Mac OS X Plist parser/builder for Node.js and browsers",
   "devDependencies": {
     "browserify": "12.0.1",
diff --git a/node_modules/q/CHANGES.md b/node_modules/q/CHANGES.md
index 2d845a3..766fcdc 100644
--- a/node_modules/q/CHANGES.md
+++ b/node_modules/q/CHANGES.md
@@ -1,3 +1,11 @@
+
+## 1.5.1
+
+ - Q.any now annotates its error message to clarify that Q.any was involved and
+   includes only the last error emitted. (Ivan Etchart)
+ - Avoid domain.dispose during tests in preparation for Node.js 9. (Anna
+   Henningsen)
+
 ## 1.5.0
 
  - Q.any gives an error message from the last rejected promise
diff --git a/node_modules/q/package.json b/node_modules/q/package.json
index 229c849..596ba44 100644
--- a/node_modules/q/package.json
+++ b/node_modules/q/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "q@^1.4.1",
-  "_id": "q@1.5.0",
+  "_args": [
+    [
+      "q@1.5.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "q@1.5.1",
+  "_id": "q@1.5.1",
   "_inBundle": false,
-  "_integrity": "sha1-3QG6ydBtMObyGa7LglPunr3DCPE=",
+  "_integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=",
   "_location": "/q",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "q@^1.4.1",
+    "raw": "q@1.5.1",
     "name": "q",
     "escapedName": "q",
-    "rawSpec": "^1.4.1",
+    "rawSpec": "1.5.1",
     "saveSpec": null,
-    "fetchSpec": "^1.4.1"
+    "fetchSpec": "1.5.1"
   },
   "_requiredBy": [
     "/",
     "/cordova-common"
   ],
-  "_resolved": "https://registry.npmjs.org/q/-/q-1.5.0.tgz",
-  "_shasum": "dd01bac9d06d30e6f219aecb8253ee9ebdc308f1",
-  "_spec": "q@^1.4.1",
+  "_resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
+  "_spec": "1.5.1",
   "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Kris Kowal",
@@ -31,7 +36,6 @@
   "bugs": {
     "url": "http://github.com/kriskowal/q/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Kris Kowal",
@@ -50,7 +54,6 @@
     }
   ],
   "dependencies": {},
-  "deprecated": false,
   "description": "A library for promises (CommonJS/Promises/A,B,D)",
   "devDependencies": {
     "cover": "*",
@@ -113,5 +116,5 @@
     "test": "npm ls -s && jasmine-node spec && promises-aplus-tests spec/aplus-adapter && npm run -s lint",
     "test-browser": "opener spec/q-spec.html"
   },
-  "version": "1.5.0"
+  "version": "1.5.1"
 }
diff --git a/node_modules/q/q.js b/node_modules/q/q.js
index 14dc24a..6e46795 100644
--- a/node_modules/q/q.js
+++ b/node_modules/q/q.js
@@ -1645,9 +1645,12 @@ function any(promises) {
         function onRejected(err) {
             pendingCount--;
             if (pendingCount === 0) {
-                err.message = ("Q can't get fulfillment value from any promise, all " +
-                    "promises were rejected. Last error message: " + err.message);
-                deferred.reject(err);
+                var rejection = err || new Error("" + err);
+
+                rejection.message = ("Q can't get fulfillment value from any promise, all " +
+                    "promises were rejected. Last error message: " + rejection.message);
+
+                deferred.reject(rejection);
             }
         }
         function onProgress(progress) {
diff --git a/node_modules/sax/package.json b/node_modules/sax/package.json
index c703da2..9716dcc 100644
--- a/node_modules/sax/package.json
+++ b/node_modules/sax/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "sax@0.3.5",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "sax@0.3.5",
   "_id": "sax@0.3.5",
   "_inBundle": false,
@@ -19,9 +25,8 @@
     "/elementtree"
   ],
   "_resolved": "https://registry.npmjs.org/sax/-/sax-0.3.5.tgz",
-  "_shasum": "88fcfc1f73c0c8bbd5b7c776b6d3f3501eed073d",
-  "_spec": "sax@0.3.5",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/elementtree",
+  "_spec": "0.3.5",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -30,7 +35,6 @@
   "bugs": {
     "url": "https://github.com/isaacs/sax-js/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Isaac Z. Schlueter",
@@ -65,11 +69,7 @@
       "email": "jmpublic@makeig.com"
     }
   ],
-  "deprecated": false,
   "description": "An evented streaming XML parser in JavaScript",
-  "engines": {
-    "node": "*"
-  },
   "homepage": "https://github.com/isaacs/sax-js#readme",
   "license": {
     "type": "MIT",
diff --git a/node_modules/semver/package.json b/node_modules/semver/package.json
index 87c7159..0f6be90 100644
--- a/node_modules/semver/package.json
+++ b/node_modules/semver/package.json
@@ -1,35 +1,38 @@
 {
-  "_from": "semver@^5.0.1",
+  "_args": [
+    [
+      "semver@5.4.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "semver@5.4.1",
   "_id": "semver@5.4.1",
   "_inBundle": false,
   "_integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==",
   "_location": "/semver",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "semver@^5.0.1",
+    "raw": "semver@5.4.1",
     "name": "semver",
     "escapedName": "semver",
-    "rawSpec": "^5.0.1",
+    "rawSpec": "5.4.1",
     "saveSpec": null,
-    "fetchSpec": "^5.0.1"
+    "fetchSpec": "5.4.1"
   },
   "_requiredBy": [
     "/cordova-common"
   ],
   "_resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz",
-  "_shasum": "e059c09d8571f0540823733433505d3a2f00b18e",
-  "_spec": "semver@^5.0.1",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/cordova-common",
+  "_spec": "5.4.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "bin": {
     "semver": "./bin/semver"
   },
   "bugs": {
     "url": "https://github.com/npm/node-semver/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "The semantic version parser used by npm.",
   "devDependencies": {
     "tap": "^10.7.0"
diff --git a/node_modules/shelljs/package.json b/node_modules/shelljs/package.json
index d88c068..bae940f 100644
--- a/node_modules/shelljs/package.json
+++ b/node_modules/shelljs/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "shelljs@^0.5.3",
+  "_args": [
+    [
+      "shelljs@0.5.3",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "shelljs@0.5.3",
   "_id": "shelljs@0.5.3",
   "_inBundle": false,
   "_integrity": "sha1-xUmCuZbHbvDB5rWfvcWCX1txMRM=",
   "_location": "/shelljs",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "shelljs@^0.5.3",
+    "raw": "shelljs@0.5.3",
     "name": "shelljs",
     "escapedName": "shelljs",
-    "rawSpec": "^0.5.3",
+    "rawSpec": "0.5.3",
     "saveSpec": null,
-    "fetchSpec": "^0.5.3"
+    "fetchSpec": "0.5.3"
   },
   "_requiredBy": [
     "/",
     "/cordova-common"
   ],
   "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz",
-  "_shasum": "c54982b996c76ef0c1e6b59fbdc5825f5b713113",
-  "_spec": "shelljs@^0.5.3",
+  "_spec": "0.5.3",
   "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Artur Adib",
@@ -33,9 +38,7 @@
   "bugs": {
     "url": "https://github.com/arturadib/shelljs/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {},
-  "deprecated": false,
   "description": "Portable Unix shell commands for Node.js",
   "devDependencies": {
     "jshint": "~2.1.11"
diff --git a/node_modules/simctl/node_modules/shelljs/package.json b/node_modules/simctl/node_modules/shelljs/package.json
index 841abe6..b226c8d 100644
--- a/node_modules/simctl/node_modules/shelljs/package.json
+++ b/node_modules/simctl/node_modules/shelljs/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "shelljs@^0.2.6",
+  "_args": [
+    [
+      "shelljs@0.2.6",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "shelljs@0.2.6",
   "_id": "shelljs@0.2.6",
   "_inBundle": false,
   "_integrity": "sha1-kEktcv/MgVmXa6umL7D2iE8MM3g=",
   "_location": "/simctl/shelljs",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "shelljs@^0.2.6",
+    "raw": "shelljs@0.2.6",
     "name": "shelljs",
     "escapedName": "shelljs",
-    "rawSpec": "^0.2.6",
+    "rawSpec": "0.2.6",
     "saveSpec": null,
-    "fetchSpec": "^0.2.6"
+    "fetchSpec": "0.2.6"
   },
   "_requiredBy": [
     "/simctl"
   ],
   "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz",
-  "_shasum": "90492d72ffcc8159976baba62fb0f6884f0c3378",
-  "_spec": "shelljs@^0.2.6",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/simctl",
+  "_spec": "0.2.6",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Artur Adib",
     "email": "aadib@mozilla.com"
@@ -32,9 +37,7 @@
   "bugs": {
     "url": "https://github.com/arturadib/shelljs/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {},
-  "deprecated": false,
   "description": "Portable Unix shell commands for Node.js",
   "devDependencies": {
     "jshint": "~2.1.11"
diff --git a/node_modules/simctl/package.json b/node_modules/simctl/package.json
index a78db9d..73640c2 100644
--- a/node_modules/simctl/package.json
+++ b/node_modules/simctl/package.json
@@ -1,39 +1,42 @@
 {
-  "_from": "simctl@^1.1.1",
+  "_args": [
+    [
+      "simctl@1.1.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "simctl@1.1.1",
   "_id": "simctl@1.1.1",
   "_inBundle": false,
   "_integrity": "sha512-yY1WQMq/pneY5jQb2+lFp45qEtcz4yKBu1NOPo2OFDVCkwSkQhpkoaAaO1fWhq4IU0+8TQ2r1PMGSTedP0A/Og==",
   "_location": "/simctl",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "simctl@^1.1.1",
+    "raw": "simctl@1.1.1",
     "name": "simctl",
     "escapedName": "simctl",
-    "rawSpec": "^1.1.1",
+    "rawSpec": "1.1.1",
     "saveSpec": null,
-    "fetchSpec": "^1.1.1"
+    "fetchSpec": "1.1.1"
   },
   "_requiredBy": [
     "/ios-sim"
   ],
   "_resolved": "https://registry.npmjs.org/simctl/-/simctl-1.1.1.tgz",
-  "_shasum": "e26cc3c04e662250b4457b5b4c48cc12484f3814",
-  "_spec": "simctl@^1.1.1",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/ios-sim",
+  "_spec": "1.1.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Shazron Abdullah"
   },
   "bugs": {
     "url": "https://github.com/phonegap/simctl/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "shelljs": "^0.2.6",
     "tail": "^0.4.0"
   },
-  "deprecated": false,
   "description": "library for Xcode 8+ simctl utility on macOS",
   "devDependencies": {
     "jasmine-node": "^1.14.5",
diff --git a/node_modules/simple-plist/node_modules/base64-js/package.json b/node_modules/simple-plist/node_modules/base64-js/package.json
index cd9e1e0..a7f869d 100644
--- a/node_modules/simple-plist/node_modules/base64-js/package.json
+++ b/node_modules/simple-plist/node_modules/base64-js/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "base64-js@1.1.2",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "base64-js@1.1.2",
   "_id": "base64-js@1.1.2",
   "_inBundle": false,
@@ -19,9 +25,8 @@
     "/simple-plist/plist"
   ],
   "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.1.2.tgz",
-  "_shasum": "d6400cac1c4c660976d90d07a04351d89395f5e8",
-  "_spec": "base64-js@1.1.2",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/simple-plist/node_modules/plist",
+  "_spec": "1.1.2",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "T. Jameson Little",
     "email": "t.jameson.little@gmail.com"
@@ -29,9 +34,7 @@
   "bugs": {
     "url": "https://github.com/beatgammit/base64-js/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {},
-  "deprecated": false,
   "description": "Base64 encoding/decoding in pure JS",
   "devDependencies": {
     "benchmark": "^2.1.0",
diff --git a/node_modules/simple-plist/node_modules/plist/package.json b/node_modules/simple-plist/node_modules/plist/package.json
index aeeee79..1cde39f 100644
--- a/node_modules/simple-plist/node_modules/plist/package.json
+++ b/node_modules/simple-plist/node_modules/plist/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "plist@2.0.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "plist@2.0.1",
   "_id": "plist@2.0.1",
   "_inBundle": false,
@@ -19,9 +25,8 @@
     "/simple-plist"
   ],
   "_resolved": "https://registry.npmjs.org/plist/-/plist-2.0.1.tgz",
-  "_shasum": "0a32ca9481b1c364e92e18dc55c876de9d01da8b",
-  "_spec": "plist@2.0.1",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/simple-plist",
+  "_spec": "2.0.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Nathan Rajlich",
     "email": "nathan@tootallnate.net"
@@ -29,7 +34,6 @@
   "bugs": {
     "url": "https://github.com/TooTallNate/node-plist/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Hans Huebner",
@@ -54,7 +58,6 @@
     "xmlbuilder": "8.2.2",
     "xmldom": "0.1.x"
   },
-  "deprecated": false,
   "description": "Mac OS X Plist parser/builder for Node.js and browsers",
   "devDependencies": {
     "browserify": "13.0.1",
diff --git a/node_modules/simple-plist/node_modules/xmlbuilder/package.json b/node_modules/simple-plist/node_modules/xmlbuilder/package.json
index 021224b..57ddbb3 100644
--- a/node_modules/simple-plist/node_modules/xmlbuilder/package.json
+++ b/node_modules/simple-plist/node_modules/xmlbuilder/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "xmlbuilder@8.2.2",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "xmlbuilder@8.2.2",
   "_id": "xmlbuilder@8.2.2",
   "_inBundle": false,
@@ -19,9 +25,8 @@
     "/simple-plist/plist"
   ],
   "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz",
-  "_shasum": "69248673410b4ba42e1a6136551d2922335aa773",
-  "_spec": "xmlbuilder@8.2.2",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/simple-plist/node_modules/plist",
+  "_spec": "8.2.2",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Ozgur Ozcitak",
     "email": "oozcitak@gmail.com"
@@ -29,10 +34,8 @@
   "bugs": {
     "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
   },
-  "bundleDependencies": false,
   "contributors": [],
   "dependencies": {},
-  "deprecated": false,
   "description": "An XML builder for node.js",
   "devDependencies": {
     "coffee-coverage": "*",
diff --git a/node_modules/simple-plist/package.json b/node_modules/simple-plist/package.json
index 06ba1f3..f0e8cd2 100644
--- a/node_modules/simple-plist/package.json
+++ b/node_modules/simple-plist/package.json
@@ -1,5 +1,11 @@
 {
-  "_from": "simple-plist@^0.2.1",
+  "_args": [
+    [
+      "simple-plist@0.2.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "simple-plist@0.2.1",
   "_id": "simple-plist@0.2.1",
   "_inBundle": false,
   "_integrity": "sha1-cXZts1IyaSjPOoByQrp2IyJjZyM=",
@@ -8,35 +14,32 @@
     "xmldom": "0.1.27"
   },
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "simple-plist@^0.2.1",
+    "raw": "simple-plist@0.2.1",
     "name": "simple-plist",
     "escapedName": "simple-plist",
-    "rawSpec": "^0.2.1",
+    "rawSpec": "0.2.1",
     "saveSpec": null,
-    "fetchSpec": "^0.2.1"
+    "fetchSpec": "0.2.1"
   },
   "_requiredBy": [
     "/xcode"
   ],
   "_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.2.1.tgz",
-  "_shasum": "71766db352326928cf3a807242ba762322636723",
-  "_spec": "simple-plist@^0.2.1",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/xcode",
+  "_spec": "0.2.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Joe Wollard"
   },
   "bugs": {
     "url": "https://github.com/wollardj/node-simple-plist/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "bplist-creator": "0.0.7",
     "bplist-parser": "0.1.1",
     "plist": "2.0.1"
   },
-  "deprecated": false,
   "description": "A wrapper utility for interacting with plist data.",
   "devDependencies": {
     "coffee-script": "^1.11.1",
diff --git a/node_modules/stream-buffers/package.json b/node_modules/stream-buffers/package.json
index c7f19db..690f652 100644
--- a/node_modules/stream-buffers/package.json
+++ b/node_modules/stream-buffers/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "stream-buffers@~2.2.0",
+  "_args": [
+    [
+      "stream-buffers@2.2.0",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "stream-buffers@2.2.0",
   "_id": "stream-buffers@2.2.0",
   "_inBundle": false,
   "_integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=",
   "_location": "/stream-buffers",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "stream-buffers@~2.2.0",
+    "raw": "stream-buffers@2.2.0",
     "name": "stream-buffers",
     "escapedName": "stream-buffers",
-    "rawSpec": "~2.2.0",
+    "rawSpec": "2.2.0",
     "saveSpec": null,
-    "fetchSpec": "~2.2.0"
+    "fetchSpec": "2.2.0"
   },
   "_requiredBy": [
     "/bplist-creator"
   ],
   "_resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz",
-  "_shasum": "91d5f5130d1cef96dcfa7f726945188741d09ee4",
-  "_spec": "stream-buffers@~2.2.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/bplist-creator",
+  "_spec": "2.2.0",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Sam Day",
     "email": "me@samcday.com.au"
@@ -29,9 +34,7 @@
   "bugs": {
     "url": "https://github.com/samcday/node-stream-buffer/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {},
-  "deprecated": false,
   "description": "Buffer-backed Streams for reading and writing.",
   "devDependencies": {
     "istanbul": "~0.3.2",
diff --git a/node_modules/tail/package.json b/node_modules/tail/package.json
index 82a4ba1..15e8172 100644
--- a/node_modules/tail/package.json
+++ b/node_modules/tail/package.json
@@ -1,34 +1,38 @@
 {
-  "_from": "tail@^0.4.0",
+  "_args": [
+    [
+      "tail@0.4.0",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "tail@0.4.0",
   "_id": "tail@0.4.0",
   "_inBundle": false,
   "_integrity": "sha1-0p3nJ1DMmdseBTr/E8NZ7PtxMAI=",
   "_location": "/tail",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "tail@^0.4.0",
+    "raw": "tail@0.4.0",
     "name": "tail",
     "escapedName": "tail",
-    "rawSpec": "^0.4.0",
+    "rawSpec": "0.4.0",
     "saveSpec": null,
-    "fetchSpec": "^0.4.0"
+    "fetchSpec": "0.4.0"
   },
   "_requiredBy": [
     "/simctl"
   ],
   "_resolved": "https://registry.npmjs.org/tail/-/tail-0.4.0.tgz",
-  "_shasum": "d29de72750cc99db1e053aff13c359ecfb713002",
-  "_spec": "tail@^0.4.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/simctl",
+  "_spec": "0.4.0",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Luca Grulla"
   },
   "bugs": {
     "url": "https://github.com/lucagrulla/node-tail/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Luca Grulla"
@@ -41,7 +45,6 @@
     }
   ],
   "dependencies": {},
-  "deprecated": false,
   "description": "tail a file in node",
   "devDependencies": {
     "coffee-script": "1.7.1"
diff --git a/node_modules/underscore/package.json b/node_modules/underscore/package.json
index 601654b..c02ae82 100644
--- a/node_modules/underscore/package.json
+++ b/node_modules/underscore/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "underscore@^1.8.3",
+  "_args": [
+    [
+      "underscore@1.8.3",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "underscore@1.8.3",
   "_id": "underscore@1.8.3",
   "_inBundle": false,
   "_integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=",
   "_location": "/underscore",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "underscore@^1.8.3",
+    "raw": "underscore@1.8.3",
     "name": "underscore",
     "escapedName": "underscore",
-    "rawSpec": "^1.8.3",
+    "rawSpec": "1.8.3",
     "saveSpec": null,
-    "fetchSpec": "^1.8.3"
+    "fetchSpec": "1.8.3"
   },
   "_requiredBy": [
     "/cordova-common"
   ],
   "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
-  "_shasum": "4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022",
-  "_spec": "underscore@^1.8.3",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/cordova-common",
+  "_spec": "1.8.3",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Jeremy Ashkenas",
     "email": "jeremy@documentcloud.org"
@@ -29,8 +34,6 @@
   "bugs": {
     "url": "https://github.com/jashkenas/underscore/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "JavaScript's functional programming helper library.",
   "devDependencies": {
     "docco": "*",
diff --git a/node_modules/unorm/package.json b/node_modules/unorm/package.json
index a26df8f..7ca0008 100644
--- a/node_modules/unorm/package.json
+++ b/node_modules/unorm/package.json
@@ -1,27 +1,32 @@
 {
-  "_from": "unorm@^1.3.3",
+  "_args": [
+    [
+      "unorm@1.4.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "unorm@1.4.1",
   "_id": "unorm@1.4.1",
   "_inBundle": false,
   "_integrity": "sha1-NkIA1fE2RsqLzURJAnEzVhR5IwA=",
   "_location": "/unorm",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "unorm@^1.3.3",
+    "raw": "unorm@1.4.1",
     "name": "unorm",
     "escapedName": "unorm",
-    "rawSpec": "^1.3.3",
+    "rawSpec": "1.4.1",
     "saveSpec": null,
-    "fetchSpec": "^1.3.3"
+    "fetchSpec": "1.4.1"
   },
   "_requiredBy": [
     "/cordova-common"
   ],
   "_resolved": "https://registry.npmjs.org/unorm/-/unorm-1.4.1.tgz",
-  "_shasum": "364200d5f13646ca8bcd44490271335614792300",
-  "_spec": "unorm@^1.3.3",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/cordova-common",
+  "_spec": "1.4.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Bjarke Walling",
     "email": "bwp@bwp.dk"
@@ -29,7 +34,6 @@
   "bugs": {
     "url": "https://github.com/walling/unorm/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Bjarke Walling",
@@ -44,7 +48,6 @@
       "email": "matsuza@gmail.com"
     }
   ],
-  "deprecated": false,
   "description": "JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.",
   "devDependencies": {
     "benchmark": "~1.0.0",
diff --git a/node_modules/util-deprecate/package.json b/node_modules/util-deprecate/package.json
index 6707d29..e059094 100644
--- a/node_modules/util-deprecate/package.json
+++ b/node_modules/util-deprecate/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "util-deprecate@1.0.2",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "util-deprecate@1.0.2",
   "_id": "util-deprecate@1.0.2",
   "_inBundle": false,
@@ -19,9 +25,8 @@
     "/plist"
   ],
   "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
-  "_shasum": "450d4dc9fa70de732762fbd2d4a28981419a0ccf",
-  "_spec": "util-deprecate@1.0.2",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/plist",
+  "_spec": "1.0.2",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Nathan Rajlich",
     "email": "nathan@tootallnate.net",
@@ -31,8 +36,6 @@
   "bugs": {
     "url": "https://github.com/TooTallNate/util-deprecate/issues"
   },
-  "bundleDependencies": false,
-  "deprecated": false,
   "description": "The Node.js `util.deprecate()` function with browser support",
   "homepage": "https://github.com/TooTallNate/util-deprecate",
   "keywords": [
diff --git a/node_modules/uuid/package.json b/node_modules/uuid/package.json
index 0aa1584..e16ccbc 100644
--- a/node_modules/uuid/package.json
+++ b/node_modules/uuid/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "uuid@3.0.1",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "uuid@3.0.1",
   "_id": "uuid@3.0.1",
   "_inBundle": false,
@@ -19,9 +25,8 @@
     "/xcode"
   ],
   "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
-  "_shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
-  "_spec": "uuid@3.0.1",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/xcode",
+  "_spec": "3.0.1",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "bin": {
     "uuid": "./bin/uuid"
   },
@@ -31,7 +36,6 @@
   "bugs": {
     "url": "https://github.com/kelektiv/node-uuid/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Robert Kieffer",
@@ -54,7 +58,6 @@
       "email": "shtylman@gmail.com"
     }
   ],
-  "deprecated": false,
   "description": "RFC4122 (v1 and v4) generator",
   "devDependencies": {
     "mocha": "3.1.2"
diff --git a/node_modules/wrappy/package.json b/node_modules/wrappy/package.json
index d2f22d2..f95a240 100644
--- a/node_modules/wrappy/package.json
+++ b/node_modules/wrappy/package.json
@@ -1,28 +1,33 @@
 {
-  "_from": "wrappy@1",
+  "_args": [
+    [
+      "wrappy@1.0.2",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "wrappy@1.0.2",
   "_id": "wrappy@1.0.2",
   "_inBundle": false,
   "_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
   "_location": "/wrappy",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "wrappy@1",
+    "raw": "wrappy@1.0.2",
     "name": "wrappy",
     "escapedName": "wrappy",
-    "rawSpec": "1",
+    "rawSpec": "1.0.2",
     "saveSpec": null,
-    "fetchSpec": "1"
+    "fetchSpec": "1.0.2"
   },
   "_requiredBy": [
     "/inflight",
     "/once"
   ],
   "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
-  "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
-  "_spec": "wrappy@1",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/inflight",
+  "_spec": "1.0.2",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -31,9 +36,7 @@
   "bugs": {
     "url": "https://github.com/npm/wrappy/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {},
-  "deprecated": false,
   "description": "Callback wrapping utility",
   "devDependencies": {
     "tap": "^2.3.1"
diff --git a/node_modules/xcode/package.json b/node_modules/xcode/package.json
index d50fb14..fd702cd 100644
--- a/node_modules/xcode/package.json
+++ b/node_modules/xcode/package.json
@@ -1,26 +1,31 @@
 {
-  "_from": "xcode@^0.9.0",
+  "_args": [
+    [
+      "xcode@0.9.3",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "xcode@0.9.3",
   "_id": "xcode@0.9.3",
   "_inBundle": false,
   "_integrity": "sha1-kQqJwWrubMC0LKgFptC0z4chHPM=",
   "_location": "/xcode",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "xcode@^0.9.0",
+    "raw": "xcode@0.9.3",
     "name": "xcode",
     "escapedName": "xcode",
-    "rawSpec": "^0.9.0",
+    "rawSpec": "0.9.3",
     "saveSpec": null,
-    "fetchSpec": "^0.9.0"
+    "fetchSpec": "0.9.3"
   },
   "_requiredBy": [
     "/"
   ],
   "_resolved": "https://registry.npmjs.org/xcode/-/xcode-0.9.3.tgz",
-  "_shasum": "910a89c16aee6cc0b42ca805a6d0b4cf87211cf3",
-  "_spec": "xcode@^0.9.0",
+  "_spec": "0.9.3",
   "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Andrew Lunny",
@@ -29,7 +34,6 @@
   "bugs": {
     "url": "https://github.com/alunny/node-xcode/issues"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Andrew Lunny",
@@ -61,7 +65,6 @@
     "simple-plist": "^0.2.1",
     "uuid": "3.0.1"
   },
-  "deprecated": false,
   "description": "parser for xcodeproj/project.pbxproj files",
   "devDependencies": {
     "nodeunit": "^0.11.0"
diff --git a/node_modules/xml-escape/package.json b/node_modules/xml-escape/package.json
index a40616c..237d49c 100644
--- a/node_modules/xml-escape/package.json
+++ b/node_modules/xml-escape/package.json
@@ -1,26 +1,31 @@
 {
-  "_from": "xml-escape@^1.1.0",
+  "_args": [
+    [
+      "xml-escape@1.1.0",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "xml-escape@1.1.0",
   "_id": "xml-escape@1.1.0",
   "_inBundle": false,
   "_integrity": "sha1-OQTBQ/qOs6ADDsZG0pAqLxtwbEQ=",
   "_location": "/xml-escape",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "xml-escape@^1.1.0",
+    "raw": "xml-escape@1.1.0",
     "name": "xml-escape",
     "escapedName": "xml-escape",
-    "rawSpec": "^1.1.0",
+    "rawSpec": "1.1.0",
     "saveSpec": null,
-    "fetchSpec": "^1.1.0"
+    "fetchSpec": "1.1.0"
   },
   "_requiredBy": [
     "/"
   ],
   "_resolved": "https://registry.npmjs.org/xml-escape/-/xml-escape-1.1.0.tgz",
-  "_shasum": "3904c143fa8eb3a0030ec646d2902a2f1b706c44",
-  "_spec": "xml-escape@^1.1.0",
+  "_spec": "1.1.0",
   "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Michael Hernandez - michael.hernandez1988@gmail.com"
@@ -28,9 +33,7 @@
   "bugs": {
     "url": "https://github.com/miketheprogrammer/xml-escape/issues"
   },
-  "bundleDependencies": false,
   "dependencies": {},
-  "deprecated": false,
   "description": "Escape XML ",
   "devDependencies": {
     "tape": "~2.4.2"
diff --git a/node_modules/xmlbuilder/package.json b/node_modules/xmlbuilder/package.json
index 427c83c..a18dbc3 100644
--- a/node_modules/xmlbuilder/package.json
+++ b/node_modules/xmlbuilder/package.json
@@ -1,4 +1,10 @@
 {
+  "_args": [
+    [
+      "xmlbuilder@4.0.0",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
   "_from": "xmlbuilder@4.0.0",
   "_id": "xmlbuilder@4.0.0",
   "_inBundle": false,
@@ -19,9 +25,8 @@
     "/plist"
   ],
   "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz",
-  "_shasum": "98b8f651ca30aa624036f127d11cc66dc7b907a3",
-  "_spec": "xmlbuilder@4.0.0",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/plist",
+  "_spec": "4.0.0",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "Ozgur Ozcitak",
     "email": "oozcitak@gmail.com"
@@ -29,12 +34,10 @@
   "bugs": {
     "url": "http://github.com/oozcitak/xmlbuilder-js/issues"
   },
-  "bundleDependencies": false,
   "contributors": [],
   "dependencies": {
     "lodash": "^3.5.0"
   },
-  "deprecated": false,
   "description": "An XML builder for node.js",
   "devDependencies": {
     "coffee-coverage": "*",
diff --git a/node_modules/xmldom/package.json b/node_modules/xmldom/package.json
index 8ba8293..b0cce4b 100644
--- a/node_modules/xmldom/package.json
+++ b/node_modules/xmldom/package.json
@@ -1,28 +1,33 @@
 {
-  "_from": "xmldom@0.1.x",
+  "_args": [
+    [
+      "xmldom@0.1.27",
+      "/Users/spindori/Documents/Cordova/cordova-ios"
+    ]
+  ],
+  "_from": "xmldom@0.1.27",
   "_id": "xmldom@0.1.27",
   "_inBundle": false,
   "_integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=",
   "_location": "/xmldom",
   "_phantomChildren": {},
   "_requested": {
-    "type": "range",
+    "type": "version",
     "registry": true,
-    "raw": "xmldom@0.1.x",
+    "raw": "xmldom@0.1.27",
     "name": "xmldom",
     "escapedName": "xmldom",
-    "rawSpec": "0.1.x",
+    "rawSpec": "0.1.27",
     "saveSpec": null,
-    "fetchSpec": "0.1.x"
+    "fetchSpec": "0.1.27"
   },
   "_requiredBy": [
     "/plist",
     "/simple-plist/plist"
   ],
   "_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
-  "_shasum": "d501f97b3bdb403af8ef9ecc20573187aadac0e9",
-  "_spec": "xmldom@0.1.x",
-  "_where": "/Users/spindori/Documents/Cordova/cordova-ios/node_modules/plist",
+  "_spec": "0.1.27",
+  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
   "author": {
     "name": "jindw",
     "email": "jindw@xidea.org",
@@ -32,7 +37,6 @@
     "url": "http://github.com/jindw/xmldom/issues",
     "email": "jindw@xidea.org"
   },
-  "bundleDependencies": false,
   "contributors": [
     {
       "name": "Yaron Naveh",
@@ -51,7 +55,6 @@
     }
   ],
   "dependencies": {},
-  "deprecated": false,
   "description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
   "devDependencies": {
     "proof": "0.0.28"

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 06/07: Update JS snapshot to version 4.5.3 (via coho)

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit f0e205d6d2e2f17c537e2333ae29a9a48f29f9ac
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Wed Oct 25 14:33:21 2017 -0700

    Update JS snapshot to version 4.5.3 (via coho)
---
 CordovaLib/cordova.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index a320f5e..3c421f3 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.5.2';
+var PLATFORM_VERSION_BUILD_LABEL = '4.5.3';
 // file: src/scripts/require.js
 
 /* jshint -W079 */

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 07/07: Set VERSION to 4.5.3 (via coho)

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit ce2ab968e71f0b29ae4ca657ed9ad640b77582b3
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Wed Oct 25 14:33:22 2017 -0700

    Set VERSION to 4.5.3 (via coho)
---
 CordovaLib/VERSION                    | 2 +-
 bin/templates/scripts/cordova/version | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 6cedcff..4e298cc 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-4.5.2
+4.5.3
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index 979cba1..c96b0cf 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION="4.5.2";
+var VERSION="4.5.3";
 
 module.exports.version = VERSION;
 

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 04/07: CB-13493 Updated RELEASENOTES and Version for release 4.5.3

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 384fa249c2aabe3fb047565ab62cf4cd1f61ff2e
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Wed Oct 25 14:05:09 2017 -0700

    CB-13493 Updated RELEASENOTES and Version for release 4.5.3
---
 RELEASENOTES.md | 5 +++++
 package.json    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 60c03c8..a9ce256 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,6 +22,11 @@
 
 Cordova is a static library that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through the command-line.
 
+### 4.5.3 (Oct 25, 2017)
+* [CB-13493](https://issues.apache.org/jira/browse/CB-13493) Updated checked-in node_modules
+* [CB-13290](https://issues.apache.org/jira/browse/CB-13290) (ios) Update splash screen mapping for missing devices
+* [CB-13454](https://issues.apache.org/jira/browse/CB-13454) (ios) re-add icon-40@2x.png that was accidentally removed
+
 ### 4.5.2 (Oct 09, 2017)
 * [CB-13417](https://issues.apache.org/jira/browse/CB-13417) Updated checked in node_modules
 * [CB-12896](https://issues.apache.org/jira/browse/CB-12896) (ios) Update icon mapping
diff --git a/package.json b/package.json
index 8557a50..8722e28 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "4.5.2",
+  "version": "4.5.3",
   "description": "cordova-ios release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": {

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 05/07: Added 4.5.3 to CDVAvailability.h (via coho).

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 6ece12e6e58d36867dfb586817d9bf95205f100f
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Wed Oct 25 14:17:13 2017 -0700

    Added 4.5.3 to CDVAvailability.h (via coho).
---
 CordovaLib/Classes/Public/CDVAvailability.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h
index af63494..64d66a3 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -68,6 +68,7 @@
 #define __CORDOVA_4_3_1 40301
 #define __CORDOVA_4_4_0 40400
 #define __CORDOVA_4_5_0 40500
+#define __CORDOVA_4_5_3 40503
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -80,7 +81,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_3
 #endif
 
 /*

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org