You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/06/09 07:47:42 UTC

[51/51] [partial] cordova-windows git commit: CB-11334 Merge changes from 4.4.x release branch into master

CB-11334 Merge changes from 4.4.x release branch into master

This includes
CB-11334 Reorganize node_modules back to hierarchy tree
CB-11334 Update RELEASENOTES


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/04a29042
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/04a29042
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/04a29042

Branch: refs/heads/master
Commit: 04a2904233e48b14d7158f2014487253f1a4116f
Parents: d7f4b84
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue May 31 09:38:36 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Thu Jun 9 10:46:14 2016 +0300

----------------------------------------------------------------------
 RELEASENOTES.md                                 |    16 +
 node_modules/abbrev/.npmignore                  |     4 -
 node_modules/abbrev/.travis.yml                 |     5 -
 node_modules/abbrev/CONTRIBUTING.md             |     3 -
 node_modules/abbrev/LICENSE                     |    15 -
 node_modules/abbrev/README.md                   |    23 -
 node_modules/abbrev/abbrev.js                   |    62 -
 node_modules/abbrev/package.json                |    74 -
 node_modules/abbrev/test.js                     |    47 -
 node_modules/ansi/.jshintrc                     |     4 -
 node_modules/ansi/.npmignore                    |     1 -
 node_modules/ansi/History.md                    |    23 -
 node_modules/ansi/LICENSE                       |    24 -
 node_modules/ansi/README.md                     |    98 -
 node_modules/ansi/examples/beep/index.js        |    16 -
 node_modules/ansi/examples/clear/index.js       |    15 -
 node_modules/ansi/examples/cursorPosition.js    |    32 -
 node_modules/ansi/examples/progress/index.js    |    87 -
 node_modules/ansi/lib/ansi.js                   |   405 -
 node_modules/ansi/lib/newlines.js               |    71 -
 node_modules/ansi/package.json                  |    85 -
 node_modules/balanced-match/.npmignore          |     5 -
 node_modules/balanced-match/LICENSE.md          |    21 -
 node_modules/balanced-match/README.md           |    91 -
 node_modules/balanced-match/index.js            |    58 -
 node_modules/balanced-match/package.json        |   102 -
 node_modules/base64-js/.travis.yml              |     5 -
 node_modules/base64-js/LICENSE.MIT              |    21 -
 node_modules/base64-js/README.md                |    31 -
 node_modules/base64-js/bench/bench.js           |    19 -
 node_modules/base64-js/lib/b64.js               |   124 -
 node_modules/base64-js/package.json             |    93 -
 node_modules/base64-js/test/convert.js          |    51 -
 node_modules/base64-js/test/url-safe.js         |    18 -
 node_modules/big-integer/BigInteger.js          |  1195 --
 node_modules/big-integer/BigInteger.min.js      |    33 -
 node_modules/big-integer/LICENSE                |    24 -
 node_modules/big-integer/README.md              |   506 -
 node_modules/big-integer/package.json           |   100 -
 node_modules/bplist-parser/.npmignore           |     8 -
 node_modules/bplist-parser/README.md            |    47 -
 node_modules/bplist-parser/bplistParser.js      |   357 -
 node_modules/bplist-parser/package.json         |    81 -
 node_modules/bplist-parser/test/airplay.bplist  |   Bin 341 -> 0 bytes
 .../bplist-parser/test/iTunes-small.bplist      |   Bin 24433 -> 0 bytes
 node_modules/bplist-parser/test/int64.bplist    |   Bin 84 -> 0 bytes
 node_modules/bplist-parser/test/int64.xml       |    10 -
 node_modules/bplist-parser/test/parseTest.js    |   159 -
 node_modules/bplist-parser/test/sample1.bplist  |   Bin 605 -> 0 bytes
 node_modules/bplist-parser/test/sample2.bplist  |   Bin 384 -> 0 bytes
 node_modules/bplist-parser/test/uid.bplist      |   Bin 365 -> 0 bytes
 node_modules/bplist-parser/test/utf16.bplist    |   Bin 1273 -> 0 bytes
 .../bplist-parser/test/utf16_chinese.plist      |   Bin 2362 -> 0 bytes
 node_modules/brace-expansion/.npmignore         |     3 -
 node_modules/brace-expansion/README.md          |   122 -
 node_modules/brace-expansion/example.js         |     8 -
 node_modules/brace-expansion/index.js           |   191 -
 node_modules/brace-expansion/package.json       |   104 -
 node_modules/concat-map/.travis.yml             |     4 -
 node_modules/concat-map/LICENSE                 |    18 -
 node_modules/concat-map/README.markdown         |    62 -
 node_modules/concat-map/example/map.js          |     6 -
 node_modules/concat-map/index.js                |    13 -
 node_modules/concat-map/package.json            |   109 -
 node_modules/concat-map/test/map.js             |    39 -
 .../cordova-common/node_modules/ansi/.jshintrc  |     4 +
 .../cordova-common/node_modules/ansi/.npmignore |     1 +
 .../cordova-common/node_modules/ansi/History.md |    23 +
 .../cordova-common/node_modules/ansi/LICENSE    |    24 +
 .../cordova-common/node_modules/ansi/README.md  |    98 +
 .../node_modules/ansi/examples/beep/index.js    |    16 +
 .../node_modules/ansi/examples/clear/index.js   |    15 +
 .../ansi/examples/cursorPosition.js             |    32 +
 .../ansi/examples/progress/index.js             |    87 +
 .../node_modules/ansi/lib/ansi.js               |   405 +
 .../node_modules/ansi/lib/newlines.js           |    71 +
 .../node_modules/ansi/package.json              |    36 +
 .../node_modules/bplist-parser/.npmignore       |     8 +
 .../node_modules/bplist-parser/README.md        |    47 +
 .../node_modules/bplist-parser/bplistParser.js  |   357 +
 .../node_modules/big-integer/BigInteger.js      |  1195 ++
 .../node_modules/big-integer/BigInteger.min.js  |    33 +
 .../node_modules/big-integer/LICENSE            |    24 +
 .../node_modules/big-integer/README.md          |   506 +
 .../node_modules/big-integer/package.json       |    53 +
 .../node_modules/bplist-parser/package.json     |    39 +
 .../bplist-parser/test/airplay.bplist           |   Bin 0 -> 341 bytes
 .../bplist-parser/test/iTunes-small.bplist      |   Bin 0 -> 24433 bytes
 .../bplist-parser/test/int64.bplist             |   Bin 0 -> 84 bytes
 .../node_modules/bplist-parser/test/int64.xml   |    10 +
 .../bplist-parser/test/parseTest.js             |   159 +
 .../bplist-parser/test/sample1.bplist           |   Bin 0 -> 605 bytes
 .../bplist-parser/test/sample2.bplist           |   Bin 0 -> 384 bytes
 .../node_modules/bplist-parser/test/uid.bplist  |   Bin 0 -> 365 bytes
 .../bplist-parser/test/utf16.bplist             |   Bin 0 -> 1273 bytes
 .../bplist-parser/test/utf16_chinese.plist      |   Bin 0 -> 2362 bytes
 .../cordova-registry-mapper/.npmignore          |     1 +
 .../cordova-registry-mapper/.travis.yml         |     7 +
 .../cordova-registry-mapper/README.md           |    14 +
 .../cordova-registry-mapper/index.js            |   204 +
 .../cordova-registry-mapper/package.json        |    51 +
 .../cordova-registry-mapper/tests/test.js       |    11 +
 .../cordova-common/node_modules/glob/LICENSE    |    15 +
 .../cordova-common/node_modules/glob/README.md  |   377 +
 .../cordova-common/node_modules/glob/common.js  |   245 +
 .../cordova-common/node_modules/glob/glob.js    |   752 +
 .../glob/node_modules/inflight/LICENSE          |    15 +
 .../glob/node_modules/inflight/README.md        |    37 +
 .../glob/node_modules/inflight/inflight.js      |    44 +
 .../inflight/node_modules/wrappy/LICENSE        |    15 +
 .../inflight/node_modules/wrappy/README.md      |    36 +
 .../inflight/node_modules/wrappy/package.json   |    63 +
 .../inflight/node_modules/wrappy/wrappy.js      |    33 +
 .../glob/node_modules/inflight/package.json     |    72 +
 .../glob/node_modules/inherits/LICENSE          |    16 +
 .../glob/node_modules/inherits/README.md        |    42 +
 .../glob/node_modules/inherits/inherits.js      |     1 +
 .../node_modules/inherits/inherits_browser.js   |    23 +
 .../glob/node_modules/inherits/package.json     |    35 +
 .../glob/node_modules/inherits/test.js          |    25 +
 .../node_modules/glob/node_modules/once/LICENSE |    15 +
 .../glob/node_modules/once/README.md            |    51 +
 .../once/node_modules/wrappy/LICENSE            |    15 +
 .../once/node_modules/wrappy/README.md          |    36 +
 .../once/node_modules/wrappy/package.json       |    63 +
 .../once/node_modules/wrappy/wrappy.js          |    33 +
 .../node_modules/glob/node_modules/once/once.js |    21 +
 .../glob/node_modules/once/package.json         |    47 +
 .../glob/node_modules/path-is-absolute/index.js |    20 +
 .../glob/node_modules/path-is-absolute/license  |    21 +
 .../node_modules/path-is-absolute/package.json  |    53 +
 .../node_modules/path-is-absolute/readme.md     |    51 +
 .../node_modules/glob/package.json              |    56 +
 .../cordova-common/node_modules/glob/sync.js    |   460 +
 .../node_modules/minimatch/LICENSE              |    15 +
 .../node_modules/minimatch/README.md            |   216 +
 .../node_modules/minimatch/minimatch.js         |   912 ++
 .../node_modules/brace-expansion/.npmignore     |     3 +
 .../node_modules/brace-expansion/README.md      |   122 +
 .../node_modules/brace-expansion/example.js     |     8 +
 .../node_modules/brace-expansion/index.js       |   191 +
 .../node_modules/balanced-match/.npmignore      |     5 +
 .../node_modules/balanced-match/LICENSE.md      |    21 +
 .../node_modules/balanced-match/README.md       |    91 +
 .../node_modules/balanced-match/index.js        |    58 +
 .../node_modules/balanced-match/package.json    |    77 +
 .../node_modules/concat-map/.travis.yml         |     4 +
 .../node_modules/concat-map/LICENSE             |    18 +
 .../node_modules/concat-map/README.markdown     |    62 +
 .../node_modules/concat-map/example/map.js      |     6 +
 .../node_modules/concat-map/index.js            |    13 +
 .../node_modules/concat-map/package.json        |    69 +
 .../node_modules/concat-map/test/map.js         |    39 +
 .../node_modules/brace-expansion/package.json   |    79 +
 .../node_modules/minimatch/package.json         |    43 +
 .../node_modules/osenv/.npmignore               |    13 +
 .../node_modules/osenv/.travis.yml              |     9 +
 .../cordova-common/node_modules/osenv/LICENSE   |    15 +
 .../cordova-common/node_modules/osenv/README.md |    63 +
 .../osenv/node_modules/os-homedir/index.js      |    24 +
 .../osenv/node_modules/os-homedir/license       |    21 +
 .../osenv/node_modules/os-homedir/package.json  |    70 +
 .../osenv/node_modules/os-homedir/readme.md     |    33 +
 .../osenv/node_modules/os-tmpdir/index.js       |    25 +
 .../osenv/node_modules/os-tmpdir/license        |    21 +
 .../osenv/node_modules/os-tmpdir/package.json   |    53 +
 .../osenv/node_modules/os-tmpdir/readme.md      |    36 +
 .../cordova-common/node_modules/osenv/osenv.js  |    72 +
 .../node_modules/osenv/package.json             |    76 +
 .../node_modules/osenv/test/unix.js             |    71 +
 .../node_modules/osenv/test/windows.js          |    74 +
 .../cordova-common/node_modules/osenv/x.tap     |    39 +
 .../cordova-common/node_modules/plist/.jshintrc |     4 +
 .../node_modules/plist/.travis.yml              |    34 +
 .../node_modules/plist/History.md               |   122 +
 .../cordova-common/node_modules/plist/LICENSE   |    24 +
 .../cordova-common/node_modules/plist/Makefile  |    76 +
 .../cordova-common/node_modules/plist/README.md |   113 +
 .../node_modules/plist/dist/plist-build.js      |  3982 ++++++
 .../node_modules/plist/dist/plist-parse.js      |  4055 ++++++
 .../node_modules/plist/dist/plist.js            |  7987 +++++++++++
 .../plist/examples/browser/index.html           |    14 +
 .../node_modules/plist/lib/build.js             |   138 +
 .../node_modules/plist/lib/node.js              |    49 +
 .../node_modules/plist/lib/parse.js             |   200 +
 .../node_modules/plist/lib/plist.js             |    23 +
 .../plist/node_modules/base64-js/.travis.yml    |     5 +
 .../plist/node_modules/base64-js/LICENSE.MIT    |    21 +
 .../plist/node_modules/base64-js/README.md      |    31 +
 .../plist/node_modules/base64-js/bench/bench.js |    19 +
 .../plist/node_modules/base64-js/lib/b64.js     |   124 +
 .../plist/node_modules/base64-js/package.json   |    47 +
 .../node_modules/base64-js/test/convert.js      |    51 +
 .../node_modules/base64-js/test/url-safe.js     |    18 +
 .../node_modules/util-deprecate/History.md      |    16 +
 .../plist/node_modules/util-deprecate/LICENSE   |    24 +
 .../plist/node_modules/util-deprecate/README.md |    53 +
 .../node_modules/util-deprecate/browser.js      |    67 +
 .../plist/node_modules/util-deprecate/node.js   |     6 +
 .../node_modules/util-deprecate/package.json    |    37 +
 .../plist/node_modules/xmlbuilder/.npmignore    |     5 +
 .../plist/node_modules/xmlbuilder/LICENSE       |    21 +
 .../plist/node_modules/xmlbuilder/README.md     |    86 +
 .../node_modules/xmlbuilder/lib/XMLAttribute.js |    32 +
 .../node_modules/xmlbuilder/lib/XMLBuilder.js   |    69 +
 .../node_modules/xmlbuilder/lib/XMLCData.js     |    49 +
 .../node_modules/xmlbuilder/lib/XMLComment.js   |    49 +
 .../xmlbuilder/lib/XMLDTDAttList.js             |    68 +
 .../xmlbuilder/lib/XMLDTDElement.js             |    46 +
 .../node_modules/xmlbuilder/lib/XMLDTDEntity.js |    84 +
 .../xmlbuilder/lib/XMLDTDNotation.js            |    56 +
 .../xmlbuilder/lib/XMLDeclaration.js            |    65 +
 .../node_modules/xmlbuilder/lib/XMLDocType.js   |   188 +
 .../node_modules/xmlbuilder/lib/XMLElement.js   |   212 +
 .../node_modules/xmlbuilder/lib/XMLNode.js      |   331 +
 .../xmlbuilder/lib/XMLProcessingInstruction.js  |    51 +
 .../plist/node_modules/xmlbuilder/lib/XMLRaw.js |    49 +
 .../xmlbuilder/lib/XMLStringifier.js            |   165 +
 .../node_modules/xmlbuilder/lib/XMLText.js      |    49 +
 .../plist/node_modules/xmlbuilder/lib/index.js  |    14 +
 .../xmlbuilder/node_modules/lodash/LICENSE      |    22 +
 .../xmlbuilder/node_modules/lodash/README.md    |   121 +
 .../xmlbuilder/node_modules/lodash/array.js     |    44 +
 .../node_modules/lodash/array/chunk.js          |    46 +
 .../node_modules/lodash/array/compact.js        |    30 +
 .../node_modules/lodash/array/difference.js     |    29 +
 .../node_modules/lodash/array/drop.js           |    39 +
 .../node_modules/lodash/array/dropRight.js      |    40 +
 .../node_modules/lodash/array/dropRightWhile.js |    59 +
 .../node_modules/lodash/array/dropWhile.js      |    59 +
 .../node_modules/lodash/array/fill.js           |    44 +
 .../node_modules/lodash/array/findIndex.js      |    53 +
 .../node_modules/lodash/array/findLastIndex.js  |    53 +
 .../node_modules/lodash/array/first.js          |    22 +
 .../node_modules/lodash/array/flatten.js        |    32 +
 .../node_modules/lodash/array/flattenDeep.js    |    21 +
 .../node_modules/lodash/array/head.js           |     1 +
 .../node_modules/lodash/array/indexOf.js        |    53 +
 .../node_modules/lodash/array/initial.js        |    20 +
 .../node_modules/lodash/array/intersection.js   |    58 +
 .../node_modules/lodash/array/last.js           |    19 +
 .../node_modules/lodash/array/lastIndexOf.js    |    60 +
 .../node_modules/lodash/array/object.js         |     1 +
 .../node_modules/lodash/array/pull.js           |    52 +
 .../node_modules/lodash/array/pullAt.js         |    40 +
 .../node_modules/lodash/array/remove.js         |    64 +
 .../node_modules/lodash/array/rest.js           |    21 +
 .../node_modules/lodash/array/slice.js          |    30 +
 .../node_modules/lodash/array/sortedIndex.js    |    53 +
 .../lodash/array/sortedLastIndex.js             |    25 +
 .../node_modules/lodash/array/tail.js           |     1 +
 .../node_modules/lodash/array/take.js           |    39 +
 .../node_modules/lodash/array/takeRight.js      |    40 +
 .../node_modules/lodash/array/takeRightWhile.js |    59 +
 .../node_modules/lodash/array/takeWhile.js      |    59 +
 .../node_modules/lodash/array/union.js          |    24 +
 .../node_modules/lodash/array/uniq.js           |    71 +
 .../node_modules/lodash/array/unique.js         |     1 +
 .../node_modules/lodash/array/unzip.js          |    47 +
 .../node_modules/lodash/array/unzipWith.js      |    41 +
 .../node_modules/lodash/array/without.js        |    27 +
 .../xmlbuilder/node_modules/lodash/array/xor.js |    35 +
 .../xmlbuilder/node_modules/lodash/array/zip.js |    21 +
 .../node_modules/lodash/array/zipObject.js      |    43 +
 .../node_modules/lodash/array/zipWith.js        |    36 +
 .../xmlbuilder/node_modules/lodash/chain.js     |    16 +
 .../node_modules/lodash/chain/chain.js          |    35 +
 .../node_modules/lodash/chain/commit.js         |     1 +
 .../node_modules/lodash/chain/concat.js         |     1 +
 .../node_modules/lodash/chain/lodash.js         |   125 +
 .../node_modules/lodash/chain/plant.js          |     1 +
 .../node_modules/lodash/chain/reverse.js        |     1 +
 .../xmlbuilder/node_modules/lodash/chain/run.js |     1 +
 .../xmlbuilder/node_modules/lodash/chain/tap.js |    29 +
 .../node_modules/lodash/chain/thru.js           |    26 +
 .../node_modules/lodash/chain/toJSON.js         |     1 +
 .../node_modules/lodash/chain/toString.js       |     1 +
 .../node_modules/lodash/chain/value.js          |     1 +
 .../node_modules/lodash/chain/valueOf.js        |     1 +
 .../node_modules/lodash/chain/wrapperChain.js   |    32 +
 .../node_modules/lodash/chain/wrapperCommit.js  |    32 +
 .../node_modules/lodash/chain/wrapperConcat.js  |    34 +
 .../node_modules/lodash/chain/wrapperPlant.js   |    45 +
 .../node_modules/lodash/chain/wrapperReverse.js |    43 +
 .../lodash/chain/wrapperToString.js             |    17 +
 .../node_modules/lodash/chain/wrapperValue.js   |    20 +
 .../node_modules/lodash/collection.js           |    44 +
 .../node_modules/lodash/collection/all.js       |     1 +
 .../node_modules/lodash/collection/any.js       |     1 +
 .../node_modules/lodash/collection/at.js        |    29 +
 .../node_modules/lodash/collection/collect.js   |     1 +
 .../node_modules/lodash/collection/contains.js  |     1 +
 .../node_modules/lodash/collection/countBy.js   |    54 +
 .../node_modules/lodash/collection/detect.js    |     1 +
 .../node_modules/lodash/collection/each.js      |     1 +
 .../node_modules/lodash/collection/eachRight.js |     1 +
 .../node_modules/lodash/collection/every.js     |    66 +
 .../node_modules/lodash/collection/filter.js    |    61 +
 .../node_modules/lodash/collection/find.js      |    56 +
 .../node_modules/lodash/collection/findLast.js  |    25 +
 .../node_modules/lodash/collection/findWhere.js |    37 +
 .../node_modules/lodash/collection/foldl.js     |     1 +
 .../node_modules/lodash/collection/foldr.js     |     1 +
 .../node_modules/lodash/collection/forEach.js   |    37 +
 .../lodash/collection/forEachRight.js           |    26 +
 .../node_modules/lodash/collection/groupBy.js   |    59 +
 .../node_modules/lodash/collection/include.js   |     1 +
 .../node_modules/lodash/collection/includes.js  |    57 +
 .../node_modules/lodash/collection/indexBy.js   |    53 +
 .../node_modules/lodash/collection/inject.js    |     1 +
 .../node_modules/lodash/collection/invoke.js    |    42 +
 .../node_modules/lodash/collection/map.js       |    68 +
 .../node_modules/lodash/collection/max.js       |     1 +
 .../node_modules/lodash/collection/min.js       |     1 +
 .../node_modules/lodash/collection/partition.js |    66 +
 .../node_modules/lodash/collection/pluck.js     |    31 +
 .../node_modules/lodash/collection/reduce.js    |    44 +
 .../lodash/collection/reduceRight.js            |    29 +
 .../node_modules/lodash/collection/reject.js    |    50 +
 .../node_modules/lodash/collection/sample.js    |    50 +
 .../node_modules/lodash/collection/select.js    |     1 +
 .../node_modules/lodash/collection/shuffle.js   |    24 +
 .../node_modules/lodash/collection/size.js      |    30 +
 .../node_modules/lodash/collection/some.js      |    67 +
 .../node_modules/lodash/collection/sortBy.js    |    71 +
 .../node_modules/lodash/collection/sortByAll.js |    52 +
 .../lodash/collection/sortByOrder.js            |    55 +
 .../node_modules/lodash/collection/sum.js       |     1 +
 .../node_modules/lodash/collection/where.js     |    37 +
 .../xmlbuilder/node_modules/lodash/date.js      |     3 +
 .../xmlbuilder/node_modules/lodash/date/now.js  |    24 +
 .../xmlbuilder/node_modules/lodash/function.js  |    28 +
 .../node_modules/lodash/function/after.js       |    48 +
 .../node_modules/lodash/function/ary.js         |    34 +
 .../node_modules/lodash/function/backflow.js    |     1 +
 .../node_modules/lodash/function/before.js      |    42 +
 .../node_modules/lodash/function/bind.js        |    56 +
 .../node_modules/lodash/function/bindAll.js     |    50 +
 .../node_modules/lodash/function/bindKey.js     |    66 +
 .../node_modules/lodash/function/compose.js     |     1 +
 .../node_modules/lodash/function/curry.js       |    51 +
 .../node_modules/lodash/function/curryRight.js  |    48 +
 .../node_modules/lodash/function/debounce.js    |   181 +
 .../node_modules/lodash/function/defer.js       |    25 +
 .../node_modules/lodash/function/delay.js       |    26 +
 .../node_modules/lodash/function/flow.js        |    25 +
 .../node_modules/lodash/function/flowRight.js   |    25 +
 .../node_modules/lodash/function/memoize.js     |    80 +
 .../node_modules/lodash/function/modArgs.js     |    58 +
 .../node_modules/lodash/function/negate.js      |    32 +
 .../node_modules/lodash/function/once.js        |    24 +
 .../node_modules/lodash/function/partial.js     |    43 +
 .../lodash/function/partialRight.js             |    42 +
 .../node_modules/lodash/function/rearg.js       |    40 +
 .../node_modules/lodash/function/restParam.js   |    58 +
 .../node_modules/lodash/function/spread.js      |    44 +
 .../node_modules/lodash/function/throttle.js    |    62 +
 .../node_modules/lodash/function/wrap.js        |    33 +
 .../xmlbuilder/node_modules/lodash/index.js     | 12351 +++++++++++++++++
 .../node_modules/lodash/internal/LazyWrapper.js |    26 +
 .../lodash/internal/LodashWrapper.js            |    21 +
 .../node_modules/lodash/internal/MapCache.js    |    24 +
 .../node_modules/lodash/internal/SetCache.js    |    29 +
 .../node_modules/lodash/internal/arrayConcat.js |    25 +
 .../node_modules/lodash/internal/arrayCopy.js   |    20 +
 .../node_modules/lodash/internal/arrayEach.js   |    22 +
 .../lodash/internal/arrayEachRight.js           |    21 +
 .../node_modules/lodash/internal/arrayEvery.js  |    23 +
 .../lodash/internal/arrayExtremum.js            |    30 +
 .../node_modules/lodash/internal/arrayFilter.js |    25 +
 .../node_modules/lodash/internal/arrayMap.js    |    21 +
 .../node_modules/lodash/internal/arrayPush.js   |    20 +
 .../node_modules/lodash/internal/arrayReduce.js |    26 +
 .../lodash/internal/arrayReduceRight.js         |    24 +
 .../node_modules/lodash/internal/arraySome.js   |    23 +
 .../node_modules/lodash/internal/arraySum.js    |    20 +
 .../lodash/internal/assignDefaults.js           |    13 +
 .../lodash/internal/assignOwnDefaults.js        |    26 +
 .../node_modules/lodash/internal/assignWith.js  |    32 +
 .../node_modules/lodash/internal/baseAssign.js  |    19 +
 .../node_modules/lodash/internal/baseAt.js      |    32 +
 .../lodash/internal/baseCallback.js             |    35 +
 .../node_modules/lodash/internal/baseClone.js   |   128 +
 .../lodash/internal/baseCompareAscending.js     |    34 +
 .../node_modules/lodash/internal/baseCopy.js    |    23 +
 .../node_modules/lodash/internal/baseCreate.js  |    23 +
 .../node_modules/lodash/internal/baseDelay.js   |    21 +
 .../lodash/internal/baseDifference.js           |    55 +
 .../node_modules/lodash/internal/baseEach.js    |    15 +
 .../lodash/internal/baseEachRight.js            |    15 +
 .../node_modules/lodash/internal/baseEvery.js   |    22 +
 .../lodash/internal/baseExtremum.js             |    29 +
 .../node_modules/lodash/internal/baseFill.js    |    31 +
 .../node_modules/lodash/internal/baseFilter.js  |    22 +
 .../node_modules/lodash/internal/baseFind.js    |    25 +
 .../lodash/internal/baseFindIndex.js            |    23 +
 .../node_modules/lodash/internal/baseFlatten.js |    41 +
 .../node_modules/lodash/internal/baseFor.js     |    17 +
 .../node_modules/lodash/internal/baseForIn.js   |    17 +
 .../node_modules/lodash/internal/baseForOwn.js  |    17 +
 .../lodash/internal/baseForOwnRight.js          |    17 +
 .../lodash/internal/baseForRight.js             |    15 +
 .../lodash/internal/baseFunctions.js            |    27 +
 .../node_modules/lodash/internal/baseGet.js     |    29 +
 .../node_modules/lodash/internal/baseIndexOf.js |    27 +
 .../node_modules/lodash/internal/baseIsEqual.js |    28 +
 .../lodash/internal/baseIsEqualDeep.js          |   102 +
 .../lodash/internal/baseIsFunction.js           |    15 +
 .../node_modules/lodash/internal/baseIsMatch.js |    52 +
 .../node_modules/lodash/internal/baseLodash.js  |    10 +
 .../node_modules/lodash/internal/baseMap.js     |    23 +
 .../node_modules/lodash/internal/baseMatches.js |    30 +
 .../lodash/internal/baseMatchesProperty.js      |    45 +
 .../node_modules/lodash/internal/baseMerge.js   |    56 +
 .../lodash/internal/baseMergeDeep.js            |    67 +
 .../lodash/internal/baseProperty.js             |    14 +
 .../lodash/internal/basePropertyDeep.js         |    19 +
 .../node_modules/lodash/internal/basePullAt.js  |    30 +
 .../node_modules/lodash/internal/baseRandom.js  |    18 +
 .../node_modules/lodash/internal/baseReduce.js  |    24 +
 .../node_modules/lodash/internal/baseSetData.js |    17 +
 .../node_modules/lodash/internal/baseSlice.js   |    32 +
 .../node_modules/lodash/internal/baseSome.js    |    23 +
 .../node_modules/lodash/internal/baseSortBy.js  |    21 +
 .../lodash/internal/baseSortByOrder.js          |    31 +
 .../node_modules/lodash/internal/baseSum.js     |    20 +
 .../lodash/internal/baseToString.js             |    13 +
 .../node_modules/lodash/internal/baseUniq.js    |    60 +
 .../node_modules/lodash/internal/baseValues.js  |    22 +
 .../node_modules/lodash/internal/baseWhile.js   |    24 +
 .../lodash/internal/baseWrapperValue.js         |    29 +
 .../node_modules/lodash/internal/binaryIndex.js |    39 +
 .../lodash/internal/binaryIndexBy.js            |    57 +
 .../lodash/internal/bindCallback.js             |    39 +
 .../node_modules/lodash/internal/bufferClone.js |    20 +
 .../lodash/internal/cacheIndexOf.js             |    19 +
 .../node_modules/lodash/internal/cachePush.js   |    20 +
 .../lodash/internal/charsLeftIndex.js           |    18 +
 .../lodash/internal/charsRightIndex.js          |    17 +
 .../lodash/internal/compareAscending.js         |    16 +
 .../lodash/internal/compareMultiple.js          |    44 +
 .../node_modules/lodash/internal/composeArgs.js |    34 +
 .../lodash/internal/composeArgsRight.js         |    36 +
 .../lodash/internal/createAggregator.js         |    35 +
 .../lodash/internal/createAssigner.js           |    41 +
 .../lodash/internal/createBaseEach.js           |    31 +
 .../lodash/internal/createBaseFor.js            |    27 +
 .../lodash/internal/createBindWrapper.js        |    22 +
 .../node_modules/lodash/internal/createCache.js |    21 +
 .../lodash/internal/createCompounder.js         |    26 +
 .../lodash/internal/createCtorWrapper.js        |    37 +
 .../node_modules/lodash/internal/createCurry.js |    23 +
 .../lodash/internal/createDefaults.js           |    22 +
 .../lodash/internal/createExtremum.js           |    33 +
 .../node_modules/lodash/internal/createFind.js  |    25 +
 .../lodash/internal/createFindIndex.js          |    21 +
 .../lodash/internal/createFindKey.js            |    18 +
 .../node_modules/lodash/internal/createFlow.js  |    74 +
 .../lodash/internal/createForEach.js            |    20 +
 .../node_modules/lodash/internal/createForIn.js |    20 +
 .../lodash/internal/createForOwn.js             |    19 +
 .../lodash/internal/createHybridWrapper.js      |   111 +
 .../lodash/internal/createObjectMapper.js       |    26 +
 .../lodash/internal/createPadDir.js             |    18 +
 .../lodash/internal/createPadding.js            |    29 +
 .../lodash/internal/createPartial.js            |    20 +
 .../lodash/internal/createPartialWrapper.js     |    43 +
 .../lodash/internal/createReduce.js             |    22 +
 .../node_modules/lodash/internal/createRound.js |    23 +
 .../lodash/internal/createSortedIndex.js        |    20 +
 .../lodash/internal/createWrapper.js            |    86 +
 .../lodash/internal/deburrLetter.js             |    33 +
 .../node_modules/lodash/internal/equalArrays.js |    51 +
 .../node_modules/lodash/internal/equalByTag.js  |    48 +
 .../lodash/internal/equalObjects.js             |    67 +
 .../lodash/internal/escapeHtmlChar.js           |    22 +
 .../lodash/internal/escapeRegExpChar.js         |    38 +
 .../lodash/internal/escapeStringChar.js         |    22 +
 .../node_modules/lodash/internal/getData.js     |    15 +
 .../node_modules/lodash/internal/getFuncName.js |    25 +
 .../node_modules/lodash/internal/getLength.js   |    15 +
 .../lodash/internal/getMatchData.js             |    21 +
 .../node_modules/lodash/internal/getNative.js   |    16 +
 .../node_modules/lodash/internal/getView.js     |    33 +
 .../node_modules/lodash/internal/indexOfNaN.js  |    23 +
 .../lodash/internal/initCloneArray.js           |    26 +
 .../lodash/internal/initCloneByTag.js           |    63 +
 .../lodash/internal/initCloneObject.js          |    16 +
 .../node_modules/lodash/internal/invokePath.js  |    26 +
 .../node_modules/lodash/internal/isArrayLike.js |    15 +
 .../node_modules/lodash/internal/isIndex.js     |    24 +
 .../lodash/internal/isIterateeCall.js           |    28 +
 .../node_modules/lodash/internal/isKey.js       |    28 +
 .../node_modules/lodash/internal/isLaziable.js  |    27 +
 .../node_modules/lodash/internal/isLength.js    |    20 +
 .../lodash/internal/isObjectLike.js             |    12 +
 .../node_modules/lodash/internal/isSpace.js     |    14 +
 .../lodash/internal/isStrictComparable.js       |    15 +
 .../node_modules/lodash/internal/lazyClone.js   |    23 +
 .../node_modules/lodash/internal/lazyReverse.js |    23 +
 .../node_modules/lodash/internal/lazyValue.js   |    72 +
 .../node_modules/lodash/internal/mapDelete.js   |    14 +
 .../node_modules/lodash/internal/mapGet.js      |    14 +
 .../node_modules/lodash/internal/mapHas.js      |    20 +
 .../node_modules/lodash/internal/mapSet.js      |    18 +
 .../node_modules/lodash/internal/mergeData.js   |    89 +
 .../lodash/internal/mergeDefaults.js            |    15 +
 .../node_modules/lodash/internal/metaMap.js     |     9 +
 .../node_modules/lodash/internal/pickByArray.js |    28 +
 .../lodash/internal/pickByCallback.js           |    22 +
 .../node_modules/lodash/internal/reEscape.js    |     4 +
 .../node_modules/lodash/internal/reEvaluate.js  |     4 +
 .../lodash/internal/reInterpolate.js            |     4 +
 .../node_modules/lodash/internal/realNames.js   |     4 +
 .../node_modules/lodash/internal/reorder.js     |    29 +
 .../lodash/internal/replaceHolders.js           |    28 +
 .../node_modules/lodash/internal/setData.js     |    41 +
 .../node_modules/lodash/internal/shimKeys.js    |    41 +
 .../node_modules/lodash/internal/sortedUniq.js  |    29 +
 .../node_modules/lodash/internal/toIterable.js  |    22 +
 .../node_modules/lodash/internal/toObject.js    |    14 +
 .../node_modules/lodash/internal/toPath.js      |    28 +
 .../lodash/internal/trimmedLeftIndex.js         |    19 +
 .../lodash/internal/trimmedRightIndex.js        |    18 +
 .../lodash/internal/unescapeHtmlChar.js         |    22 +
 .../lodash/internal/wrapperClone.js             |    18 +
 .../xmlbuilder/node_modules/lodash/lang.js      |    32 +
 .../node_modules/lodash/lang/clone.js           |    70 +
 .../node_modules/lodash/lang/cloneDeep.js       |    55 +
 .../xmlbuilder/node_modules/lodash/lang/eq.js   |     1 +
 .../xmlbuilder/node_modules/lodash/lang/gt.js   |    25 +
 .../xmlbuilder/node_modules/lodash/lang/gte.js  |    25 +
 .../node_modules/lodash/lang/isArguments.js     |    34 +
 .../node_modules/lodash/lang/isArray.js         |    40 +
 .../node_modules/lodash/lang/isBoolean.js       |    35 +
 .../node_modules/lodash/lang/isDate.js          |    35 +
 .../node_modules/lodash/lang/isElement.js       |    24 +
 .../node_modules/lodash/lang/isEmpty.js         |    47 +
 .../node_modules/lodash/lang/isEqual.js         |    54 +
 .../node_modules/lodash/lang/isError.js         |    36 +
 .../node_modules/lodash/lang/isFinite.js        |    35 +
 .../node_modules/lodash/lang/isFunction.js      |    38 +
 .../node_modules/lodash/lang/isMatch.js         |    49 +
 .../node_modules/lodash/lang/isNaN.js           |    34 +
 .../node_modules/lodash/lang/isNative.js        |    48 +
 .../node_modules/lodash/lang/isNull.js          |    21 +
 .../node_modules/lodash/lang/isNumber.js        |    41 +
 .../node_modules/lodash/lang/isObject.js        |    28 +
 .../node_modules/lodash/lang/isPlainObject.js   |    71 +
 .../node_modules/lodash/lang/isRegExp.js        |    35 +
 .../node_modules/lodash/lang/isString.js        |    35 +
 .../node_modules/lodash/lang/isTypedArray.js    |    74 +
 .../node_modules/lodash/lang/isUndefined.js     |    21 +
 .../xmlbuilder/node_modules/lodash/lang/lt.js   |    25 +
 .../xmlbuilder/node_modules/lodash/lang/lte.js  |    25 +
 .../node_modules/lodash/lang/toArray.js         |    32 +
 .../node_modules/lodash/lang/toPlainObject.js   |    31 +
 .../xmlbuilder/node_modules/lodash/math.js      |     9 +
 .../xmlbuilder/node_modules/lodash/math/add.js  |    19 +
 .../xmlbuilder/node_modules/lodash/math/ceil.js |    25 +
 .../node_modules/lodash/math/floor.js           |    25 +
 .../xmlbuilder/node_modules/lodash/math/max.js  |    56 +
 .../xmlbuilder/node_modules/lodash/math/min.js  |    56 +
 .../node_modules/lodash/math/round.js           |    25 +
 .../xmlbuilder/node_modules/lodash/math/sum.js  |    50 +
 .../xmlbuilder/node_modules/lodash/number.js    |     4 +
 .../node_modules/lodash/number/inRange.js       |    47 +
 .../node_modules/lodash/number/random.js        |    70 +
 .../xmlbuilder/node_modules/lodash/object.js    |    31 +
 .../node_modules/lodash/object/assign.js        |    43 +
 .../node_modules/lodash/object/create.js        |    47 +
 .../node_modules/lodash/object/defaults.js      |    25 +
 .../node_modules/lodash/object/defaultsDeep.js  |    25 +
 .../node_modules/lodash/object/extend.js        |     1 +
 .../node_modules/lodash/object/findKey.js       |    54 +
 .../node_modules/lodash/object/findLastKey.js   |    54 +
 .../node_modules/lodash/object/forIn.js         |    33 +
 .../node_modules/lodash/object/forInRight.js    |    31 +
 .../node_modules/lodash/object/forOwn.js        |    33 +
 .../node_modules/lodash/object/forOwnRight.js   |    31 +
 .../node_modules/lodash/object/functions.js     |    23 +
 .../node_modules/lodash/object/get.js           |    33 +
 .../node_modules/lodash/object/has.js           |    57 +
 .../node_modules/lodash/object/invert.js        |    60 +
 .../node_modules/lodash/object/keys.js          |    45 +
 .../node_modules/lodash/object/keysIn.js        |    64 +
 .../node_modules/lodash/object/mapKeys.js       |    25 +
 .../node_modules/lodash/object/mapValues.js     |    46 +
 .../node_modules/lodash/object/merge.js         |    54 +
 .../node_modules/lodash/object/methods.js       |     1 +
 .../node_modules/lodash/object/omit.js          |    47 +
 .../node_modules/lodash/object/pairs.js         |    33 +
 .../node_modules/lodash/object/pick.js          |    42 +
 .../node_modules/lodash/object/result.js        |    49 +
 .../node_modules/lodash/object/set.js           |    55 +
 .../node_modules/lodash/object/transform.js     |    61 +
 .../node_modules/lodash/object/values.js        |    33 +
 .../node_modules/lodash/object/valuesIn.js      |    31 +
 .../xmlbuilder/node_modules/lodash/package.json |    62 +
 .../xmlbuilder/node_modules/lodash/string.js    |    25 +
 .../node_modules/lodash/string/camelCase.js     |    27 +
 .../node_modules/lodash/string/capitalize.js    |    21 +
 .../node_modules/lodash/string/deburr.js        |    29 +
 .../node_modules/lodash/string/endsWith.js      |    40 +
 .../node_modules/lodash/string/escape.js        |    48 +
 .../node_modules/lodash/string/escapeRegExp.js  |    32 +
 .../node_modules/lodash/string/kebabCase.js     |    26 +
 .../node_modules/lodash/string/pad.js           |    47 +
 .../node_modules/lodash/string/padLeft.js       |    27 +
 .../node_modules/lodash/string/padRight.js      |    27 +
 .../node_modules/lodash/string/parseInt.js      |    46 +
 .../node_modules/lodash/string/repeat.js        |    47 +
 .../node_modules/lodash/string/snakeCase.js     |    26 +
 .../node_modules/lodash/string/startCase.js     |    26 +
 .../node_modules/lodash/string/startsWith.js    |    36 +
 .../node_modules/lodash/string/template.js      |   226 +
 .../lodash/string/templateSettings.js           |    67 +
 .../node_modules/lodash/string/trim.js          |    42 +
 .../node_modules/lodash/string/trimLeft.js      |    36 +
 .../node_modules/lodash/string/trimRight.js     |    36 +
 .../node_modules/lodash/string/trunc.js         |   105 +
 .../node_modules/lodash/string/unescape.js      |    33 +
 .../node_modules/lodash/string/words.js         |    38 +
 .../xmlbuilder/node_modules/lodash/support.js   |    10 +
 .../xmlbuilder/node_modules/lodash/utility.js   |    18 +
 .../node_modules/lodash/utility/attempt.js      |    32 +
 .../node_modules/lodash/utility/callback.js     |    53 +
 .../node_modules/lodash/utility/constant.js     |    23 +
 .../node_modules/lodash/utility/identity.js     |    20 +
 .../node_modules/lodash/utility/iteratee.js     |     1 +
 .../node_modules/lodash/utility/matches.js      |    33 +
 .../lodash/utility/matchesProperty.js           |    32 +
 .../node_modules/lodash/utility/method.js       |    33 +
 .../node_modules/lodash/utility/methodOf.js     |    32 +
 .../node_modules/lodash/utility/mixin.js        |    82 +
 .../node_modules/lodash/utility/noop.js         |    19 +
 .../node_modules/lodash/utility/property.js     |    31 +
 .../node_modules/lodash/utility/propertyOf.js   |    30 +
 .../node_modules/lodash/utility/range.js        |    66 +
 .../node_modules/lodash/utility/times.js        |    60 +
 .../node_modules/lodash/utility/uniqueId.js     |    27 +
 .../plist/node_modules/xmlbuilder/package.json  |    48 +
 .../plist/node_modules/xmldom/.npmignore        |     5 +
 .../plist/node_modules/xmldom/.travis.yml       |    22 +
 .../plist/node_modules/xmldom/LICENSE           |     8 +
 .../plist/node_modules/xmldom/__package__.js    |     4 +
 .../plist/node_modules/xmldom/changelog         |    14 +
 .../plist/node_modules/xmldom/component.json    |    10 +
 .../plist/node_modules/xmldom/dom-parser.js     |   249 +
 .../plist/node_modules/xmldom/dom.js            |  1147 ++
 .../plist/node_modules/xmldom/package.json      |    76 +
 .../plist/node_modules/xmldom/readme.md         |   219 +
 .../plist/node_modules/xmldom/sax.js            |   586 +
 .../node_modules/plist/package.json             |    67 +
 .../node_modules/underscore/LICENSE             |    23 +
 .../node_modules/underscore/README.md           |    22 +
 .../node_modules/underscore/package.json        |    70 +
 .../node_modules/underscore/underscore-min.js   |     6 +
 .../node_modules/underscore/underscore-min.map  |     1 +
 .../node_modules/underscore/underscore.js       |  1548 +++
 .../node_modules/unorm/LICENSE.md               |    42 +
 .../cordova-common/node_modules/unorm/README.md |   118 +
 .../node_modules/unorm/lib/unorm.js             |   442 +
 .../node_modules/unorm/package.json             |    69 +
 node_modules/cordova-common/package.json        |   123 +-
 node_modules/cordova-registry-mapper/.npmignore |     1 -
 .../cordova-registry-mapper/.travis.yml         |     7 -
 node_modules/cordova-registry-mapper/README.md  |    14 -
 node_modules/cordova-registry-mapper/index.js   |   204 -
 .../cordova-registry-mapper/package.json        |    77 -
 .../cordova-registry-mapper/tests/test.js       |    11 -
 .../elementtree/node_modules/sax/AUTHORS        |     9 +
 .../elementtree/node_modules/sax/LICENSE        |    23 +
 .../elementtree/node_modules/sax/README.md      |   213 +
 .../sax/examples/big-not-pretty.xml             |  8002 +++++++++++
 .../node_modules/sax/examples/example.js        |    41 +
 .../node_modules/sax/examples/get-products.js   |    58 +
 .../node_modules/sax/examples/hello-world.js    |     4 +
 .../node_modules/sax/examples/not-pretty.xml    |     8 +
 .../node_modules/sax/examples/pretty-print.js   |    74 +
 .../node_modules/sax/examples/shopping.xml      |     2 +
 .../node_modules/sax/examples/strict.dtd        |   870 ++
 .../node_modules/sax/examples/switch-bench.js   |    45 +
 .../node_modules/sax/examples/test.html         |    15 +
 .../node_modules/sax/examples/test.xml          |  1254 ++
 .../elementtree/node_modules/sax/lib/sax.js     |  1006 ++
 .../elementtree/node_modules/sax/package.json   |    89 +
 .../node_modules/sax/test/buffer-overrun.js     |    25 +
 .../node_modules/sax/test/cdata-chunked.js      |    11 +
 .../node_modules/sax/test/cdata-end-split.js    |    15 +
 .../node_modules/sax/test/cdata-fake-end.js     |    28 +
 .../node_modules/sax/test/cdata-multiple.js     |    15 +
 .../elementtree/node_modules/sax/test/cdata.js  |    10 +
 .../elementtree/node_modules/sax/test/index.js  |    86 +
 .../node_modules/sax/test/issue-23.js           |    43 +
 .../node_modules/sax/test/issue-30.js           |    24 +
 .../node_modules/sax/test/issue-35.js           |    15 +
 .../node_modules/sax/test/issue-47.js           |    13 +
 .../node_modules/sax/test/issue-49.js           |    31 +
 .../node_modules/sax/test/parser-position.js    |    28 +
 .../elementtree/node_modules/sax/test/script.js |    12 +
 .../sax/test/self-closing-child-strict.js       |    40 +
 .../node_modules/sax/test/self-closing-child.js |    40 +
 .../node_modules/sax/test/self-closing-tag.js   |    25 +
 .../node_modules/sax/test/stray-ending.js       |    17 +
 .../sax/test/trailing-non-whitespace.js         |    17 +
 .../node_modules/sax/test/unquoted.js           |    17 +
 .../node_modules/sax/test/xmlns-issue-41.js     |    67 +
 .../node_modules/sax/test/xmlns-rebinding.js    |    59 +
 .../node_modules/sax/test/xmlns-strict.js       |    71 +
 .../node_modules/sax/test/xmlns-unbound.js      |    15 +
 .../test/xmlns-xml-default-prefix-attribute.js  |    35 +
 .../sax/test/xmlns-xml-default-prefix.js        |    20 +
 .../sax/test/xmlns-xml-default-redefine.js      |    40 +
 node_modules/elementtree/package.json           |   116 +-
 node_modules/glob/LICENSE                       |    15 -
 node_modules/glob/README.md                     |   377 -
 node_modules/glob/common.js                     |   245 -
 node_modules/glob/glob.js                       |   752 -
 node_modules/glob/package.json                  |    98 -
 node_modules/glob/sync.js                       |   460 -
 node_modules/inflight/LICENSE                   |    15 -
 node_modules/inflight/README.md                 |    37 -
 node_modules/inflight/inflight.js               |    44 -
 node_modules/inflight/package.json              |    97 -
 node_modules/inherits/LICENSE                   |    16 -
 node_modules/inherits/README.md                 |    42 -
 node_modules/inherits/inherits.js               |     1 -
 node_modules/inherits/inherits_browser.js       |    23 -
 node_modules/inherits/package.json              |    77 -
 node_modules/inherits/test.js                   |    25 -
 node_modules/lodash/LICENSE                     |    22 -
 node_modules/lodash/README.md                   |   121 -
 node_modules/lodash/array.js                    |    44 -
 node_modules/lodash/array/chunk.js              |    46 -
 node_modules/lodash/array/compact.js            |    30 -
 node_modules/lodash/array/difference.js         |    29 -
 node_modules/lodash/array/drop.js               |    39 -
 node_modules/lodash/array/dropRight.js          |    40 -
 node_modules/lodash/array/dropRightWhile.js     |    59 -
 node_modules/lodash/array/dropWhile.js          |    59 -
 node_modules/lodash/array/fill.js               |    44 -
 node_modules/lodash/array/findIndex.js          |    53 -
 node_modules/lodash/array/findLastIndex.js      |    53 -
 node_modules/lodash/array/first.js              |    22 -
 node_modules/lodash/array/flatten.js            |    32 -
 node_modules/lodash/array/flattenDeep.js        |    21 -
 node_modules/lodash/array/head.js               |     1 -
 node_modules/lodash/array/indexOf.js            |    53 -
 node_modules/lodash/array/initial.js            |    20 -
 node_modules/lodash/array/intersection.js       |    58 -
 node_modules/lodash/array/last.js               |    19 -
 node_modules/lodash/array/lastIndexOf.js        |    60 -
 node_modules/lodash/array/object.js             |     1 -
 node_modules/lodash/array/pull.js               |    52 -
 node_modules/lodash/array/pullAt.js             |    40 -
 node_modules/lodash/array/remove.js             |    64 -
 node_modules/lodash/array/rest.js               |    21 -
 node_modules/lodash/array/slice.js              |    30 -
 node_modules/lodash/array/sortedIndex.js        |    53 -
 node_modules/lodash/array/sortedLastIndex.js    |    25 -
 node_modules/lodash/array/tail.js               |     1 -
 node_modules/lodash/array/take.js               |    39 -
 node_modules/lodash/array/takeRight.js          |    40 -
 node_modules/lodash/array/takeRightWhile.js     |    59 -
 node_modules/lodash/array/takeWhile.js          |    59 -
 node_modules/lodash/array/union.js              |    24 -
 node_modules/lodash/array/uniq.js               |    71 -
 node_modules/lodash/array/unique.js             |     1 -
 node_modules/lodash/array/unzip.js              |    47 -
 node_modules/lodash/array/unzipWith.js          |    41 -
 node_modules/lodash/array/without.js            |    27 -
 node_modules/lodash/array/xor.js                |    35 -
 node_modules/lodash/array/zip.js                |    21 -
 node_modules/lodash/array/zipObject.js          |    43 -
 node_modules/lodash/array/zipWith.js            |    36 -
 node_modules/lodash/chain.js                    |    16 -
 node_modules/lodash/chain/chain.js              |    35 -
 node_modules/lodash/chain/commit.js             |     1 -
 node_modules/lodash/chain/concat.js             |     1 -
 node_modules/lodash/chain/lodash.js             |   125 -
 node_modules/lodash/chain/plant.js              |     1 -
 node_modules/lodash/chain/reverse.js            |     1 -
 node_modules/lodash/chain/run.js                |     1 -
 node_modules/lodash/chain/tap.js                |    29 -
 node_modules/lodash/chain/thru.js               |    26 -
 node_modules/lodash/chain/toJSON.js             |     1 -
 node_modules/lodash/chain/toString.js           |     1 -
 node_modules/lodash/chain/value.js              |     1 -
 node_modules/lodash/chain/valueOf.js            |     1 -
 node_modules/lodash/chain/wrapperChain.js       |    32 -
 node_modules/lodash/chain/wrapperCommit.js      |    32 -
 node_modules/lodash/chain/wrapperConcat.js      |    34 -
 node_modules/lodash/chain/wrapperPlant.js       |    45 -
 node_modules/lodash/chain/wrapperReverse.js     |    43 -
 node_modules/lodash/chain/wrapperToString.js    |    17 -
 node_modules/lodash/chain/wrapperValue.js       |    20 -
 node_modules/lodash/collection.js               |    44 -
 node_modules/lodash/collection/all.js           |     1 -
 node_modules/lodash/collection/any.js           |     1 -
 node_modules/lodash/collection/at.js            |    29 -
 node_modules/lodash/collection/collect.js       |     1 -
 node_modules/lodash/collection/contains.js      |     1 -
 node_modules/lodash/collection/countBy.js       |    54 -
 node_modules/lodash/collection/detect.js        |     1 -
 node_modules/lodash/collection/each.js          |     1 -
 node_modules/lodash/collection/eachRight.js     |     1 -
 node_modules/lodash/collection/every.js         |    66 -
 node_modules/lodash/collection/filter.js        |    61 -
 node_modules/lodash/collection/find.js          |    56 -
 node_modules/lodash/collection/findLast.js      |    25 -
 node_modules/lodash/collection/findWhere.js     |    37 -
 node_modules/lodash/collection/foldl.js         |     1 -
 node_modules/lodash/collection/foldr.js         |     1 -
 node_modules/lodash/collection/forEach.js       |    37 -
 node_modules/lodash/collection/forEachRight.js  |    26 -
 node_modules/lodash/collection/groupBy.js       |    59 -
 node_modules/lodash/collection/include.js       |     1 -
 node_modules/lodash/collection/includes.js      |    57 -
 node_modules/lodash/collection/indexBy.js       |    53 -
 node_modules/lodash/collection/inject.js        |     1 -
 node_modules/lodash/collection/invoke.js        |    42 -
 node_modules/lodash/collection/map.js           |    68 -
 node_modules/lodash/collection/max.js           |     1 -
 node_modules/lodash/collection/min.js           |     1 -
 node_modules/lodash/collection/partition.js     |    66 -
 node_modules/lodash/collection/pluck.js         |    31 -
 node_modules/lodash/collection/reduce.js        |    44 -
 node_modules/lodash/collection/reduceRight.js   |    29 -
 node_modules/lodash/collection/reject.js        |    50 -
 node_modules/lodash/collection/sample.js        |    50 -
 node_modules/lodash/collection/select.js        |     1 -
 node_modules/lodash/collection/shuffle.js       |    24 -
 node_modules/lodash/collection/size.js          |    30 -
 node_modules/lodash/collection/some.js          |    67 -
 node_modules/lodash/collection/sortBy.js        |    71 -
 node_modules/lodash/collection/sortByAll.js     |    52 -
 node_modules/lodash/collection/sortByOrder.js   |    55 -
 node_modules/lodash/collection/sum.js           |     1 -
 node_modules/lodash/collection/where.js         |    37 -
 node_modules/lodash/date.js                     |     3 -
 node_modules/lodash/date/now.js                 |    24 -
 node_modules/lodash/function.js                 |    28 -
 node_modules/lodash/function/after.js           |    48 -
 node_modules/lodash/function/ary.js             |    34 -
 node_modules/lodash/function/backflow.js        |     1 -
 node_modules/lodash/function/before.js          |    42 -
 node_modules/lodash/function/bind.js            |    56 -
 node_modules/lodash/function/bindAll.js         |    50 -
 node_modules/lodash/function/bindKey.js         |    66 -
 node_modules/lodash/function/compose.js         |     1 -
 node_modules/lodash/function/curry.js           |    51 -
 node_modules/lodash/function/curryRight.js      |    48 -
 node_modules/lodash/function/debounce.js        |   181 -
 node_modules/lodash/function/defer.js           |    25 -
 node_modules/lodash/function/delay.js           |    26 -
 node_modules/lodash/function/flow.js            |    25 -
 node_modules/lodash/function/flowRight.js       |    25 -
 node_modules/lodash/function/memoize.js         |    80 -
 node_modules/lodash/function/modArgs.js         |    58 -
 node_modules/lodash/function/negate.js          |    32 -
 node_modules/lodash/function/once.js            |    24 -
 node_modules/lodash/function/partial.js         |    43 -
 node_modules/lodash/function/partialRight.js    |    42 -
 node_modules/lodash/function/rearg.js           |    40 -
 node_modules/lodash/function/restParam.js       |    58 -
 node_modules/lodash/function/spread.js          |    44 -
 node_modules/lodash/function/throttle.js        |    62 -
 node_modules/lodash/function/wrap.js            |    33 -
 node_modules/lodash/index.js                    | 12351 -----------------
 node_modules/lodash/internal/LazyWrapper.js     |    26 -
 node_modules/lodash/internal/LodashWrapper.js   |    21 -
 node_modules/lodash/internal/MapCache.js        |    24 -
 node_modules/lodash/internal/SetCache.js        |    29 -
 node_modules/lodash/internal/arrayConcat.js     |    25 -
 node_modules/lodash/internal/arrayCopy.js       |    20 -
 node_modules/lodash/internal/arrayEach.js       |    22 -
 node_modules/lodash/internal/arrayEachRight.js  |    21 -
 node_modules/lodash/internal/arrayEvery.js      |    23 -
 node_modules/lodash/internal/arrayExtremum.js   |    30 -
 node_modules/lodash/internal/arrayFilter.js     |    25 -
 node_modules/lodash/internal/arrayMap.js        |    21 -
 node_modules/lodash/internal/arrayPush.js       |    20 -
 node_modules/lodash/internal/arrayReduce.js     |    26 -
 .../lodash/internal/arrayReduceRight.js         |    24 -
 node_modules/lodash/internal/arraySome.js       |    23 -
 node_modules/lodash/internal/arraySum.js        |    20 -
 node_modules/lodash/internal/assignDefaults.js  |    13 -
 .../lodash/internal/assignOwnDefaults.js        |    26 -
 node_modules/lodash/internal/assignWith.js      |    32 -
 node_modules/lodash/internal/baseAssign.js      |    19 -
 node_modules/lodash/internal/baseAt.js          |    32 -
 node_modules/lodash/internal/baseCallback.js    |    35 -
 node_modules/lodash/internal/baseClone.js       |   128 -
 .../lodash/internal/baseCompareAscending.js     |    34 -
 node_modules/lodash/internal/baseCopy.js        |    23 -
 node_modules/lodash/internal/baseCreate.js      |    23 -
 node_modules/lodash/internal/baseDelay.js       |    21 -
 node_modules/lodash/internal/baseDifference.js  |    55 -
 node_modules/lodash/internal/baseEach.js        |    15 -
 node_modules/lodash/internal/baseEachRight.js   |    15 -
 node_modules/lodash/internal/baseEvery.js       |    22 -
 node_modules/lodash/internal/baseExtremum.js    |    29 -
 node_modules/lodash/internal/baseFill.js        |    31 -
 node_modules/lodash/internal/baseFilter.js      |    22 -
 node_modules/lodash/internal/baseFind.js        |    25 -
 node_modules/lodash/internal/baseFindIndex.js   |    23 -
 node_modules/lodash/internal/baseFlatten.js     |    41 -
 node_modules/lodash/internal/baseFor.js         |    17 -
 node_modules/lodash/internal/baseForIn.js       |    17 -
 node_modules/lodash/internal/baseForOwn.js      |    17 -
 node_modules/lodash/internal/baseForOwnRight.js |    17 -
 node_modules/lodash/internal/baseForRight.js    |    15 -
 node_modules/lodash/internal/baseFunctions.js   |    27 -
 node_modules/lodash/internal/baseGet.js         |    29 -
 node_modules/lodash/internal/baseIndexOf.js     |    27 -
 node_modules/lodash/internal/baseIsEqual.js     |    28 -
 node_modules/lodash/internal/baseIsEqualDeep.js |   102 -
 node_modules/lodash/internal/baseIsFunction.js  |    15 -
 node_modules/lodash/internal/baseIsMatch.js     |    52 -
 node_modules/lodash/internal/baseLodash.js      |    10 -
 node_modules/lodash/internal/baseMap.js         |    23 -
 node_modules/lodash/internal/baseMatches.js     |    30 -
 .../lodash/internal/baseMatchesProperty.js      |    45 -
 node_modules/lodash/internal/baseMerge.js       |    56 -
 node_modules/lodash/internal/baseMergeDeep.js   |    67 -
 node_modules/lodash/internal/baseProperty.js    |    14 -
 .../lodash/internal/basePropertyDeep.js         |    19 -
 node_modules/lodash/internal/basePullAt.js      |    30 -
 node_modules/lodash/internal/baseRandom.js      |    18 -
 node_modules/lodash/internal/baseReduce.js      |    24 -
 node_modules/lodash/internal/baseSetData.js     |    17 -
 node_modules/lodash/internal/baseSlice.js       |    32 -
 node_modules/lodash/internal/baseSome.js        |    23 -
 node_modules/lodash/internal/baseSortBy.js      |    21 -
 node_modules/lodash/internal/baseSortByOrder.js |    31 -
 node_modules/lodash/internal/baseSum.js         |    20 -
 node_modules/lodash/internal/baseToString.js    |    13 -
 node_modules/lodash/internal/baseUniq.js        |    60 -
 node_modules/lodash/internal/baseValues.js      |    22 -
 node_modules/lodash/internal/baseWhile.js       |    24 -
 .../lodash/internal/baseWrapperValue.js         |    29 -
 node_modules/lodash/internal/binaryIndex.js     |    39 -
 node_modules/lodash/internal/binaryIndexBy.js   |    57 -
 node_modules/lodash/internal/bindCallback.js    |    39 -
 node_modules/lodash/internal/bufferClone.js     |    20 -
 node_modules/lodash/internal/cacheIndexOf.js    |    19 -
 node_modules/lodash/internal/cachePush.js       |    20 -
 node_modules/lodash/internal/charsLeftIndex.js  |    18 -
 node_modules/lodash/internal/charsRightIndex.js |    17 -
 .../lodash/internal/compareAscending.js         |    16 -
 node_modules/lodash/internal/compareMultiple.js |    44 -
 node_modules/lodash/internal/composeArgs.js     |    34 -
 .../lodash/internal/composeArgsRight.js         |    36 -
 .../lodash/internal/createAggregator.js         |    35 -
 node_modules/lodash/internal/createAssigner.js  |    41 -
 node_modules/lodash/internal/createBaseEach.js  |    31 -
 node_modules/lodash/internal/createBaseFor.js   |    27 -
 .../lodash/internal/createBindWrapper.js        |    22 -
 node_modules/lodash/internal/createCache.js     |    21 -
 .../lodash/internal/createCompounder.js         |    26 -
 .../lodash/internal/createCtorWrapper.js        |    37 -
 node_modules/lodash/internal/createCurry.js     |    23 -
 node_modules/lodash/internal/createDefaults.js  |    22 -
 node_modules/lodash/internal/createExtremum.js  |    33 -
 node_modules/lodash/internal/createFind.js      |    25 -
 node_modules/lodash/internal/createFindIndex.js |    21 -
 node_modules/lodash/internal/createFindKey.js   |    18 -
 node_modules/lodash/internal/createFlow.js      |    74 -
 node_modules/lodash/internal/createForEach.js   |    20 -
 node_modules/lodash/internal/createForIn.js     |    20 -
 node_modules/lodash/internal/createForOwn.js    |    19 -
 .../lodash/internal/createHybridWrapper.js      |   111 -
 .../lodash/internal/createObjectMapper.js       |    26 -
 node_modules/lodash/internal/createPadDir.js    |    18 -
 node_modules/lodash/internal/createPadding.js   |    29 -
 node_modules/lodash/internal/createPartial.js   |    20 -
 .../lodash/internal/createPartialWrapper.js     |    43 -
 node_modules/lodash/internal/createReduce.js    |    22 -
 node_modules/lodash/internal/createRound.js     |    23 -
 .../lodash/internal/createSortedIndex.js        |    20 -
 node_modules/lodash/internal/createWrapper.js   |    86 -
 node_modules/lodash/internal/deburrLetter.js    |    33 -
 node_modules/lodash/internal/equalArrays.js     |    51 -
 node_modules/lodash/internal/equalByTag.js      |    48 -
 node_modules/lodash/internal/equalObjects.js    |    67 -
 node_modules/lodash/internal/escapeHtmlChar.js  |    22 -
 .../lodash/internal/escapeRegExpChar.js         |    38 -
 .../lodash/internal/escapeStringChar.js         |    22 -
 node_modules/lodash/internal/getData.js         |    15 -
 node_modules/lodash/internal/getFuncName.js     |    25 -
 node_modules/lodash/internal/getLength.js       |    15 -
 node_modules/lodash/internal/getMatchData.js    |    21 -
 node_modules/lodash/internal/getNative.js       |    16 -
 node_modules/lodash/internal/getView.js         |    33 -
 node_modules/lodash/internal/indexOfNaN.js      |    23 -
 node_modules/lodash/internal/initCloneArray.js  |    26 -
 node_modules/lodash/internal/initCloneByTag.js  |    63 -
 node_modules/lodash/internal/initCloneObject.js |    16 -
 node_modules/lodash/internal/invokePath.js      |    26 -
 node_modules/lodash/internal/isArrayLike.js     |    15 -
 node_modules/lodash/internal/isIndex.js         |    24 -
 node_modules/lodash/internal/isIterateeCall.js  |    28 -
 node_modules/lodash/internal/isKey.js           |    28 -
 node_modules/lodash/internal/isLaziable.js      |    27 -
 node_modules/lodash/internal/isLength.js        |    20 -
 node_modules/lodash/internal/isObjectLike.js    |    12 -
 node_modules/lodash/internal/isSpace.js         |    14 -
 .../lodash/internal/isStrictComparable.js       |    15 -
 node_modules/lodash/internal/lazyClone.js       |    23 -
 node_modules/lodash/internal/lazyReverse.js     |    23 -
 node_modules/lodash/internal/lazyValue.js       |    72 -
 node_modules/lodash/internal/mapDelete.js       |    14 -
 node_modules/lodash/internal/mapGet.js          |    14 -
 node_modules/lodash/internal/mapHas.js          |    20 -
 node_modules/lodash/internal/mapSet.js          |    18 -
 node_modules/lodash/internal/mergeData.js       |    89 -
 node_modules/lodash/internal/mergeDefaults.js   |    15 -
 node_modules/lodash/internal/metaMap.js         |     9 -
 node_modules/lodash/internal/pickByArray.js     |    28 -
 node_modules/lodash/internal/pickByCallback.js  |    22 -
 node_modules/lodash/internal/reEscape.js        |     4 -
 node_modules/lodash/internal/reEvaluate.js      |     4 -
 node_modules/lodash/internal/reInterpolate.js   |     4 -
 node_modules/lodash/internal/realNames.js       |     4 -
 node_modules/lodash/internal/reorder.js         |    29 -
 node_modules/lodash/internal/replaceHolders.js  |    28 -
 node_modules/lodash/internal/setData.js         |    41 -
 node_modules/lodash/internal/shimKeys.js        |    41 -
 node_modules/lodash/internal/sortedUniq.js      |    29 -
 node_modules/lodash/internal/toIterable.js      |    22 -
 node_modules/lodash/internal/toObject.js        |    14 -
 node_modules/lodash/internal/toPath.js          |    28 -
 .../lodash/internal/trimmedLeftIndex.js         |    19 -
 .../lodash/internal/trimmedRightIndex.js        |    18 -
 .../lodash/internal/unescapeHtmlChar.js         |    22 -
 node_modules/lodash/internal/wrapperClone.js    |    18 -
 node_modules/lodash/lang.js                     |    32 -
 node_modules/lodash/lang/clone.js               |    70 -
 node_modules/lodash/lang/cloneDeep.js           |    55 -
 node_modules/lodash/lang/eq.js                  |     1 -
 node_modules/lodash/lang/gt.js                  |    25 -
 node_modules/lodash/lang/gte.js                 |    25 -
 node_modules/lodash/lang/isArguments.js         |    34 -
 node_modules/lodash/lang/isArray.js             |    40 -
 node_modules/lodash/lang/isBoolean.js           |    35 -
 node_modules/lodash/lang/isDate.js              |    35 -
 node_modules/lodash/lang/isElement.js           |    24 -
 node_modules/lodash/lang/isEmpty.js             |    47 -
 node_modules/lodash/lang/isEqual.js             |    54 -
 node_modules/lodash/lang/isError.js             |    36 -
 node_modules/lodash/lang/isFinite.js            |    35 -
 node_modules/lodash/lang/isFunction.js          |    38 -
 node_modules/lodash/lang/isMatch.js             |    49 -
 node_modules/lodash/lang/isNaN.js               |    34 -
 node_modules/lodash/lang/isNative.js            |    48 -
 node_modules/lodash/lang/isNull.js              |    21 -
 node_modules/lodash/lang/isNumber.js            |    41 -
 node_modules/lodash/lang/isObject.js            |    28 -
 node_modules/lodash/lang/isPlainObject.js       |    71 -
 node_modules/lodash/lang/isRegExp.js            |    35 -
 node_modules/lodash/lang/isString.js            |    35 -
 node_modules/lodash/lang/isTypedArray.js        |    74 -
 node_modules/lodash/lang/isUndefined.js         |    21 -
 node_modules/lodash/lang/lt.js                  |    25 -
 node_modules/lodash/lang/lte.js                 |    25 -
 node_modules/lodash/lang/toArray.js             |    32 -
 node_modules/lodash/lang/toPlainObject.js       |    31 -
 node_modules/lodash/math.js                     |     9 -
 node_modules/lodash/math/add.js                 |    19 -
 node_modules/lodash/math/ceil.js                |    25 -
 node_modules/lodash/math/floor.js               |    25 -
 node_modules/lodash/math/max.js                 |    56 -
 node_modules/lodash/math/min.js                 |    56 -
 node_modules/lodash/math/round.js               |    25 -
 node_modules/lodash/math/sum.js                 |    50 -
 node_modules/lodash/number.js                   |     4 -
 node_modules/lodash/number/inRange.js           |    47 -
 node_modules/lodash/number/random.js            |    70 -
 node_modules/lodash/object.js                   |    31 -
 node_modules/lodash/object/assign.js            |    43 -
 node_modules/lodash/object/create.js            |    47 -
 node_modules/lodash/object/defaults.js          |    25 -
 node_modules/lodash/object/defaultsDeep.js      |    25 -
 node_modules/lodash/object/extend.js            |     1 -
 node_modules/lodash/object/findKey.js           |    54 -
 node_modules/lodash/object/findLastKey.js       |    54 -
 node_modules/lodash/object/forIn.js             |    33 -
 node_modules/lodash/object/forInRight.js        |    31 -
 node_modules/lodash/object/forOwn.js            |    33 -
 node_modules/lodash/object/forOwnRight.js       |    31 -
 node_modules/lodash/object/functions.js         |    23 -
 node_modules/lodash/object/get.js               |    33 -
 node_modules/lodash/object/has.js               |    57 -
 node_modules/lodash/object/invert.js            |    60 -
 node_modules/lodash/object/keys.js              |    45 -
 node_modules/lodash/object/keysIn.js            |    64 -
 node_modules/lodash/object/mapKeys.js           |    25 -
 node_modules/lodash/object/mapValues.js         |    46 -
 node_modules/lodash/object/merge.js             |    54 -
 node_modules/lodash/object/methods.js           |     1 -
 node_modules/lodash/object/omit.js              |    47 -
 node_modules/lodash/object/pairs.js             |    33 -
 node_modules/lodash/object/pick.js              |    42 -
 node_modules/lodash/object/result.js            |    49 -
 node_modules/lodash/object/set.js               |    55 -
 node_modules/lodash/object/transform.js         |    61 -
 node_modules/lodash/object/values.js            |    33 -
 node_modules/lodash/object/valuesIn.js          |    31 -
 node_modules/lodash/package.json                |   121 -
 node_modules/lodash/string.js                   |    25 -
 node_modules/lodash/string/camelCase.js         |    27 -
 node_modules/lodash/string/capitalize.js        |    21 -
 node_modules/lodash/string/deburr.js            |    29 -
 node_modules/lodash/string/endsWith.js          |    40 -
 node_modules/lodash/string/escape.js            |    48 -
 node_modules/lodash/string/escapeRegExp.js      |    32 -
 node_modules/lodash/string/kebabCase.js         |    26 -
 node_modules/lodash/string/pad.js               |    47 -
 node_modules/lodash/string/padLeft.js           |    27 -
 node_modules/lodash/string/padRight.js          |    27 -
 node_modules/lodash/string/parseInt.js          |    46 -
 node_modules/lodash/string/repeat.js            |    47 -
 node_modules/lodash/string/snakeCase.js         |    26 -
 node_modules/lodash/string/startCase.js         |    26 -
 node_modules/lodash/string/startsWith.js        |    36 -
 node_modules/lodash/string/template.js          |   226 -
 node_modules/lodash/string/templateSettings.js  |    67 -
 node_modules/lodash/string/trim.js              |    42 -
 node_modules/lodash/string/trimLeft.js          |    36 -
 node_modules/lodash/string/trimRight.js         |    36 -
 node_modules/lodash/string/trunc.js             |   105 -
 node_modules/lodash/string/unescape.js          |    33 -
 node_modules/lodash/string/words.js             |    38 -
 node_modules/lodash/support.js                  |    10 -
 node_modules/lodash/utility.js                  |    18 -
 node_modules/lodash/utility/attempt.js          |    32 -
 node_modules/lodash/utility/callback.js         |    53 -
 node_modules/lodash/utility/constant.js         |    23 -
 node_modules/lodash/utility/identity.js         |    20 -
 node_modules/lodash/utility/iteratee.js         |     1 -
 node_modules/lodash/utility/matches.js          |    33 -
 node_modules/lodash/utility/matchesProperty.js  |    32 -
 node_modules/lodash/utility/method.js           |    33 -
 node_modules/lodash/utility/methodOf.js         |    32 -
 node_modules/lodash/utility/mixin.js            |    82 -
 node_modules/lodash/utility/noop.js             |    19 -
 node_modules/lodash/utility/property.js         |    31 -
 node_modules/lodash/utility/propertyOf.js       |    30 -
 node_modules/lodash/utility/range.js            |    66 -
 node_modules/lodash/utility/times.js            |    60 -
 node_modules/lodash/utility/uniqueId.js         |    27 -
 node_modules/minimatch/LICENSE                  |    15 -
 node_modules/minimatch/README.md                |   216 -
 node_modules/minimatch/minimatch.js             |   912 --
 node_modules/minimatch/package.json             |    86 -
 node_modules/node-uuid/package.json             |    68 +-
 .../nopt/node_modules/abbrev/.npmignore         |     4 +
 .../nopt/node_modules/abbrev/.travis.yml        |     5 +
 .../nopt/node_modules/abbrev/CONTRIBUTING.md    |     3 +
 node_modules/nopt/node_modules/abbrev/LICENSE   |    15 +
 node_modules/nopt/node_modules/abbrev/README.md |    23 +
 node_modules/nopt/node_modules/abbrev/abbrev.js |    62 +
 .../nopt/node_modules/abbrev/package.json       |    48 +
 node_modules/nopt/node_modules/abbrev/test.js   |    47 +
 node_modules/nopt/package.json                  |    97 +-
 node_modules/once/LICENSE                       |    15 -
 node_modules/once/README.md                     |    51 -
 node_modules/once/once.js                       |    21 -
 node_modules/once/package.json                  |    89 -
 node_modules/os-homedir/index.js                |    24 -
 node_modules/os-homedir/license                 |    21 -
 node_modules/os-homedir/package.json            |    96 -
 node_modules/os-homedir/readme.md               |    33 -
 node_modules/os-tmpdir/index.js                 |    25 -
 node_modules/os-tmpdir/license                  |    21 -
 node_modules/os-tmpdir/package.json             |    96 -
 node_modules/os-tmpdir/readme.md                |    36 -
 node_modules/osenv/.npmignore                   |    13 -
 node_modules/osenv/.travis.yml                  |     9 -
 node_modules/osenv/LICENSE                      |    15 -
 node_modules/osenv/README.md                    |    63 -
 node_modules/osenv/osenv.js                     |    72 -
 node_modules/osenv/package.json                 |   101 -
 node_modules/osenv/test/unix.js                 |    71 -
 node_modules/osenv/test/windows.js              |    74 -
 node_modules/osenv/x.tap                        |    39 -
 node_modules/path-is-absolute/index.js          |    20 -
 node_modules/path-is-absolute/license           |    21 -
 node_modules/path-is-absolute/package.json      |    97 -
 node_modules/path-is-absolute/readme.md         |    51 -
 node_modules/plist/.jshintrc                    |     4 -
 node_modules/plist/.travis.yml                  |    34 -
 node_modules/plist/History.md                   |   122 -
 node_modules/plist/LICENSE                      |    24 -
 node_modules/plist/Makefile                     |    76 -
 node_modules/plist/README.md                    |   113 -
 node_modules/plist/dist/plist-build.js          |  3982 ------
 node_modules/plist/dist/plist-parse.js          |  4055 ------
 node_modules/plist/dist/plist.js                |  7987 -----------
 node_modules/plist/examples/browser/index.html  |    14 -
 node_modules/plist/lib/build.js                 |   138 -
 node_modules/plist/lib/node.js                  |    49 -
 node_modules/plist/lib/parse.js                 |   200 -
 node_modules/plist/lib/plist.js                 |    23 -
 node_modules/plist/package.json                 |   117 -
 node_modules/q/package.json                     |   164 +-
 node_modules/sax/AUTHORS                        |     9 -
 node_modules/sax/LICENSE                        |    23 -
 node_modules/sax/README.md                      |   213 -
 node_modules/sax/examples/big-not-pretty.xml    |  8002 -----------
 node_modules/sax/examples/example.js            |    41 -
 node_modules/sax/examples/get-products.js       |    58 -
 node_modules/sax/examples/hello-world.js        |     4 -
 node_modules/sax/examples/not-pretty.xml        |     8 -
 node_modules/sax/examples/pretty-print.js       |    74 -
 node_modules/sax/examples/shopping.xml          |     2 -
 node_modules/sax/examples/strict.dtd            |   870 --
 node_modules/sax/examples/switch-bench.js       |    45 -
 node_modules/sax/examples/test.html             |    15 -
 node_modules/sax/examples/test.xml              |  1254 --
 node_modules/sax/lib/sax.js                     |  1006 --
 node_modules/sax/package.json                   |   114 -
 node_modules/sax/test/buffer-overrun.js         |    25 -
 node_modules/sax/test/cdata-chunked.js          |    11 -
 node_modules/sax/test/cdata-end-split.js        |    15 -
 node_modules/sax/test/cdata-fake-end.js         |    28 -
 node_modules/sax/test/cdata-multiple.js         |    15 -
 node_modules/sax/test/cdata.js                  |    10 -
 node_modules/sax/test/index.js                  |    86 -
 node_modules/sax/test/issue-23.js               |    43 -
 node_modules/sax/test/issue-30.js               |    24 -
 node_modules/sax/test/issue-35.js               |    15 -
 node_modules/sax/test/issue-47.js               |    13 -
 node_modules/sax/test/issue-49.js               |    31 -
 node_modules/sax/test/parser-position.js        |    28 -
 node_modules/sax/test/script.js                 |    12 -
 .../sax/test/self-closing-child-strict.js       |    40 -
 node_modules/sax/test/self-closing-child.js     |    40 -
 node_modules/sax/test/self-closing-tag.js       |    25 -
 node_modules/sax/test/stray-ending.js           |    17 -
 .../sax/test/trailing-non-whitespace.js         |    17 -
 node_modules/sax/test/unquoted.js               |    17 -
 node_modules/sax/test/xmlns-issue-41.js         |    67 -
 node_modules/sax/test/xmlns-rebinding.js        |    59 -
 node_modules/sax/test/xmlns-strict.js           |    71 -
 node_modules/sax/test/xmlns-unbound.js          |    15 -
 .../test/xmlns-xml-default-prefix-attribute.js  |    35 -
 .../sax/test/xmlns-xml-default-prefix.js        |    20 -
 .../sax/test/xmlns-xml-default-redefine.js      |    40 -
 node_modules/semver/package.json                |    87 +-
 node_modules/shelljs/package.json               |   111 +-
 node_modules/underscore/LICENSE                 |    23 -
 node_modules/underscore/README.md               |    22 -
 node_modules/underscore/package.json            |    96 -
 node_modules/underscore/underscore-min.js       |     6 -
 node_modules/underscore/underscore-min.map      |     1 -
 node_modules/underscore/underscore.js           |  1548 ---
 node_modules/unorm/LICENSE.md                   |    42 -
 node_modules/unorm/README.md                    |   118 -
 node_modules/unorm/lib/unorm.js                 |   442 -
 node_modules/unorm/package.json                 |    95 -
 node_modules/util-deprecate/History.md          |    16 -
 node_modules/util-deprecate/LICENSE             |    24 -
 node_modules/util-deprecate/README.md           |    53 -
 node_modules/util-deprecate/browser.js          |    67 -
 node_modules/util-deprecate/node.js             |     6 -
 node_modules/util-deprecate/package.json        |    81 -
 node_modules/winjs/package.json                 |   112 +-
 node_modules/wrappy/LICENSE                     |    15 -
 node_modules/wrappy/README.md                   |    36 -
 node_modules/wrappy/package.json                |    89 -
 node_modules/wrappy/wrappy.js                   |    33 -
 node_modules/xmlbuilder/.npmignore              |     5 -
 node_modules/xmlbuilder/LICENSE                 |    21 -
 node_modules/xmlbuilder/README.md               |    86 -
 node_modules/xmlbuilder/lib/XMLAttribute.js     |    32 -
 node_modules/xmlbuilder/lib/XMLBuilder.js       |    69 -
 node_modules/xmlbuilder/lib/XMLCData.js         |    49 -
 node_modules/xmlbuilder/lib/XMLComment.js       |    49 -
 node_modules/xmlbuilder/lib/XMLDTDAttList.js    |    68 -
 node_modules/xmlbuilder/lib/XMLDTDElement.js    |    46 -
 node_modules/xmlbuilder/lib/XMLDTDEntity.js     |    84 -
 node_modules/xmlbuilder/lib/XMLDTDNotation.js   |    56 -
 node_modules/xmlbuilder/lib/XMLDeclaration.js   |    65 -
 node_modules/xmlbuilder/lib/XMLDocType.js       |   188 -
 node_modules/xmlbuilder/lib/XMLElement.js       |   212 -
 node_modules/xmlbuilder/lib/XMLNode.js          |   331 -
 .../xmlbuilder/lib/XMLProcessingInstruction.js  |    51 -
 node_modules/xmlbuilder/lib/XMLRaw.js           |    49 -
 node_modules/xmlbuilder/lib/XMLStringifier.js   |   165 -
 node_modules/xmlbuilder/lib/XMLText.js          |    49 -
 node_modules/xmlbuilder/lib/index.js            |    14 -
 node_modules/xmlbuilder/package.json            |    89 -
 node_modules/xmldom/.npmignore                  |     5 -
 node_modules/xmldom/.travis.yml                 |    22 -
 node_modules/xmldom/LICENSE                     |     8 -
 node_modules/xmldom/__package__.js              |     4 -
 node_modules/xmldom/changelog                   |    14 -
 node_modules/xmldom/component.json              |    10 -
 node_modules/xmldom/dom-parser.js               |   249 -
 node_modules/xmldom/dom.js                      |  1147 --
 node_modules/xmldom/package.json                |   127 -
 node_modules/xmldom/readme.md                   |   219 -
 node_modules/xmldom/sax.js                      |   586 -
 1305 files changed, 72368 insertions(+), 73449 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1922a37..ad5125a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -24,6 +24,22 @@ Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merge
 
 cordova-windows is a library that enables developers to create Windows 8/8.1/10 and WP8.1 application projects that support Cordova APIs.
 
+### 4.4.0 (May 30, 2016)
+CB-11117: Optimize prepare for windows platform, clean prepared files
+CB-11259: Improving build output
+CB-11204: Catch when SDK not present on build and give appropriate error message
+CB-11156 Change default FadeSplashScreenDuration value
+CB-11176 Fix windows-splashscreen compatibility with older plugin versions
+CB-11139 Use PluginManager from common to install/uninstall plugins
+CB-10653 Making the windows activation context complete
+CB-11150 CI Error - Windows Platform - Could not find XHR config file
+CB-8056 Implement splashscreen for Windows platform
+CB-11066 Remove uap prefixed capabilities along with regular ones
+CB-11022 Duplicate www files on plugin installation
+CB-10964 Handle build.json file starting with a BOM. This closes #166
+CB-11024: Add preference to set the min UAP target version in the JSProj File
+
+
 ### 4.3.2 (Mar 31, 2016)
 * CB-10622 Upgrade cordova-common to work with 'target'-defined icons
 * CB-10927 Framework references in plugin.xml file prevent Windows Universal projects from being used on other machines

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/node_modules/abbrev/.npmignore
----------------------------------------------------------------------
diff --git a/node_modules/abbrev/.npmignore b/node_modules/abbrev/.npmignore
deleted file mode 100644
index 9d6cd2f..0000000
--- a/node_modules/abbrev/.npmignore
+++ /dev/null
@@ -1,4 +0,0 @@
-.nyc_output
-nyc_output
-node_modules
-coverage

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/node_modules/abbrev/.travis.yml
----------------------------------------------------------------------
diff --git a/node_modules/abbrev/.travis.yml b/node_modules/abbrev/.travis.yml
deleted file mode 100644
index 991d04b..0000000
--- a/node_modules/abbrev/.travis.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-language: node_js
-node_js:
-  - '0.10'
-  - '0.12'
-  - 'iojs'

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/node_modules/abbrev/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/node_modules/abbrev/CONTRIBUTING.md b/node_modules/abbrev/CONTRIBUTING.md
deleted file mode 100644
index 2f30261..0000000
--- a/node_modules/abbrev/CONTRIBUTING.md
+++ /dev/null
@@ -1,3 +0,0 @@
- To get started, <a
- href="http://www.clahub.com/agreements/isaacs/abbrev-js">sign the
- Contributor License Agreement</a>.

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/node_modules/abbrev/LICENSE
----------------------------------------------------------------------
diff --git a/node_modules/abbrev/LICENSE b/node_modules/abbrev/LICENSE
deleted file mode 100644
index 19129e3..0000000
--- a/node_modules/abbrev/LICENSE
+++ /dev/null
@@ -1,15 +0,0 @@
-The ISC License
-
-Copyright (c) Isaac Z. Schlueter and Contributors
-
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
-IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/node_modules/abbrev/README.md
----------------------------------------------------------------------
diff --git a/node_modules/abbrev/README.md b/node_modules/abbrev/README.md
deleted file mode 100644
index 99746fe..0000000
--- a/node_modules/abbrev/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# abbrev-js
-
-Just like [ruby's Abbrev](http://apidock.com/ruby/Abbrev).
-
-Usage:
-
-    var abbrev = require("abbrev");
-    abbrev("foo", "fool", "folding", "flop");
-    
-    // returns:
-    { fl: 'flop'
-    , flo: 'flop'
-    , flop: 'flop'
-    , fol: 'folding'
-    , fold: 'folding'
-    , foldi: 'folding'
-    , foldin: 'folding'
-    , folding: 'folding'
-    , foo: 'foo'
-    , fool: 'fool'
-    }
-
-This is handy for command-line scripts, or other cases where you want to be able to accept shorthands.

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/node_modules/abbrev/abbrev.js
----------------------------------------------------------------------
diff --git a/node_modules/abbrev/abbrev.js b/node_modules/abbrev/abbrev.js
deleted file mode 100644
index 69cfeac..0000000
--- a/node_modules/abbrev/abbrev.js
+++ /dev/null
@@ -1,62 +0,0 @@
-
-module.exports = exports = abbrev.abbrev = abbrev
-
-abbrev.monkeyPatch = monkeyPatch
-
-function monkeyPatch () {
-  Object.defineProperty(Array.prototype, 'abbrev', {
-    value: function () { return abbrev(this) },
-    enumerable: false, configurable: true, writable: true
-  })
-
-  Object.defineProperty(Object.prototype, 'abbrev', {
-    value: function () { return abbrev(Object.keys(this)) },
-    enumerable: false, configurable: true, writable: true
-  })
-}
-
-function abbrev (list) {
-  if (arguments.length !== 1 || !Array.isArray(list)) {
-    list = Array.prototype.slice.call(arguments, 0)
-  }
-  for (var i = 0, l = list.length, args = [] ; i < l ; i ++) {
-    args[i] = typeof list[i] === "string" ? list[i] : String(list[i])
-  }
-
-  // sort them lexicographically, so that they're next to their nearest kin
-  args = args.sort(lexSort)
-
-  // walk through each, seeing how much it has in common with the next and previous
-  var abbrevs = {}
-    , prev = ""
-  for (var i = 0, l = args.length ; i < l ; i ++) {
-    var current = args[i]
-      , next = args[i + 1] || ""
-      , nextMatches = true
-      , prevMatches = true
-    if (current === next) continue
-    for (var j = 0, cl = current.length ; j < cl ; j ++) {
-      var curChar = current.charAt(j)
-      nextMatches = nextMatches && curChar === next.charAt(j)
-      prevMatches = prevMatches && curChar === prev.charAt(j)
-      if (!nextMatches && !prevMatches) {
-        j ++
-        break
-      }
-    }
-    prev = current
-    if (j === cl) {
-      abbrevs[current] = current
-      continue
-    }
-    for (var a = current.substr(0, j) ; j <= cl ; j ++) {
-      abbrevs[a] = current
-      a += current.charAt(j)
-    }
-  }
-  return abbrevs
-}
-
-function lexSort (a, b) {
-  return a === b ? 0 : a > b ? 1 : -1
-}

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/node_modules/abbrev/package.json
----------------------------------------------------------------------
diff --git a/node_modules/abbrev/package.json b/node_modules/abbrev/package.json
deleted file mode 100644
index 49f2f5e..0000000
--- a/node_modules/abbrev/package.json
+++ /dev/null
@@ -1,74 +0,0 @@
-{
-  "_args": [
-    [
-      "abbrev@1",
-      "D:\\Cordova\\cordova-windows\\node_modules\\nopt"
-    ]
-  ],
-  "_from": "abbrev@>=1.0.0 <2.0.0",
-  "_id": "abbrev@1.0.7",
-  "_inCache": true,
-  "_installable": true,
-  "_location": "/abbrev",
-  "_nodeVersion": "2.0.1",
-  "_npmUser": {
-    "email": "isaacs@npmjs.com",
-    "name": "isaacs"
-  },
-  "_npmVersion": "2.10.1",
-  "_phantomChildren": {},
-  "_requested": {
-    "name": "abbrev",
-    "raw": "abbrev@1",
-    "rawSpec": "1",
-    "scope": null,
-    "spec": ">=1.0.0 <2.0.0",
-    "type": "range"
-  },
-  "_requiredBy": [
-    "/nopt"
-  ],
-  "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz",
-  "_shasum": "5b6035b2ee9d4fb5cf859f08a9be81b208491843",
-  "_shrinkwrap": null,
-  "_spec": "abbrev@1",
-  "_where": "D:\\Cordova\\cordova-windows\\node_modules\\nopt",
-  "author": {
-    "email": "i@izs.me",
-    "name": "Isaac Z. Schlueter"
-  },
-  "bugs": {
-    "url": "https://github.com/isaacs/abbrev-js/issues"
-  },
-  "dependencies": {},
-  "description": "Like ruby's abbrev module, but in js",
-  "devDependencies": {
-    "tap": "^1.2.0"
-  },
-  "directories": {},
-  "dist": {
-    "shasum": "5b6035b2ee9d4fb5cf859f08a9be81b208491843",
-    "tarball": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.7.tgz"
-  },
-  "gitHead": "821d09ce7da33627f91bbd8ed631497ed6f760c2",
-  "homepage": "https://github.com/isaacs/abbrev-js#readme",
-  "license": "ISC",
-  "main": "abbrev.js",
-  "maintainers": [
-    {
-      "email": "i@izs.me",
-      "name": "isaacs"
-    }
-  ],
-  "name": "abbrev",
-  "optionalDependencies": {},
-  "readme": "ERROR: No README data found!",
-  "repository": {
-    "type": "git",
-    "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
-  },
-  "scripts": {
-    "test": "tap test.js --cov"
-  },
-  "version": "1.0.7"
-}

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/node_modules/abbrev/test.js
----------------------------------------------------------------------
diff --git a/node_modules/abbrev/test.js b/node_modules/abbrev/test.js
deleted file mode 100644
index eb30e42..0000000
--- a/node_modules/abbrev/test.js
+++ /dev/null
@@ -1,47 +0,0 @@
-var abbrev = require('./abbrev.js')
-var assert = require("assert")
-var util = require("util")
-
-console.log("TAP version 13")
-var count = 0
-
-function test (list, expect) {
-  count++
-  var actual = abbrev(list)
-  assert.deepEqual(actual, expect,
-    "abbrev("+util.inspect(list)+") === " + util.inspect(expect) + "\n"+
-    "actual: "+util.inspect(actual))
-  actual = abbrev.apply(exports, list)
-  assert.deepEqual(abbrev.apply(exports, list), expect,
-    "abbrev("+list.map(JSON.stringify).join(",")+") === " + util.inspect(expect) + "\n"+
-    "actual: "+util.inspect(actual))
-  console.log('ok - ' + list.join(' '))
-}
-
-test([ "ruby", "ruby", "rules", "rules", "rules" ],
-{ rub: 'ruby'
-, ruby: 'ruby'
-, rul: 'rules'
-, rule: 'rules'
-, rules: 'rules'
-})
-test(["fool", "foom", "pool", "pope"],
-{ fool: 'fool'
-, foom: 'foom'
-, poo: 'pool'
-, pool: 'pool'
-, pop: 'pope'
-, pope: 'pope'
-})
-test(["a", "ab", "abc", "abcd", "abcde", "acde"],
-{ a: 'a'
-, ab: 'ab'
-, abc: 'abc'
-, abcd: 'abcd'
-, abcde: 'abcde'
-, ac: 'acde'
-, acd: 'acde'
-, acde: 'acde'
-})
-
-console.log("1..%d", count)

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/node_modules/ansi/.jshintrc
----------------------------------------------------------------------
diff --git a/node_modules/ansi/.jshintrc b/node_modules/ansi/.jshintrc
deleted file mode 100644
index 248c542..0000000
--- a/node_modules/ansi/.jshintrc
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "laxcomma": true,
-  "asi": true
-}

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/04a29042/node_modules/ansi/.npmignore
----------------------------------------------------------------------
diff --git a/node_modules/ansi/.npmignore b/node_modules/ansi/.npmignore
deleted file mode 100644
index 3c3629e..0000000
--- a/node_modules/ansi/.npmignore
+++ /dev/null
@@ -1 +0,0 @@
-node_modules


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