You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2014/09/30 09:46:09 UTC

[23/38] git commit: CB-7666 Move stuff outside of windows subdir

CB-7666 Move stuff outside of windows subdir


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

Branch: refs/heads/master
Commit: f4e2ac6a77847ab52ef925128705efebcc2ba310
Parents: d7971f2
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Mon Sep 29 17:46:23 2014 +0400
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Sep 30 09:53:28 2014 +0400

----------------------------------------------------------------------
 .gitignore                                      |    2 +-
 VERSION                                         |    1 +
 appveyor.yml                                    |    1 -
 bin/check_reqs                                  |   34 +
 bin/check_reqs.bat                              |   25 +
 bin/create                                      |   38 +
 bin/create.bat                                  |   25 +
 bin/lib/check_reqs.js                           |   35 +
 bin/lib/create.js                               |   99 +
 bin/lib/update.js                               |   69 +
 bin/node_modules/.bin/nopt                      |   15 +
 bin/node_modules/.bin/nopt.cmd                  |    5 +
 bin/node_modules/.bin/shjs                      |   15 +
 bin/node_modules/.bin/shjs.cmd                  |    5 +
 bin/node_modules/node-uuid/.npmignore           |    2 +
 bin/node_modules/node-uuid/LICENSE.md           |    2 +
 bin/node_modules/node-uuid/README.md            |  207 ++
 bin/node_modules/node-uuid/component.json       |   18 +
 bin/node_modules/node-uuid/package.json         |   35 +
 bin/node_modules/node-uuid/uuid.js              |  245 +++
 bin/node_modules/nopt/.npmignore                |    1 +
 bin/node_modules/nopt/LICENSE                   |   23 +
 bin/node_modules/nopt/README.md                 |  209 ++
 bin/node_modules/nopt/bin/nopt.js               |   54 +
 bin/node_modules/nopt/examples/my-program.js    |   30 +
 bin/node_modules/nopt/lib/nopt.js               |  414 ++++
 .../nopt/node_modules/abbrev/CONTRIBUTING.md    |    3 +
 .../nopt/node_modules/abbrev/LICENSE            |   23 +
 .../nopt/node_modules/abbrev/README.md          |   23 +
 .../nopt/node_modules/abbrev/abbrev.js          |   62 +
 .../nopt/node_modules/abbrev/package.json       |   29 +
 .../nopt/node_modules/abbrev/test.js            |   47 +
 bin/node_modules/nopt/package.json              |   41 +
 bin/node_modules/nopt/test/basic.js             |  251 +++
 bin/node_modules/q/CONTRIBUTING.md              |   40 +
 bin/node_modules/q/LICENSE                      |   18 +
 bin/node_modules/q/README.md                    |  820 ++++++++
 .../q/benchmark/compare-with-callbacks.js       |   71 +
 bin/node_modules/q/benchmark/scenarios.js       |   36 +
 bin/node_modules/q/package.json                 |   93 +
 bin/node_modules/q/q.js                         | 1904 ++++++++++++++++++
 bin/node_modules/q/queue.js                     |   35 +
 bin/node_modules/shelljs/.documentup.json       |    6 +
 bin/node_modules/shelljs/.jshintrc              |    7 +
 bin/node_modules/shelljs/.npmignore             |    2 +
 bin/node_modules/shelljs/.travis.yml            |    5 +
 bin/node_modules/shelljs/LICENSE                |   26 +
 bin/node_modules/shelljs/README.md              |  569 ++++++
 bin/node_modules/shelljs/bin/shjs               |   51 +
 bin/node_modules/shelljs/global.js              |    3 +
 bin/node_modules/shelljs/make.js                |   47 +
 bin/node_modules/shelljs/package.json           |   47 +
 .../shelljs/scripts/generate-docs.js            |   21 +
 bin/node_modules/shelljs/scripts/run-tests.js   |   50 +
 bin/node_modules/shelljs/shell.js               |  157 ++
 bin/node_modules/shelljs/src/cat.js             |   43 +
 bin/node_modules/shelljs/src/cd.js              |   19 +
 bin/node_modules/shelljs/src/chmod.js           |  208 ++
 bin/node_modules/shelljs/src/common.js          |  203 ++
 bin/node_modules/shelljs/src/cp.js              |  201 ++
 bin/node_modules/shelljs/src/dirs.js            |  191 ++
 bin/node_modules/shelljs/src/echo.js            |   20 +
 bin/node_modules/shelljs/src/error.js           |   10 +
 bin/node_modules/shelljs/src/exec.js            |  181 ++
 bin/node_modules/shelljs/src/find.js            |   51 +
 bin/node_modules/shelljs/src/grep.js            |   52 +
 bin/node_modules/shelljs/src/ln.js              |   53 +
 bin/node_modules/shelljs/src/ls.js              |  126 ++
 bin/node_modules/shelljs/src/mkdir.js           |   68 +
 bin/node_modules/shelljs/src/mv.js              |   80 +
 bin/node_modules/shelljs/src/popd.js            |    1 +
 bin/node_modules/shelljs/src/pushd.js           |    1 +
 bin/node_modules/shelljs/src/pwd.js             |   11 +
 bin/node_modules/shelljs/src/rm.js              |  145 ++
 bin/node_modules/shelljs/src/sed.js             |   43 +
 bin/node_modules/shelljs/src/tempdir.js         |   56 +
 bin/node_modules/shelljs/src/test.js            |   85 +
 bin/node_modules/shelljs/src/to.js              |   29 +
 bin/node_modules/shelljs/src/toEnd.js           |   29 +
 bin/node_modules/shelljs/src/which.js           |   83 +
 bin/update                                      |   34 +
 bin/update.bat                                  |   25 +
 package.json                                    |   26 +
 template/CordovaApp.Phone.jsproj                |   99 +
 template/CordovaApp.Windows.jsproj              |   99 +
 template/CordovaApp.Windows80.jsproj            |   90 +
 template/CordovaApp.projitems                   |   32 +
 template/CordovaApp.shproj                      |   30 +
 template/CordovaApp.sln                         |  134 ++
 template/CordovaApp.vs2012.sln                  |   64 +
 template/CordovaApp_TemporaryKey.pfx            |  Bin 0 -> 2536 bytes
 template/config.xml                             |   25 +
 template/cordova/build                          |   34 +
 template/cordova/build.bat                      |   25 +
 template/cordova/clean                          |   27 +
 template/cordova/clean.bat                      |   25 +
 template/cordova/lib/ConfigParser.js            |  168 ++
 template/cordova/lib/MSBuildTools.js            |   51 +
 template/cordova/lib/WindowsStoreAppUtils.ps1   |  147 ++
 template/cordova/lib/build.js                   |  191 ++
 template/cordova/lib/clean.js                   |   33 +
 template/cordova/lib/exec.js                    |   38 +
 template/cordova/lib/list-devices.bat           |   25 +
 template/cordova/lib/list-emulator-images.bat   |   19 +
 template/cordova/lib/list-started-emulators.bat |   19 +
 template/cordova/lib/package.js                 |  174 ++
 template/cordova/lib/prepare.js                 |  315 +++
 template/cordova/lib/run.js                     |  112 ++
 template/cordova/lib/spawn.js                   |   40 +
 template/cordova/lib/utils.js                   |   93 +
 template/cordova/log.bat                        |   19 +
 template/cordova/node_modules/.bin/nopt         |   15 +
 template/cordova/node_modules/.bin/nopt.cmd     |    5 +
 .../cordova/node_modules/elementtree/.npmignore |    1 +
 .../node_modules/elementtree/.travis.yml        |   10 +
 .../cordova/node_modules/elementtree/CHANGES.md |   34 +
 .../node_modules/elementtree/LICENSE.txt        |  203 ++
 .../cordova/node_modules/elementtree/Makefile   |   21 +
 .../cordova/node_modules/elementtree/NOTICE     |    5 +
 .../cordova/node_modules/elementtree/README.md  |   27 +
 .../node_modules/elementtree/lib/constants.js   |   20 +
 .../node_modules/elementtree/lib/elementpath.js |  343 ++++
 .../node_modules/elementtree/lib/elementtree.js |  598 ++++++
 .../node_modules/elementtree/lib/errors.js      |   31 +
 .../node_modules/elementtree/lib/parser.js      |   33 +
 .../elementtree/lib/parsers/index.js            |    1 +
 .../node_modules/elementtree/lib/parsers/sax.js |   56 +
 .../node_modules/elementtree/lib/sprintf.js     |   86 +
 .../node_modules/elementtree/lib/treebuilder.js |   60 +
 .../node_modules/elementtree/lib/utils.js       |   72 +
 .../elementtree/node_modules/sax/AUTHORS        |    9 +
 .../elementtree/node_modules/sax/LICENSE        |   23 +
 .../elementtree/node_modules/sax/README.md      |  213 ++
 .../elementtree/node_modules/sax/lib/sax.js     | 1006 +++++++++
 .../elementtree/node_modules/sax/package.json   |   64 +
 .../node_modules/elementtree/package.json       |   59 +
 template/cordova/node_modules/nopt/.npmignore   |    1 +
 template/cordova/node_modules/nopt/LICENSE      |   23 +
 template/cordova/node_modules/nopt/README.md    |  209 ++
 template/cordova/node_modules/nopt/bin/nopt.js  |   54 +
 .../node_modules/nopt/examples/my-program.js    |   30 +
 template/cordova/node_modules/nopt/lib/nopt.js  |  414 ++++
 .../nopt/node_modules/abbrev/CONTRIBUTING.md    |    3 +
 .../nopt/node_modules/abbrev/LICENSE            |   23 +
 .../nopt/node_modules/abbrev/README.md          |   23 +
 .../nopt/node_modules/abbrev/abbrev.js          |   62 +
 .../nopt/node_modules/abbrev/package.json       |   29 +
 .../nopt/node_modules/abbrev/test.js            |   47 +
 template/cordova/node_modules/nopt/package.json |   41 +
 .../cordova/node_modules/nopt/test/basic.js     |  251 +++
 template/cordova/node_modules/q/CONTRIBUTING.md |   40 +
 template/cordova/node_modules/q/LICENSE         |   18 +
 template/cordova/node_modules/q/README.md       |  820 ++++++++
 .../q/benchmark/compare-with-callbacks.js       |   71 +
 .../node_modules/q/benchmark/scenarios.js       |   36 +
 template/cordova/node_modules/q/package.json    |   93 +
 template/cordova/node_modules/q/q.js            | 1904 ++++++++++++++++++
 template/cordova/node_modules/q/queue.js        |   35 +
 .../node_modules/shelljs/.documentup.json       |    6 +
 template/cordova/node_modules/shelljs/.jshintrc |    7 +
 .../cordova/node_modules/shelljs/.npmignore     |    2 +
 .../cordova/node_modules/shelljs/.travis.yml    |    5 +
 template/cordova/node_modules/shelljs/LICENSE   |   26 +
 template/cordova/node_modules/shelljs/README.md |  569 ++++++
 template/cordova/node_modules/shelljs/bin/shjs  |   51 +
 template/cordova/node_modules/shelljs/global.js |    3 +
 template/cordova/node_modules/shelljs/make.js   |   47 +
 .../cordova/node_modules/shelljs/package.json   |   47 +
 .../shelljs/scripts/generate-docs.js            |   21 +
 .../node_modules/shelljs/scripts/run-tests.js   |   50 +
 template/cordova/node_modules/shelljs/shell.js  |  157 ++
 .../cordova/node_modules/shelljs/src/cat.js     |   43 +
 template/cordova/node_modules/shelljs/src/cd.js |   19 +
 .../cordova/node_modules/shelljs/src/chmod.js   |  208 ++
 .../cordova/node_modules/shelljs/src/common.js  |  203 ++
 template/cordova/node_modules/shelljs/src/cp.js |  201 ++
 .../cordova/node_modules/shelljs/src/dirs.js    |  191 ++
 .../cordova/node_modules/shelljs/src/echo.js    |   20 +
 .../cordova/node_modules/shelljs/src/error.js   |   10 +
 .../cordova/node_modules/shelljs/src/exec.js    |  181 ++
 .../cordova/node_modules/shelljs/src/find.js    |   51 +
 .../cordova/node_modules/shelljs/src/grep.js    |   52 +
 template/cordova/node_modules/shelljs/src/ln.js |   53 +
 template/cordova/node_modules/shelljs/src/ls.js |  126 ++
 .../cordova/node_modules/shelljs/src/mkdir.js   |   68 +
 template/cordova/node_modules/shelljs/src/mv.js |   80 +
 .../cordova/node_modules/shelljs/src/popd.js    |    1 +
 .../cordova/node_modules/shelljs/src/pushd.js   |    1 +
 .../cordova/node_modules/shelljs/src/pwd.js     |   11 +
 template/cordova/node_modules/shelljs/src/rm.js |  145 ++
 .../cordova/node_modules/shelljs/src/sed.js     |   43 +
 .../cordova/node_modules/shelljs/src/tempdir.js |   56 +
 .../cordova/node_modules/shelljs/src/test.js    |   85 +
 template/cordova/node_modules/shelljs/src/to.js |   29 +
 .../cordova/node_modules/shelljs/src/toEnd.js   |   29 +
 .../cordova/node_modules/shelljs/src/which.js   |   83 +
 template/cordova/run                            |   34 +
 template/cordova/run.bat                        |   25 +
 template/cordova/version.bat                    |   25 +
 template/images/SplashScreen.scale-100.png      |  Bin 0 -> 24855 bytes
 template/images/SplashScreenPhone.scale-240.png |  Bin 0 -> 68705 bytes
 template/images/Square150x150Logo.scale-100.png |  Bin 0 -> 11600 bytes
 template/images/Square150x150Logo.scale-240.png |  Bin 0 -> 36378 bytes
 template/images/Square30x30Logo.scale-100.png   |  Bin 0 -> 2831 bytes
 template/images/Square310x310Logo.scale-100.png |  Bin 0 -> 35751 bytes
 template/images/Square44x44Logo.scale-240.png   |  Bin 0 -> 9069 bytes
 template/images/Square70x70Logo.scale-100.png   |  Bin 0 -> 8361 bytes
 template/images/Square71x71Logo.scale-240.png   |  Bin 0 -> 18745 bytes
 template/images/StoreLogo.scale-100.png         |  Bin 0 -> 4052 bytes
 template/images/StoreLogo.scale-240.png         |  Bin 0 -> 10739 bytes
 template/images/Wide310x150Logo.scale-100.png   |  Bin 0 -> 12517 bytes
 template/images/Wide310x150Logo.scale-240.png   |  Bin 0 -> 43409 bytes
 template/package.phone.appxmanifest             |   57 +
 template/package.windows.appxmanifest           |   58 +
 template/package.windows80.appxmanifest         |   50 +
 template/www/cordova.js                         | 1629 +++++++++++++++
 template/www/css/index.css                      |  115 ++
 template/www/img/logo.png                       |  Bin 0 -> 11600 bytes
 template/www/img/smalllogo.png                  |  Bin 0 -> 2831 bytes
 template/www/img/splashscreen.png               |  Bin 0 -> 24855 bytes
 template/www/img/storelogo.png                  |  Bin 0 -> 4052 bytes
 template/www/index.html                         |   42 +
 template/www/js/index.js                        |   49 +
 windows/README.md                               |  109 -
 windows/VERSION                                 |    1 -
 windows/bin/check_reqs                          |   34 -
 windows/bin/check_reqs.bat                      |   25 -
 windows/bin/create                              |   38 -
 windows/bin/create.bat                          |   25 -
 windows/bin/lib/check_reqs.js                   |   35 -
 windows/bin/lib/create.js                       |   99 -
 windows/bin/lib/update.js                       |   69 -
 windows/bin/node_modules/.bin/nopt              |   15 -
 windows/bin/node_modules/.bin/nopt.cmd          |    5 -
 windows/bin/node_modules/.bin/shjs              |   15 -
 windows/bin/node_modules/.bin/shjs.cmd          |    5 -
 windows/bin/node_modules/node-uuid/.npmignore   |    2 -
 windows/bin/node_modules/node-uuid/LICENSE.md   |    2 -
 windows/bin/node_modules/node-uuid/README.md    |  207 --
 .../bin/node_modules/node-uuid/component.json   |   18 -
 windows/bin/node_modules/node-uuid/package.json |   35 -
 windows/bin/node_modules/node-uuid/uuid.js      |  245 ---
 windows/bin/node_modules/nopt/.npmignore        |    1 -
 windows/bin/node_modules/nopt/LICENSE           |   23 -
 windows/bin/node_modules/nopt/README.md         |  209 --
 windows/bin/node_modules/nopt/bin/nopt.js       |   54 -
 .../node_modules/nopt/examples/my-program.js    |   30 -
 windows/bin/node_modules/nopt/lib/nopt.js       |  414 ----
 .../nopt/node_modules/abbrev/CONTRIBUTING.md    |    3 -
 .../nopt/node_modules/abbrev/LICENSE            |   23 -
 .../nopt/node_modules/abbrev/README.md          |   23 -
 .../nopt/node_modules/abbrev/abbrev.js          |   62 -
 .../nopt/node_modules/abbrev/package.json       |   29 -
 .../nopt/node_modules/abbrev/test.js            |   47 -
 windows/bin/node_modules/nopt/package.json      |   41 -
 windows/bin/node_modules/nopt/test/basic.js     |  251 ---
 windows/bin/node_modules/q/CONTRIBUTING.md      |   40 -
 windows/bin/node_modules/q/LICENSE              |   18 -
 windows/bin/node_modules/q/README.md            |  820 --------
 .../q/benchmark/compare-with-callbacks.js       |   71 -
 .../bin/node_modules/q/benchmark/scenarios.js   |   36 -
 windows/bin/node_modules/q/package.json         |   93 -
 windows/bin/node_modules/q/q.js                 | 1904 ------------------
 windows/bin/node_modules/q/queue.js             |   35 -
 .../bin/node_modules/shelljs/.documentup.json   |    6 -
 windows/bin/node_modules/shelljs/.jshintrc      |    7 -
 windows/bin/node_modules/shelljs/.npmignore     |    2 -
 windows/bin/node_modules/shelljs/.travis.yml    |    5 -
 windows/bin/node_modules/shelljs/LICENSE        |   26 -
 windows/bin/node_modules/shelljs/README.md      |  569 ------
 windows/bin/node_modules/shelljs/bin/shjs       |   51 -
 windows/bin/node_modules/shelljs/global.js      |    3 -
 windows/bin/node_modules/shelljs/make.js        |   47 -
 windows/bin/node_modules/shelljs/package.json   |   47 -
 .../shelljs/scripts/generate-docs.js            |   21 -
 .../node_modules/shelljs/scripts/run-tests.js   |   50 -
 windows/bin/node_modules/shelljs/shell.js       |  157 --
 windows/bin/node_modules/shelljs/src/cat.js     |   43 -
 windows/bin/node_modules/shelljs/src/cd.js      |   19 -
 windows/bin/node_modules/shelljs/src/chmod.js   |  208 --
 windows/bin/node_modules/shelljs/src/common.js  |  203 --
 windows/bin/node_modules/shelljs/src/cp.js      |  201 --
 windows/bin/node_modules/shelljs/src/dirs.js    |  191 --
 windows/bin/node_modules/shelljs/src/echo.js    |   20 -
 windows/bin/node_modules/shelljs/src/error.js   |   10 -
 windows/bin/node_modules/shelljs/src/exec.js    |  181 --
 windows/bin/node_modules/shelljs/src/find.js    |   51 -
 windows/bin/node_modules/shelljs/src/grep.js    |   52 -
 windows/bin/node_modules/shelljs/src/ln.js      |   53 -
 windows/bin/node_modules/shelljs/src/ls.js      |  126 --
 windows/bin/node_modules/shelljs/src/mkdir.js   |   68 -
 windows/bin/node_modules/shelljs/src/mv.js      |   80 -
 windows/bin/node_modules/shelljs/src/popd.js    |    1 -
 windows/bin/node_modules/shelljs/src/pushd.js   |    1 -
 windows/bin/node_modules/shelljs/src/pwd.js     |   11 -
 windows/bin/node_modules/shelljs/src/rm.js      |  145 --
 windows/bin/node_modules/shelljs/src/sed.js     |   43 -
 windows/bin/node_modules/shelljs/src/tempdir.js |   56 -
 windows/bin/node_modules/shelljs/src/test.js    |   85 -
 windows/bin/node_modules/shelljs/src/to.js      |   29 -
 windows/bin/node_modules/shelljs/src/toEnd.js   |   29 -
 windows/bin/node_modules/shelljs/src/which.js   |   83 -
 windows/bin/update                              |   34 -
 windows/bin/update.bat                          |   25 -
 windows/package.json                            |   26 -
 windows/template/CordovaApp.Phone.jsproj        |   99 -
 windows/template/CordovaApp.Windows.jsproj      |   99 -
 windows/template/CordovaApp.Windows80.jsproj    |   90 -
 windows/template/CordovaApp.projitems           |   32 -
 windows/template/CordovaApp.shproj              |   30 -
 windows/template/CordovaApp.sln                 |  134 --
 windows/template/CordovaApp.vs2012.sln          |   64 -
 windows/template/CordovaApp_TemporaryKey.pfx    |  Bin 2536 -> 0 bytes
 windows/template/config.xml                     |   25 -
 windows/template/cordova/build                  |   34 -
 windows/template/cordova/build.bat              |   25 -
 windows/template/cordova/clean                  |   27 -
 windows/template/cordova/clean.bat              |   25 -
 windows/template/cordova/lib/ConfigParser.js    |  168 --
 windows/template/cordova/lib/MSBuildTools.js    |   51 -
 .../cordova/lib/WindowsStoreAppUtils.ps1        |  147 --
 windows/template/cordova/lib/build.js           |  191 --
 windows/template/cordova/lib/clean.js           |   33 -
 windows/template/cordova/lib/exec.js            |   38 -
 windows/template/cordova/lib/list-devices.bat   |   25 -
 .../cordova/lib/list-emulator-images.bat        |   19 -
 .../cordova/lib/list-started-emulators.bat      |   19 -
 windows/template/cordova/lib/package.js         |  174 --
 windows/template/cordova/lib/prepare.js         |  315 ---
 windows/template/cordova/lib/run.js             |  112 --
 windows/template/cordova/lib/spawn.js           |   40 -
 windows/template/cordova/lib/utils.js           |   93 -
 windows/template/cordova/log.bat                |   19 -
 windows/template/cordova/node_modules/.bin/nopt |   15 -
 .../template/cordova/node_modules/.bin/nopt.cmd |    5 -
 .../cordova/node_modules/elementtree/.npmignore |    1 -
 .../node_modules/elementtree/.travis.yml        |   10 -
 .../cordova/node_modules/elementtree/CHANGES.md |   34 -
 .../node_modules/elementtree/LICENSE.txt        |  203 --
 .../cordova/node_modules/elementtree/Makefile   |   21 -
 .../cordova/node_modules/elementtree/NOTICE     |    5 -
 .../cordova/node_modules/elementtree/README.md  |   27 -
 .../node_modules/elementtree/lib/constants.js   |   20 -
 .../node_modules/elementtree/lib/elementpath.js |  343 ----
 .../node_modules/elementtree/lib/elementtree.js |  598 ------
 .../node_modules/elementtree/lib/errors.js      |   31 -
 .../node_modules/elementtree/lib/parser.js      |   33 -
 .../elementtree/lib/parsers/index.js            |    1 -
 .../node_modules/elementtree/lib/parsers/sax.js |   56 -
 .../node_modules/elementtree/lib/sprintf.js     |   86 -
 .../node_modules/elementtree/lib/treebuilder.js |   60 -
 .../node_modules/elementtree/lib/utils.js       |   72 -
 .../elementtree/node_modules/sax/AUTHORS        |    9 -
 .../elementtree/node_modules/sax/LICENSE        |   23 -
 .../elementtree/node_modules/sax/README.md      |  213 --
 .../elementtree/node_modules/sax/lib/sax.js     | 1006 ---------
 .../elementtree/node_modules/sax/package.json   |   64 -
 .../node_modules/elementtree/package.json       |   59 -
 .../cordova/node_modules/nopt/.npmignore        |    1 -
 .../template/cordova/node_modules/nopt/LICENSE  |   23 -
 .../cordova/node_modules/nopt/README.md         |  209 --
 .../cordova/node_modules/nopt/bin/nopt.js       |   54 -
 .../node_modules/nopt/examples/my-program.js    |   30 -
 .../cordova/node_modules/nopt/lib/nopt.js       |  414 ----
 .../nopt/node_modules/abbrev/CONTRIBUTING.md    |    3 -
 .../nopt/node_modules/abbrev/LICENSE            |   23 -
 .../nopt/node_modules/abbrev/README.md          |   23 -
 .../nopt/node_modules/abbrev/abbrev.js          |   62 -
 .../nopt/node_modules/abbrev/package.json       |   29 -
 .../nopt/node_modules/abbrev/test.js            |   47 -
 .../cordova/node_modules/nopt/package.json      |   41 -
 .../cordova/node_modules/nopt/test/basic.js     |  251 ---
 .../cordova/node_modules/q/CONTRIBUTING.md      |   40 -
 windows/template/cordova/node_modules/q/LICENSE |   18 -
 .../template/cordova/node_modules/q/README.md   |  820 --------
 .../q/benchmark/compare-with-callbacks.js       |   71 -
 .../node_modules/q/benchmark/scenarios.js       |   36 -
 .../cordova/node_modules/q/package.json         |   93 -
 windows/template/cordova/node_modules/q/q.js    | 1904 ------------------
 .../template/cordova/node_modules/q/queue.js    |   35 -
 .../node_modules/shelljs/.documentup.json       |    6 -
 .../cordova/node_modules/shelljs/.jshintrc      |    7 -
 .../cordova/node_modules/shelljs/.npmignore     |    2 -
 .../cordova/node_modules/shelljs/.travis.yml    |    5 -
 .../cordova/node_modules/shelljs/LICENSE        |   26 -
 .../cordova/node_modules/shelljs/README.md      |  569 ------
 .../cordova/node_modules/shelljs/bin/shjs       |   51 -
 .../cordova/node_modules/shelljs/global.js      |    3 -
 .../cordova/node_modules/shelljs/make.js        |   47 -
 .../cordova/node_modules/shelljs/package.json   |   47 -
 .../shelljs/scripts/generate-docs.js            |   21 -
 .../node_modules/shelljs/scripts/run-tests.js   |   50 -
 .../cordova/node_modules/shelljs/shell.js       |  157 --
 .../cordova/node_modules/shelljs/src/cat.js     |   43 -
 .../cordova/node_modules/shelljs/src/cd.js      |   19 -
 .../cordova/node_modules/shelljs/src/chmod.js   |  208 --
 .../cordova/node_modules/shelljs/src/common.js  |  203 --
 .../cordova/node_modules/shelljs/src/cp.js      |  201 --
 .../cordova/node_modules/shelljs/src/dirs.js    |  191 --
 .../cordova/node_modules/shelljs/src/echo.js    |   20 -
 .../cordova/node_modules/shelljs/src/error.js   |   10 -
 .../cordova/node_modules/shelljs/src/exec.js    |  181 --
 .../cordova/node_modules/shelljs/src/find.js    |   51 -
 .../cordova/node_modules/shelljs/src/grep.js    |   52 -
 .../cordova/node_modules/shelljs/src/ln.js      |   53 -
 .../cordova/node_modules/shelljs/src/ls.js      |  126 --
 .../cordova/node_modules/shelljs/src/mkdir.js   |   68 -
 .../cordova/node_modules/shelljs/src/mv.js      |   80 -
 .../cordova/node_modules/shelljs/src/popd.js    |    1 -
 .../cordova/node_modules/shelljs/src/pushd.js   |    1 -
 .../cordova/node_modules/shelljs/src/pwd.js     |   11 -
 .../cordova/node_modules/shelljs/src/rm.js      |  145 --
 .../cordova/node_modules/shelljs/src/sed.js     |   43 -
 .../cordova/node_modules/shelljs/src/tempdir.js |   56 -
 .../cordova/node_modules/shelljs/src/test.js    |   85 -
 .../cordova/node_modules/shelljs/src/to.js      |   29 -
 .../cordova/node_modules/shelljs/src/toEnd.js   |   29 -
 .../cordova/node_modules/shelljs/src/which.js   |   83 -
 windows/template/cordova/run                    |   34 -
 windows/template/cordova/run.bat                |   25 -
 windows/template/cordova/version.bat            |   25 -
 .../template/images/SplashScreen.scale-100.png  |  Bin 24855 -> 0 bytes
 .../images/SplashScreenPhone.scale-240.png      |  Bin 68705 -> 0 bytes
 .../images/Square150x150Logo.scale-100.png      |  Bin 11600 -> 0 bytes
 .../images/Square150x150Logo.scale-240.png      |  Bin 36378 -> 0 bytes
 .../images/Square30x30Logo.scale-100.png        |  Bin 2831 -> 0 bytes
 .../images/Square310x310Logo.scale-100.png      |  Bin 35751 -> 0 bytes
 .../images/Square44x44Logo.scale-240.png        |  Bin 9069 -> 0 bytes
 .../images/Square70x70Logo.scale-100.png        |  Bin 8361 -> 0 bytes
 .../images/Square71x71Logo.scale-240.png        |  Bin 18745 -> 0 bytes
 windows/template/images/StoreLogo.scale-100.png |  Bin 4052 -> 0 bytes
 windows/template/images/StoreLogo.scale-240.png |  Bin 10739 -> 0 bytes
 .../images/Wide310x150Logo.scale-100.png        |  Bin 12517 -> 0 bytes
 .../images/Wide310x150Logo.scale-240.png        |  Bin 43409 -> 0 bytes
 windows/template/package.phone.appxmanifest     |   57 -
 windows/template/package.windows.appxmanifest   |   58 -
 windows/template/package.windows80.appxmanifest |   50 -
 windows/template/www/cordova.js                 | 1629 ---------------
 windows/template/www/css/index.css              |  115 --
 windows/template/www/img/logo.png               |  Bin 11600 -> 0 bytes
 windows/template/www/img/smalllogo.png          |  Bin 2831 -> 0 bytes
 windows/template/www/img/splashscreen.png       |  Bin 24855 -> 0 bytes
 windows/template/www/img/storelogo.png          |  Bin 4052 -> 0 bytes
 windows/template/www/index.html                 |   42 -
 windows/template/www/js/index.js                |   49 -
 445 files changed, 22582 insertions(+), 22692 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index cc74062..759486e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,4 @@ Thumbs.db
 
 # Skip node_modules
 
-windows/node_modules/
\ No newline at end of file
+node_modules/
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..a4ce38e
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+3.7.0-dev

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index b603579..bf5b442 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,7 +4,6 @@
 nodejs_version: 0.10
 
 install:
-  - cd windows
   - npm install
 
 build: off

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/check_reqs
----------------------------------------------------------------------
diff --git a/bin/check_reqs b/bin/check_reqs
new file mode 100644
index 0000000..93e29bb
--- /dev/null
+++ b/bin/check_reqs
@@ -0,0 +1,34 @@
+#!/usr/bin/env node
+
+/*
+       Licensed to the Apache Software Foundation (ASF) under one
+       or more contributor license agreements.  See the NOTICE file
+       distributed with this work for additional information
+       regarding copyright ownership.  The ASF licenses this file
+       to you under the Apache License, Version 2.0 (the
+       "License"); you may not use this file except in compliance
+       with the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+       Unless required by applicable law or agreed to in writing,
+       software distributed under the License is distributed on an
+       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+       KIND, either express or implied.  See the License for the
+       specific language governing permissions and limitations
+       under the License.
+*/
+
+var check_reqs = require('./lib/check_reqs');
+
+// check for help flag
+if (['--help', '/?', '-h', 'help', '-help', '/help'].indexOf(process.argv[2]) > -1) {
+    check_reqs.help();
+} else {
+  check_reqs.run().done(function success(msbuild) {
+      console.log('Environment is supported; found MSBuild Tools version ' + msbuild.version + ' at ' + msbuild.path);
+  }, function (err) {
+      console.error('Failed to check requirements due to', err);
+      process.exit(2);
+  });
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/check_reqs.bat
----------------------------------------------------------------------
diff --git a/bin/check_reqs.bat b/bin/check_reqs.bat
new file mode 100644
index 0000000..683914b
--- /dev/null
+++ b/bin/check_reqs.bat
@@ -0,0 +1,25 @@
+:: Licensed to the Apache Software Foundation (ASF) under one
+:: or more contributor license agreements.  See the NOTICE file
+:: distributed with this work for additional information
+:: regarding copyright ownership.  The ASF licenses this file
+:: to you under the Apache License, Version 2.0 (the
+:: "License"); you may not use this file except in compliance
+:: with the License.  You may obtain a copy of the License at
+:: 
+:: http://www.apache.org/licenses/LICENSE-2.0
+:: 
+:: Unless required by applicable law or agreed to in writing,
+:: software distributed under the License is distributed on an
+:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+:: KIND, either express or implied.  See the License for the
+:: specific language governing permissions and limitations
+:: under the License
+@ECHO OFF
+SET script_path="%~dp0check_reqs"
+IF EXIST %script_path% (
+        node "%script_path%" %*
+) ELSE (
+    ECHO.
+    ECHO ERROR: Could not find 'check_reqs' script in 'bin' folder, aborting...>&2
+    EXIT /B 1
+)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/create
----------------------------------------------------------------------
diff --git a/bin/create b/bin/create
new file mode 100644
index 0000000..a687b3b
--- /dev/null
+++ b/bin/create
@@ -0,0 +1,38 @@
+#!/usr/bin/env node
+
+/*
+       Licensed to the Apache Software Foundation (ASF) under one
+       or more contributor license agreements.  See the NOTICE file
+       distributed with this work for additional information
+       regarding copyright ownership.  The ASF licenses this file
+       to you under the Apache License, Version 2.0 (the
+       "License"); you may not use this file except in compliance
+       with the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+       Unless required by applicable law or agreed to in writing,
+       software distributed under the License is distributed on an
+       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+       KIND, either express or implied.  See the License for the
+       specific language governing permissions and limitations
+       under the License.
+*/
+
+/*
+ * create a cordova/windows8 project
+ * USAGE
+ *  ./create [path package activity]
+ *  ./bin/create.bat C:\Users\Me\MyTestProj "test.proj" "TestProject"
+ */
+
+var create = require('./lib/create');
+
+if (['--help', '/?', '-h', 'help', '-help', '/help'].indexOf(process.argv[2]) > -1) {
+    create.help();
+} else {
+    create.run(process.argv).done(null, function (err) {
+        console.error('Failed to create project due to', err);
+        process.exit(2);
+    });
+}

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/create.bat
----------------------------------------------------------------------
diff --git a/bin/create.bat b/bin/create.bat
new file mode 100644
index 0000000..58690eb
--- /dev/null
+++ b/bin/create.bat
@@ -0,0 +1,25 @@
+:: Licensed to the Apache Software Foundation (ASF) under one
+:: or more contributor license agreements.  See the NOTICE file
+:: distributed with this work for additional information
+:: regarding copyright ownership.  The ASF licenses this file
+:: to you under the Apache License, Version 2.0 (the
+:: "License"); you may not use this file except in compliance
+:: with the License.  You may obtain a copy of the License at
+:: 
+:: http://www.apache.org/licenses/LICENSE-2.0
+:: 
+:: Unless required by applicable law or agreed to in writing,
+:: software distributed under the License is distributed on an
+:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+:: KIND, either express or implied.  See the License for the
+:: specific language governing permissions and limitations
+:: under the License
+@ECHO OFF
+SET script_path="%~dp0create"
+IF EXIST %script_path% (
+    node %script_path% %*
+) ELSE (
+    ECHO.
+    ECHO ERROR: Could not find 'create' script in 'bin' folder, aborting...>&2
+    EXIT /B 1
+)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/lib/check_reqs.js
----------------------------------------------------------------------
diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
new file mode 100644
index 0000000..0ce0f1f
--- /dev/null
+++ b/bin/lib/check_reqs.js
@@ -0,0 +1,35 @@
+/*
+       Licensed to the Apache Software Foundation (ASF) under one
+       or more contributor license agreements.  See the NOTICE file
+       distributed with this work for additional information
+       regarding copyright ownership.  The ASF licenses this file
+       to you under the Apache License, Version 2.0 (the
+       "License"); you may not use this file except in compliance
+       with the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+       Unless required by applicable law or agreed to in writing,
+       software distributed under the License is distributed on an
+       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+       KIND, either express or implied.  See the License for the
+       specific language governing permissions and limitations
+       under the License.
+*/
+
+var Q     = require('Q'),
+    os    = require('os'),
+    MSBuildTools = require('../../template/cordova/lib/MSBuildTools');
+
+module.exports.run = function () {
+    if (os.platform() != 'win32'){
+      // Build Universal windows apps available for windows platform only, so we reject on others platforms
+        return Q.reject("ERROR: Cordova tooling for Windows requires Windows OS");
+    }
+    // Check whther MSBuild Tools are available
+    return MSBuildTools.findAvailableVersion();
+};
+
+module.exports.help = function () {
+    console.log("Usage: check_reqs or node check_reqs");
+};

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/lib/create.js
----------------------------------------------------------------------
diff --git a/bin/lib/create.js b/bin/lib/create.js
new file mode 100644
index 0000000..44f722b
--- /dev/null
+++ b/bin/lib/create.js
@@ -0,0 +1,99 @@
+/*
+       Licensed to the Apache Software Foundation (ASF) under one
+       or more contributor license agreements.  See the NOTICE file
+       distributed with this work for additional information
+       regarding copyright ownership.  The ASF licenses this file
+       to you under the Apache License, Version 2.0 (the
+       "License"); you may not use this file except in compliance
+       with the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+       Unless required by applicable law or agreed to in writing,
+       software distributed under the License is distributed on an
+       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+       KIND, either express or implied.  See the License for the
+       specific language governing permissions and limitations
+       under the License.
+*/
+
+var Q     = require('Q'),
+    fs    = require('fs'),
+    path  = require('path'),
+    nopt  = require('nopt'),
+    shell = require('shelljs'),
+    uuid  = require('node-uuid');
+
+// Creates cordova-windows project at specified path with specified namespace, app name and GUID
+module.exports.run = function (argv) {
+
+    // Parse args
+    var args = nopt({"guid": String}, {}, argv);
+
+    // Set parameters/defaults for create
+    var projectPath = args.argv.remain[0];
+    if (fs.existsSync(projectPath)){
+        return Q.reject("Project directory already exists:\n\t" + projectPath);
+    }
+    var packageName = args.argv.remain[1] || "Cordova.Example",
+        appName     = args.argv.remain[2] || "CordovaAppProj",
+        // 64 symbols restriction goes from manifest schema definition
+        // http://msdn.microsoft.com/en-us/library/windows/apps/br211415.aspx
+        safeAppName = appName.length <= 64 ? appName : appName.substr(0, 64),
+        templateOverrides = args.argv.remain[3],
+        guid        = args['guid'] || uuid.v1(),
+        root        = path.join(__dirname, '..', '..');
+
+    console.log("Creating Cordova Windows Project:");
+    console.log("\tApp Name  : " + appName);
+    console.log("\tNamespace : " + packageName);
+    console.log("\tPath      : " + projectPath);
+    if (templateOverrides) {
+        Log("\tCustomTemplatePath : " + templateOverrides);
+    }
+
+    // Copy the template source files to the new destination
+    console.log('Copying template to ' + projectPath);
+    shell.cp("-rf", path.join(root, 'template', '*'), projectPath);
+
+    // Copy our unique VERSION file, so peeps can tell what version this project was created from.
+    shell.cp("-rf", path.join(root, 'VERSION'), projectPath);
+
+    if (templateOverrides && fs.existsSync(templateOverrides)) {
+        console.log('Copying template overrides from ' + templateOverrides + ' to ' + projectPath);
+        shell.cp("-rf", templateOverrides, projectPath);
+    }
+
+    // replace specific values in manifests' templates
+    ["package.windows.appxmanifest", "package.windows80.appxmanifest", "package.phone.appxmanifest"].forEach(function (file) {
+        var fileToReplace = path.join(projectPath, file);
+        shell.sed('-i', /\$guid1\$/g, guid, fileToReplace);
+        shell.sed('-i', /\$safeprojectname\$/g, packageName, fileToReplace);
+        shell.sed('-i', /\$projectname\$/g, safeAppName, fileToReplace);
+    });
+
+    // Delete bld forder and bin folder
+    ["bld", "bin", "*.user", "*.suo", "MyTemplate.vstemplate"].forEach(function (file) {
+        shell.rm('-rf', path.join(projectPath, file));
+    });
+
+    // TODO: Name the project according to the arguments
+    // update the solution to include the new project by name
+    // version BS
+    // index.html title set to project name ?
+    
+    return Q.resolve();
+};
+
+module.exports.help = function () {
+    console.log("Usage: create PathToProject [ PackageName [ AppName [ CustomTemplate ] ] ] [--guid=<GUID string>]");
+    console.log("    PathToProject : The path to where you wish to create the project");
+    console.log("    PackageName   : The namespace for the project (default is Cordova.Example)");
+    console.log("    AppName       : The name of the application (default is CordovaAppProj)");
+    console.log("    CustomTemplate: The path to project template overrides");
+    console.log("                        (will be copied over default platform template files)");
+    console.log("    --guid        : The App's GUID (default is random generated)");
+    console.log("examples:");
+    console.log("    create C:\\Users\\anonymous\\Desktop\\MyProject");
+    console.log("    create C:\\Users\\anonymous\\Desktop\\MyProject io.Cordova.Example AnApp");
+};
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/lib/update.js
----------------------------------------------------------------------
diff --git a/bin/lib/update.js b/bin/lib/update.js
new file mode 100644
index 0000000..cb1a26a
--- /dev/null
+++ b/bin/lib/update.js
@@ -0,0 +1,69 @@
+/*
+       Licensed to the Apache Software Foundation (ASF) under one
+       or more contributor license agreements.  See the NOTICE file
+       distributed with this work for additional information
+       regarding copyright ownership.  The ASF licenses this file
+       to you under the Apache License, Version 2.0 (the
+       "License"); you may not use this file except in compliance
+       with the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+       Unless required by applicable law or agreed to in writing,
+       software distributed under the License is distributed on an
+       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+       KIND, either express or implied.  See the License for the
+       specific language governing permissions and limitations
+       under the License.
+*/
+
+var Q      = require('Q'),
+    fs     = require('fs'),
+    path   = require('path'),
+    shell   = require('shelljs'),
+    create = require('./create');
+
+// returns package metadata from config.xml with fields 'namespace' and 'name'
+function extractMetadata(projectPath) {
+    if (!fs.existsSync(path.join(projectPath, 'config.xml'))){
+        return Q.reject('config.xml does not exist');
+    }
+
+    var meta =  { // default values
+        namespace: 'io.cordova.hellocordova',
+        name: 'HelloCordova'
+    };
+
+    // TODO: read real values from config.xml
+
+    // in case of Cordova CLI all values will be automatically updated by cli for you
+    // but the script could be used w/o CLI so we should correctly populate meta
+
+    return Q.resolve(meta);
+}
+
+module.exports.help = function () {
+    console.log("WARNING : Make sure to back up your project before updating!");
+    console.log("Usage: update PathToProject ");
+    console.log("    PathToProject : The path the project you would like to update.");
+    console.log("examples:");
+    console.log("    update C:\\Users\\anonymous\\Desktop\\MyProject");
+};
+
+// updates the cordova.js in project along with the cordova tooling.
+module.exports.run = function (argv) {
+    var projectPath = argv[2];
+    if (!fs.existsSync(projectPath)){
+        // if specified project path is not valid then reject promise
+        Q.reject("The given path to the project does not exist." +
+            " Please provide a path to the project you would like to update.");
+    }
+
+    return extractMetadata(projectPath).then(function (metadata) {
+        shell.rm('-rf', projectPath);
+
+        // setup args for create.run which requires process.argv-like array
+        var createArgs = argv.concat([metadata.namespace, metadata.name]);
+        return create.run(createArgs);
+    });
+};
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/.bin/nopt
----------------------------------------------------------------------
diff --git a/bin/node_modules/.bin/nopt b/bin/node_modules/.bin/nopt
new file mode 100644
index 0000000..25995f3
--- /dev/null
+++ b/bin/node_modules/.bin/nopt
@@ -0,0 +1,15 @@
+#!/bin/sh
+basedir=`dirname "$0"`
+
+case `uname` in
+    *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+  "$basedir/node"  "$basedir/../nopt/bin/nopt.js" "$@"
+  ret=$?
+else 
+  node  "$basedir/../nopt/bin/nopt.js" "$@"
+  ret=$?
+fi
+exit $ret

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/.bin/nopt.cmd
----------------------------------------------------------------------
diff --git a/bin/node_modules/.bin/nopt.cmd b/bin/node_modules/.bin/nopt.cmd
new file mode 100644
index 0000000..c8e8216
--- /dev/null
+++ b/bin/node_modules/.bin/nopt.cmd
@@ -0,0 +1,5 @@
+@IF EXIST "%~dp0\node.exe" (
+  "%~dp0\node.exe"  "%~dp0\..\nopt\bin\nopt.js" %*
+) ELSE (
+  node  "%~dp0\..\nopt\bin\nopt.js" %*
+)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/.bin/shjs
----------------------------------------------------------------------
diff --git a/bin/node_modules/.bin/shjs b/bin/node_modules/.bin/shjs
new file mode 100644
index 0000000..9908675
--- /dev/null
+++ b/bin/node_modules/.bin/shjs
@@ -0,0 +1,15 @@
+#!/bin/sh
+basedir=`dirname "$0"`
+
+case `uname` in
+    *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+  "$basedir/node"  "$basedir/../shelljs/bin/shjs" "$@"
+  ret=$?
+else 
+  node  "$basedir/../shelljs/bin/shjs" "$@"
+  ret=$?
+fi
+exit $ret

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/.bin/shjs.cmd
----------------------------------------------------------------------
diff --git a/bin/node_modules/.bin/shjs.cmd b/bin/node_modules/.bin/shjs.cmd
new file mode 100644
index 0000000..9ce460a
--- /dev/null
+++ b/bin/node_modules/.bin/shjs.cmd
@@ -0,0 +1,5 @@
+@IF EXIST "%~dp0\node.exe" (
+  "%~dp0\node.exe"  "%~dp0\..\shelljs\bin\shjs" %*
+) ELSE (
+  node  "%~dp0\..\shelljs\bin\shjs" %*
+)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/node-uuid/.npmignore
----------------------------------------------------------------------
diff --git a/bin/node_modules/node-uuid/.npmignore b/bin/node_modules/node-uuid/.npmignore
new file mode 100644
index 0000000..fd4f2b0
--- /dev/null
+++ b/bin/node_modules/node-uuid/.npmignore
@@ -0,0 +1,2 @@
+node_modules
+.DS_Store

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/node-uuid/LICENSE.md
----------------------------------------------------------------------
diff --git a/bin/node_modules/node-uuid/LICENSE.md b/bin/node_modules/node-uuid/LICENSE.md
new file mode 100644
index 0000000..f039427
--- /dev/null
+++ b/bin/node_modules/node-uuid/LICENSE.md
@@ -0,0 +1,2 @@
+Copyright (c) 2010-2012 Robert Kieffer
+MIT License - http://opensource.org/licenses/mit-license.php

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/node-uuid/README.md
----------------------------------------------------------------------
diff --git a/bin/node_modules/node-uuid/README.md b/bin/node_modules/node-uuid/README.md
new file mode 100644
index 0000000..e436a89
--- /dev/null
+++ b/bin/node_modules/node-uuid/README.md
@@ -0,0 +1,207 @@
+# node-uuid
+
+Simple, fast generation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDS.
+
+Features:
+
+* Generate RFC4122 version 1 or version 4 UUIDs
+* Runs in node.js and all browsers.
+* Registered as a [ComponentJS](https://github.com/component/component) [component](https://github.com/component/component/wiki/Components) ('broofa/node-uuid').
+* Cryptographically strong random # generation on supporting platforms
+* 1.1K minified and gzip'ed  (Want something smaller?  Check this [crazy shit](https://gist.github.com/982883) out! )
+* [Annotated source code](http://broofa.github.com/node-uuid/docs/uuid.html)
+
+## Getting Started
+
+Install it in your browser:
+
+```html
+<script src="uuid.js"></script>
+```
+
+Or in node.js:
+
+```
+npm install node-uuid
+```
+
+```javascript
+var uuid = require('node-uuid');
+```
+
+Then create some ids ...
+
+```javascript
+// Generate a v1 (time-based) id
+uuid.v1(); // -> '6c84fb90-12c4-11e1-840d-7b25c5ee775a'
+
+// Generate a v4 (random) id
+uuid.v4(); // -> '110ec58a-a0f2-4ac4-8393-c866d813b8d1'
+```
+
+## API
+
+### uuid.v1([`options` [, `buffer` [, `offset`]]])
+
+Generate and return a RFC4122 v1 (timestamp-based) UUID.
+
+* `options` - (Object) Optional uuid state to apply. Properties may include:
+
+  * `node` - (Array) Node id as Array of 6 bytes (per 4.1.6). Default: Randomly generated ID.  See note 1.
+  * `clockseq` - (Number between 0 - 0x3fff) RFC clock sequence.  Default: An internally maintained clockseq is used.
+  * `msecs` - (Number | Date) Time in milliseconds since unix Epoch.  Default: The current time is used.
+  * `nsecs` - (Number between 0-9999) additional time, in 100-nanosecond units. Ignored if `msecs` is unspecified. Default: internal uuid counter is used, as per 4.2.1.2.
+
+* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written.
+* `offset` - (Number) Starting index in `buffer` at which to begin writing.
+
+Returns `buffer`, if specified, otherwise the string form of the UUID
+
+Notes:
+
+1. The randomly generated node id is only guaranteed to stay constant for the lifetime of the current JS runtime. (Future versions of this module may use persistent storage mechanisms to extend this guarantee.)
+
+Example: Generate string UUID with fully-specified options
+
+```javascript
+uuid.v1({
+  node: [0x01, 0x23, 0x45, 0x67, 0x89, 0xab],
+  clockseq: 0x1234,
+  msecs: new Date('2011-11-01').getTime(),
+  nsecs: 5678
+});   // -> "710b962e-041c-11e1-9234-0123456789ab"
+```
+
+Example: In-place generation of two binary IDs
+
+```javascript
+// Generate two ids in an array
+var arr = new Array(32); // -> []
+uuid.v1(null, arr, 0);   // -> [02 a2 ce 90 14 32 11 e1 85 58 0b 48 8e 4f c1 15]
+uuid.v1(null, arr, 16);  // -> [02 a2 ce 90 14 32 11 e1 85 58 0b 48 8e 4f c1 15 02 a3 1c b0 14 32 11 e1 85 58 0b 48 8e 4f c1 15]
+
+// Optionally use uuid.unparse() to get stringify the ids
+uuid.unparse(buffer);    // -> '02a2ce90-1432-11e1-8558-0b488e4fc115'
+uuid.unparse(buffer, 16) // -> '02a31cb0-1432-11e1-8558-0b488e4fc115'
+```
+
+### uuid.v4([`options` [, `buffer` [, `offset`]]])
+
+Generate and return a RFC4122 v4 UUID.
+
+* `options` - (Object) Optional uuid state to apply. Properties may include:
+
+  * `random` - (Number[16]) Array of 16 numbers (0-255) to use in place of randomly generated values
+  * `rng` - (Function) Random # generator to use.  Set to one of the built-in generators - `uuid.mathRNG` (all platforms), `uuid.nodeRNG` (node.js only), `uuid.whatwgRNG` (WebKit only) - or a custom function that returns an array[16] of byte values.
+
+* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written.
+* `offset` - (Number) Starting index in `buffer` at which to begin writing.
+
+Returns `buffer`, if specified, otherwise the string form of the UUID
+
+Example: Generate string UUID with fully-specified options
+
+```javascript
+uuid.v4({
+  random: [
+    0x10, 0x91, 0x56, 0xbe, 0xc4, 0xfb, 0xc1, 0xea,
+    0x71, 0xb4, 0xef, 0xe1, 0x67, 0x1c, 0x58, 0x36
+  ]
+});
+// -> "109156be-c4fb-41ea-b1b4-efe1671c5836"
+```
+
+Example: Generate two IDs in a single buffer
+
+```javascript
+var buffer = new Array(32); // (or 'new Buffer' in node.js)
+uuid.v4(null, buffer, 0);
+uuid.v4(null, buffer, 16);
+```
+
+### uuid.parse(id[, buffer[, offset]])
+### uuid.unparse(buffer[, offset])
+
+Parse and unparse UUIDs
+
+  * `id` - (String) UUID(-like) string
+  * `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written. Default: A new Array or Buffer is used
+  * `offset` - (Number) Starting index in `buffer` at which to begin writing. Default: 0
+
+Example parsing and unparsing a UUID string
+
+```javascript
+var bytes = uuid.parse('797ff043-11eb-11e1-80d6-510998755d10'); // -> <Buffer 79 7f f0 43 11 eb 11 e1 80 d6 51 09 98 75 5d 10>
+var string = uuid.unparse(bytes); // -> '797ff043-11eb-11e1-80d6-510998755d10'
+```
+
+### uuid.noConflict()
+
+(Browsers only) Set `uuid` property back to it's previous value.
+
+Returns the node-uuid object.
+
+Example:
+
+```javascript
+var myUuid = uuid.noConflict();
+myUuid.v1(); // -> '6c84fb90-12c4-11e1-840d-7b25c5ee775a'
+```
+
+## Deprecated APIs
+
+Support for the following v1.2 APIs is available in v1.3, but is deprecated and will be removed in the next major version.
+
+### uuid([format [, buffer [, offset]]])
+
+uuid() has become uuid.v4(), and the `format` argument is now implicit in the `buffer` argument. (i.e. if you specify a buffer, the format is assumed to be binary).
+
+### uuid.BufferClass
+
+The class of container created when generating binary uuid data if no buffer argument is specified.  This is expected to go away, with no replacement API.
+
+## Testing
+
+In node.js
+
+```
+> cd test
+> node test.js
+```
+
+In Browser
+
+```
+open test/test.html
+```
+
+### Benchmarking
+
+Requires node.js
+
+```
+npm install uuid uuid-js
+node benchmark/benchmark.js
+```
+
+For a more complete discussion of node-uuid performance, please see the `benchmark/README.md` file, and the [benchmark wiki](https://github.com/broofa/node-uuid/wiki/Benchmark)
+
+For browser performance [checkout the JSPerf tests](http://jsperf.com/node-uuid-performance).
+
+## Release notes
+
+### 1.4.0
+
+* Improved module context detection
+* Removed public RNG functions
+
+### 1.3.2
+
+* Improve tests and handling of v1() options (Issue #24)
+* Expose RNG option to allow for perf testing with different generators
+
+### 1.3.0
+
+* Support for version 1 ids, thanks to [@ctavan](https://github.com/ctavan)!
+* Support for node.js crypto API
+* De-emphasizing performance in favor of a) cryptographic quality PRNGs where available and b) more manageable code

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/node-uuid/component.json
----------------------------------------------------------------------
diff --git a/bin/node_modules/node-uuid/component.json b/bin/node_modules/node-uuid/component.json
new file mode 100644
index 0000000..ace2134
--- /dev/null
+++ b/bin/node_modules/node-uuid/component.json
@@ -0,0 +1,18 @@
+{
+  "name": "node-uuid",
+  "repo": "broofa/node-uuid",
+  "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
+  "version": "1.4.0",
+  "author": "Robert Kieffer <ro...@broofa.com>",
+  "contributors": [
+    {"name": "Christoph Tavan <de...@tavan.de>", "github": "https://github.com/ctavan"}
+  ],
+  "keywords": ["uuid", "guid", "rfc4122"],
+  "dependencies": {},
+  "development": {},
+  "main": "uuid.js",
+  "scripts": [
+    "uuid.js"
+  ],
+  "license": "MIT"
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/node-uuid/package.json
----------------------------------------------------------------------
diff --git a/bin/node_modules/node-uuid/package.json b/bin/node_modules/node-uuid/package.json
new file mode 100644
index 0000000..b028d66
--- /dev/null
+++ b/bin/node_modules/node-uuid/package.json
@@ -0,0 +1,35 @@
+{
+  "name": "node-uuid",
+  "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
+  "url": "http://github.com/broofa/node-uuid",
+  "keywords": [
+    "uuid",
+    "guid",
+    "rfc4122"
+  ],
+  "author": {
+    "name": "Robert Kieffer",
+    "email": "robert@broofa.com"
+  },
+  "contributors": [
+    {
+      "name": "Christoph Tavan",
+      "email": "dev@tavan.de"
+    }
+  ],
+  "lib": ".",
+  "main": "./uuid.js",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/broofa/node-uuid.git"
+  },
+  "version": "1.4.1",
+  "readme": "# 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 all browsers.\n* Registered as a [ComponentJS](https://github.com/component/component) [component](https://github.com/component/component/wiki/Components) ('broofa/node-uuid').\n* Cryptographically strong random # generation on supporting platforms\n* 1.1K minified and gzip'ed  (Want something smaller?  Check this [crazy shit](https://gist.github.com/982883) out! )\n* [Annotated source code](http://broofa.github.com/node-uuid/docs/uuid.html)\n\n## Getting Started\n\nInstall it in your browser:\n\n```html\n<script src=\"uuid.js\"></script>\n```\n\nOr in node.js:\n\n```\nnpm install node-uuid\n```\n\n```javascript\nvar uuid = require('node-uuid');\n```\n\nThen create some ids ...\n\n```javascript\n// Generate a v1 (time-based) id\nuuid.v1(); // -> '6c84fb90-12c4-11e1-840d-7b25c5ee775a'\n\n// 
 Generate a v4 (random) id\nuuid.v4(); // -> '110ec58a-a0f2-4ac4-8393-c866d813b8d1'\n```\n\n## API\n\n### uuid.v1([`options` [, `buffer` [, `offset`]]])\n\nGenerate and return a RFC4122 v1 (timestamp-based) UUID.\n\n* `options` - (Object) Optional uuid state to apply. Properties may include:\n\n  * `node` - (Array) Node id as Array of 6 bytes (per 4.1.6). Default: Randomly generated ID.  See note 1.\n  * `clockseq` - (Number between 0 - 0x3fff) RFC clock sequence.  Default: An internally maintained clockseq is used.\n  * `msecs` - (Number | Date) Time in milliseconds since unix Epoch.  Default: The current time is used.\n  * `nsecs` - (Number between 0-9999) additional time, in 100-nanosecond units. Ignored if `msecs` is unspecified. Default: internal uuid counter is used, as per 4.2.1.2.\n\n* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written.\n* `offset` - (Number) Starting index in `buffer` at which to begin writing.\n\nReturns `buffer`, if specified, o
 therwise the string form of the UUID\n\nNotes:\n\n1. The randomly generated node id is only guaranteed to stay constant for the lifetime of the current JS runtime. (Future versions of this module may use persistent storage mechanisms to extend this guarantee.)\n\nExample: Generate string UUID with fully-specified options\n\n```javascript\nuuid.v1({\n  node: [0x01, 0x23, 0x45, 0x67, 0x89, 0xab],\n  clockseq: 0x1234,\n  msecs: new Date('2011-11-01').getTime(),\n  nsecs: 5678\n});   // -> \"710b962e-041c-11e1-9234-0123456789ab\"\n```\n\nExample: In-place generation of two binary IDs\n\n```javascript\n// Generate two ids in an array\nvar arr = new Array(32); // -> []\nuuid.v1(null, arr, 0);   // -> [02 a2 ce 90 14 32 11 e1 85 58 0b 48 8e 4f c1 15]\nuuid.v1(null, arr, 16);  // -> [02 a2 ce 90 14 32 11 e1 85 58 0b 48 8e 4f c1 15 02 a3 1c b0 14 32 11 e1 85 58 0b 48 8e 4f c1 15]\n\n// Optionally use uuid.unparse() to get stringify the ids\nuuid.unparse(buffer);    // -> '02a2ce90-1432-11e1-
 8558-0b488e4fc115'\nuuid.unparse(buffer, 16) // -> '02a31cb0-1432-11e1-8558-0b488e4fc115'\n```\n\n### uuid.v4([`options` [, `buffer` [, `offset`]]])\n\nGenerate and return a RFC4122 v4 UUID.\n\n* `options` - (Object) Optional uuid state to apply. Properties may include:\n\n  * `random` - (Number[16]) Array of 16 numbers (0-255) to use in place of randomly generated values\n  * `rng` - (Function) Random # generator to use.  Set to one of the built-in generators - `uuid.mathRNG` (all platforms), `uuid.nodeRNG` (node.js only), `uuid.whatwgRNG` (WebKit only) - or a custom function that returns an array[16] of byte values.\n\n* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written.\n* `offset` - (Number) Starting index in `buffer` at which to begin writing.\n\nReturns `buffer`, if specified, otherwise the string form of the UUID\n\nExample: Generate string UUID with fully-specified options\n\n```javascript\nuuid.v4({\n  random: [\n    0x10, 0x91, 0x56, 0xbe, 0xc4
 , 0xfb, 0xc1, 0xea,\n    0x71, 0xb4, 0xef, 0xe1, 0x67, 0x1c, 0x58, 0x36\n  ]\n});\n// -> \"109156be-c4fb-41ea-b1b4-efe1671c5836\"\n```\n\nExample: Generate two IDs in a single buffer\n\n```javascript\nvar buffer = new Array(32); // (or 'new Buffer' in node.js)\nuuid.v4(null, buffer, 0);\nuuid.v4(null, buffer, 16);\n```\n\n### uuid.parse(id[, buffer[, offset]])\n### uuid.unparse(buffer[, offset])\n\nParse and unparse UUIDs\n\n  * `id` - (String) UUID(-like) string\n  * `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written. Default: A new Array or Buffer is used\n  * `offset` - (Number) Starting index in `buffer` at which to begin writing. Default: 0\n\nExample parsing and unparsing a UUID string\n\n```javascript\nvar bytes = uuid.parse('797ff043-11eb-11e1-80d6-510998755d10'); // -> <Buffer 79 7f f0 43 11 eb 11 e1 80 d6 51 09 98 75 5d 10>\nvar string = uuid.unparse(bytes); // -> '797ff043-11eb-11e1-80d6-510998755d10'\n```\n\n### uuid.noConflict()\n\n(Browsers 
 only) Set `uuid` property back to it's previous value.\n\nReturns the node-uuid object.\n\nExample:\n\n```javascript\nvar myUuid = uuid.noConflict();\nmyUuid.v1(); // -> '6c84fb90-12c4-11e1-840d-7b25c5ee775a'\n```\n\n## Deprecated APIs\n\nSupport for the following v1.2 APIs is available in v1.3, but is deprecated and will be removed in the next major version.\n\n### uuid([format [, buffer [, offset]]])\n\nuuid() has become uuid.v4(), and the `format` argument is now implicit in the `buffer` argument. (i.e. if you specify a buffer, the format is assumed to be binary).\n\n### uuid.BufferClass\n\nThe class of container created when generating binary uuid data if no buffer argument is specified.  This is expected to go away, with no replacement API.\n\n## Testing\n\nIn node.js\n\n```\n> cd test\n> node test.js\n```\n\nIn Browser\n\n```\nopen test/test.html\n```\n\n### Benchmarking\n\nRequires node.js\n\n```\nnpm install uuid uuid-js\nnode benchmark/benchmark.js\n```\n\nFor a more comple
 te discussion of node-uuid performance, please see the `benchmark/README.md` file, and the [benchmark wiki](https://github.com/broofa/node-uuid/wiki/Benchmark)\n\nFor browser performance [checkout the JSPerf tests](http://jsperf.com/node-uuid-performance).\n\n## Release notes\n\n### 1.4.0\n\n* Improved module context detection\n* Removed public RNG functions\n\n### 1.3.2\n\n* Improve tests and handling of v1() options (Issue #24)\n* Expose RNG option to allow for perf testing with different generators\n\n### 1.3.0\n\n* Support for version 1 ids, thanks to [@ctavan](https://github.com/ctavan)!\n* Support for node.js crypto API\n* De-emphasizing performance in favor of a) cryptographic quality PRNGs where available and b) more manageable code\n",
+  "readmeFilename": "README.md",
+  "bugs": {
+    "url": "https://github.com/broofa/node-uuid/issues"
+  },
+  "homepage": "https://github.com/broofa/node-uuid",
+  "_id": "node-uuid@1.4.1",
+  "_from": "node-uuid@"
+}

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/node-uuid/uuid.js
----------------------------------------------------------------------
diff --git a/bin/node_modules/node-uuid/uuid.js b/bin/node_modules/node-uuid/uuid.js
new file mode 100644
index 0000000..2fac6dc
--- /dev/null
+++ b/bin/node_modules/node-uuid/uuid.js
@@ -0,0 +1,245 @@
+//     uuid.js
+//
+//     Copyright (c) 2010-2012 Robert Kieffer
+//     MIT License - http://opensource.org/licenses/mit-license.php
+
+(function() {
+  var _global = this;
+
+  // Unique ID creation requires a high quality random # generator.  We feature
+  // detect to determine the best RNG source, normalizing to a function that
+  // returns 128-bits of randomness, since that's what's usually required
+  var _rng;
+
+  // Node.js crypto-based RNG - http://nodejs.org/docs/v0.6.2/api/crypto.html
+  //
+  // Moderately fast, high quality
+  if (typeof(require) == 'function') {
+    try {
+      var _rb = require('crypto').randomBytes;
+      _rng = _rb && function() {return _rb(16);};
+    } catch(e) {}
+  }
+
+  if (!_rng && _global.crypto && crypto.getRandomValues) {
+    // WHATWG crypto-based RNG - http://wiki.whatwg.org/wiki/Crypto
+    //
+    // Moderately fast, high quality
+    var _rnds8 = new Uint8Array(16);
+    _rng = function whatwgRNG() {
+      crypto.getRandomValues(_rnds8);
+      return _rnds8;
+    };
+  }
+
+  if (!_rng) {
+    // Math.random()-based (RNG)
+    //
+    // If all else fails, use Math.random().  It's fast, but is of unspecified
+    // quality.
+    var  _rnds = new Array(16);
+    _rng = function() {
+      for (var i = 0, r; i < 16; i++) {
+        if ((i & 0x03) === 0) r = Math.random() * 0x100000000;
+        _rnds[i] = r >>> ((i & 0x03) << 3) & 0xff;
+      }
+
+      return _rnds;
+    };
+  }
+
+  // Buffer class to use
+  var BufferClass = typeof(Buffer) == 'function' ? Buffer : Array;
+
+  // Maps for number <-> hex string conversion
+  var _byteToHex = [];
+  var _hexToByte = {};
+  for (var i = 0; i < 256; i++) {
+    _byteToHex[i] = (i + 0x100).toString(16).substr(1);
+    _hexToByte[_byteToHex[i]] = i;
+  }
+
+  // **`parse()` - Parse a UUID into it's component bytes**
+  function parse(s, buf, offset) {
+    var i = (buf && offset) || 0, ii = 0;
+
+    buf = buf || [];
+    s.toLowerCase().replace(/[0-9a-f]{2}/g, function(oct) {
+      if (ii < 16) { // Don't overflow!
+        buf[i + ii++] = _hexToByte[oct];
+      }
+    });
+
+    // Zero out remaining bytes if string was short
+    while (ii < 16) {
+      buf[i + ii++] = 0;
+    }
+
+    return buf;
+  }
+
+  // **`unparse()` - Convert UUID byte array (ala parse()) into a string**
+  function unparse(buf, offset) {
+    var i = offset || 0, bth = _byteToHex;
+    return  bth[buf[i++]] + bth[buf[i++]] +
+            bth[buf[i++]] + bth[buf[i++]] + '-' +
+            bth[buf[i++]] + bth[buf[i++]] + '-' +
+            bth[buf[i++]] + bth[buf[i++]] + '-' +
+            bth[buf[i++]] + bth[buf[i++]] + '-' +
+            bth[buf[i++]] + bth[buf[i++]] +
+            bth[buf[i++]] + bth[buf[i++]] +
+            bth[buf[i++]] + bth[buf[i++]];
+  }
+
+  // **`v1()` - Generate time-based UUID**
+  //
+  // Inspired by https://github.com/LiosK/UUID.js
+  // and http://docs.python.org/library/uuid.html
+
+  // random #'s we need to init node and clockseq
+  var _seedBytes = _rng();
+
+  // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
+  var _nodeId = [
+    _seedBytes[0] | 0x01,
+    _seedBytes[1], _seedBytes[2], _seedBytes[3], _seedBytes[4], _seedBytes[5]
+  ];
+
+  // Per 4.2.2, randomize (14 bit) clockseq
+  var _clockseq = (_seedBytes[6] << 8 | _seedBytes[7]) & 0x3fff;
+
+  // Previous uuid creation time
+  var _lastMSecs = 0, _lastNSecs = 0;
+
+  // See https://github.com/broofa/node-uuid for API details
+  function v1(options, buf, offset) {
+    var i = buf && offset || 0;
+    var b = buf || [];
+
+    options = options || {};
+
+    var clockseq = options.clockseq != null ? options.clockseq : _clockseq;
+
+    // UUID timestamps are 100 nano-second units since the Gregorian epoch,
+    // (1582-10-15 00:00).  JSNumbers aren't precise enough for this, so
+    // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
+    // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
+    var msecs = options.msecs != null ? options.msecs : new Date().getTime();
+
+    // Per 4.2.1.2, use count of uuid's generated during the current clock
+    // cycle to simulate higher resolution clock
+    var nsecs = options.nsecs != null ? options.nsecs : _lastNSecs + 1;
+
+    // Time since last uuid creation (in msecs)
+    var dt = (msecs - _lastMSecs) + (nsecs - _lastNSecs)/10000;
+
+    // Per 4.2.1.2, Bump clockseq on clock regression
+    if (dt < 0 && options.clockseq == null) {
+      clockseq = clockseq + 1 & 0x3fff;
+    }
+
+    // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
+    // time interval
+    if ((dt < 0 || msecs > _lastMSecs) && options.nsecs == null) {
+      nsecs = 0;
+    }
+
+    // Per 4.2.1.2 Throw error if too many uuids are requested
+    if (nsecs >= 10000) {
+      throw new Error('uuid.v1(): Can\'t create more than 10M uuids/sec');
+    }
+
+    _lastMSecs = msecs;
+    _lastNSecs = nsecs;
+    _clockseq = clockseq;
+
+    // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
+    msecs += 12219292800000;
+
+    // `time_low`
+    var tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
+    b[i++] = tl >>> 24 & 0xff;
+    b[i++] = tl >>> 16 & 0xff;
+    b[i++] = tl >>> 8 & 0xff;
+    b[i++] = tl & 0xff;
+
+    // `time_mid`
+    var tmh = (msecs / 0x100000000 * 10000) & 0xfffffff;
+    b[i++] = tmh >>> 8 & 0xff;
+    b[i++] = tmh & 0xff;
+
+    // `time_high_and_version`
+    b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
+    b[i++] = tmh >>> 16 & 0xff;
+
+    // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
+    b[i++] = clockseq >>> 8 | 0x80;
+
+    // `clock_seq_low`
+    b[i++] = clockseq & 0xff;
+
+    // `node`
+    var node = options.node || _nodeId;
+    for (var n = 0; n < 6; n++) {
+      b[i + n] = node[n];
+    }
+
+    return buf ? buf : unparse(b);
+  }
+
+  // **`v4()` - Generate random UUID**
+
+  // See https://github.com/broofa/node-uuid for API details
+  function v4(options, buf, offset) {
+    // Deprecated - 'format' argument, as supported in v1.2
+    var i = buf && offset || 0;
+
+    if (typeof(options) == 'string') {
+      buf = options == 'binary' ? new BufferClass(16) : null;
+      options = null;
+    }
+    options = options || {};
+
+    var rnds = options.random || (options.rng || _rng)();
+
+    // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
+    rnds[6] = (rnds[6] & 0x0f) | 0x40;
+    rnds[8] = (rnds[8] & 0x3f) | 0x80;
+
+    // Copy bytes to buffer, if provided
+    if (buf) {
+      for (var ii = 0; ii < 16; ii++) {
+        buf[i + ii] = rnds[ii];
+      }
+    }
+
+    return buf || unparse(rnds);
+  }
+
+  // Export public API
+  var uuid = v4;
+  uuid.v1 = v1;
+  uuid.v4 = v4;
+  uuid.parse = parse;
+  uuid.unparse = unparse;
+  uuid.BufferClass = BufferClass;
+
+  if (typeof define === 'function' && define.amd) {
+    // Publish as AMD module
+    define(function() {return uuid;});
+  } else if (typeof(module) != 'undefined' && module.exports) {
+    // Publish as node.js module
+    module.exports = uuid;
+  } else {
+    // Publish as global (in browsers)
+    var _previousRoot = _global.uuid;
+
+    // **`noConflict()` - (browser only) to reset global 'uuid' var**
+    uuid.noConflict = function() {
+      _global.uuid = _previousRoot;
+      return uuid;
+    };
+
+    _global.uuid = uuid;
+  }
+}).call(this);

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

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/nopt/LICENSE
----------------------------------------------------------------------
diff --git a/bin/node_modules/nopt/LICENSE b/bin/node_modules/nopt/LICENSE
new file mode 100644
index 0000000..05a4010
--- /dev/null
+++ b/bin/node_modules/nopt/LICENSE
@@ -0,0 +1,23 @@
+Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/nopt/README.md
----------------------------------------------------------------------
diff --git a/bin/node_modules/nopt/README.md b/bin/node_modules/nopt/README.md
new file mode 100644
index 0000000..5aba088
--- /dev/null
+++ b/bin/node_modules/nopt/README.md
@@ -0,0 +1,209 @@
+If you want to write an option parser, and have it be good, there are
+two ways to do it.  The Right Way, and the Wrong Way.
+
+The Wrong Way is to sit down and write an option parser.  We've all done
+that.
+
+The Right Way is to write some complex configurable program with so many
+options that you go half-insane just trying to manage them all, and put
+it off with duct-tape solutions until you see exactly to the core of the
+problem, and finally snap and write an awesome option parser.
+
+If you want to write an option parser, don't write an option parser.
+Write a package manager, or a source control system, or a service
+restarter, or an operating system.  You probably won't end up with a
+good one of those, but if you don't give up, and you are relentless and
+diligent enough in your procrastination, you may just end up with a very
+nice option parser.
+
+## USAGE
+
+    // my-program.js
+    var nopt = require("nopt")
+      , Stream = require("stream").Stream
+      , path = require("path")
+      , knownOpts = { "foo" : [String, null]
+                    , "bar" : [Stream, Number]
+                    , "baz" : path
+                    , "bloo" : [ "big", "medium", "small" ]
+                    , "flag" : Boolean
+                    , "pick" : Boolean
+                    , "many" : [String, Array]
+                    }
+      , shortHands = { "foofoo" : ["--foo", "Mr. Foo"]
+                     , "b7" : ["--bar", "7"]
+                     , "m" : ["--bloo", "medium"]
+                     , "p" : ["--pick"]
+                     , "f" : ["--flag"]
+                     }
+                 // everything is optional.
+                 // knownOpts and shorthands default to {}
+                 // arg list defaults to process.argv
+                 // slice defaults to 2
+      , parsed = nopt(knownOpts, shortHands, process.argv, 2)
+    console.log(parsed)
+
+This would give you support for any of the following:
+
+```bash
+$ node my-program.js --foo "blerp" --no-flag
+{ "foo" : "blerp", "flag" : false }
+
+$ node my-program.js ---bar 7 --foo "Mr. Hand" --flag
+{ bar: 7, foo: "Mr. Hand", flag: true }
+
+$ node my-program.js --foo "blerp" -f -----p
+{ foo: "blerp", flag: true, pick: true }
+
+$ node my-program.js -fp --foofoo
+{ foo: "Mr. Foo", flag: true, pick: true }
+
+$ node my-program.js --foofoo -- -fp  # -- stops the flag parsing.
+{ foo: "Mr. Foo", argv: { remain: ["-fp"] } }
+
+$ node my-program.js --blatzk -fp # unknown opts are ok.
+{ blatzk: true, flag: true, pick: true }
+
+$ node my-program.js --blatzk=1000 -fp # but you need to use = if they have a value
+{ blatzk: 1000, flag: true, pick: true }
+
+$ node my-program.js --no-blatzk -fp # unless they start with "no-"
+{ blatzk: false, flag: true, pick: true }
+
+$ node my-program.js --baz b/a/z # known paths are resolved.
+{ baz: "/Users/isaacs/b/a/z" }
+
+# if Array is one of the types, then it can take many
+# values, and will always be an array.  The other types provided
+# specify what types are allowed in the list.
+
+$ node my-program.js --many 1 --many null --many foo
+{ many: ["1", "null", "foo"] }
+
+$ node my-program.js --many foo
+{ many: ["foo"] }
+```
+
+Read the tests at the bottom of `lib/nopt.js` for more examples of
+what this puppy can do.
+
+## Types
+
+The following types are supported, and defined on `nopt.typeDefs`
+
+* String: A normal string.  No parsing is done.
+* path: A file system path.  Gets resolved against cwd if not absolute.
+* url: A url.  If it doesn't parse, it isn't accepted.
+* Number: Must be numeric.
+* Date: Must parse as a date. If it does, and `Date` is one of the options,
+  then it will return a Date object, not a string.
+* Boolean: Must be either `true` or `false`.  If an option is a boolean,
+  then it does not need a value, and its presence will imply `true` as
+  the value.  To negate boolean flags, do `--no-whatever` or `--whatever
+  false`
+* NaN: Means that the option is strictly not allowed.  Any value will
+  fail.
+* Stream: An object matching the "Stream" class in node.  Valuable
+  for use when validating programmatically.  (npm uses this to let you
+  supply any WriteStream on the `outfd` and `logfd` config options.)
+* Array: If `Array` is specified as one of the types, then the value
+  will be parsed as a list of options.  This means that multiple values
+  can be specified, and that the value will always be an array.
+
+If a type is an array of values not on this list, then those are
+considered valid values.  For instance, in the example above, the
+`--bloo` option can only be one of `"big"`, `"medium"`, or `"small"`,
+and any other value will be rejected.
+
+When parsing unknown fields, `"true"`, `"false"`, and `"null"` will be
+interpreted as their JavaScript equivalents.
+
+You can also mix types and values, or multiple types, in a list.  For
+instance `{ blah: [Number, null] }` would allow a value to be set to
+either a Number or null.  When types are ordered, this implies a
+preference, and the first type that can be used to properly interpret
+the value will be used.
+
+To define a new type, add it to `nopt.typeDefs`.  Each item in that
+hash is an object with a `type` member and a `validate` method.  The
+`type` member is an object that matches what goes in the type list.  The
+`validate` method is a function that gets called with `validate(data,
+key, val)`.  Validate methods should assign `data[key]` to the valid
+value of `val` if it can be handled properly, or return boolean
+`false` if it cannot.
+
+You can also call `nopt.clean(data, types, typeDefs)` to clean up a
+config object and remove its invalid properties.
+
+## Error Handling
+
+By default, nopt outputs a warning to standard error when invalid
+options are found.  You can change this behavior by assigning a method
+to `nopt.invalidHandler`.  This method will be called with
+the offending `nopt.invalidHandler(key, val, types)`.
+
+If no `nopt.invalidHandler` is assigned, then it will console.error
+its whining.  If it is assigned to boolean `false` then the warning is
+suppressed.
+
+## Abbreviations
+
+Yes, they are supported.  If you define options like this:
+
+```javascript
+{ "foolhardyelephants" : Boolean
+, "pileofmonkeys" : Boolean }
+```
+
+Then this will work:
+
+```bash
+node program.js --foolhar --pil
+node program.js --no-f --pileofmon
+# etc.
+```
+
+## Shorthands
+
+Shorthands are a hash of shorter option names to a snippet of args that
+they expand to.
+
+If multiple one-character shorthands are all combined, and the
+combination does not unambiguously match any other option or shorthand,
+then they will be broken up into their constituent parts.  For example:
+
+```json
+{ "s" : ["--loglevel", "silent"]
+, "g" : "--global"
+, "f" : "--force"
+, "p" : "--parseable"
+, "l" : "--long"
+}
+```
+
+```bash
+npm ls -sgflp
+# just like doing this:
+npm ls --loglevel silent --global --force --long --parseable
+```
+
+## The Rest of the args
+
+The config object returned by nopt is given a special member called
+`argv`, which is an object with the following fields:
+
+* `remain`: The remaining args after all the parsing has occurred.
+* `original`: The args as they originally appeared.
+* `cooked`: The args after flags and shorthands are expanded.
+
+## Slicing
+
+Node programs are called with more or less the exact argv as it appears
+in C land, after the v8 and node-specific options have been plucked off.
+As such, `argv[0]` is always `node` and `argv[1]` is always the
+JavaScript program being run.
+
+That's usually not very useful to you.  So they're sliced off by
+default.  If you want them, then you can pass in `0` as the last
+argument, or any other number that you'd like to slice off the start of
+the list.

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/nopt/bin/nopt.js
----------------------------------------------------------------------
diff --git a/bin/node_modules/nopt/bin/nopt.js b/bin/node_modules/nopt/bin/nopt.js
new file mode 100644
index 0000000..3232d4c
--- /dev/null
+++ b/bin/node_modules/nopt/bin/nopt.js
@@ -0,0 +1,54 @@
+#!/usr/bin/env node
+var nopt = require("../lib/nopt")
+  , path = require("path")
+  , types = { num: Number
+            , bool: Boolean
+            , help: Boolean
+            , list: Array
+            , "num-list": [Number, Array]
+            , "str-list": [String, Array]
+            , "bool-list": [Boolean, Array]
+            , str: String
+            , clear: Boolean
+            , config: Boolean
+            , length: Number
+            , file: path
+            }
+  , shorthands = { s: [ "--str", "astring" ]
+                 , b: [ "--bool" ]
+                 , nb: [ "--no-bool" ]
+                 , tft: [ "--bool-list", "--no-bool-list", "--bool-list", "true" ]
+                 , "?": ["--help"]
+                 , h: ["--help"]
+                 , H: ["--help"]
+                 , n: [ "--num", "125" ]
+                 , c: ["--config"]
+                 , l: ["--length"]
+                 , f: ["--file"]
+                 }
+  , parsed = nopt( types
+                 , shorthands
+                 , process.argv
+                 , 2 )
+
+console.log("parsed", parsed)
+
+if (parsed.help) {
+  console.log("")
+  console.log("nopt cli tester")
+  console.log("")
+  console.log("types")
+  console.log(Object.keys(types).map(function M (t) {
+    var type = types[t]
+    if (Array.isArray(type)) {
+      return [t, type.map(function (type) { return type.name })]
+    }
+    return [t, type && type.name]
+  }).reduce(function (s, i) {
+    s[i[0]] = i[1]
+    return s
+  }, {}))
+  console.log("")
+  console.log("shorthands")
+  console.log(shorthands)
+}

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/f4e2ac6a/bin/node_modules/nopt/examples/my-program.js
----------------------------------------------------------------------
diff --git a/bin/node_modules/nopt/examples/my-program.js b/bin/node_modules/nopt/examples/my-program.js
new file mode 100644
index 0000000..142447e
--- /dev/null
+++ b/bin/node_modules/nopt/examples/my-program.js
@@ -0,0 +1,30 @@
+#!/usr/bin/env node
+
+//process.env.DEBUG_NOPT = 1
+
+// my-program.js
+var nopt = require("../lib/nopt")
+  , Stream = require("stream").Stream
+  , path = require("path")
+  , knownOpts = { "foo" : [String, null]
+                , "bar" : [Stream, Number]
+                , "baz" : path
+                , "bloo" : [ "big", "medium", "small" ]
+                , "flag" : Boolean
+                , "pick" : Boolean
+                }
+  , shortHands = { "foofoo" : ["--foo", "Mr. Foo"]
+                 , "b7" : ["--bar", "7"]
+                 , "m" : ["--bloo", "medium"]
+                 , "p" : ["--pick"]
+                 , "f" : ["--flag", "true"]
+                 , "g" : ["--flag"]
+                 , "s" : "--flag"
+                 }
+             // everything is optional.
+             // knownOpts and shorthands default to {}
+             // arg list defaults to process.argv
+             // slice defaults to 2
+  , parsed = nopt(knownOpts, shortHands, process.argv, 2)
+
+console.log("parsed =\n"+ require("util").inspect(parsed))