You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2017/09/06 03:20:59 UTC

[cordova-ios] 01/05: CB-13247 updated checked-in node_modules

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

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

commit 68fa7b6b6bf438007ad2476d05fdb8ee30838bb2
Author: Shazron Abdullah <sh...@gmail.com>
AuthorDate: Wed Sep 6 10:50:46 2017 +0800

    CB-13247 updated checked-in node_modules
---
 node_modules/abbrev/package.json                   |  9 ++++---
 node_modules/ansi/package.json                     |  9 ++++---
 node_modules/balanced-match/package.json           |  7 +++---
 node_modules/base64-js/package.json                |  9 ++++---
 node_modules/big-integer/package.json              |  7 +++---
 node_modules/bplist-creator/package.json           |  9 ++++---
 node_modules/bplist-parser/package.json            |  9 ++++---
 node_modules/brace-expansion/package.json          |  7 +++---
 node_modules/concat-map/package.json               | 11 ++++-----
 node_modules/cordova-common/package.json           |  7 +++---
 node_modules/cordova-registry-mapper/package.json  |  9 ++++---
 node_modules/elementtree/package.json              |  9 ++++---
 node_modules/glob/package.json                     |  9 ++++---
 node_modules/inflight/package.json                 |  9 ++++---
 node_modules/inherits/package.json                 |  9 ++++---
 .../node_modules/bplist-parser/package.json        | 11 ++++-----
 .../ios-sim/node_modules/nopt/package.json         | 11 ++++-----
 node_modules/ios-sim/package.json                  |  7 +++---
 node_modules/lodash/package.json                   |  9 ++++---
 node_modules/minimatch/package.json                |  7 +++---
 node_modules/nopt/package.json                     |  9 ++++---
 node_modules/once/package.json                     |  9 ++++---
 node_modules/os-homedir/package.json               |  9 ++++---
 node_modules/os-tmpdir/package.json                |  9 ++++---
 node_modules/osenv/package.json                    |  9 ++++---
 node_modules/path-is-absolute/package.json         |  9 ++++---
 node_modules/pegjs/package.json                    |  6 ++---
 node_modules/plist/package.json                    |  9 ++++---
 node_modules/q/package.json                        |  9 ++++---
 node_modules/sax/package.json                      |  7 +++---
 node_modules/semver/package.json                   |  7 +++---
 node_modules/shelljs/package.json                  |  9 ++++---
 .../simctl/node_modules/shelljs/package.json       |  9 ++++---
 node_modules/simctl/package.json                   |  7 +++---
 .../node_modules/base64-js/package.json            |  9 ++++---
 .../simple-plist/node_modules/plist/package.json   |  9 ++++---
 .../node_modules/xmlbuilder/package.json           |  9 ++++---
 node_modules/simple-plist/package.json             |  9 ++++---
 node_modules/stream-buffers/package.json           |  9 ++++---
 node_modules/tail/package.json                     |  9 ++++---
 node_modules/underscore/package.json               |  9 ++++---
 node_modules/unorm/package.json                    | 11 ++++-----
 node_modules/util-deprecate/package.json           |  7 +++---
 node_modules/uuid/package.json                     |  9 ++++---
 node_modules/wrappy/package.json                   |  9 ++++---
 node_modules/xcode/package.json                    |  9 ++++---
 node_modules/xml-escape/package.json               |  7 +++---
 node_modules/xmlbuilder/package.json               |  7 +++---
 node_modules/xmldom/package.json                   | 28 ++++++++++++++++------
 49 files changed, 204 insertions(+), 237 deletions(-)

diff --git a/node_modules/abbrev/package.json b/node_modules/abbrev/package.json
index 51459d5..d4fafed 100644
--- a/node_modules/abbrev/package.json
+++ b/node_modules/abbrev/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.0.0 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/ios-sim/node_modules/nopt"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/ios-sim/node_modules/nopt"
     ]
   ],
   "_from": "abbrev@>=1.0.0 <2.0.0",
@@ -41,11 +41,11 @@
     "/ios-sim/nopt",
     "/nopt"
   ],
-  "_resolved": "http://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
+  "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
   "_shasum": "d0554c2256636e2f56e7c2e5ad183f859428d81f",
   "_shrinkwrap": null,
   "_spec": "abbrev@1",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/ios-sim/node_modules/nopt",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/ios-sim/node_modules/nopt",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me"
@@ -78,8 +78,7 @@
   ],
   "name": "abbrev",
   "optionalDependencies": {},
-  "readme": "# abbrev-js\n\nJust like [ruby's Abbrev](http://apidock.com/ruby/Abbrev).\n\nUsage:\n\n    var abbrev = require(\"abbrev\");\n    abbrev(\"foo\", \"fool\", \"folding\", \"flop\");\n    \n    // returns:\n    { fl: 'flop'\n    , flo: 'flop'\n    , flop: 'flop'\n    , fol: 'folding'\n    , fold: 'folding'\n    , foldi: 'folding'\n    , foldin: 'folding'\n    , folding: 'folding'\n    , foo: 'foo'\n    , fool: 'fool'\n    }\n\nThis is handy for command-line scripts, or other ca [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
diff --git a/node_modules/ansi/package.json b/node_modules/ansi/package.json
index af1026d..0c41baa 100644
--- a/node_modules/ansi/package.json
+++ b/node_modules/ansi/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.3.1 <0.4.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common"
     ]
   ],
   "_from": "ansi@>=0.3.1 <0.4.0",
@@ -36,11 +36,11 @@
   "_requiredBy": [
     "/cordova-common"
   ],
-  "_resolved": "http://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz",
+  "_resolved": "https://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz",
   "_shasum": "0c42d4fb17160d5a9af1e484bace1c66922c1b21",
   "_shrinkwrap": null,
   "_spec": "ansi@^0.3.1",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common",
   "author": {
     "name": "Nathan Rajlich",
     "email": "nathan@tootallnate.net",
@@ -83,8 +83,7 @@
   ],
   "name": "ansi",
   "optionalDependencies": {},
-  "readme": "ansi.js\n=========\n### Advanced ANSI formatting tool for Node.js\n\n`ansi.js` is a module for Node.js that provides an easy-to-use API for\nwriting ANSI escape codes to `Stream` instances. ANSI escape codes are used to do\nfancy things in a terminal window, like render text in colors, delete characters,\nlines, the entire window, or hide and show the cursor, and lots more!\n\n#### Features:\n\n * 256 color support for the terminal!\n * Make a beep sound from your terminal!\ [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/TooTallNate/ansi.js.git"
diff --git a/node_modules/balanced-match/package.json b/node_modules/balanced-match/package.json
index 7564233..4af72a6 100644
--- a/node_modules/balanced-match/package.json
+++ b/node_modules/balanced-match/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.0.0 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/brace-expansion"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/brace-expansion"
     ]
   ],
   "_from": "balanced-match@>=1.0.0 <2.0.0",
@@ -44,7 +44,7 @@
   "_shasum": "89b4d199ab2bee49de164ea02b89ce462d71b767",
   "_shrinkwrap": null,
   "_spec": "balanced-match@^1.0.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/brace-expansion",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/brace-expansion",
   "author": {
     "name": "Julian Gruber",
     "email": "mail@juliangruber.com",
@@ -83,8 +83,7 @@
   ],
   "name": "balanced-match",
   "optionalDependencies": {},
-  "readme": "# balanced-match\n\nMatch balanced string pairs, like `{` and `}` or `<b>` and `</b>`. Supports regular expressions as well!\n\n[![build status](https://secure.travis-ci.org/juliangruber/balanced-match.svg)](http://travis-ci.org/juliangruber/balanced-match)\n[![downloads](https://img.shields.io/npm/dm/balanced-match.svg)](https://www.npmjs.org/package/balanced-match)\n\n[![testling badge](https://ci.testling.com/juliangruber/balanced-match.png)](https://ci.testling.com/julia [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/juliangruber/balanced-match.git"
diff --git a/node_modules/base64-js/package.json b/node_modules/base64-js/package.json
index 093c263..d2cc725 100644
--- a/node_modules/base64-js/package.json
+++ b/node_modules/base64-js/package.json
@@ -10,7 +10,7 @@
         "spec": "0.0.8",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/plist"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/plist"
     ]
   ],
   "_from": "base64-js@0.0.8",
@@ -40,7 +40,7 @@
   "_shasum": "1101e9544f4a76b1bc3b26d452ca96d7a35e7978",
   "_shrinkwrap": null,
   "_spec": "base64-js@0.0.8",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/plist",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/plist",
   "author": {
     "name": "T. Jameson Little",
     "email": "t.jameson.little@gmail.com"
@@ -62,7 +62,7 @@
     "node": ">= 0.4"
   },
   "gitHead": "b4a8a5fa9b0caeddb5ad94dd1108253d8f2a315f",
-  "homepage": "https://github.com/beatgammit/base64-js#readme",
+  "homepage": "https://github.com/beatgammit/base64-js",
   "license": "MIT",
   "main": "lib/b64.js",
   "maintainers": [
@@ -77,8 +77,7 @@
   ],
   "name": "base64-js",
   "optionalDependencies": {},
-  "readme": "base64-js\n=========\n\n`base64-js` does basic base64 encoding/decoding in pure JS.\n\n[![build status](https://secure.travis-ci.org/beatgammit/base64-js.png)](http://travis-ci.org/beatgammit/base64-js)\n\n[![testling badge](https://ci.testling.com/beatgammit/base64-js.png)](https://ci.testling.com/beatgammit/base64-js)\n\nMany browsers already have base64 encoding/decoding functionality, but it is for text data, not all-purpose binary data.\n\nSometimes encoding/decoding bi [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/beatgammit/base64-js.git"
diff --git a/node_modules/big-integer/package.json b/node_modules/big-integer/package.json
index d14842e..14af4fd 100644
--- a/node_modules/big-integer/package.json
+++ b/node_modules/big-integer/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.6.7 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/bplist-parser"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/bplist-parser"
     ]
   ],
   "_from": "big-integer@>=1.6.7 <2.0.0",
@@ -44,7 +44,7 @@
   "_shasum": "1ed84d018ac3c1c72b307e7f7d94008e8ee20311",
   "_shrinkwrap": null,
   "_spec": "big-integer@^1.6.7",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/bplist-parser",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/bplist-parser",
   "author": {
     "name": "Peter Olson",
     "email": "peter.e.c.olson+npm@gmail.com"
@@ -101,8 +101,7 @@
   ],
   "name": "big-integer",
   "optionalDependencies": {},
-  "readme": "# BigInteger.js [![Build Status][travis-img]][travis-url] [![Coverage Status][coveralls-img]][coveralls-url] [![Monthly Downloads][downloads-img]][downloads-url]\r\n\r\n[travis-url]: https://travis-ci.org/peterolson/BigInteger.js\r\n[travis-img]: https://travis-ci.org/peterolson/BigInteger.js.svg?branch=master\r\n[coveralls-url]: https://coveralls.io/github/peterolson/BigInteger.js?branch=master\r\n[coveralls-img]: https://coveralls.io/repos/peterolson/BigInteger.js/badge.sv [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+ssh://git@github.com/peterolson/BigInteger.js.git"
diff --git a/node_modules/bplist-creator/package.json b/node_modules/bplist-creator/package.json
index 895537e..49da4fc 100644
--- a/node_modules/bplist-creator/package.json
+++ b/node_modules/bplist-creator/package.json
@@ -10,7 +10,7 @@
         "spec": "0.0.7",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/simple-plist"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simple-plist"
     ]
   ],
   "_from": "bplist-creator@0.0.7",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/simple-plist"
   ],
-  "_resolved": "http://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.7.tgz",
+  "_resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.0.7.tgz",
   "_shasum": "37df1536092824b87c42f957b01344117372ae45",
   "_shrinkwrap": null,
   "_spec": "bplist-creator@0.0.7",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/simple-plist",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simple-plist",
   "author": {
     "name": "https://github.com/nearinfinity/node-bplist-parser.git"
   },
@@ -81,8 +81,7 @@
   ],
   "name": "bplist-creator",
   "optionalDependencies": {},
-  "readme": "bplist-parser\n=============\n\nBinary Mac OS X Plist (property list) creator.\n\n## Installation\n\n```bash\n$ npm install bplist-creator\n```\n\n## Quick Examples\n\n```javascript\nvar bplist = require('bplist-creator');\n\nvar buffer = bplist({\n  key1: [1, 2, 3]\n});\n```\n\n## Real/Double/Float handling\n\nJavascript don't have different types for `1` and `1.0`. This package\nwill automatically store numbers as the appropriate type, but can't\ndetect floats that is also [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/nearinfinity/node-bplist-creator.git"
diff --git a/node_modules/bplist-parser/package.json b/node_modules/bplist-parser/package.json
index 669a2e7..488f865 100644
--- a/node_modules/bplist-parser/package.json
+++ b/node_modules/bplist-parser/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.1.0 <0.2.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common"
     ]
   ],
   "_from": "bplist-parser@>=0.1.0 <0.2.0",
@@ -37,11 +37,11 @@
     "/cordova-common",
     "/simple-plist"
   ],
-  "_resolved": "http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz",
+  "_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz",
   "_shasum": "d60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6",
   "_shrinkwrap": null,
   "_spec": "bplist-parser@^0.1.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common",
   "author": {
     "name": "Joe Ferner",
     "email": "joe.ferner@nearinfinity.com"
@@ -78,8 +78,7 @@
   ],
   "name": "bplist-parser",
   "optionalDependencies": {},
-  "readme": "bplist-parser\n=============\n\nBinary Mac OS X Plist (property list) parser.\n\n## Installation\n\n```bash\n$ npm install bplist-parser\n```\n\n## Quick Examples\n\n```javascript\nvar bplist = require('bplist-parser');\n\nbplist.parseFile('myPlist.bplist', function(err, obj) {\n  if (err) throw err;\n\n  console.log(JSON.stringify(obj));\n});\n```\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Near Infinity Corporation\n\nPermission is hereby granted, free of char [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/nearinfinity/node-bplist-parser.git"
diff --git a/node_modules/brace-expansion/package.json b/node_modules/brace-expansion/package.json
index 91ae108..1aa9a17 100644
--- a/node_modules/brace-expansion/package.json
+++ b/node_modules/brace-expansion/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.1.7 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/minimatch"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/minimatch"
     ]
   ],
   "_from": "brace-expansion@>=1.1.7 <2.0.0",
@@ -44,7 +44,7 @@
   "_shasum": "c07b211c7c952ec1f8efd51a77ef0d1d3990a292",
   "_shrinkwrap": null,
   "_spec": "brace-expansion@^1.1.7",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/minimatch",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/minimatch",
   "author": {
     "name": "Julian Gruber",
     "email": "mail@juliangruber.com",
@@ -84,8 +84,7 @@
   ],
   "name": "brace-expansion",
   "optionalDependencies": {},
-  "readme": "# brace-expansion\n\n[Brace expansion](https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html), \nas known from sh/bash, in JavaScript.\n\n[![build status](https://secure.travis-ci.org/juliangruber/brace-expansion.svg)](http://travis-ci.org/juliangruber/brace-expansion)\n[![downloads](https://img.shields.io/npm/dm/brace-expansion.svg)](https://www.npmjs.org/package/brace-expansion)\n[![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/brace-expan [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/juliangruber/brace-expansion.git"
diff --git a/node_modules/concat-map/package.json b/node_modules/concat-map/package.json
index a098eeb..dcf9698 100644
--- a/node_modules/concat-map/package.json
+++ b/node_modules/concat-map/package.json
@@ -10,7 +10,7 @@
         "spec": "0.0.1",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/brace-expansion"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/brace-expansion"
     ]
   ],
   "_from": "concat-map@0.0.1",
@@ -35,11 +35,11 @@
   "_requiredBy": [
     "/brace-expansion"
   ],
-  "_resolved": "http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+  "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
   "_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
   "_shrinkwrap": null,
   "_spec": "concat-map@0.0.1",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/brace-expansion",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/brace-expansion",
   "author": {
     "name": "James Halliday",
     "email": "mail@substack.net",
@@ -61,7 +61,7 @@
     "shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
     "tarball": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
   },
-  "homepage": "https://github.com/substack/node-concat-map#readme",
+  "homepage": "https://github.com/substack/node-concat-map",
   "keywords": [
     "concat",
     "concatMap",
@@ -79,8 +79,7 @@
   ],
   "name": "concat-map",
   "optionalDependencies": {},
-  "readme": "concat-map\n==========\n\nConcatenative mapdashery.\n\n[![browser support](http://ci.testling.com/substack/node-concat-map.png)](http://ci.testling.com/substack/node-concat-map)\n\n[![build status](https://secure.travis-ci.org/substack/node-concat-map.png)](http://travis-ci.org/substack/node-concat-map)\n\nexample\n=======\n\n``` js\nvar concatMap = require('concat-map');\nvar xs = [ 1, 2, 3, 4, 5, 6 ];\nvar ys = concatMap(xs, function (x) {\n    return x % 2 ? [ x - 0.1, x, [...]
-  "readmeFilename": "README.markdown",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/substack/node-concat-map.git"
diff --git a/node_modules/cordova-common/package.json b/node_modules/cordova-common/package.json
index ddf1bb5..e6890ce 100644
--- a/node_modules/cordova-common/package.json
+++ b/node_modules/cordova-common/package.json
@@ -10,7 +10,7 @@
         "spec": "2.1.0",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios"
+      "/Users/shazron/Documents/git/apache/cordova-ios"
     ]
   ],
   "_from": "cordova-common@2.1.0",
@@ -44,7 +44,7 @@
   "_shasum": "bb357ee1b9825031ed9db3c56b592efe973d1640",
   "_shrinkwrap": null,
   "_spec": "cordova-common@2.1.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios",
   "author": {
     "name": "Apache Software Foundation"
   },
@@ -133,8 +133,7 @@
   ],
   "name": "cordova-common",
   "optionalDependencies": {},
-  "readme": "<!--\n#\n# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements.  See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership.  The ASF licenses this file\n# to you under the Apache License, Version 2.0 (the\n# \"License\"); you may not use this file except in compliance\n# with the License.  You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2. [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/apache/cordova-lib.git"
diff --git a/node_modules/cordova-registry-mapper/package.json b/node_modules/cordova-registry-mapper/package.json
index 256e33b..7c43b3b 100644
--- a/node_modules/cordova-registry-mapper/package.json
+++ b/node_modules/cordova-registry-mapper/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.1.8 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common"
     ]
   ],
   "_from": "cordova-registry-mapper@>=1.1.8 <2.0.0",
@@ -36,11 +36,11 @@
   "_requiredBy": [
     "/cordova-common"
   ],
-  "_resolved": "http://registry.npmjs.org/cordova-registry-mapper/-/cordova-registry-mapper-1.1.15.tgz",
+  "_resolved": "https://registry.npmjs.org/cordova-registry-mapper/-/cordova-registry-mapper-1.1.15.tgz",
   "_shasum": "e244b9185b8175473bff6079324905115f83dc7c",
   "_shrinkwrap": null,
   "_spec": "cordova-registry-mapper@^1.1.8",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common",
   "author": {
     "name": "Steve Gill"
   },
@@ -73,8 +73,7 @@
   ],
   "name": "cordova-registry-mapper",
   "optionalDependencies": {},
-  "readme": "[![Build Status](https://travis-ci.org/stevengill/cordova-registry-mapper.svg?branch=master)](https://travis-ci.org/stevengill/cordova-registry-mapper)\n\n#Cordova Registry Mapper\n\nThis module is used to map Cordova plugin ids to package names and vice versa.\n\nWhen Cordova users add plugins to their projects using ids\n(e.g. `cordova plugin add org.apache.cordova.device`),\nthis module will map that id to the corresponding package name so `cordova-lib` knows what to fetc [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/stevengill/cordova-registry-mapper.git"
diff --git a/node_modules/elementtree/package.json b/node_modules/elementtree/package.json
index d309262..3dd7451 100644
--- a/node_modules/elementtree/package.json
+++ b/node_modules/elementtree/package.json
@@ -10,7 +10,7 @@
         "spec": "0.1.6",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common"
     ]
   ],
   "_from": "elementtree@0.1.6",
@@ -35,11 +35,11 @@
   "_requiredBy": [
     "/cordova-common"
   ],
-  "_resolved": "http://registry.npmjs.org/elementtree/-/elementtree-0.1.6.tgz",
+  "_resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.6.tgz",
   "_shasum": "2ac4c46ea30516c8c4cbdb5e3ac7418e592de20c",
   "_shrinkwrap": null,
   "_spec": "elementtree@0.1.6",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common",
   "author": {
     "name": "Rackspace US, Inc."
   },
@@ -96,8 +96,7 @@
   ],
   "name": "elementtree",
   "optionalDependencies": {},
-  "readme": "node-elementtree\n====================\n\nnode-elementtree is a [Node.js](http://nodejs.org) XML parser and serializer based upon the [Python ElementTree v1.3](http://effbot.org/zone/element-index.htm) module.\n\nInstallation\n====================\n\n    $ npm install elementtree\n    \nUsing the library\n====================\n\nFor the usage refer to the Python ElementTree library documentation - [http://effbot.org/zone/element-index.htm#usage](http://effbot.org/zone/elemen [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/racker/node-elementtree.git"
diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json
index 8c2a4bb..278fdb6 100644
--- a/node_modules/glob/package.json
+++ b/node_modules/glob/package.json
@@ -10,7 +10,7 @@
         "spec": ">=5.0.13 <6.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common"
     ]
   ],
   "_from": "glob@>=5.0.13 <6.0.0",
@@ -36,11 +36,11 @@
   "_requiredBy": [
     "/cordova-common"
   ],
-  "_resolved": "http://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
+  "_resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
   "_shasum": "1bc936b9e02f4a603fcc222ecf7633d30b8b93b1",
   "_shrinkwrap": null,
   "_spec": "glob@^5.0.13",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -88,8 +88,7 @@
   ],
   "name": "glob",
   "optionalDependencies": {},
-  "readme": "[![Build Status](https://travis-ci.org/isaacs/node-glob.svg?branch=master)](https://travis-ci.org/isaacs/node-glob/) [![Dependency Status](https://david-dm.org/isaacs/node-glob.svg)](https://david-dm.org/isaacs/node-glob) [![devDependency Status](https://david-dm.org/isaacs/node-glob/dev-status.svg)](https://david-dm.org/isaacs/node-glob#info=devDependencies) [![optionalDependency Status](https://david-dm.org/isaacs/node-glob/optional-status.svg)](https://david-dm.org/isaacs [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/isaacs/node-glob.git"
diff --git a/node_modules/inflight/package.json b/node_modules/inflight/package.json
index 171a7c4..ec25ea5 100644
--- a/node_modules/inflight/package.json
+++ b/node_modules/inflight/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.0.4 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/glob"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/glob"
     ]
   ],
   "_from": "inflight@>=1.0.4 <2.0.0",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/glob"
   ],
-  "_resolved": "http://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+  "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
   "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
   "_shrinkwrap": null,
   "_spec": "inflight@^1.0.4",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/glob",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/glob",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -93,8 +93,7 @@
   ],
   "name": "inflight",
   "optionalDependencies": {},
-  "readme": "# inflight\n\nAdd callbacks to requests in flight to avoid async duplication\n\n## USAGE\n\n```javascript\nvar inflight = require('inflight')\n\n// some request that does some stuff\nfunction req(key, callback) {\n  // key is any random string.  like a url or filename or whatever.\n  //\n  // will return either a falsey value, indicating that the\n  // request for this key is already in flight, or a new callback\n  // which when called will call all callbacks passed to infli [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/npm/inflight.git"
diff --git a/node_modules/inherits/package.json b/node_modules/inherits/package.json
index 7c3b33a..0c2fa45 100644
--- a/node_modules/inherits/package.json
+++ b/node_modules/inherits/package.json
@@ -10,7 +10,7 @@
         "spec": ">=2.0.0 <3.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/glob"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/glob"
     ]
   ],
   "_from": "inherits@>=2.0.0 <3.0.0",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/glob"
   ],
-  "_resolved": "http://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
+  "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
   "_shasum": "633c2c83e3da42a502f52466022480f4208261de",
   "_shrinkwrap": null,
   "_spec": "inherits@2",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/glob",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/glob",
   "browser": "./inherits_browser.js",
   "bugs": {
     "url": "https://github.com/isaacs/inherits/issues"
@@ -85,8 +85,7 @@
   ],
   "name": "inherits",
   "optionalDependencies": {},
-  "readme": "Browser-friendly inheritance fully compatible with standard node.js\n[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor).\n\nThis package exports standard `inherits` from node.js `util` module in\nnode environment, but also provides alternative browser-friendly\nimplementation through [browser\nfield](https://gist.github.com/shtylman/4339901). Alternative\nimplementation is a literal copy of standard one located in standalone\nmodule t [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/isaacs/inherits.git"
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 1497b6b..e5ba054 100644
--- a/node_modules/ios-sim/node_modules/bplist-parser/package.json
+++ b/node_modules/ios-sim/node_modules/bplist-parser/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.0.6 <0.0.7",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/ios-sim"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/ios-sim"
     ]
   ],
   "_from": "bplist-parser@>=0.0.6 <0.0.7",
@@ -35,11 +35,11 @@
   "_requiredBy": [
     "/ios-sim"
   ],
-  "_resolved": "http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.0.6.tgz",
+  "_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.0.6.tgz",
   "_shasum": "38da3471817df9d44ab3892e27707bbbd75a11b9",
   "_shrinkwrap": null,
   "_spec": "bplist-parser@^0.0.6",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/ios-sim",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/ios-sim",
   "author": {
     "name": "Joe Ferner",
     "email": "joe.ferner@nearinfinity.com"
@@ -58,7 +58,7 @@
     "tarball": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.0.6.tgz"
   },
   "gitHead": "a2230a5df3c7014ffbe5761bcb091ea2d061b47b",
-  "homepage": "https://github.com/nearinfinity/node-bplist-parser#readme",
+  "homepage": "https://github.com/nearinfinity/node-bplist-parser",
   "keywords": [
     "bplist",
     "plist",
@@ -74,8 +74,7 @@
   ],
   "name": "bplist-parser",
   "optionalDependencies": {},
-  "readme": "bplist-parser\n=============\n\nBinary Mac OS X Plist (property list) parser.\n\n## Installation\n\n```bash\n$ npm install bplist-parser\n```\n\n## Quick Examples\n\n```javascript\nvar bplist = require('bplist-parser');\n\nbplist.parseFile('myPlist.bplist', function(err, obj) {\n  if (err) throw err;\n\n  console.log(JSON.stringify(obj));\n});\n```\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Near Infinity Corporation\n\nPermission is hereby granted, free of char [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/nearinfinity/node-bplist-parser.git"
diff --git a/node_modules/ios-sim/node_modules/nopt/package.json b/node_modules/ios-sim/node_modules/nopt/package.json
index 879e8cf..54dca73 100644
--- a/node_modules/ios-sim/node_modules/nopt/package.json
+++ b/node_modules/ios-sim/node_modules/nopt/package.json
@@ -10,7 +10,7 @@
         "spec": "1.0.9",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/ios-sim"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/ios-sim"
     ]
   ],
   "_defaultsLoaded": true,
@@ -38,11 +38,11 @@
   "_requiredBy": [
     "/ios-sim"
   ],
-  "_resolved": "http://registry.npmjs.org/nopt/-/nopt-1.0.9.tgz",
+  "_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.9.tgz",
   "_shasum": "3bc0d7cba7bfb0d5a676dbed7c0ebe48a4fd454e",
   "_shrinkwrap": null,
   "_spec": "nopt@1.0.9",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/ios-sim",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/ios-sim",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -81,11 +81,10 @@
   ],
   "name": "nopt",
   "optionalDependencies": {},
-  "readme": "If you want to write an option parser, and have it be good, there are\ntwo ways to do it.  The Right Way, and the Wrong Way.\n\nThe Wrong Way is to sit down and write an option parser.  We've all done\nthat.\n\nThe Right Way is to write some complex configurable program with so many\noptions that you go half-insane just trying to manage them all, and put\nit off with duct-tape solutions until you see exactly to the core of the\nproblem, and finally snap and write an awesome  [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
-    "url": "git+ssh://git@github.com/isaacs/nopt.git"
+    "url": "git://github.com/isaacs/nopt.git"
   },
   "scripts": {
     "test": "node lib/nopt.js"
diff --git a/node_modules/ios-sim/package.json b/node_modules/ios-sim/package.json
index 3903a84..defd264 100644
--- a/node_modules/ios-sim/package.json
+++ b/node_modules/ios-sim/package.json
@@ -10,7 +10,7 @@
         "spec": ">=6.0.0 <7.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios"
+      "/Users/shazron/Documents/git/apache/cordova-ios"
     ]
   ],
   "_from": "ios-sim@>=6.0.0 <7.0.0",
@@ -46,7 +46,7 @@
   "_shasum": "6a8633f23ef43c43cd5f366e4115f358eef138ad",
   "_shrinkwrap": null,
   "_spec": "ios-sim@^6.0.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios",
   "author": {
     "name": "Shazron Abdullah"
   },
@@ -105,8 +105,7 @@
   "name": "ios-sim",
   "optionalDependencies": {},
   "preferGlobal": "true",
-  "readme": "[![Build status](https://ci.appveyor.com/api/projects/status/0kw833771uu622fs?svg=true)](https://ci.appveyor.com/project/shazron/ios-sim)\n[![Build Status](https://travis-ci.org/phonegap/ios-sim.svg?branch=master)](https://travis-ci.org/phonegap/ios-sim)\n\nios-sim\n=======\n\nSupports Xcode 8 and greater only since version 5.x.\n\nThe ios-sim tool is a command-line utility that launches an iOS application on the iOS Simulator. This allows for niceties such as automated test [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/phonegap/ios-sim.git"
diff --git a/node_modules/lodash/package.json b/node_modules/lodash/package.json
index 3a220db..414e3cb 100644
--- a/node_modules/lodash/package.json
+++ b/node_modules/lodash/package.json
@@ -10,7 +10,7 @@
         "spec": ">=3.5.0 <4.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/xmlbuilder"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/xmlbuilder"
     ]
   ],
   "_from": "lodash@>=3.5.0 <4.0.0",
@@ -36,11 +36,11 @@
   "_requiredBy": [
     "/xmlbuilder"
   ],
-  "_resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
+  "_resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
   "_shasum": "5bf45e8e49ba4189e17d482789dfd15bd140b7b6",
   "_shrinkwrap": null,
   "_spec": "lodash@^3.5.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/xmlbuilder",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/xmlbuilder",
   "author": {
     "name": "John-David Dalton",
     "email": "john.david.dalton@gmail.com",
@@ -117,8 +117,7 @@
   ],
   "name": "lodash",
   "optionalDependencies": {},
-  "readme": "# lodash v3.10.1\n\nThe [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash](https://lodash.com/) exported as [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) modules.\n\nGenerated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):\n```bash\n$ lodash modularize modern exports=node -o ./\n$ lodash modern -d -o ./index.js\n```\n\n## Installation\n\nUsing npm:\n\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash\n```\n\nI [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/lodash/lodash.git"
diff --git a/node_modules/minimatch/package.json b/node_modules/minimatch/package.json
index 3baedc8..b7fb146 100644
--- a/node_modules/minimatch/package.json
+++ b/node_modules/minimatch/package.json
@@ -10,7 +10,7 @@
         "spec": ">=3.0.0 <4.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common"
     ]
   ],
   "_from": "minimatch@>=3.0.0 <4.0.0",
@@ -45,7 +45,7 @@
   "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
   "_shrinkwrap": null,
   "_spec": "minimatch@^3.0.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -85,8 +85,7 @@
   ],
   "name": "minimatch",
   "optionalDependencies": {},
-  "readme": "# minimatch\n\nA minimal matching utility.\n\n[![Build Status](https://secure.travis-ci.org/isaacs/minimatch.svg)](http://travis-ci.org/isaacs/minimatch)\n\n\nThis is the matching library used internally by npm.\n\nIt works by converting glob expressions into JavaScript `RegExp`\nobjects.\n\n## Usage\n\n```javascript\nvar minimatch = require(\"minimatch\")\n\nminimatch(\"bar.foo\", \"*.foo\") // true!\nminimatch(\"bar.foo\", \"*.bar\") // false!\nminimatch(\"bar.foo\", \"*.+ [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/isaacs/minimatch.git"
diff --git a/node_modules/nopt/package.json b/node_modules/nopt/package.json
index 4963745..727d271 100644
--- a/node_modules/nopt/package.json
+++ b/node_modules/nopt/package.json
@@ -10,7 +10,7 @@
         "spec": ">=3.0.6 <4.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios"
+      "/Users/shazron/Documents/git/apache/cordova-ios"
     ]
   ],
   "_from": "nopt@>=3.0.6 <4.0.0",
@@ -36,11 +36,11 @@
   "_requiredBy": [
     "/"
   ],
-  "_resolved": "http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
+  "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
   "_shasum": "c6465dbf08abcd4db359317f79ac68a646b28ff9",
   "_shrinkwrap": null,
   "_spec": "nopt@^3.0.6",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -84,8 +84,7 @@
   ],
   "name": "nopt",
   "optionalDependencies": {},
-  "readme": "If you want to write an option parser, and have it be good, there are\ntwo ways to do it.  The Right Way, and the Wrong Way.\n\nThe Wrong Way is to sit down and write an option parser.  We've all done\nthat.\n\nThe Right Way is to write some complex configurable program with so many\noptions that you hit the limit of your frustration just trying to\nmanage them all, and defer it with duct-tape solutions until you see\nexactly to the core of the problem, and finally snap and  [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/npm/nopt.git"
diff --git a/node_modules/once/package.json b/node_modules/once/package.json
index 53b53ca..abcdad4 100644
--- a/node_modules/once/package.json
+++ b/node_modules/once/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.3.0 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/glob"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/glob"
     ]
   ],
   "_from": "once@>=1.3.0 <2.0.0",
@@ -41,11 +41,11 @@
     "/glob",
     "/inflight"
   ],
-  "_resolved": "http://registry.npmjs.org/once/-/once-1.4.0.tgz",
+  "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
   "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
   "_shrinkwrap": null,
   "_spec": "once@^1.3.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/glob",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/glob",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -89,8 +89,7 @@
   ],
   "name": "once",
   "optionalDependencies": {},
-  "readme": "# once\n\nOnly call a function once.\n\n## usage\n\n```javascript\nvar once = require('once')\n\nfunction load (file, cb) {\n  cb = once(cb)\n  loader.load('file')\n  loader.once('load', cb)\n  loader.once('error', cb)\n}\n```\n\nOr add to the Function.prototype in a responsible way:\n\n```javascript\n// only has to be done once\nrequire('once').proto()\n\nfunction load (file, cb) {\n  cb = cb.once()\n  loader.load('file')\n  loader.once('load', cb)\n  loader.once('error', c [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/isaacs/once.git"
diff --git a/node_modules/os-homedir/package.json b/node_modules/os-homedir/package.json
index bf308c5..b3cdd96 100644
--- a/node_modules/os-homedir/package.json
+++ b/node_modules/os-homedir/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.0.0 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/osenv"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/osenv"
     ]
   ],
   "_from": "os-homedir@>=1.0.0 <2.0.0",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/osenv"
   ],
-  "_resolved": "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
+  "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
   "_shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
   "_shrinkwrap": null,
   "_spec": "os-homedir@^1.0.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/osenv",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/osenv",
   "author": {
     "name": "Sindre Sorhus",
     "email": "sindresorhus@gmail.com",
@@ -97,8 +97,7 @@
   ],
   "name": "os-homedir",
   "optionalDependencies": {},
-  "readme": "# os-homedir [![Build Status](https://travis-ci.org/sindresorhus/os-homedir.svg?branch=master)](https://travis-ci.org/sindresorhus/os-homedir)\n\n> Node.js 4 [`os.homedir()`](https://nodejs.org/api/os.html#os_os_homedir) [ponyfill](https://ponyfill.com)\n\n\n## Install\n\n```\n$ npm install --save os-homedir\n```\n\n\n## Usage\n\n```js\nconst osHomedir = require('os-homedir');\n\nconsole.log(osHomedir());\n//=> '/Users/sindresorhus'\n```\n\n\n## Related\n\n- [user-home](http [...]
-  "readmeFilename": "readme.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/sindresorhus/os-homedir.git"
diff --git a/node_modules/os-tmpdir/package.json b/node_modules/os-tmpdir/package.json
index c6b65fb..b6dbd22 100644
--- a/node_modules/os-tmpdir/package.json
+++ b/node_modules/os-tmpdir/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.0.0 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/osenv"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/osenv"
     ]
   ],
   "_from": "os-tmpdir@>=1.0.0 <2.0.0",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/osenv"
   ],
-  "_resolved": "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
+  "_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
   "_shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
   "_shrinkwrap": null,
   "_spec": "os-tmpdir@^1.0.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/osenv",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/osenv",
   "author": {
     "name": "Sindre Sorhus",
     "email": "sindresorhus@gmail.com",
@@ -97,8 +97,7 @@
   ],
   "name": "os-tmpdir",
   "optionalDependencies": {},
-  "readme": "# os-tmpdir [![Build Status](https://travis-ci.org/sindresorhus/os-tmpdir.svg?branch=master)](https://travis-ci.org/sindresorhus/os-tmpdir)\n\n> Node.js [`os.tmpdir()`](https://nodejs.org/api/os.html#os_os_tmpdir) [ponyfill](https://ponyfill.com)\n\nUse this instead of `require('os').tmpdir()` to get a consistent behavior on different Node.js versions (even 0.8).\n\n\n## Install\n\n```\n$ npm install --save os-tmpdir\n```\n\n\n## Usage\n\n```js\nconst osTmpdir = require('os- [...]
-  "readmeFilename": "readme.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
diff --git a/node_modules/osenv/package.json b/node_modules/osenv/package.json
index e4b4ad3..09400d8 100644
--- a/node_modules/osenv/package.json
+++ b/node_modules/osenv/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.1.3 <0.2.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common"
     ]
   ],
   "_from": "osenv@>=0.1.3 <0.2.0",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/cordova-common"
   ],
-  "_resolved": "http://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
+  "_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
   "_shasum": "42fe6d5953df06c8064be6f176c3d05aaaa34644",
   "_shrinkwrap": null,
   "_spec": "osenv@^0.1.3",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -101,8 +101,7 @@
   ],
   "name": "osenv",
   "optionalDependencies": {},
-  "readme": "# osenv\n\nLook up environment settings specific to different operating systems.\n\n## Usage\n\n```javascript\nvar osenv = require('osenv')\nvar path = osenv.path()\nvar user = osenv.user()\n// etc.\n\n// Some things are not reliably in the env, and have a fallback command:\nvar h = osenv.hostname(function (er, hostname) {\n  h = hostname\n})\n// This will still cause it to be memoized, so calling osenv.hostname()\n// is now an immediate operation.\n\n// You can always send  [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/npm/osenv.git"
diff --git a/node_modules/path-is-absolute/package.json b/node_modules/path-is-absolute/package.json
index bb82439..c20949e 100644
--- a/node_modules/path-is-absolute/package.json
+++ b/node_modules/path-is-absolute/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.0.0 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/glob"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/glob"
     ]
   ],
   "_from": "path-is-absolute@>=1.0.0 <2.0.0",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/glob"
   ],
-  "_resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+  "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
   "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
   "_shrinkwrap": null,
   "_spec": "path-is-absolute@^1.0.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/glob",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/glob",
   "author": {
     "name": "Sindre Sorhus",
     "email": "sindresorhus@gmail.com",
@@ -99,8 +99,7 @@
   ],
   "name": "path-is-absolute",
   "optionalDependencies": {},
-  "readme": "# path-is-absolute [![Build Status](https://travis-ci.org/sindresorhus/path-is-absolute.svg?branch=master)](https://travis-ci.org/sindresorhus/path-is-absolute)\n\n> Node.js 0.12 [`path.isAbsolute()`](http://nodejs.org/api/path.html#path_path_isabsolute_path) [ponyfill](https://ponyfill.com)\n\n\n## Install\n\n```\n$ npm install --save path-is-absolute\n```\n\n\n## Usage\n\n```js\nconst pathIsAbsolute = require('path-is-absolute');\n\n// Running on Linux\npathIsAbsolute('/ho [...]
-  "readmeFilename": "readme.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
diff --git a/node_modules/pegjs/package.json b/node_modules/pegjs/package.json
index 12cd1f6..2f34eb4 100644
--- a/node_modules/pegjs/package.json
+++ b/node_modules/pegjs/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.10.0 <0.11.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/xcode"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/xcode"
     ]
   ],
   "_from": "pegjs@>=0.10.0 <0.11.0",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/xcode"
   ],
-  "_resolved": "http://registry.npmjs.org/pegjs/-/pegjs-0.10.0.tgz",
+  "_resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.10.0.tgz",
   "_shasum": "cf8bafae6eddff4b5a7efb185269eaaf4610ddbd",
   "_shrinkwrap": null,
   "_spec": "pegjs@^0.10.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/xcode",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/xcode",
   "author": {
     "name": "David Majda",
     "email": "david@majda.cz",
diff --git a/node_modules/plist/package.json b/node_modules/plist/package.json
index bcfc51c..19c9572 100644
--- a/node_modules/plist/package.json
+++ b/node_modules/plist/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.2.0 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios"
+      "/Users/shazron/Documents/git/apache/cordova-ios"
     ]
   ],
   "_from": "plist@>=1.2.0 <2.0.0",
@@ -38,11 +38,11 @@
     "/cordova-common",
     "/ios-sim"
   ],
-  "_resolved": "http://registry.npmjs.org/plist/-/plist-1.2.0.tgz",
+  "_resolved": "https://registry.npmjs.org/plist/-/plist-1.2.0.tgz",
   "_shasum": "084b5093ddc92506e259f874b8d9b1afb8c79593",
   "_shrinkwrap": null,
   "_spec": "plist@^1.2.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios",
   "author": {
     "name": "Nathan Rajlich",
     "email": "nathan@tootallnate.net"
@@ -115,8 +115,7 @@
   ],
   "name": "plist",
   "optionalDependencies": {},
-  "readme": "plist.js\n========\n### Mac OS X Plist parser/builder for Node.js and browsers\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/plistjs.svg)](https://saucelabs.com/u/plistjs)\n\n[![Build Status](https://travis-ci.org/TooTallNate/plist.js.svg?branch=master)](https://travis-ci.org/TooTallNate/plist.js)\n\nProvides facilities for reading and writing Mac OS X Plist (property list)\nfiles. These are often used in programming OS X and iOS applications, as\nwell as the [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/TooTallNate/node-plist.git"
diff --git a/node_modules/q/package.json b/node_modules/q/package.json
index 8d5d500..be5a971 100644
--- a/node_modules/q/package.json
+++ b/node_modules/q/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.4.1 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios"
+      "/Users/shazron/Documents/git/apache/cordova-ios"
     ]
   ],
   "_from": "q@>=1.4.1 <2.0.0",
@@ -41,11 +41,11 @@
     "/",
     "/cordova-common"
   ],
-  "_resolved": "http://registry.npmjs.org/q/-/q-1.5.0.tgz",
+  "_resolved": "https://registry.npmjs.org/q/-/q-1.5.0.tgz",
   "_shasum": "dd01bac9d06d30e6f219aecb8253ee9ebdc308f1",
   "_shrinkwrap": null,
   "_spec": "q@^1.4.1",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios",
   "author": {
     "name": "Kris Kowal",
     "email": "kris@cixar.com",
@@ -137,8 +137,7 @@
       }
     }
   },
-  "readme": "[![Build Status](https://secure.travis-ci.org/kriskowal/q.svg?branch=master)](http://travis-ci.org/kriskowal/q)\n[![CDNJS](https://img.shields.io/cdnjs/v/q.js.svg)](https://cdnjs.com/libraries/q.js)\n\n<a href=\"http://promises-aplus.github.com/promises-spec\">\n    <img src=\"http://kriskowal.github.io/q/q.png\" align=\"right\" alt=\"Q logo\" />\n</a>\n\nIf a function cannot return a value or throw an exception without\nblocking, it can return a promise instead.  A promise  [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/kriskowal/q.git"
diff --git a/node_modules/sax/package.json b/node_modules/sax/package.json
index a6ebf1a..d453f3b 100644
--- a/node_modules/sax/package.json
+++ b/node_modules/sax/package.json
@@ -10,7 +10,7 @@
         "spec": "0.3.5",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/elementtree"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/elementtree"
     ]
   ],
   "_defaultsLoaded": true,
@@ -42,7 +42,7 @@
   "_shasum": "88fcfc1f73c0c8bbd5b7c776b6d3f3501eed073d",
   "_shrinkwrap": null,
   "_spec": "sax@0.3.5",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/elementtree",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/elementtree",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -110,8 +110,7 @@
   ],
   "name": "sax",
   "optionalDependencies": {},
-  "readme": "# sax js\n\nA sax-style parser for XML and HTML.\n\nDesigned with [node](http://nodejs.org/) in mind, but should work fine in\nthe browser or other CommonJS implementations.\n\n## What This Is\n\n* A very simple tool to parse through an XML string.\n* A stepping stone to a streaming HTML parser.\n* A handy way to deal with RSS and other mostly-ok-but-kinda-broken XML \n  docs.\n\n## What This Is (probably) Not\n\n* An HTML Parser - That's a fine goal, but this isn't it.  It' [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/isaacs/sax-js.git"
diff --git a/node_modules/semver/package.json b/node_modules/semver/package.json
index 699ee97..dea2d50 100644
--- a/node_modules/semver/package.json
+++ b/node_modules/semver/package.json
@@ -10,7 +10,7 @@
         "spec": ">=5.0.1 <6.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common"
     ]
   ],
   "_from": "semver@>=5.0.1 <6.0.0",
@@ -44,7 +44,7 @@
   "_shasum": "e059c09d8571f0540823733433505d3a2f00b18e",
   "_shrinkwrap": null,
   "_spec": "semver@^5.0.1",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common",
   "bin": {
     "semver": "./bin/semver"
   },
@@ -83,8 +83,7 @@
   ],
   "name": "semver",
   "optionalDependencies": {},
-  "readme": "semver(1) -- The semantic versioner for npm\n===========================================\n\n## Install\n\n```bash\nnpm install --save semver\n````\n\n## Usage\n\nAs a node module:\n\n```js\nconst semver = require('semver')\n\nsemver.valid('1.2.3') // '1.2.3'\nsemver.valid('a.b.c') // null\nsemver.clean('  =v1.2.3   ') // '1.2.3'\nsemver.satisfies('1.2.3', '1.x || >=2.5.0 || 5.0.0 - 7.2.3') // true\nsemver.gt('1.2.3', '9.8.7') // false\nsemver.lt('1.2.3', '9.8.7') // true\n`` [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/npm/node-semver.git"
diff --git a/node_modules/shelljs/package.json b/node_modules/shelljs/package.json
index 2d7e5ee..fd830f8 100644
--- a/node_modules/shelljs/package.json
+++ b/node_modules/shelljs/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.5.3 <0.6.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios"
+      "/Users/shazron/Documents/git/apache/cordova-ios"
     ]
   ],
   "_from": "shelljs@>=0.5.3 <0.6.0",
@@ -37,11 +37,11 @@
     "/",
     "/cordova-common"
   ],
-  "_resolved": "http://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz",
+  "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz",
   "_shasum": "c54982b996c76ef0c1e6b59fbdc5825f5b713113",
   "_shrinkwrap": null,
   "_spec": "shelljs@^0.5.3",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios",
   "author": {
     "name": "Artur Adib",
     "email": "arturadib@gmail.com"
@@ -85,8 +85,7 @@
   ],
   "name": "shelljs",
   "optionalDependencies": {},
-  "readme": "# ShellJS - Unix shell commands for Node.js [![Build Status](https://secure.travis-ci.org/arturadib/shelljs.png)](http://travis-ci.org/arturadib/shelljs)\n\nShellJS is a portable **(Windows/Linux/OS X)** implementation of Unix shell commands on top of the Node.js API. You can use it to eliminate your shell script's dependency on Unix while still keeping its familiar and powerful commands. You can also install it globally so you can run it from outside Node projects - say goo [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/arturadib/shelljs.git"
diff --git a/node_modules/simctl/node_modules/shelljs/package.json b/node_modules/simctl/node_modules/shelljs/package.json
index 9253a5d..5f9c5a1 100644
--- a/node_modules/simctl/node_modules/shelljs/package.json
+++ b/node_modules/simctl/node_modules/shelljs/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.2.6 <0.3.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/simctl"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simctl"
     ]
   ],
   "_from": "shelljs@>=0.2.6 <0.3.0",
@@ -35,11 +35,11 @@
   "_requiredBy": [
     "/simctl"
   ],
-  "_resolved": "http://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz",
+  "_resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz",
   "_shasum": "90492d72ffcc8159976baba62fb0f6884f0c3378",
   "_shrinkwrap": null,
   "_spec": "shelljs@^0.2.6",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/simctl",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simctl",
   "author": {
     "name": "Artur Adib",
     "email": "aadib@mozilla.com"
@@ -81,8 +81,7 @@
   ],
   "name": "shelljs",
   "optionalDependencies": {},
-  "readme": "# ShellJS - Unix shell commands for Node.js [![Build Status](https://secure.travis-ci.org/arturadib/shelljs.png)](http://travis-ci.org/arturadib/shelljs)\n\nShellJS is a portable **(Windows/Linux/OS X)** implementation of Unix shell commands on top of the Node.js API. You can use it to eliminate your shell script's dependency on Unix while still keeping its familiar and powerful commands. You can also install it globally so you can run it from outside Node projects - say goo [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/arturadib/shelljs.git"
diff --git a/node_modules/simctl/package.json b/node_modules/simctl/package.json
index ee4a72e..fea8578 100644
--- a/node_modules/simctl/package.json
+++ b/node_modules/simctl/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.0.0 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/ios-sim"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/ios-sim"
     ]
   ],
   "_from": "simctl@>=1.0.0 <2.0.0",
@@ -44,7 +44,7 @@
   "_shasum": "e73ce62891c952b2ae78499acdccbe3cf897a2e8",
   "_shrinkwrap": null,
   "_spec": "simctl@^1.0.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/ios-sim",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/ios-sim",
   "author": {
     "name": "Shazron Abdullah"
   },
@@ -82,8 +82,7 @@
   ],
   "name": "simctl",
   "optionalDependencies": {},
-  "readme": "[![Build status](https://ci.appveyor.com/api/projects/status/4p87ytoudwh7g132/branch/master?svg=true)](https://ci.appveyor.com/project/shazron/simctl/branch/master)\n[![Build Status](https://travis-ci.org/phonegap/ios-sim.svg?branch=master)](https://travis-ci.org/phonegap/simctl)\n\n## library wrapper for Xcode's simctl utility on OS X\n\nUsed by [ios-sim](https://www.npmjs.com/package/ios-sim)\n\n## Requirements\n\nXcode 8 or greater\n",
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/phonegap/simctl.git"
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 05360a8..948ff34 100644
--- a/node_modules/simple-plist/node_modules/base64-js/package.json
+++ b/node_modules/simple-plist/node_modules/base64-js/package.json
@@ -10,7 +10,7 @@
         "spec": "1.1.2",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/simple-plist/node_modules/plist"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simple-plist/node_modules/plist"
     ]
   ],
   "_from": "base64-js@1.1.2",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/simple-plist/plist"
   ],
-  "_resolved": "http://registry.npmjs.org/base64-js/-/base64-js-1.1.2.tgz",
+  "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.1.2.tgz",
   "_shasum": "d6400cac1c4c660976d90d07a04351d89395f5e8",
   "_shrinkwrap": null,
   "_spec": "base64-js@1.1.2",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/simple-plist/node_modules/plist",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simple-plist/node_modules/plist",
   "author": {
     "name": "T. Jameson Little",
     "email": "t.jameson.little@gmail.com"
@@ -82,8 +82,7 @@
   ],
   "name": "base64-js",
   "optionalDependencies": {},
-  "readme": "base64-js\n=========\n\n`base64-js` does basic base64 encoding/decoding in pure JS.\n\n[![build status](https://secure.travis-ci.org/beatgammit/base64-js.png)](http://travis-ci.org/beatgammit/base64-js)\n\n[![testling badge](https://ci.testling.com/beatgammit/base64-js.png)](https://ci.testling.com/beatgammit/base64-js)\n\nMany browsers already have base64 encoding/decoding functionality, but it is for text data, not all-purpose binary data.\n\nSometimes encoding/decoding bi [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/beatgammit/base64-js.git"
diff --git a/node_modules/simple-plist/node_modules/plist/package.json b/node_modules/simple-plist/node_modules/plist/package.json
index ff9b9c6..9176749 100644
--- a/node_modules/simple-plist/node_modules/plist/package.json
+++ b/node_modules/simple-plist/node_modules/plist/package.json
@@ -10,7 +10,7 @@
         "spec": "2.0.1",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/simple-plist"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simple-plist"
     ]
   ],
   "_from": "plist@2.0.1",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/simple-plist"
   ],
-  "_resolved": "http://registry.npmjs.org/plist/-/plist-2.0.1.tgz",
+  "_resolved": "https://registry.npmjs.org/plist/-/plist-2.0.1.tgz",
   "_shasum": "0a32ca9481b1c364e92e18dc55c876de9d01da8b",
   "_shrinkwrap": null,
   "_spec": "plist@2.0.1",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/simple-plist",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simple-plist",
   "author": {
     "name": "Nathan Rajlich",
     "email": "nathan@tootallnate.net"
@@ -116,8 +116,7 @@
   ],
   "name": "plist",
   "optionalDependencies": {},
-  "readme": "plist.js\n========\n### Mac OS X Plist parser/builder for Node.js and browsers\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/plistjs.svg)](https://saucelabs.com/u/plistjs)\n\n[![Build Status](https://travis-ci.org/TooTallNate/plist.js.svg?branch=master)](https://travis-ci.org/TooTallNate/plist.js)\n\nProvides facilities for reading and writing Mac OS X Plist (property list)\nfiles. These are often used in programming OS X and iOS applications, as\nwell as the [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/TooTallNate/node-plist.git"
diff --git a/node_modules/simple-plist/node_modules/xmlbuilder/package.json b/node_modules/simple-plist/node_modules/xmlbuilder/package.json
index 0141bc6..b19c56e 100644
--- a/node_modules/simple-plist/node_modules/xmlbuilder/package.json
+++ b/node_modules/simple-plist/node_modules/xmlbuilder/package.json
@@ -10,7 +10,7 @@
         "spec": "8.2.2",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/simple-plist/node_modules/plist"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simple-plist/node_modules/plist"
     ]
   ],
   "_from": "xmlbuilder@8.2.2",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/simple-plist/plist"
   ],
-  "_resolved": "http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz",
+  "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz",
   "_shasum": "69248673410b4ba42e1a6136551d2922335aa773",
   "_shrinkwrap": null,
   "_spec": "xmlbuilder@8.2.2",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/simple-plist/node_modules/plist",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simple-plist/node_modules/plist",
   "author": {
     "name": "Ozgur Ozcitak",
     "email": "oozcitak@gmail.com"
@@ -86,8 +86,7 @@
   ],
   "name": "xmlbuilder",
   "optionalDependencies": {},
-  "readme": "# xmlbuilder-js\n\nAn XML builder for [node.js](https://nodejs.org/) similar to\n[java-xmlbuilder](https://github.com/jmurty/java-xmlbuilder).\n\n[![License](http://img.shields.io/npm/l/xmlbuilder.svg?style=flat-square)](http://opensource.org/licenses/MIT)\n[![NPM Version](http://img.shields.io/npm/v/xmlbuilder.svg?style=flat-square)](https://npmjs.com/package/xmlbuilder)\n[![NPM Downloads](https://img.shields.io/npm/dm/xmlbuilder.svg?style=flat-square)](https://npmjs.com/pa [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/oozcitak/xmlbuilder-js.git"
diff --git a/node_modules/simple-plist/package.json b/node_modules/simple-plist/package.json
index b2d5159..9abb228 100644
--- a/node_modules/simple-plist/package.json
+++ b/node_modules/simple-plist/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.2.1 <0.3.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/xcode"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/xcode"
     ]
   ],
   "_from": "simple-plist@>=0.2.1 <0.3.0",
@@ -42,11 +42,11 @@
   "_requiredBy": [
     "/xcode"
   ],
-  "_resolved": "http://registry.npmjs.org/simple-plist/-/simple-plist-0.2.1.tgz",
+  "_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.2.1.tgz",
   "_shasum": "71766db352326928cf3a807242ba762322636723",
   "_shrinkwrap": null,
   "_spec": "simple-plist@^0.2.1",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/xcode",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/xcode",
   "author": {
     "name": "Joe Wollard"
   },
@@ -93,8 +93,7 @@
   ],
   "name": "simple-plist",
   "optionalDependencies": {},
-  "readme": "node-simple-plist\n=================\n\nA simple API for interacting with binary and plain text plist data.\n\n\n## Installation\n```sh\n$ npm install simple-plist\n```\n\n\n## Reading Data\n```js\nvar plist = require('simple-plist');\n\n// Read data from a file (xml or binary) (asynchronous)\nplist.readFile('/path/to/some.plist', function(err,data){\n\tif (err) {throw err;}\n\tconsole.log( JSON.stringify(data) );\n});\n\n// Read data from a file (xml or binary) (synchronous [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/wollardj/node-simple-plist.git"
diff --git a/node_modules/stream-buffers/package.json b/node_modules/stream-buffers/package.json
index 23aa70f..9f154be 100644
--- a/node_modules/stream-buffers/package.json
+++ b/node_modules/stream-buffers/package.json
@@ -10,7 +10,7 @@
         "spec": ">=2.2.0 <2.3.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/bplist-creator"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/bplist-creator"
     ]
   ],
   "_from": "stream-buffers@>=2.2.0 <2.3.0",
@@ -36,11 +36,11 @@
   "_requiredBy": [
     "/bplist-creator"
   ],
-  "_resolved": "http://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz",
+  "_resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz",
   "_shasum": "91d5f5130d1cef96dcfa7f726945188741d09ee4",
   "_shrinkwrap": null,
   "_spec": "stream-buffers@~2.2.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/bplist-creator",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/bplist-creator",
   "author": {
     "name": "Sam Day",
     "email": "me@samcday.com.au"
@@ -79,8 +79,7 @@
   ],
   "name": "stream-buffers",
   "optionalDependencies": {},
-  "readme": "# Node Stream Buffers\r\n\r\n[![Build Status][badge-travis-img]][badge-travis-url]\r\n[![Code Climate][badge-climate-img]][badge-climate-url]\r\n[![Code Coverage][badge-coverage-img]][badge-coverage-url]\r\n\r\nSimple Readable and Writable Streams that use a [Buffer][node-buffer-docs] to store received data, or for data to send out. Useful for test code, debugging, and a wide range of other utilities.\r\n\r\n## Installation\r\n\r\n[![NPM][badge-npm-img]][badge-npm-url]\r\n\r [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/samcday/node-stream-buffer.git"
diff --git a/node_modules/tail/package.json b/node_modules/tail/package.json
index 5ac4060..1d42ca9 100644
--- a/node_modules/tail/package.json
+++ b/node_modules/tail/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.4.0 <0.5.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/simctl"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simctl"
     ]
   ],
   "_from": "tail@>=0.4.0 <0.5.0",
@@ -39,7 +39,7 @@
   "_shasum": "d29de72750cc99db1e053aff13c359ecfb713002",
   "_shrinkwrap": null,
   "_spec": "tail@^0.4.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/simctl",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/simctl",
   "author": {
     "name": "Luca Grulla"
   },
@@ -70,7 +70,7 @@
   "engines": {
     "node": ">= 0.4.0"
   },
-  "homepage": "https://github.com/lucagrulla/node-tail#readme",
+  "homepage": "https://github.com/lucagrulla/node-tail",
   "main": "tail",
   "maintainers": [
     {
@@ -80,8 +80,7 @@
   ],
   "name": "tail",
   "optionalDependencies": {},
-  "readme": "#tail\n\nTo install:\n\n```bash\nnpm install tail\n```\n\n#Use:\n```javascript\nTail = require('tail').Tail;\n\ntail = new Tail(\"fileToTail\");\n\ntail.on(\"line\", function(data) {\n  console.log(data);\n});\n\ntail.on(\"error\", function(error) {\n  console.log('ERROR: ', error);\n});\n````\n\nTail constructor accepts few parameters:\n\n```javascript\n\nvar fileToTail = \"/path/to/fileToTail.txt\";\nvar lineSeparator= \"\\n\";\nvar fromBeginning = false;\nvar watchOptions [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/lucagrulla/node-tail.git"
diff --git a/node_modules/underscore/package.json b/node_modules/underscore/package.json
index f573578..490c525 100644
--- a/node_modules/underscore/package.json
+++ b/node_modules/underscore/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.8.3 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common"
     ]
   ],
   "_from": "underscore@>=1.8.3 <2.0.0",
@@ -35,11 +35,11 @@
   "_requiredBy": [
     "/cordova-common"
   ],
-  "_resolved": "http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
+  "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
   "_shasum": "4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022",
   "_shrinkwrap": null,
   "_spec": "underscore@^1.8.3",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common",
   "author": {
     "name": "Jeremy Ashkenas",
     "email": "jeremy@documentcloud.org"
@@ -87,8 +87,7 @@
   ],
   "name": "underscore",
   "optionalDependencies": {},
-  "readme": "                       __\n                      /\\ \\                                                         __\n     __  __    ___    \\_\\ \\     __   _ __   ____    ___    ___   _ __    __       /\\_\\    ____\n    /\\ \\/\\ \\ /' _ `\\  /'_  \\  /'__`\\/\\  __\\/ ,__\\  / ___\\ / __`\\/\\  __\\/'__`\\     \\/\\ \\  /',__\\\n    \\ \\ \\_\\ \\/\\ \\/\\ \\/\\ \\ \\ \\/\\  __/\\ \\ \\//\\__, `\\/\\ \\__//\\ \\ \\ \\ \\ \\//\\  __/  __  \\ \\ \\/\\__, `\\\n     \\ \\____/ [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/jashkenas/underscore.git"
diff --git a/node_modules/unorm/package.json b/node_modules/unorm/package.json
index 306deba..5abd9b9 100644
--- a/node_modules/unorm/package.json
+++ b/node_modules/unorm/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.3.3 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common"
     ]
   ],
   "_from": "unorm@>=1.3.3 <2.0.0",
@@ -35,11 +35,11 @@
   "_requiredBy": [
     "/cordova-common"
   ],
-  "_resolved": "http://registry.npmjs.org/unorm/-/unorm-1.4.1.tgz",
+  "_resolved": "https://registry.npmjs.org/unorm/-/unorm-1.4.1.tgz",
   "_shasum": "364200d5f13646ca8bcd44490271335614792300",
   "_shrinkwrap": null,
   "_spec": "unorm@^1.3.3",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/cordova-common",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/cordova-common",
   "author": {
     "name": "Bjarke Walling",
     "email": "bwp@bwp.dk"
@@ -80,7 +80,7 @@
     "node": ">= 0.4.0"
   },
   "gitHead": "e802d0d7844cf74b03742bce1147a82ace218396",
-  "homepage": "https://github.com/walling/unorm#readme",
+  "homepage": "https://github.com/walling/unorm",
   "license": "MIT or GPL-2.0",
   "main": "./lib/unorm.js",
   "maintainers": [
@@ -91,8 +91,7 @@
   ],
   "name": "unorm",
   "optionalDependencies": {},
-  "readme": "This is [Unicode Normalizer] in a Common JS module. I'm not affiliated with Matsuza, the original author of Unicode Normalizer.\n\n[![Build Status](https://travis-ci.org/walling/unorm.png?branch=master)](https://travis-ci.org/walling/unorm)\n\n\nInstallation\n------------\n\n```bash\nnpm install unorm\n```\n\nPolyfill\n--------\n\nYou can use this module as a polyfill for [String.prototype.normalize], for example:\n\n```javascript\nconsole.log('æøåäüö'.normalize('NFKD'));\n` [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+ssh://git@github.com/walling/unorm.git"
diff --git a/node_modules/util-deprecate/package.json b/node_modules/util-deprecate/package.json
index 4145b6a..583fa25 100644
--- a/node_modules/util-deprecate/package.json
+++ b/node_modules/util-deprecate/package.json
@@ -10,7 +10,7 @@
         "spec": "1.0.2",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/plist"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/plist"
     ]
   ],
   "_from": "util-deprecate@1.0.2",
@@ -40,7 +40,7 @@
   "_shasum": "450d4dc9fa70de732762fbd2d4a28981419a0ccf",
   "_shrinkwrap": null,
   "_spec": "util-deprecate@1.0.2",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/plist",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/plist",
   "author": {
     "name": "Nathan Rajlich",
     "email": "nathan@tootallnate.net",
@@ -77,8 +77,7 @@
   ],
   "name": "util-deprecate",
   "optionalDependencies": {},
-  "readme": "util-deprecate\n==============\n### The Node.js `util.deprecate()` function with browser support\n\nIn Node.js, this module simply re-exports the `util.deprecate()` function.\n\nIn the web browser (i.e. via browserify), a browser-specific implementation\nof the `util.deprecate()` function is used.\n\n\n## API\n\nA `deprecate()` function is the only thing exposed by this module.\n\n``` javascript\n// setup:\nexports.foo = deprecate(foo, 'foo() is deprecated, use bar() instead [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/TooTallNate/util-deprecate.git"
diff --git a/node_modules/uuid/package.json b/node_modules/uuid/package.json
index 4af07fa..19dd653 100644
--- a/node_modules/uuid/package.json
+++ b/node_modules/uuid/package.json
@@ -10,7 +10,7 @@
         "spec": "3.0.1",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/xcode"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/xcode"
     ]
   ],
   "_from": "uuid@3.0.1",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/xcode"
   ],
-  "_resolved": "http://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
+  "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
   "_shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
   "_shrinkwrap": null,
   "_spec": "uuid@3.0.1",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/xcode",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/xcode",
   "bin": {
     "uuid": "./bin/uuid"
   },
@@ -110,8 +110,7 @@
   ],
   "name": "uuid",
   "optionalDependencies": {},
-  "readme": "# uuid [![Build Status](https://secure.travis-ci.org/kelektiv/node-uuid.svg?branch=master)](http://travis-ci.org/kelektiv/node-uuid) #\n\nSimple, fast generation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDS.\n\nFeatures:\n\n* Generate RFC4122 version 1 or version 4 UUIDs\n* Runs in node.js and browsers\n* Cryptographically strong random number generation on supporting platforms\n* Small footprint  (Want something smaller? [Check this out](https://gist.github.com/9 [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/kelektiv/node-uuid.git"
diff --git a/node_modules/wrappy/package.json b/node_modules/wrappy/package.json
index 9a6e686..0db5ed9 100644
--- a/node_modules/wrappy/package.json
+++ b/node_modules/wrappy/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.0.0 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/inflight"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/inflight"
     ]
   ],
   "_from": "wrappy@>=1.0.0 <2.0.0",
@@ -41,11 +41,11 @@
     "/inflight",
     "/once"
   ],
-  "_resolved": "http://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+  "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
   "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
   "_shrinkwrap": null,
   "_spec": "wrappy@1",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/inflight",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/inflight",
   "author": {
     "name": "Isaac Z. Schlueter",
     "email": "i@izs.me",
@@ -85,8 +85,7 @@
   ],
   "name": "wrappy",
   "optionalDependencies": {},
-  "readme": "# wrappy\n\nCallback wrapping utility\n\n## USAGE\n\n```javascript\nvar wrappy = require(\"wrappy\")\n\n// var wrapper = wrappy(wrapperFunction)\n\n// make sure a cb is called only once\n// See also: http://npm.im/once for this specific use case\nvar once = wrappy(function (cb) {\n  var called = false\n  return function () {\n    if (called) return\n    called = true\n    return cb.apply(this, arguments)\n  }\n})\n\nfunction printBoo () {\n  console.log('boo')\n}\n// has som [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git+https://github.com/npm/wrappy.git"
diff --git a/node_modules/xcode/package.json b/node_modules/xcode/package.json
index 497e923..d24741c 100644
--- a/node_modules/xcode/package.json
+++ b/node_modules/xcode/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.9.0 <0.10.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios"
+      "/Users/shazron/Documents/git/apache/cordova-ios"
     ]
   ],
   "_from": "xcode@>=0.9.0 <0.10.0",
@@ -40,11 +40,11 @@
   "_requiredBy": [
     "/"
   ],
-  "_resolved": "http://registry.npmjs.org/xcode/-/xcode-0.9.3.tgz",
+  "_resolved": "https://registry.npmjs.org/xcode/-/xcode-0.9.3.tgz",
   "_shasum": "910a89c16aee6cc0b42ca805a6d0b4cf87211cf3",
   "_shrinkwrap": null,
   "_spec": "xcode@^0.9.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios",
   "author": {
     "name": "Andrew Lunny",
     "email": "alunny@gmail.com"
@@ -119,8 +119,7 @@
   ],
   "name": "xcode",
   "optionalDependencies": {},
-  "readme": "# node-xcode\n\n> parser/toolkit for xcodeproj project files\n\nAllows you to edit xcodeproject files and write them back out.\n\n## Example\n\n    // API is a bit wonky right now\n    var xcode = require('xcode'),\n        fs = require('fs'),\n        projectPath = 'myproject.xcodeproj/project.pbxproj',\n        myProj = xcode.project(projectPath);\n\n    // parsing is async, in a different process\n    myProj.parse(function (err) {\n        myProj.addHeaderFile('foo.h');\n [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "url": "git+https://github.com/alunny/node-xcode.git"
   },
diff --git a/node_modules/xml-escape/package.json b/node_modules/xml-escape/package.json
index aa8ef83..5304fb2 100644
--- a/node_modules/xml-escape/package.json
+++ b/node_modules/xml-escape/package.json
@@ -10,7 +10,7 @@
         "spec": ">=1.1.0 <2.0.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios"
+      "/Users/shazron/Documents/git/apache/cordova-ios"
     ]
   ],
   "_from": "xml-escape@>=1.1.0 <2.0.0",
@@ -44,7 +44,7 @@
   "_shasum": "3904c143fa8eb3a0030ec646d2902a2f1b706c44",
   "_shrinkwrap": null,
   "_spec": "xml-escape@^1.1.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios",
   "author": {
     "name": "Michael Hernandez - michael.hernandez1988@gmail.com"
   },
@@ -80,8 +80,7 @@
   ],
   "name": "xml-escape",
   "optionalDependencies": {},
-  "readme": "xml-escape\n==========\n\nEscape XML in javascript (NodeJS)\n\nnpm install xml-escape\n\n```javascript\n// Warning escape is a reserved word, so maybe best to use xmlescape for var name\nvar xmlescape = require('xml-escape');\n\nxmlescape('\"hello\" \\'world\\' & false < true > -1');\n\n// output\n// '&quot;hello&quot; &apos;world&apos; &amp; false &lt; true &gt; -1'\n\n// don't escape some characters\nxmlescape('\"hello\" \\'world\\' & false < true > -1', '>\"&')\n\n// outp [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/miketheprogrammer/xml-escape.git"
diff --git a/node_modules/xmlbuilder/package.json b/node_modules/xmlbuilder/package.json
index 626ba43..28a5c5a 100644
--- a/node_modules/xmlbuilder/package.json
+++ b/node_modules/xmlbuilder/package.json
@@ -10,7 +10,7 @@
         "spec": "4.0.0",
         "type": "version"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/plist"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/plist"
     ]
   ],
   "_from": "xmlbuilder@4.0.0",
@@ -39,7 +39,7 @@
   "_shasum": "98b8f651ca30aa624036f127d11cc66dc7b907a3",
   "_shrinkwrap": null,
   "_spec": "xmlbuilder@4.0.0",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/plist",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/plist",
   "author": {
     "name": "Ozgur Ozcitak",
     "email": "oozcitak@gmail.com"
@@ -83,8 +83,7 @@
   ],
   "name": "xmlbuilder",
   "optionalDependencies": {},
-  "readme": "# xmlbuilder-js\n\nAn XML builder for [node.js](https://nodejs.org/) similar to \n[java-xmlbuilder](https://github.com/jmurty/java-xmlbuilder).\n\n[![License](http://img.shields.io/npm/l/xmlbuilder.svg?style=flat-square)](http://opensource.org/licenses/MIT)\n[![NPM Version](http://img.shields.io/npm/v/xmlbuilder.svg?style=flat-square)](https://npmjs.com/package/xmlbuilder)\n[![NPM Downloads](https://img.shields.io/npm/dm/xmlbuilder.svg?style=flat-square)](https://npmjs.com/p [...]
-  "readmeFilename": "README.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/oozcitak/xmlbuilder-js.git"
diff --git a/node_modules/xmldom/package.json b/node_modules/xmldom/package.json
index c9ea364..8e35118 100644
--- a/node_modules/xmldom/package.json
+++ b/node_modules/xmldom/package.json
@@ -10,7 +10,7 @@
         "spec": ">=0.1.0 <0.2.0",
         "type": "range"
       },
-      "/Users/steveng/repo/cordova/cordova-ios/node_modules/plist"
+      "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/plist"
     ]
   ],
   "_from": "xmldom@>=0.1.0 <0.2.0",
@@ -41,11 +41,11 @@
     "/plist",
     "/simple-plist/plist"
   ],
-  "_resolved": "http://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
+  "_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
   "_shasum": "d501f97b3bdb403af8ef9ecc20573187aadac0e9",
   "_shrinkwrap": null,
   "_spec": "xmldom@0.1.x",
-  "_where": "/Users/steveng/repo/cordova/cordova-ios/node_modules/plist",
+  "_where": "/Users/shazron/Documents/git/apache/cordova-ios/node_modules/plist",
   "author": {
     "name": "jindw",
     "email": "jindw@xidea.org",
@@ -107,14 +107,28 @@
   "maintainers": [
     {
       "name": "jindw",
-      "email": "jindw@xidea.org",
-      "url": "http://www.xidea.org"
+      "email": "jindw@xidea.org"
+    },
+    {
+      "name": "yaron",
+      "email": "yaronn01@gmail.com"
+    },
+    {
+      "name": "bigeasy",
+      "email": "alan@prettyrobots.com"
+    },
+    {
+      "name": "kethinov",
+      "email": "kethinov@gmail.com"
+    },
+    {
+      "name": "jinjinyun",
+      "email": "jinyun.jin@gmail.com"
     }
   ],
   "name": "xmldom",
   "optionalDependencies": {},
-  "readme": "# XMLDOM [![Build Status](https://secure.travis-ci.org/bigeasy/xmldom.png?branch=master)](http://travis-ci.org/bigeasy/xmldom) [![Coverage Status](https://coveralls.io/repos/bigeasy/xmldom/badge.png?branch=master)](https://coveralls.io/r/bigeasy/xmldom) [![NPM version](https://badge.fury.io/js/xmldom.png)](http://badge.fury.io/js/xmldom)\n\nA JavaScript implementation of W3C DOM for Node.js, Rhino and the browser. Fully\ncompatible with `W3C DOM level2`; and some compatible  [...]
-  "readmeFilename": "readme.md",
+  "readme": "ERROR: No README data found!",
   "repository": {
     "type": "git",
     "url": "git://github.com/jindw/xmldom.git"

-- 
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