You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2014/04/13 03:08:33 UTC

[51/53] [abbrv] [partial] webworks commit: CB-6440 create - use shelljs rather than custom copy function

CB-6440 create - use shelljs rather than custom copy function


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

Branch: refs/heads/master
Commit: 3016473ff10dd7f02674c714460a3728a2900db7
Parents: 6363264
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Sat Apr 12 10:00:49 2014 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Sat Apr 12 21:03:39 2014 -0400

----------------------------------------------------------------------
 blackberry10/bin/lib/create.js                  |     44 +-
 blackberry10/node_modules/.bin/jake             |      1 -
 blackberry10/node_modules/.bin/jasmine-node     |      1 -
 blackberry10/node_modules/.bin/plugman          |      1 -
 blackberry10/node_modules/async/package.json    |      6 +-
 .../node_modules/elementtree/package.json       |      2 +-
 blackberry10/node_modules/exit/package.json     |      6 +-
 blackberry10/node_modules/jake/Jakefile         |     43 -
 blackberry10/node_modules/jake/Makefile         |     44 -
 blackberry10/node_modules/jake/README.md        |    946 -
 blackberry10/node_modules/jake/bin/cli.js       |     23 -
 blackberry10/node_modules/jake/lib/api.js       |    241 -
 blackberry10/node_modules/jake/lib/file_list.js |    287 -
 blackberry10/node_modules/jake/lib/jake.js      |    280 -
 blackberry10/node_modules/jake/lib/loader.js    |     94 -
 .../node_modules/jake/lib/npm_publish_task.js   |    193 -
 .../node_modules/jake/lib/package_task.js       |    365 -
 blackberry10/node_modules/jake/lib/parseargs.js |    134 -
 blackberry10/node_modules/jake/lib/program.js   |    236 -
 .../jake/lib/task/directory_task.js             |     29 -
 .../node_modules/jake/lib/task/file_task.js     |    134 -
 .../node_modules/jake/lib/task/index.js         |      9 -
 blackberry10/node_modules/jake/lib/task/task.js |    241 -
 blackberry10/node_modules/jake/lib/test_task.js |    216 -
 .../node_modules/jake/lib/utils/index.js        |    242 -
 .../node_modules/jake/lib/utils/logger.js       |     24 -
 .../jake/node_modules/minimatch/LICENSE         |     23 -
 .../jake/node_modules/minimatch/README.md       |    218 -
 .../jake/node_modules/minimatch/minimatch.js    |   1079 -
 .../minimatch/node_modules/lru-cache/.npmignore |      1 -
 .../minimatch/node_modules/lru-cache/AUTHORS    |      8 -
 .../minimatch/node_modules/lru-cache/LICENSE    |     23 -
 .../minimatch/node_modules/lru-cache/README.md  |     97 -
 .../node_modules/lru-cache/lib/lru-cache.js     |    257 -
 .../node_modules/lru-cache/package.json         |     62 -
 .../minimatch/node_modules/lru-cache/s.js       |     25 -
 .../node_modules/lru-cache/test/basic.js        |    329 -
 .../node_modules/lru-cache/test/foreach.js      |     52 -
 .../node_modules/lru-cache/test/memory-leak.js  |     50 -
 .../minimatch/node_modules/sigmund/LICENSE      |     27 -
 .../minimatch/node_modules/sigmund/README.md    |     53 -
 .../minimatch/node_modules/sigmund/bench.js     |    283 -
 .../minimatch/node_modules/sigmund/package.json |     41 -
 .../minimatch/node_modules/sigmund/sigmund.js   |     39 -
 .../node_modules/sigmund/test/basic.js          |     24 -
 .../jake/node_modules/minimatch/package.json    |     39 -
 .../jake/node_modules/minimatch/test/basic.js   |    399 -
 .../node_modules/minimatch/test/brace-expand.js |     33 -
 .../jake/node_modules/minimatch/test/caching.js |     14 -
 .../node_modules/minimatch/test/defaults.js     |    274 -
 .../jake/node_modules/utilities/Jakefile        |     37 -
 .../jake/node_modules/utilities/README.md       |      6 -
 .../jake/node_modules/utilities/lib/array.js    |     93 -
 .../jake/node_modules/utilities/lib/async.js    |    291 -
 .../jake/node_modules/utilities/lib/core.js     |    106 -
 .../jake/node_modules/utilities/lib/date.js     |    903 -
 .../node_modules/utilities/lib/event_buffer.js  |    109 -
 .../jake/node_modules/utilities/lib/file.js     |    520 -
 .../jake/node_modules/utilities/lib/i18n.js     |     60 -
 .../jake/node_modules/utilities/lib/index.js    |     59 -
 .../node_modules/utilities/lib/inflection.js    |    222 -
 .../jake/node_modules/utilities/lib/log.js      |     67 -
 .../jake/node_modules/utilities/lib/network.js  |     72 -
 .../jake/node_modules/utilities/lib/object.js   |    108 -
 .../jake/node_modules/utilities/lib/request.js  |    143 -
 .../utilities/lib/sorted_collection.js          |    558 -
 .../jake/node_modules/utilities/lib/string.js   |    791 -
 .../jake/node_modules/utilities/lib/uri.js      |    177 -
 .../jake/node_modules/utilities/lib/xml.js      |    282 -
 .../jake/node_modules/utilities/package.json    |     34 -
 .../jake/node_modules/utilities/test/array.js   |     71 -
 .../jake/node_modules/utilities/test/core.js    |     75 -
 .../jake/node_modules/utilities/test/date.js    |     75 -
 .../node_modules/utilities/test/event_buffer.js |     45 -
 .../jake/node_modules/utilities/test/file.js    |    218 -
 .../jake/node_modules/utilities/test/i18n.js    |     60 -
 .../node_modules/utilities/test/inflection.js   |    388 -
 .../jake/node_modules/utilities/test/network.js |     41 -
 .../jake/node_modules/utilities/test/object.js  |     76 -
 .../utilities/test/sorted_collection.js         |    115 -
 .../jake/node_modules/utilities/test/string.js  |    411 -
 .../jake/node_modules/utilities/test/uri.js     |     99 -
 .../jake/node_modules/utilities/test/xml.js     |    122 -
 blackberry10/node_modules/jake/package.json     |     40 -
 blackberry10/node_modules/jake/test/Jakefile    |    214 -
 blackberry10/node_modules/jake/test/exec.js     |    113 -
 .../node_modules/jake/test/file_task.js         |    123 -
 blackberry10/node_modules/jake/test/foo.html    |      0
 blackberry10/node_modules/jake/test/foo.txt     |      0
 blackberry10/node_modules/jake/test/helpers.js  |     59 -
 .../node_modules/jake/test/namespace.js         |     27 -
 .../node_modules/jake/test/parseargs.js         |    150 -
 .../node_modules/jake/test/task_base.js         |    137 -
 .../node_modules/jasmine-node/.npmignore        |     13 -
 .../node_modules/jasmine-node/.travis.yml       |      6 -
 blackberry10/node_modules/jasmine-node/LICENSE  |     22 -
 .../node_modules/jasmine-node/README.md         |    161 -
 .../node_modules/jasmine-node/bin/jasmine-node  |      6 -
 .../lib/jasmine-node/async-callback.js          |     61 -
 .../jasmine-node/lib/jasmine-node/autotest.js   |     85 -
 .../jasmine-node/lib/jasmine-node/cli.js        |    250 -
 .../jasmine-node/lib/jasmine-node/cs.js         |    160 -
 .../jasmine-node/lib/jasmine-node/index.js      |    174 -
 .../lib/jasmine-node/jasmine-1.3.1.js           |   2600 -
 .../jasmine-node/lib/jasmine-node/reporter.js   |    276 -
 .../lib/jasmine-node/requirejs-runner.js        |     87 -
 .../lib/jasmine-node/requirejs-spec-loader.js   |     48 -
 .../jasmine-node/requirejs-wrapper-template.js  |     78 -
 .../lib/jasmine-node/spec-collection.js         |     44 -
 .../jasmine-node/node_modules/.bin/cake         |      1 -
 .../jasmine-node/node_modules/.bin/coffee       |      1 -
 .../jasmine-node/node_modules/.bin/r.js         |      1 -
 .../node_modules/coffee-script/.npmignore       |     11 -
 .../node_modules/coffee-script/CNAME            |      1 -
 .../node_modules/coffee-script/CONTRIBUTING.md  |      9 -
 .../node_modules/coffee-script/LICENSE          |     22 -
 .../node_modules/coffee-script/README           |     51 -
 .../node_modules/coffee-script/Rakefile         |     79 -
 .../node_modules/coffee-script/bin/cake         |      7 -
 .../node_modules/coffee-script/bin/coffee       |      7 -
 .../coffee-script/lib/coffee-script/browser.js  |    118 -
 .../coffee-script/lib/coffee-script/cake.js     |    114 -
 .../lib/coffee-script/coffee-script.js          |    358 -
 .../coffee-script/lib/coffee-script/command.js  |    526 -
 .../coffee-script/lib/coffee-script/grammar.js  |    625 -
 .../coffee-script/lib/coffee-script/helpers.js  |    223 -
 .../coffee-script/lib/coffee-script/index.js    |     11 -
 .../coffee-script/lib/coffee-script/lexer.js    |    889 -
 .../coffee-script/lib/coffee-script/nodes.js    |   3048 -
 .../coffee-script/lib/coffee-script/optparse.js |    139 -
 .../coffee-script/lib/coffee-script/parser.js   |    610 -
 .../coffee-script/lib/coffee-script/repl.js     |    159 -
 .../coffee-script/lib/coffee-script/rewriter.js |    485 -
 .../coffee-script/lib/coffee-script/scope.js    |    146 -
 .../lib/coffee-script/sourcemap.js              |    161 -
 .../node_modules/coffee-script/package.json     |     50 -
 .../node_modules/gaze/.editorconfig             |     10 -
 .../jasmine-node/node_modules/gaze/.jshintrc    |     14 -
 .../jasmine-node/node_modules/gaze/.npmignore   |      1 -
 .../jasmine-node/node_modules/gaze/.travis.yml  |      6 -
 .../jasmine-node/node_modules/gaze/AUTHORS      |      5 -
 .../jasmine-node/node_modules/gaze/Gruntfile.js |     32 -
 .../jasmine-node/node_modules/gaze/LICENSE-MIT  |     22 -
 .../jasmine-node/node_modules/gaze/README.md    |    172 -
 .../node_modules/gaze/benchmarks/gaze100s.js    |     46 -
 .../jasmine-node/node_modules/gaze/lib/gaze.js  |    466 -
 .../gaze/node_modules/fileset/.npmignore        |      1 -
 .../gaze/node_modules/fileset/.travis.yml       |      5 -
 .../gaze/node_modules/fileset/LICENSE-MIT       |     22 -
 .../gaze/node_modules/fileset/README.md         |     87 -
 .../gaze/node_modules/fileset/lib/fileset.js    |     64 -
 .../fileset/node_modules/glob/.npmignore        |      2 -
 .../fileset/node_modules/glob/.travis.yml       |      3 -
 .../fileset/node_modules/glob/LICENSE           |     27 -
 .../fileset/node_modules/glob/README.md         |    250 -
 .../fileset/node_modules/glob/examples/g.js     |      9 -
 .../node_modules/glob/examples/usr-local.js     |      9 -
 .../fileset/node_modules/glob/glob.js           |    675 -
 .../glob/node_modules/graceful-fs/.npmignore    |      1 -
 .../glob/node_modules/graceful-fs/LICENSE       |     27 -
 .../glob/node_modules/graceful-fs/README.md     |     33 -
 .../node_modules/graceful-fs/graceful-fs.js     |    152 -
 .../glob/node_modules/graceful-fs/package.json  |     52 -
 .../glob/node_modules/graceful-fs/polyfills.js  |    228 -
 .../glob/node_modules/graceful-fs/test/open.js  |     39 -
 .../glob/node_modules/inherits/LICENSE          |     14 -
 .../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     |     43 -
 .../glob/node_modules/inherits/test.js          |     25 -
 .../fileset/node_modules/glob/package.json      |     43 -
 .../fileset/node_modules/glob/test/00-setup.js  |    176 -
 .../node_modules/glob/test/bash-comparison.js   |     63 -
 .../node_modules/glob/test/bash-results.json    |    350 -
 .../fileset/node_modules/glob/test/cwd-test.js  |     55 -
 .../node_modules/glob/test/globstar-match.js    |     19 -
 .../fileset/node_modules/glob/test/mark.js      |     74 -
 .../node_modules/glob/test/nocase-nomagic.js    |    113 -
 .../node_modules/glob/test/pause-resume.js      |     73 -
 .../node_modules/glob/test/root-nomount.js      |     39 -
 .../fileset/node_modules/glob/test/root.js      |     46 -
 .../fileset/node_modules/glob/test/stat.js      |     32 -
 .../node_modules/glob/test/zz-cleanup.js        |     11 -
 .../gaze/node_modules/fileset/package.json      |     34 -
 .../fileset/tests/fixtures/an (odd) filename.js |      1 -
 .../gaze/node_modules/fileset/tests/helper.js   |     61 -
 .../gaze/node_modules/fileset/tests/test.js     |    133 -
 .../gaze/node_modules/minimatch/LICENSE         |     23 -
 .../gaze/node_modules/minimatch/README.md       |    218 -
 .../gaze/node_modules/minimatch/minimatch.js    |   1079 -
 .../minimatch/node_modules/lru-cache/.npmignore |      1 -
 .../minimatch/node_modules/lru-cache/AUTHORS    |      8 -
 .../minimatch/node_modules/lru-cache/LICENSE    |     23 -
 .../minimatch/node_modules/lru-cache/README.md  |     97 -
 .../node_modules/lru-cache/lib/lru-cache.js     |    257 -
 .../node_modules/lru-cache/package.json         |     62 -
 .../minimatch/node_modules/lru-cache/s.js       |     25 -
 .../node_modules/lru-cache/test/basic.js        |    329 -
 .../node_modules/lru-cache/test/foreach.js      |     52 -
 .../node_modules/lru-cache/test/memory-leak.js  |     50 -
 .../minimatch/node_modules/sigmund/LICENSE      |     27 -
 .../minimatch/node_modules/sigmund/README.md    |     53 -
 .../minimatch/node_modules/sigmund/bench.js     |    283 -
 .../minimatch/node_modules/sigmund/package.json |     41 -
 .../minimatch/node_modules/sigmund/sigmund.js   |     39 -
 .../node_modules/sigmund/test/basic.js          |     24 -
 .../gaze/node_modules/minimatch/package.json    |     39 -
 .../gaze/node_modules/minimatch/test/basic.js   |    399 -
 .../node_modules/minimatch/test/brace-expand.js |     33 -
 .../gaze/node_modules/minimatch/test/caching.js |     14 -
 .../node_modules/minimatch/test/defaults.js     |    274 -
 .../jasmine-node/node_modules/gaze/package.json |     70 -
 .../node_modules/gaze/test/add_test.js          |     50 -
 .../node_modules/gaze/test/api_test.js          |     38 -
 .../gaze/test/fixtures/Project (LO)/one.js      |      1 -
 .../gaze/test/fixtures/nested/one.js            |      1 -
 .../gaze/test/fixtures/nested/sub/two.js        |      1 -
 .../gaze/test/fixtures/nested/sub2/two.js       |      1 -
 .../gaze/test/fixtures/nested/three.js          |      1 -
 .../node_modules/gaze/test/fixtures/one.js      |      1 -
 .../node_modules/gaze/test/fixtures/sub/one.js  |      1 -
 .../node_modules/gaze/test/fixtures/sub/two.js  |      1 -
 .../node_modules/gaze/test/matching_test.js     |     57 -
 .../node_modules/gaze/test/patterns_test.js     |     42 -
 .../node_modules/gaze/test/relative_test.js     |     28 -
 .../node_modules/gaze/test/rename_test.js       |     43 -
 .../node_modules/gaze/test/safewrite_test.js    |     61 -
 .../node_modules/gaze/test/watch_test.js        |    207 -
 .../node_modules/jasmine-reporters/.npmignore   |      2 -
 .../node_modules/jasmine-reporters/LICENSE      |     21 -
 .../jasmine-reporters/README.markdown           |     52 -
 .../jasmine-reporters/ext/env.rhino.1.2.js      |  13989 -
 .../jasmine-reporters/ext/jasmine-html.js       |    182 -
 .../jasmine-reporters/ext/jasmine.css           |    166 -
 .../jasmine-reporters/ext/jasmine.js            |   2421 -
 .../jasmine-reporters/ext/jline.jar             |    Bin 46424 -> 0 bytes
 .../node_modules/jasmine-reporters/ext/js.jar   |    Bin 871260 -> 0 bytes
 .../node_modules/jasmine-reporters/package.json |     24 -
 .../src/jasmine.console_reporter.js             |    142 -
 .../src/jasmine.junit_reporter.js               |    200 -
 .../src/jasmine.teamcity_reporter.js            |    139 -
 .../jasmine-reporters/src/load_reporters.js     |      3 -
 .../test/JUnitXmlReporterSpec.js                |    214 -
 .../test/console_reporter.html                  |     36 -
 .../jasmine-reporters/test/envjs.bootstrap.js   |     14 -
 .../jasmine-reporters/test/envjs.runner.sh      |      7 -
 .../test/junit_xml_reporter.html                |     23 -
 .../test/phantomjs-testrunner.js                |    183 -
 .../jasmine-reporters/test/phantomjs.runner.sh  |     36 -
 .../test/teamcity_reporter.html                 |     36 -
 .../jasmine-node/node_modules/mkdirp/.npmignore |      2 -
 .../node_modules/mkdirp/.travis.yml             |      5 -
 .../jasmine-node/node_modules/mkdirp/LICENSE    |     21 -
 .../node_modules/mkdirp/examples/pow.js         |      6 -
 .../jasmine-node/node_modules/mkdirp/index.js   |     82 -
 .../node_modules/mkdirp/package.json            |     33 -
 .../node_modules/mkdirp/readme.markdown         |     63 -
 .../node_modules/mkdirp/test/chmod.js           |     38 -
 .../node_modules/mkdirp/test/clobber.js         |     37 -
 .../node_modules/mkdirp/test/mkdirp.js          |     28 -
 .../node_modules/mkdirp/test/perm.js            |     32 -
 .../node_modules/mkdirp/test/perm_sync.js       |     39 -
 .../node_modules/mkdirp/test/race.js            |     41 -
 .../node_modules/mkdirp/test/rel.js             |     32 -
 .../node_modules/mkdirp/test/return.js          |     25 -
 .../node_modules/mkdirp/test/return_sync.js     |     24 -
 .../node_modules/mkdirp/test/root.js            |     18 -
 .../node_modules/mkdirp/test/sync.js            |     32 -
 .../node_modules/mkdirp/test/umask.js           |     28 -
 .../node_modules/mkdirp/test/umask_sync.js      |     32 -
 .../node_modules/requirejs/README.md            |      9 -
 .../node_modules/requirejs/bin/r.js             |  25757 --
 .../node_modules/requirejs/package.json         |     43 -
 .../node_modules/requirejs/require.js           |   2053 -
 .../node_modules/underscore/.npmignore          |      6 -
 .../node_modules/underscore/.travis.yml         |      5 -
 .../jasmine-node/node_modules/underscore/CNAME  |      1 -
 .../node_modules/underscore/CONTRIBUTING.md     |      9 -
 .../node_modules/underscore/LICENSE             |     23 -
 .../node_modules/underscore/README.md           |     22 -
 .../node_modules/underscore/favicon.ico         |    Bin 1406 -> 0 bytes
 .../node_modules/underscore/index.js            |      1 -
 .../node_modules/underscore/package.json        |     40 -
 .../node_modules/underscore/underscore-min.map  |      1 -
 .../node_modules/underscore/underscore.js       |   1246 -
 .../node_modules/walkdir/.jshintignore          |      3 -
 .../node_modules/walkdir/.npmignore             |      2 -
 .../node_modules/walkdir/.travis.yml            |      5 -
 .../jasmine-node/node_modules/walkdir/license   |     10 -
 .../node_modules/walkdir/package.json           |     45 -
 .../jasmine-node/node_modules/walkdir/readme.md |    160 -
 .../jasmine-node/node_modules/walkdir/test.sh   |     19 -
 .../node_modules/walkdir/test/async.js          |     62 -
 .../walkdir/test/comparison/find.js             |     33 -
 .../walkdir/test/comparison/find.py             |     26 -
 .../walkdir/test/comparison/finditsynctest.js   |     15 -
 .../walkdir/test/comparison/findittest.js       |     14 -
 .../walkdir/test/comparison/fstream.js          |     24 -
 .../test/comparison/install_test_deps.sh        |      1 -
 .../node_modules/walkdir/test/comparison/lsr.js |     18 -
 .../walkdir/test/comparison/package.json        |     10 -
 .../node_modules/walkdir/test/dir/foo/a/b/c/w   |      0
 .../node_modules/walkdir/test/dir/foo/a/b/z     |      0
 .../node_modules/walkdir/test/dir/foo/a/y       |      0
 .../node_modules/walkdir/test/dir/foo/x         |      0
 .../walkdir/test/dir/symlinks/dir1/file1        |      0
 .../walkdir/test/dir/symlinks/dir2/file2        |      0
 .../node_modules/walkdir/test/dir/symlinks/file |      0
 .../node_modules/walkdir/test/endearly.js       |     19 -
 .../node_modules/walkdir/test/max_depth.js      |     27 -
 .../node_modules/walkdir/test/no_recurse.js     |     25 -
 .../node_modules/walkdir/test/nofailemptydir.js |     34 -
 .../node_modules/walkdir/test/pauseresume.js    |     36 -
 .../node_modules/walkdir/test/symlink.js        |     37 -
 .../node_modules/walkdir/test/sync.js           |     50 -
 .../node_modules/walkdir/walkdir.js             |    233 -
 .../node_modules/jasmine-node/package.json      |     56 -
 .../node_modules/jasmine-node/scripts/specs     |     37 -
 .../spec-requirejs-coffee/RequireCsSpec.coffee  |      5 -
 .../spec-requirejs-coffee/RequireJsSpec.coffee  |      5 -
 .../spec-requirejs-coffee/requirecs.sut.coffee  |      3 -
 .../spec-requirejs-coffee/requirejs-setup.js    |     13 -
 .../spec-requirejs/requirejs.spec.js            |     19 -
 .../spec-requirejs/requirejs.sut.js             |      8 -
 .../jasmine-node/spec/AsyncSpec.coffee          |     11 -
 .../jasmine-node/spec/CoffeeSpec.coffee         |      4 -
 .../jasmine-node/spec/GrammarHelper.coffee      |     22 -
 .../jasmine-node/spec/HelperSpec.coffee         |      6 -
 .../jasmine-node/spec/SampleSpecs.js            |     25 -
 .../node_modules/jasmine-node/spec/TestSpec.js  |     82 -
 .../node_modules/jasmine-node/spec/TimerSpec.js |     34 -
 .../jasmine-node/spec/async-callback_spec.js    |    174 -
 .../jasmine-node/spec/helper_spec.js            |      7 -
 .../spec/litcoffee/Litcoffee.spec.litcoffee     |      9 -
 .../jasmine-node/spec/nested.js/NestedSpec.js   |      5 -
 .../jasmine-node/spec/nested/NestedSpec.js      |      5 -
 .../spec/nested/uber-nested/UberNestedSpec.js   |     11 -
 .../jasmine-node/spec/reporter_spec.js          |    476 -
 .../jasmine-node/spec/sample_helper.js          |     15 -
 blackberry10/node_modules/jasmine-node/specs.sh |     37 -
 blackberry10/node_modules/net-ping/.hgignore    |      2 -
 blackberry10/node_modules/net-ping/.hgtags      |     18 -
 blackberry10/node_modules/net-ping/README.md    |    473 -
 blackberry10/node_modules/net-ping/index.js     |    526 -
 .../net-ping/node_modules/raw-socket/.npmignore |      5 -
 .../net-ping/node_modules/raw-socket/README.md  |    651 -
 .../node_modules/raw-socket/binding.gyp         |     15 -
 .../net-ping/node_modules/raw-socket/index.js   |    216 -
 .../node_modules/raw-socket/package.json        |     52 -
 .../net-ping/node_modules/raw-socket/src/raw.cc |    771 -
 .../net-ping/node_modules/raw-socket/src/raw.h  |    100 -
 blackberry10/node_modules/net-ping/package.json |     48 -
 blackberry10/node_modules/plugman/.npmignore    |      2 -
 .../node_modules/plugman/.reviewboardrc         |      8 -
 blackberry10/node_modules/plugman/LICENSE       |     14 -
 blackberry10/node_modules/plugman/README.md     |    163 -
 blackberry10/node_modules/plugman/doc/help.txt  |     35 -
 blackberry10/node_modules/plugman/main.js       |     95 -
 .../node_modules/plugman/node_modules/.bin/nopt |      1 -
 .../plugman/node_modules/.bin/semver            |      1 -
 .../node_modules/bplist-parser/.npmignore       |      8 -
 .../node_modules/bplist-parser/README.md        |     47 -
 .../node_modules/bplist-parser/bplistParser.js  |    309 -
 .../node_modules/bplist-parser/package.json     |     33 -
 .../bplist-parser/test/airplay.bplist           |    Bin 341 -> 0 bytes
 .../bplist-parser/test/iTunes-small.bplist      |    Bin 24433 -> 0 bytes
 .../bplist-parser/test/parseTest.js             |    120 -
 .../bplist-parser/test/sample1.bplist           |    Bin 605 -> 0 bytes
 .../bplist-parser/test/sample2.bplist           |    Bin 384 -> 0 bytes
 .../node_modules/bplist-parser/test/uid.bplist  |    Bin 365 -> 0 bytes
 .../bplist-parser/test/utf16.bplist             |    Bin 1273 -> 0 bytes
 .../plugman/node_modules/dep-graph/.npmignore   |      1 -
 .../plugman/node_modules/dep-graph/Cakefile     |     51 -
 .../plugman/node_modules/dep-graph/README.mdown |     40 -
 .../node_modules/dep-graph/docs/dep-graph.html  |     44 -
 .../node_modules/dep-graph/docs/docco.css       |    186 -
 .../node_modules/dep-graph/lib/dep-graph.js     |    115 -
 .../node_modules/underscore/.npmignore          |      3 -
 .../dep-graph/node_modules/underscore/LICENSE   |     22 -
 .../dep-graph/node_modules/underscore/README    |     19 -
 .../node_modules/underscore/index.html          |   1726 -
 .../dep-graph/node_modules/underscore/index.js  |      1 -
 .../node_modules/underscore/package.json        |     31 -
 .../node_modules/underscore/underscore-min.js   |     30 -
 .../node_modules/underscore/underscore.js       |    958 -
 .../plugman/node_modules/dep-graph/package.json |     30 -
 .../node_modules/dep-graph/src/dep-graph.coffee |     59 -
 .../node_modules/dep-graph/test/test.coffee     |     50 -
 .../plugman/node_modules/glob/.npmignore        |      2 -
 .../plugman/node_modules/glob/.travis.yml       |      3 -
 .../plugman/node_modules/glob/LICENSE           |     27 -
 .../plugman/node_modules/glob/README.md         |    250 -
 .../plugman/node_modules/glob/examples/g.js     |      9 -
 .../node_modules/glob/examples/usr-local.js     |      9 -
 .../plugman/node_modules/glob/glob.js           |    675 -
 .../glob/node_modules/inherits/LICENSE          |     14 -
 .../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     |     39 -
 .../glob/node_modules/inherits/test.js          |     25 -
 .../glob/node_modules/minimatch/LICENSE         |     23 -
 .../glob/node_modules/minimatch/README.md       |    218 -
 .../glob/node_modules/minimatch/minimatch.js    |   1079 -
 .../minimatch/node_modules/lru-cache/.npmignore |      1 -
 .../minimatch/node_modules/lru-cache/AUTHORS    |      8 -
 .../minimatch/node_modules/lru-cache/LICENSE    |     23 -
 .../minimatch/node_modules/lru-cache/README.md  |     97 -
 .../node_modules/lru-cache/lib/lru-cache.js     |    257 -
 .../node_modules/lru-cache/package.json         |     62 -
 .../minimatch/node_modules/lru-cache/s.js       |     25 -
 .../node_modules/lru-cache/test/basic.js        |    329 -
 .../node_modules/lru-cache/test/foreach.js      |     52 -
 .../node_modules/lru-cache/test/memory-leak.js  |     50 -
 .../minimatch/node_modules/sigmund/LICENSE      |     27 -
 .../minimatch/node_modules/sigmund/README.md    |     53 -
 .../minimatch/node_modules/sigmund/bench.js     |    283 -
 .../minimatch/node_modules/sigmund/package.json |     41 -
 .../minimatch/node_modules/sigmund/sigmund.js   |     39 -
 .../node_modules/sigmund/test/basic.js          |     24 -
 .../glob/node_modules/minimatch/package.json    |     39 -
 .../glob/node_modules/minimatch/test/basic.js   |    399 -
 .../node_modules/minimatch/test/brace-expand.js |     33 -
 .../glob/node_modules/minimatch/test/caching.js |     14 -
 .../node_modules/minimatch/test/defaults.js     |    274 -
 .../plugman/node_modules/glob/package.json      |     38 -
 .../plugman/node_modules/glob/test/00-setup.js  |    176 -
 .../node_modules/glob/test/bash-comparison.js   |     63 -
 .../node_modules/glob/test/bash-results.json    |    349 -
 .../plugman/node_modules/glob/test/cwd-test.js  |     55 -
 .../node_modules/glob/test/globstar-match.js    |     19 -
 .../plugman/node_modules/glob/test/mark.js      |     74 -
 .../node_modules/glob/test/nocase-nomagic.js    |    113 -
 .../node_modules/glob/test/pause-resume.js      |     73 -
 .../node_modules/glob/test/root-nomount.js      |     39 -
 .../plugman/node_modules/glob/test/root.js      |     46 -
 .../plugman/node_modules/glob/test/stat.js      |     32 -
 .../node_modules/glob/test/zz-cleanup.js        |     11 -
 .../plugman/node_modules/ncallbacks/README.md   |     17 -
 .../node_modules/ncallbacks/ncallbacks.js       |     16 -
 .../node_modules/ncallbacks/package.json        |     23 -
 .../plugman/node_modules/nopt/.npmignore        |      0
 .../plugman/node_modules/nopt/LICENSE           |     23 -
 .../plugman/node_modules/nopt/README.md         |    208 -
 .../plugman/node_modules/nopt/bin/nopt.js       |     44 -
 .../node_modules/nopt/examples/my-program.js    |     30 -
 .../plugman/node_modules/nopt/lib/nopt.js       |    552 -
 .../nopt/node_modules/abbrev/LICENSE            |     23 -
 .../nopt/node_modules/abbrev/README.md          |     23 -
 .../nopt/node_modules/abbrev/lib/abbrev.js      |    111 -
 .../nopt/node_modules/abbrev/package.json       |     28 -
 .../plugman/node_modules/nopt/package.json      |     35 -
 .../plugman/node_modules/osenv/LICENSE          |     25 -
 .../plugman/node_modules/osenv/README.md        |     63 -
 .../plugman/node_modules/osenv/osenv.js         |     80 -
 .../plugman/node_modules/osenv/package.json     |     42 -
 .../plugman/node_modules/osenv/test/unix.js     |     76 -
 .../plugman/node_modules/osenv/test/windows.js  |     82 -
 .../plugman/node_modules/plist/.npmignore       |      2 -
 .../plugman/node_modules/plist/LICENSE          |     22 -
 .../plugman/node_modules/plist/README.md        |     62 -
 .../plugman/node_modules/plist/lib/plist.js     |    301 -
 .../plist/node_modules/xmlbuilder/.npmignore    |      8 -
 .../plist/node_modules/xmlbuilder/README.md     |     73 -
 .../node_modules/xmlbuilder/lib/XMLBuilder.js   |    119 -
 .../node_modules/xmlbuilder/lib/XMLFragment.js  |    422 -
 .../plist/node_modules/xmlbuilder/lib/index.js  |     15 -
 .../plist/node_modules/xmlbuilder/package.json  |     41 -
 .../plist/node_modules/xmldom/.npmignore        |      2 -
 .../plist/node_modules/xmldom/.project          |     11 -
 .../plist/node_modules/xmldom/.travis.yml       |     18 -
 .../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     |    253 -
 .../plist/node_modules/xmldom/dom.js            |   1138 -
 .../plist/node_modules/xmldom/package.json      |     73 -
 .../plist/node_modules/xmldom/readme.md         |    213 -
 .../plist/node_modules/xmldom/sax.js            |    564 -
 .../plist/node_modules/xmldom/t/cover           |     18 -
 .../node_modules/xmldom/t/dom/require.t.js      |      5 -
 .../plist/node_modules/xmldom/t/test            |     17 -
 .../node_modules/xmldom/test/3rd-cases/index.js |      1 -
 .../node_modules/xmldom/test/3rd-cases/mock.js  |      1 -
 .../node_modules/xmldom/test/3rd-cases/o3xml.js |     21 -
 .../xmldom/test/big-file-performance.js         |    152 -
 .../plist/node_modules/xmldom/test/dom/attr.js  |     64 -
 .../plist/node_modules/xmldom/test/dom/clone.js |     22 -
 .../node_modules/xmldom/test/dom/element.js     |    139 -
 .../node_modules/xmldom/test/dom/fragment.js    |     15 -
 .../plist/node_modules/xmldom/test/dom/index.js |      5 -
 .../node_modules/xmldom/test/dom/level3.js      |      8 -
 .../node_modules/xmldom/test/dom/serializer.js  |     14 -
 .../plist/node_modules/xmldom/test/error.js     |     71 -
 .../node_modules/xmldom/test/html/normalize.js  |     89 -
 .../plist/node_modules/xmldom/test/index.js     |     63 -
 .../plist/node_modules/xmldom/test/locator.js   |     50 -
 .../plist/node_modules/xmldom/test/namespace.js |     32 -
 .../plist/node_modules/xmldom/test/node.js      |    102 -
 .../node_modules/xmldom/test/parse-element.js   |     31 -
 .../plist/node_modules/xmldom/test/simple.js    |     11 -
 .../plist/node_modules/xmldom/test/test.js      |     24 -
 .../plist/node_modules/xmldom/test/test.xml     |  19719 -
 .../plugman/node_modules/plist/package.json     |     58 -
 .../node_modules/plist/tests/Cordova.plist      |     87 -
 .../node_modules/plist/tests/Xcode-Info.plist   |     49 -
 .../plist/tests/Xcode-PhoneGap.plist            |     55 -
 .../node_modules/plist/tests/airplay.xml        |     38 -
 .../node_modules/plist/tests/iTunes-BIG.xml     | 299484 ----------------
 .../node_modules/plist/tests/iTunes-small.xml   |   1704 -
 .../node_modules/plist/tests/sample1.plist      |     35 -
 .../node_modules/plist/tests/sample2.plist      |     45 -
 .../node_modules/plist/tests/test-base64.js     |     28 -
 .../node_modules/plist/tests/test-big-xml.js    |     28 -
 .../node_modules/plist/tests/test-build.js      |    171 -
 .../node_modules/plist/tests/test-parseFile.js  |     52 -
 .../plist/tests/test-parseString.js             |     45 -
 .../node_modules/plist/tests/utf8data.xml       |     10 -
 .../plugman/node_modules/semver/.npmignore      |      1 -
 .../plugman/node_modules/semver/LICENSE         |     27 -
 .../plugman/node_modules/semver/Makefile        |     24 -
 .../plugman/node_modules/semver/README.md       |    111 -
 .../plugman/node_modules/semver/bin/semver      |    119 -
 .../plugman/node_modules/semver/foot.js         |      6 -
 .../plugman/node_modules/semver/head.js         |      2 -
 .../plugman/node_modules/semver/package.json    |     31 -
 .../plugman/node_modules/semver/r.js            |      4 -
 .../node_modules/semver/semver.browser.js       |    851 -
 .../node_modules/semver/semver.browser.js.gz    |    Bin 6077 -> 0 bytes
 .../plugman/node_modules/semver/semver.js       |    855 -
 .../plugman/node_modules/semver/semver.min.js   |      1 -
 .../node_modules/semver/semver.min.js.gz        |    Bin 2850 -> 0 bytes
 .../plugman/node_modules/semver/test/amd.js     |     15 -
 .../plugman/node_modules/semver/test/index.js   |    533 -
 .../node_modules/semver/test/no-module.js       |     19 -
 .../plugman/node_modules/underscore/.npmignore  |      4 -
 .../plugman/node_modules/underscore/.travis.yml |      5 -
 .../plugman/node_modules/underscore/CNAME       |      1 -
 .../node_modules/underscore/CONTRIBUTING.md     |      9 -
 .../plugman/node_modules/underscore/LICENSE     |     22 -
 .../plugman/node_modules/underscore/README.md   |     19 -
 .../plugman/node_modules/underscore/favicon.ico |    Bin 1406 -> 0 bytes
 .../plugman/node_modules/underscore/index.html  |   2467 -
 .../plugman/node_modules/underscore/index.js    |      1 -
 .../node_modules/underscore/package.json        |     35 -
 .../node_modules/underscore/underscore-min.js   |      1 -
 .../node_modules/underscore/underscore.js       |   1226 -
 .../plugman/node_modules/xcode/.npmignore       |      3 -
 .../plugman/node_modules/xcode/AUTHORS          |      6 -
 .../plugman/node_modules/xcode/LICENSE          |     14 -
 .../plugman/node_modules/xcode/Makefile         |      5 -
 .../plugman/node_modules/xcode/README.md        |     42 -
 .../plugman/node_modules/xcode/index.js         |      1 -
 .../plugman/node_modules/xcode/lib/parseJob.js  |     16 -
 .../node_modules/xcode/lib/parser/pbxproj.js    |   2680 -
 .../node_modules/xcode/lib/parser/pbxproj.pegjs |    259 -
 .../plugman/node_modules/xcode/lib/pbxFile.js   |     94 -
 .../node_modules/xcode/lib/pbxProject.js        |    646 -
 .../plugman/node_modules/xcode/lib/pbxWriter.js |    282 -
 .../node_modules/xcode/node_modules/.bin/pegjs  |      1 -
 .../xcode/node_modules/node-uuid/.npmignore     |      2 -
 .../xcode/node_modules/node-uuid/LICENSE.md     |      3 -
 .../xcode/node_modules/node-uuid/README.md      |    199 -
 .../node_modules/node-uuid/benchmark/README.md  |     53 -
 .../node_modules/node-uuid/benchmark/bench.gnu  |    174 -
 .../node_modules/node-uuid/benchmark/bench.sh   |     34 -
 .../node-uuid/benchmark/benchmark-native.c      |     34 -
 .../node-uuid/benchmark/benchmark.js            |     84 -
 .../xcode/node_modules/node-uuid/package.json   |     34 -
 .../node_modules/node-uuid/test/compare_v1.js   |     63 -
 .../xcode/node_modules/node-uuid/test/test.html |     17 -
 .../xcode/node_modules/node-uuid/test/test.js   |    240 -
 .../xcode/node_modules/node-uuid/uuid.js        |    249 -
 .../xcode/node_modules/pegjs/CHANGELOG          |    146 -
 .../xcode/node_modules/pegjs/LICENSE            |     22 -
 .../xcode/node_modules/pegjs/README.md          |    226 -
 .../xcode/node_modules/pegjs/VERSION            |      1 -
 .../xcode/node_modules/pegjs/bin/pegjs          |    142 -
 .../pegjs/examples/arithmetics.pegjs            |     22 -
 .../xcode/node_modules/pegjs/examples/css.pegjs |    554 -
 .../pegjs/examples/javascript.pegjs             |   1530 -
 .../node_modules/pegjs/examples/json.pegjs      |    120 -
 .../xcode/node_modules/pegjs/lib/peg.js         |   5141 -
 .../xcode/node_modules/pegjs/package.json       |     33 -
 .../plugman/node_modules/xcode/package.json     |     59 -
 .../xcode/test/LibrarySearchPaths.js            |     48 -
 .../node_modules/xcode/test/addFramework.js     |    145 -
 .../node_modules/xcode/test/addHeaderFile.js    |     98 -
 .../node_modules/xcode/test/addResourceFile.js  |    251 -
 .../node_modules/xcode/test/addSourceFile.js    |    157 -
 .../node_modules/xcode/test/addStaticLibrary.js |    251 -
 .../xcode/test/fixtures/buildFiles.json         |      1 -
 .../xcode/test/fixtures/full-project.json       |      1 -
 .../xcode/test/parser/build-config.js           |     30 -
 .../node_modules/xcode/test/parser/comments.js  |     12 -
 .../xcode/test/parser/file-references.js        |     12 -
 .../node_modules/xcode/test/parser/hash.js      |     35 -
 .../xcode/test/parser/header-search.js          |     16 -
 .../test/parser/projects/build-config.pbxproj   |    112 -
 .../test/parser/projects/build-files.pbxproj    |     41 -
 .../xcode/test/parser/projects/comments.pbxproj |     30 -
 .../xcode/test/parser/projects/fail.pbxproj     |     18 -
 .../parser/projects/file-references.pbxproj     |     45 -
 .../xcode/test/parser/projects/full.pbxproj     |    534 -
 .../xcode/test/parser/projects/hash.pbxproj     |      9 -
 .../test/parser/projects/header-search.pbxproj  |     47 -
 .../test/parser/projects/nested-object.pbxproj  |     39 -
 .../parser/projects/section-entries.pbxproj     |     28 -
 .../xcode/test/parser/projects/section.pbxproj  |     17 -
 .../test/parser/projects/two-sections.pbxproj   |     29 -
 .../test/parser/projects/with_array.pbxproj     |     18 -
 .../xcode/test/parser/section-entries.js        |     25 -
 .../node_modules/xcode/test/parser/section.js   |     28 -
 .../xcode/test/parser/two-sections.js           |     18 -
 .../xcode/test/parser/with_array.js             |     39 -
 .../plugman/node_modules/xcode/test/pbxFile.js  |    203 -
 .../node_modules/xcode/test/pbxProject.js       |    185 -
 .../node_modules/xcode/test/pbxWriter.js        |     75 -
 .../node_modules/xcode/test/removeFramework.js  |    103 -
 .../node_modules/xcode/test/removeHeaderFile.js |    105 -
 .../xcode/test/removeResourceFile.js            |    184 -
 .../node_modules/xcode/test/removeSourceFile.js |    131 -
 blackberry10/node_modules/plugman/package.json  |     84 -
 .../node_modules/plugman/plugin_spec.md         |    397 -
 blackberry10/node_modules/plugman/plugman.js    |     35 -
 .../node_modules/plugman/spec/fetch.spec.js     |     63 -
 .../node_modules/plugman/spec/install.spec.js   |    129 -
 .../plugman/spec/platforms/android.spec.js      |    121 -
 .../plugman/spec/platforms/blackberry10.spec.js |    148 -
 .../plugman/spec/platforms/common.spec.js       |    134 -
 .../plugman/spec/platforms/ios.spec.js          |    366 -
 .../plugman/spec/platforms/wp7.spec.js          |    128 -
 .../plugman/spec/platforms/wp8.spec.js          |    128 -
 .../node_modules/plugman/spec/plugins/.gitkeep  |      0
 .../plugman/spec/plugins/AndroidJS/plugin.xml   |     34 -
 .../spec/plugins/AndroidJS/www/android.js       |      1 -
 .../spec/plugins/ChildBrowser/plugin.xml        |    142 -
 .../ChildBrowser/src/android/ChildBrowser.java  |     19 -
 .../src/ios/ChildBrowser.bundle/arrow_left.png  |    Bin 2946 -> 0 bytes
 .../ios/ChildBrowser.bundle/arrow_left@2x.png   |    Bin 2946 -> 0 bytes
 .../src/ios/ChildBrowser.bundle/arrow_right.png |    Bin 2946 -> 0 bytes
 .../ios/ChildBrowser.bundle/arrow_right@2x.png  |    Bin 2946 -> 0 bytes
 .../src/ios/ChildBrowser.bundle/but_refresh.png |    Bin 3369 -> 0 bytes
 .../ios/ChildBrowser.bundle/but_refresh@2x.png  |    Bin 3369 -> 0 bytes
 .../src/ios/ChildBrowser.bundle/compass.png     |    Bin 3035 -> 0 bytes
 .../src/ios/ChildBrowser.bundle/compass@2x.png  |    Bin 3035 -> 0 bytes
 .../ChildBrowser/src/ios/ChildBrowserCommand.h  |     49 -
 .../ChildBrowser/src/ios/ChildBrowserCommand.m  |     86 -
 .../src/ios/ChildBrowserViewController.h        |     73 -
 .../src/ios/ChildBrowserViewController.m        |    239 -
 .../src/ios/ChildBrowserViewController.xib      |    875 -
 .../ChildBrowser/src/ios/TargetDirTest.h        |     20 -
 .../ChildBrowser/src/ios/TargetDirTest.m        |      1 -
 .../src/ios/preserveDirs/PreserveDirsTest.h     |     20 -
 .../src/ios/preserveDirs/PreserveDirsTest.m     |      1 -
 .../plugins/ChildBrowser/www/childbrowser.js    |     19 -
 .../ChildBrowser/www/childbrowser/image.jpg     |      1 -
 .../ChildBrowser/www/childbrowser_file.html     |      1 -
 .../spec/plugins/ConfigTestPlugin/plugin.xml    |     37 -
 .../plugman/spec/plugins/DummyPlugin/plugin.xml |    126 -
 .../DummyPlugin/src/android/DummyPlugin.java    |     19 -
 .../DummyPlugin/src/blackberry10/index.js       |     19 -
 .../DummyPlugin/src/ios/DummyPlugin.bundle      |      0
 .../DummyPlugin/src/ios/DummyPluginCommand.h    |      0
 .../DummyPlugin/src/ios/DummyPluginCommand.m    |      0
 .../DummyPlugin/src/ios/SourceWithFramework.m   |      0
 .../plugins/DummyPlugin/src/ios/TargetDirTest.h |      0
 .../plugins/DummyPlugin/src/ios/TargetDirTest.m |      0
 .../DummyPlugin/src/ios/libsqlite3.dylib        |      0
 .../plugins/DummyPlugin/src/wp7/DummyPlugin.cs  |     19 -
 .../plugins/DummyPlugin/src/wp8/DummyPlugin.cs  |     19 -
 .../spec/plugins/DummyPlugin/www/dummyplugin.js |     19 -
 .../DummyPlugin/www/dummyplugin/image.jpg       |      1 -
 .../spec/plugins/EnginePlugin/plugin.xml        |     30 -
 .../spec/plugins/FaultyPlugin/plugin.xml        |    119 -
 .../FaultyPlugin/src/android/FaultyPlugin.java  |     19 -
 .../FaultyPlugin/src/blackberry10/client.js     |      0
 .../plugins/FaultyPlugin/src/ios/FaultyPlugin.h |     49 -
 .../plugins/FaultyPlugin/src/ios/FaultyPlugin.m |     86 -
 .../FaultyPlugin/src/wp7/FaultyPlugin.cs        |     19 -
 .../FaultyPlugin/src/wp8/FaultyPlugin.cs        |     19 -
 .../spec/plugins/PluginsPlistOnly/plugin.xml    |     31 -
 .../spec/plugins/VariablePlugin/plugin.xml      |     47 -
 .../spec/plugins/WebNotifications/plugin.xml    |     47 -
 .../WebNotifications/src/ios/AppDelegate.m.diff |     18 -
 .../WebNotifications/src/ios/WebNotifications.h |     35 -
 .../WebNotifications/src/ios/WebNotifications.m |    124 -
 .../WebNotifications/www/webnotifications.js    |    123 -
 .../spec/plugins/WeblessPlugin/plugin.xml       |     83 -
 .../src/android/WeblessPlugin.java              |     19 -
 .../src/ios/WeblessPlugin.bundle/arrow_left.png |    Bin 2946 -> 0 bytes
 .../ios/WeblessPlugin.bundle/arrow_left@2x.png  |    Bin 2946 -> 0 bytes
 .../ios/WeblessPlugin.bundle/arrow_right.png    |    Bin 2946 -> 0 bytes
 .../ios/WeblessPlugin.bundle/arrow_right@2x.png |    Bin 2946 -> 0 bytes
 .../ios/WeblessPlugin.bundle/but_refresh.png    |    Bin 3369 -> 0 bytes
 .../ios/WeblessPlugin.bundle/but_refresh@2x.png |    Bin 3369 -> 0 bytes
 .../src/ios/WeblessPlugin.bundle/compass.png    |    Bin 3035 -> 0 bytes
 .../src/ios/WeblessPlugin.bundle/compass@2x.png |    Bin 3035 -> 0 bytes
 .../src/ios/WeblessPluginCommand.h              |     49 -
 .../src/ios/WeblessPluginCommand.m              |     86 -
 .../src/ios/WeblessPluginViewController.h       |     73 -
 .../src/ios/WeblessPluginViewController.m       |    239 -
 .../src/ios/WeblessPluginViewController.xib     |    875 -
 .../spec/plugins/cordova.echo/.npmignore        |      1 -
 .../spec/plugins/cordova.echo/plugin.xml        |     24 -
 .../cordova.echo/src/blackberry10/index.js      |     85 -
 .../src/blackberry10/native/device/echoJnext.so |    Bin 1291818 -> 0 bytes
 .../blackberry10/native/public/json/autolink.h  |     19 -
 .../blackberry10/native/public/json/config.h    |     43 -
 .../blackberry10/native/public/json/features.h  |     42 -
 .../blackberry10/native/public/json/forwards.h  |     39 -
 .../src/blackberry10/native/public/json/json.h  |     10 -
 .../blackberry10/native/public/json/reader.h    |    196 -
 .../src/blackberry10/native/public/json/value.h |   1069 -
 .../blackberry10/native/public/json/writer.h    |    174 -
 .../native/public/json_batchallocator.h         |    125 -
 .../native/public/json_internalarray.inl        |    448 -
 .../native/public/json_internalmap.inl          |    607 -
 .../blackberry10/native/public/json_reader.cpp  |    894 -
 .../blackberry10/native/public/json_value.cpp   |   1726 -
 .../native/public/json_valueiterator.inl        |    292 -
 .../blackberry10/native/public/json_writer.cpp  |    829 -
 .../src/blackberry10/native/public/plugin.cpp   |    320 -
 .../src/blackberry10/native/public/plugin.h     |     70 -
 .../blackberry10/native/public/tokenizer.cpp    |    222 -
 .../src/blackberry10/native/public/tokenizer.h  |     55 -
 .../blackberry10/native/simulator/echoJnext.so  |    Bin 231778 -> 0 bytes
 .../src/blackberry10/native/src/echo.cpp        |    121 -
 .../src/blackberry10/native/src/echo.hpp        |     45 -
 .../spec/plugins/cordova.echo/www/client.js     |     53 -
 .../spec/plugins/dependencies/A/plugin.xml      |     60 -
 .../plugins/dependencies/A/src/android/A.java   |      0
 .../dependencies/A/src/ios/APluginCommand.h     |      0
 .../dependencies/A/src/ios/APluginCommand.m     |      0
 .../spec/plugins/dependencies/A/www/plugin-a.js |      0
 .../spec/plugins/dependencies/B/plugin.xml      |     60 -
 .../plugins/dependencies/B/src/android/B.java   |      0
 .../dependencies/B/src/ios/BPluginCommand.h     |      0
 .../dependencies/B/src/ios/BPluginCommand.m     |      0
 .../spec/plugins/dependencies/B/www/plugin-b.js |      0
 .../spec/plugins/dependencies/C/plugin.xml      |     57 -
 .../plugins/dependencies/C/src/android/C.java   |      0
 .../dependencies/C/src/ios/CPluginCommand.h     |      0
 .../dependencies/C/src/ios/CPluginCommand.m     |      0
 .../spec/plugins/dependencies/C/www/plugin-c.js |      0
 .../spec/plugins/dependencies/D/plugin.xml      |     57 -
 .../plugins/dependencies/D/src/android/D.java   |      0
 .../dependencies/D/src/ios/DPluginCommand.h     |      0
 .../dependencies/D/src/ios/DPluginCommand.m     |      0
 .../spec/plugins/dependencies/D/www/plugin-d.js |      0
 .../spec/plugins/dependencies/E/plugin.xml      |     57 -
 .../plugins/dependencies/E/src/android/E.java   |      0
 .../dependencies/E/src/ios/EPluginCommand.h     |      0
 .../dependencies/E/src/ios/EPluginCommand.m     |      0
 .../spec/plugins/dependencies/E/www/plugin-e.js |      0
 .../plugman/spec/plugins/dependencies/README.md |      5 -
 .../spec/plugins/multiple-children/plugin.xml   |    108 -
 .../plugins/shared-deps-multi-child/plugin.xml  |     34 -
 .../node_modules/plugman/spec/prepare.spec.js   |     84 -
 .../node_modules/plugman/spec/projects/.gitkeep |      0
 .../projects/android_one/AndroidManifest.xml    |     71 -
 .../projects/android_one/assets/www/.gitkeep    |      0
 .../projects/android_one/assets/www/cordova.js  |   6848 -
 .../projects/android_one/cordova/appinfo.jar    |    Bin 1574 -> 0 bytes
 .../spec/projects/android_one/cordova/build     |     23 -
 .../spec/projects/android_one/cordova/clean     |     23 -
 .../projects/android_one/cordova/lib/cordova    |    386 -
 .../android_one/cordova/lib/install-device      |     23 -
 .../android_one/cordova/lib/install-emulator    |     23 -
 .../android_one/cordova/lib/list-devices        |     23 -
 .../cordova/lib/list-emulator-images            |     23 -
 .../cordova/lib/list-started-emulators          |     23 -
 .../android_one/cordova/lib/start-emulator      |     23 -
 .../spec/projects/android_one/cordova/log       |     23 -
 .../spec/projects/android_one/cordova/run       |     23 -
 .../spec/projects/android_one/cordova/version   |     32 -
 .../projects/android_one/res/xml/plugins.xml    |     38 -
 .../spec/projects/android_one/src/.gitkeep      |      0
 .../projects/android_two/AndroidManifest.xml    |     69 -
 .../projects/android_two/assets/www/.gitkeep    |      0
 .../projects/android_two/res/xml/config.xml     |     54 -
 .../spec/projects/android_two/src/.gitkeep      |      0
 .../android_two_no_perms/AndroidManifest.xml    |     49 -
 .../android_two_no_perms/assets/www/.gitkeep    |      0
 .../android_two_no_perms/res/xml/config.xml     |     54 -
 .../projects/android_two_no_perms/src/.gitkeep  |      0
 .../spec/projects/blackberry10/www/config.xml   |     97 -
 .../CordovaLib.xcodeproj/project.pbxproj        |    636 -
 .../SampleApp.xcodeproj/project.orig.pbxproj    |    498 -
 .../SampleApp.xcodeproj/project.pbxproj         |    498 -
 .../SampleApp/SampleApp-Info.plist              |     78 -
 .../ios-config-xml/SampleApp/config.xml         |     59 -
 .../spec/projects/ios-config-xml/www/.gitkeep   |      0
 .../CordovaLib.xcodeproj/project.pbxproj        |    636 -
 .../SampleApp.xcodeproj/project.orig.pbxproj    |    498 -
 .../SampleApp.xcodeproj/project.pbxproj         |    498 -
 .../projects/ios-plist/SampleApp/PhoneGap.plist |     53 -
 .../ios-plist/SampleApp/SampleApp-Info.plist    |     80 -
 .../spec/projects/ios-plist/www/.gitkeep        |      0
 .../multiple-children/AndroidManifest.xml       |     69 -
 .../multiple-children/res/xml/plugins.xml       |     38 -
 .../spec/projects/wp7/CordovaAppProj.csproj     |    100 -
 .../projects/wp7/Properties/WMAppManifest.xml   |     28 -
 .../plugman/spec/projects/wp8/An_App.csproj     |    201 -
 .../projects/wp8/Properties/WMAppManifest.xml   |     39 -
 .../plugman/spec/projects/www-only/.gitkeep     |      0
 .../node_modules/plugman/spec/uninstall.spec.js |    237 -
 .../plugman/spec/util/action-stack.spec.js      |     53 -
 .../plugman/spec/util/config-changes.spec.js    |    437 -
 .../plugman/spec/util/csproj.spec.js            |    104 -
 .../plugman/spec/util/dependencies.spec.js      |     41 -
 .../plugman/spec/util/plugins.spec.js           |     71 -
 .../plugman/spec/util/xml-helpers.spec.js       |    128 -
 blackberry10/node_modules/plugman/src/events.js |      3 -
 blackberry10/node_modules/plugman/src/fetch.js  |     77 -
 blackberry10/node_modules/plugman/src/help.js   |      7 -
 .../node_modules/plugman/src/install.js         |    316 -
 .../node_modules/plugman/src/platforms.js       |      7 -
 .../plugman/src/platforms/android.js            |     47 -
 .../plugman/src/platforms/blackberry10.js       |     68 -
 .../plugman/src/platforms/common.js             |     85 -
 .../node_modules/plugman/src/platforms/ios.js   |    179 -
 .../node_modules/plugman/src/platforms/wp7.js   |     56 -
 .../node_modules/plugman/src/platforms/wp8.js   |     56 -
 .../node_modules/plugman/src/prepare.js         |    180 -
 .../node_modules/plugman/src/uninstall.js       |    178 -
 .../plugman/src/util/action-stack.js            |     87 -
 .../plugman/src/util/config-changes.js          |    363 -
 .../node_modules/plugman/src/util/csproj.js     |    109 -
 .../plugman/src/util/dependencies.js            |     33 -
 .../node_modules/plugman/src/util/fs.js         |     34 -
 .../node_modules/plugman/src/util/metadata.js   |     19 -
 .../plugman/src/util/plist-helpers.js           |     88 -
 .../node_modules/plugman/src/util/plugins.js    |     82 -
 .../plugman/src/util/search-and-replace.js      |     37 -
 .../plugman/src/util/xml-helpers.js             |    164 -
 .../node_modules/portchecker/.npmignore         |     16 -
 blackberry10/node_modules/portchecker/README    |     34 -
 blackberry10/node_modules/portchecker/index.js  |      3 -
 .../node_modules/portchecker/lib/portchecker.js |    104 -
 .../node_modules/portchecker/package.json       |     28 -
 .../node_modules/revalidator/lib/revalidator.js |     19 +-
 .../node_modules/revalidator/package.json       |      6 +-
 .../revalidator/test/validator-test.js          |      5 +
 .../utile/node_modules/async/.gitmodules        |      9 -
 .../utile/node_modules/async/.npmignore         |      4 -
 .../utile/node_modules/async/LICENSE            |     19 -
 .../utile/node_modules/async/Makefile           |     25 -
 .../utile/node_modules/async/README.md          |   1021 -
 .../utile/node_modules/async/index.js           |      3 -
 .../utile/node_modules/async/lib/async.js       |    692 -
 .../utile/node_modules/async/package.json       |     31 -
 .../utile/node_modules/deep-equal/LICENSE       |     18 +
 .../node_modules/deep-equal/README.markdown     |      4 +-
 .../utile/node_modules/deep-equal/index.js      |     36 +-
 .../node_modules/deep-equal/lib/is_arguments.js |     20 +
 .../utile/node_modules/deep-equal/lib/keys.js   |      9 +
 .../utile/node_modules/deep-equal/package.json  |     13 +-
 .../utile/node_modules/deep-equal/test/cmp.js   |     52 +
 .../utile/node_modules/ncp/.travis.yml          |      1 +
 .../utile/node_modules/ncp/README.md            |      6 +
 .../utile/node_modules/ncp/lib/ncp.js           |     28 +-
 .../utile/node_modules/ncp/package.json         |      8 +-
 .../utile/node_modules/ncp/test/ncp-test.js     |     12 +
 .../utile/node_modules/rimraf/README.md         |     16 +-
 .../rimraf/node_modules/graceful-fs/.npmignore  |      1 -
 .../rimraf/node_modules/graceful-fs/LICENSE     |     27 -
 .../rimraf/node_modules/graceful-fs/README.md   |     26 -
 .../node_modules/graceful-fs/graceful-fs.js     |    159 -
 .../node_modules/graceful-fs/package.json       |     48 -
 .../node_modules/graceful-fs/polyfills.js       |    228 -
 .../node_modules/graceful-fs/test/open.js       |     39 -
 .../utile/node_modules/rimraf/package.json      |     12 +-
 .../utile/node_modules/rimraf/rimraf.js         |     18 +-
 .../prompt/node_modules/utile/package.json      |     10 +-
 .../winston/node_modules/cycle/README.md        |      6 +-
 .../winston/node_modules/cycle/cycle.js         |     50 +-
 .../winston/node_modules/cycle/package.json     |      6 +-
 .../node_modules/stack-trace/lib/stack-trace.js |      2 +-
 .../node_modules/stack-trace/package.json       |      4 +-
 .../node_modules/shelljs/.documentup.json       |      2 +-
 blackberry10/node_modules/shelljs/.jshintrc     |      7 +
 blackberry10/node_modules/shelljs/.npmignore    |      3 +-
 blackberry10/node_modules/shelljs/.travis.yml   |      6 +-
 blackberry10/node_modules/shelljs/README.md     |     91 +-
 blackberry10/node_modules/shelljs/jshint.json   |      4 -
 blackberry10/node_modules/shelljs/make.js       |     19 +-
 .../shelljs/node_modules/.bin/jshint            |      1 -
 .../shelljs/node_modules/jshint/.npmignore      |      8 -
 .../shelljs/node_modules/jshint/.travis.yml     |      3 -
 .../shelljs/node_modules/jshint/CONTRIBUTING.md |    102 -
 .../shelljs/node_modules/jshint/LICENSE         |     20 -
 .../shelljs/node_modules/jshint/README.md       |     92 -
 .../shelljs/node_modules/jshint/bin/jshint      |      3 -
 .../node_modules/jshint/examples/.jshintignore  |      2 -
 .../node_modules/jshint/examples/.jshintrc      |     84 -
 .../node_modules/jshint/examples/reporter.js    |     21 -
 .../shelljs/node_modules/jshint/jshint.json     |     14 -
 .../shelljs/node_modules/jshint/make.js         |    129 -
 .../jshint/node_modules/.bin/esparse            |      1 -
 .../jshint/node_modules/.bin/esvalidate         |      1 -
 .../jshint/node_modules/cli/README.md           |    196 -
 .../node_modules/jshint/node_modules/cli/cli.js |   1133 -
 .../jshint/node_modules/cli/examples/cat.js     |     17 -
 .../jshint/node_modules/cli/examples/command.js |     16 -
 .../jshint/node_modules/cli/examples/echo.js    |     54 -
 .../jshint/node_modules/cli/examples/glob.js    |      6 -
 .../node_modules/cli/examples/long_desc.js      |     20 -
 .../node_modules/cli/examples/progress.js       |     11 -
 .../jshint/node_modules/cli/examples/sort.js    |     18 -
 .../jshint/node_modules/cli/examples/spinner.js |      9 -
 .../node_modules/cli/examples/static.coffee     |     27 -
 .../jshint/node_modules/cli/examples/static.js  |     25 -
 .../jshint/node_modules/cli/index.js            |      1 -
 .../cli/node_modules/glob/.npmignore            |      2 -
 .../cli/node_modules/glob/.travis.yml           |      3 -
 .../node_modules/cli/node_modules/glob/LICENSE  |     27 -
 .../cli/node_modules/glob/README.md             |    250 -
 .../cli/node_modules/glob/examples/g.js         |      9 -
 .../cli/node_modules/glob/examples/usr-local.js |      9 -
 .../node_modules/cli/node_modules/glob/glob.js  |    675 -
 .../glob/node_modules/inherits/LICENSE          |     14 -
 .../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     |     39 -
 .../glob/node_modules/inherits/test.js          |     25 -
 .../cli/node_modules/glob/package.json          |     38 -
 .../cli/node_modules/glob/test/00-setup.js      |    176 -
 .../node_modules/glob/test/bash-comparison.js   |     63 -
 .../node_modules/glob/test/bash-results.json    |    349 -
 .../cli/node_modules/glob/test/cwd-test.js      |     55 -
 .../node_modules/glob/test/globstar-match.js    |     19 -
 .../cli/node_modules/glob/test/mark.js          |     74 -
 .../node_modules/glob/test/nocase-nomagic.js    |    113 -
 .../cli/node_modules/glob/test/pause-resume.js  |     73 -
 .../cli/node_modules/glob/test/root-nomount.js  |     39 -
 .../cli/node_modules/glob/test/root.js          |     46 -
 .../cli/node_modules/glob/test/stat.js          |     32 -
 .../cli/node_modules/glob/test/zz-cleanup.js    |     11 -
 .../jshint/node_modules/cli/package.json        |     53 -
 .../jshint/node_modules/esprima/.npmignore      |      8 -
 .../jshint/node_modules/esprima/CONTRIBUTING.md |     20 -
 .../jshint/node_modules/esprima/ChangeLog       |     26 -
 .../jshint/node_modules/esprima/LICENSE.BSD     |     19 -
 .../jshint/node_modules/esprima/README.md       |     24 -
 .../jshint/node_modules/esprima/bin/esparse.js  |    117 -
 .../node_modules/esprima/bin/esvalidate.js      |    199 -
 .../jshint/node_modules/esprima/component.json  |     17 -
 .../jshint/node_modules/esprima/doc/index.html  |    481 -
 .../jshint/node_modules/esprima/esprima.js      |   3739 -
 .../esprima/examples/detectnestedternary.js     |    106 -
 .../esprima/examples/findbooleantrap.js         |    173 -
 .../node_modules/esprima/examples/tokendist.js  |     33 -
 .../jshint/node_modules/esprima/index.html      |    137 -
 .../jshint/node_modules/esprima/package.json    |     59 -
 .../node_modules/esprima/test/benchmarks.html   |    129 -
 .../node_modules/esprima/test/benchmarks.js     |    343 -
 .../node_modules/esprima/test/compare.html      |    139 -
 .../jshint/node_modules/esprima/test/compare.js |    334 -
 .../node_modules/esprima/test/compat.html       |    116 -
 .../jshint/node_modules/esprima/test/compat.js  |    241 -
 .../node_modules/esprima/test/coverage.html     |    111 -
 .../node_modules/esprima/test/esprima.js.html   |  11752 -
 .../jshint/node_modules/esprima/test/index.html |    115 -
 .../node_modules/esprima/test/module.html       |    112 -
 .../jshint/node_modules/esprima/test/module.js  |    131 -
 .../node_modules/esprima/test/parselibs.js      |     67 -
 .../jshint/node_modules/esprima/test/reflect.js |    422 -
 .../jshint/node_modules/esprima/test/run.js     |     67 -
 .../jshint/node_modules/esprima/test/runner.js  |    437 -
 .../jshint/node_modules/esprima/test/test.js    |  22462 --
 .../jshint/node_modules/minimatch/LICENSE       |     23 -
 .../jshint/node_modules/minimatch/README.md     |    218 -
 .../jshint/node_modules/minimatch/minimatch.js  |   1079 -
 .../minimatch/node_modules/lru-cache/.npmignore |      1 -
 .../minimatch/node_modules/lru-cache/AUTHORS    |      8 -
 .../minimatch/node_modules/lru-cache/LICENSE    |     23 -
 .../minimatch/node_modules/lru-cache/README.md  |     97 -
 .../node_modules/lru-cache/lib/lru-cache.js     |    257 -
 .../node_modules/lru-cache/package.json         |     62 -
 .../minimatch/node_modules/lru-cache/s.js       |     25 -
 .../node_modules/lru-cache/test/basic.js        |    329 -
 .../node_modules/lru-cache/test/foreach.js      |     52 -
 .../node_modules/lru-cache/test/memory-leak.js  |     50 -
 .../minimatch/node_modules/sigmund/LICENSE      |     27 -
 .../minimatch/node_modules/sigmund/README.md    |     53 -
 .../minimatch/node_modules/sigmund/bench.js     |    283 -
 .../minimatch/node_modules/sigmund/package.json |     41 -
 .../minimatch/node_modules/sigmund/sigmund.js   |     39 -
 .../node_modules/sigmund/test/basic.js          |     24 -
 .../jshint/node_modules/minimatch/package.json  |     39 -
 .../jshint/node_modules/minimatch/test/basic.js |    399 -
 .../node_modules/minimatch/test/brace-expand.js |     33 -
 .../node_modules/minimatch/test/caching.js      |     14 -
 .../node_modules/minimatch/test/defaults.js     |    274 -
 .../jshint/node_modules/peakle/.npmignore       |      1 -
 .../jshint/node_modules/peakle/LICENSE          |     19 -
 .../jshint/node_modules/peakle/README           |     40 -
 .../jshint/node_modules/peakle/grunt.js         |     28 -
 .../jshint/node_modules/peakle/package.json     |     17 -
 .../jshint/node_modules/peakle/peakle.js        |     59 -
 .../jshint/node_modules/peakle/test.js          |     49 -
 .../jshint/node_modules/underscore/.npmignore   |      4 -
 .../jshint/node_modules/underscore/.travis.yml  |      5 -
 .../jshint/node_modules/underscore/CNAME        |      1 -
 .../node_modules/underscore/CONTRIBUTING.md     |      9 -
 .../jshint/node_modules/underscore/LICENSE      |     22 -
 .../jshint/node_modules/underscore/README.md    |     19 -
 .../jshint/node_modules/underscore/favicon.ico  |    Bin 1406 -> 0 bytes
 .../jshint/node_modules/underscore/index.html   |   2467 -
 .../jshint/node_modules/underscore/index.js     |      1 -
 .../jshint/node_modules/underscore/package.json |     35 -
 .../node_modules/underscore/underscore-min.js   |      1 -
 .../node_modules/underscore/underscore.js       |   1226 -
 .../shelljs/node_modules/jshint/package.json    |     40 -
 .../shelljs/node_modules/jshint/res/jshint.ai   |   4372 -
 .../shelljs/node_modules/jshint/src/cli/cli.js  |    398 -
 .../node_modules/jshint/src/next/constants.js   |     43 -
 .../node_modules/jshint/src/next/jshint.js      |    194 -
 .../node_modules/jshint/src/next/reason.js      |    302 -
 .../node_modules/jshint/src/next/regexp.js      |    125 -
 .../node_modules/jshint/src/next/utils.js       |    359 -
 .../node_modules/jshint/src/platforms/rhino.js  |     86 -
 .../jshint/src/reporters/checkstyle.js          |    107 -
 .../jshint/src/reporters/default.js             |     34 -
 .../jshint/src/reporters/jslint_xml.js          |     56 -
 .../jshint/src/reporters/non_error.js           |     45 -
 .../node_modules/jshint/src/shared/messages.js  |    206 -
 .../node_modules/jshint/src/shared/vars.js      |    395 -
 .../node_modules/jshint/src/stable/jshint.js    |   3692 -
 .../node_modules/jshint/src/stable/lex.js       |   1650 -
 .../node_modules/jshint/src/stable/reg.js       |     34 -
 .../node_modules/jshint/src/stable/state.js     |     22 -
 .../node_modules/jshint/src/stable/style.js     |    171 -
 .../shelljs/node_modules/jshint/tests/cli.js    |    439 -
 .../tests/next/fixtures/parser/comments.js      |     13 -
 .../tests/next/fixtures/parser/simple_file.js   |      9 -
 .../tests/next/fixtures/parser/tokens.json      |    398 -
 .../tests/next/fixtures/reason/arguments.js     |     28 -
 .../jshint/tests/next/fixtures/reason/asi.js    |     46 -
 .../tests/next/fixtures/reason/bitwise.js       |     21 -
 .../tests/next/fixtures/reason/comparison.js    |     51 -
 .../tests/next/fixtures/reason/debugger.js      |      7 -
 .../tests/next/fixtures/reason/esprima.js       |      5 -
 .../tests/next/fixtures/reason/expr_in_test.js  |     11 -
 .../jshint/tests/next/fixtures/reason/fifty.js  |     58 -
 .../tests/next/fixtures/reason/iterator.js      |     26 -
 .../jshint/tests/next/fixtures/reason/native.js |     24 -
 .../jshint/tests/next/fixtures/reason/proto.js  |     38 -
 .../jshint/tests/next/fixtures/reason/shadow.js |     19 -
 .../tests/next/fixtures/reason/trailing.js      |     10 -
 .../jshint/tests/next/fixtures/reason/undef.js  |     42 -
 .../jshint/tests/next/fixtures/regexp/dashes.js |     10 -
 .../tests/next/fixtures/utils/simple_file.js    |      9 -
 .../jshint/tests/next/lib/helpers.js            |    121 -
 .../jshint/tests/next/unit/parser.js            |     84 -
 .../jshint/tests/next/unit/reason.js            |    130 -
 .../jshint/tests/next/unit/regexp.js            |     39 -
 .../jshint/tests/next/unit/utils.js             |    128 -
 .../jshint/tests/stable/helpers/coveraje.js     |     82 -
 .../jshint/tests/stable/helpers/fixture.js      |      7 -
 .../jshint/tests/stable/helpers/testhelper.js   |    148 -
 .../tests/stable/regression/libs/backbone.js    |   1158 -
 .../tests/stable/regression/libs/codemirror3.js |   4561 -
 .../tests/stable/regression/libs/jquery-1.7.js  |   9304 -
 .../tests/stable/regression/libs/json2.js       |    487 -
 .../tests/stable/regression/libs/lodash.js      |   4454 -
 .../stable/regression/libs/prototype-17.js      |   6082 -
 .../jshint/tests/stable/regression/npm.js       |      8 -
 .../tests/stable/regression/thirdparty.js       |    245 -
 .../jshint/tests/stable/unit/core.js            |    623 -
 .../jshint/tests/stable/unit/envs.js            |    653 -
 .../jshint/tests/stable/unit/fixtures/asi.js    |     28 -
 .../jshint/tests/stable/unit/fixtures/blocks.js |     31 -
 .../jshint/tests/stable/unit/fixtures/boss.js   |     33 -
 .../tests/stable/unit/fixtures/browser.js       |     18 -
 .../tests/stable/unit/fixtures/camelcase.js     |     17 -
 .../stable/unit/fixtures/caseExpressions.js     |     11 -
 .../jshint/tests/stable/unit/fixtures/comma.js  |     50 -
 .../jshint/tests/stable/unit/fixtures/const.js  |     72 -
 .../jshint/tests/stable/unit/fixtures/curly.js  |      8 -
 .../jshint/tests/stable/unit/fixtures/curly2.js |     11 -
 .../tests/stable/unit/fixtures/emptystmt.js     |     23 -
 .../jshint/tests/stable/unit/fixtures/eqeqeq.js |     10 -
 .../tests/stable/unit/fixtures/es5.funcexpr.js  |     15 -
 .../jshint/tests/stable/unit/fixtures/es5.js    |     78 -
 .../tests/stable/unit/fixtures/es5Reserved.js   |      8 -
 .../tests/stable/unit/fixtures/exported.js      |     18 -
 .../jshint/tests/stable/unit/fixtures/forin.js  |     15 -
 .../unit/fixtures/functionScopedOptions.js      |      8 -
 .../jshint/tests/stable/unit/fixtures/gh-226.js |     21 -
 .../jshint/tests/stable/unit/fixtures/gh-334.js |     15 -
 .../jshint/tests/stable/unit/fixtures/gh247.js  |     23 -
 .../jshint/tests/stable/unit/fixtures/gh431.js  |     15 -
 .../jshint/tests/stable/unit/fixtures/gh56.js   |      4 -
 .../jshint/tests/stable/unit/fixtures/gh618.js  |      7 -
 .../jshint/tests/stable/unit/fixtures/gh668.js  |      6 -
 .../jshint/tests/stable/unit/fixtures/gh878.js  |      4 -
 .../tests/stable/unit/fixtures/gruntComment.js  |     20 -
 .../tests/stable/unit/fixtures/identifiers.js   |      7 -
 .../tests/stable/unit/fixtures/ignored.js       |      4 -
 .../jshint/tests/stable/unit/fixtures/immed.js  |     31 -
 .../jshint/tests/stable/unit/fixtures/indent.js |     12 -
 .../tests/stable/unit/fixtures/insideEval.js    |     17 -
 .../stable/unit/fixtures/jslintInverted.js      |      4 -
 .../tests/stable/unit/fixtures/jslintOptions.js |      9 -
 .../tests/stable/unit/fixtures/jslintRenamed.js |      5 -
 .../tests/stable/unit/fixtures/lastsemic.js     |      6 -
 .../tests/stable/unit/fixtures/latedef.js       |     21 -
 .../tests/stable/unit/fixtures/latedefundef.js  |     46 -
 .../tests/stable/unit/fixtures/laxbreak.js      |     19 -
 .../tests/stable/unit/fixtures/laxcomma.js      |     17 -
 .../tests/stable/unit/fixtures/loopfunc.js      |     11 -
 .../max-cyclomatic-complexity-per-function.js   |     74 -
 .../max-nested-block-depth-per-function.js      |     18 -
 .../fixtures/max-parameters-per-function.js     |      5 -
 .../fixtures/max-statements-per-function.js     |     19 -
 .../jshint/tests/stable/unit/fixtures/maxlen.js |      3 -
 .../tests/stable/unit/fixtures/missingspaces.js |      8 -
 .../unit/fixtures/nestedFunctions-locations.js  |      1 -
 .../stable/unit/fixtures/nestedFunctions.js     |     35 -
 .../jshint/tests/stable/unit/fixtures/newcap.js |     13 -
 .../jshint/tests/stable/unit/fixtures/noarg.js  |      7 -
 .../jshint/tests/stable/unit/fixtures/onevar.js |     11 -
 .../tests/stable/unit/fixtures/protoiterator.js |     37 -
 .../jshint/tests/stable/unit/fixtures/quotes.js |      3 -
 .../tests/stable/unit/fixtures/quotes2.js       |      3 -
 .../tests/stable/unit/fixtures/quotes3.js       |     36 -
 .../jshint/tests/stable/unit/fixtures/redef.js  |     11 -
 .../tests/stable/unit/fixtures/regex_array.js   |      6 -
 .../tests/stable/unit/fixtures/reserved.js      |     15 -
 .../jshint/tests/stable/unit/fixtures/return.js |     40 -
 .../jshint/tests/stable/unit/fixtures/scope.js  |     43 -
 .../tests/stable/unit/fixtures/scripturl.js     |     11 -
 .../tests/stable/unit/fixtures/smarttabs.js     |     14 -
 .../stable/unit/fixtures/strict_incorrect.js    |     59 -
 .../tests/stable/unit/fixtures/strict_newcap.js |     21 -
 .../tests/stable/unit/fixtures/strict_this.js   |     17 -
 .../tests/stable/unit/fixtures/strict_this2.js  |     18 -
 .../stable/unit/fixtures/strict_violations.js   |      9 -
 .../tests/stable/unit/fixtures/strings.js       |     25 -
 .../tests/stable/unit/fixtures/supernew.js      |     11 -
 .../stable/unit/fixtures/switchDefaultFirst.js  |     16 -
 .../stable/unit/fixtures/switchFallThrough.js   |     40 -
 .../tests/stable/unit/fixtures/trycatch.js      |     24 -
 .../jshint/tests/stable/unit/fixtures/undef.js  |     24 -
 .../tests/stable/unit/fixtures/undef_func.js    |      8 -
 .../tests/stable/unit/fixtures/undefstrict.js   |      6 -
 .../jshint/tests/stable/unit/fixtures/unused.js |     26 -
 .../tests/stable/unit/fixtures/unusedglobals.js |      4 -
 .../jshint/tests/stable/unit/fixtures/white.js  |     66 -
 .../jshint/tests/stable/unit/fixtures/with.js   |     16 -
 .../jshint/tests/stable/unit/options.js         |   1472 -
 .../jshint/tests/stable/unit/parser.js          |    522 -
 blackberry10/node_modules/shelljs/package.json  |     16 +-
 .../node_modules/shelljs/scripts/docs.js        |     15 -
 .../shelljs/scripts/generate-docs.js            |     21 +
 .../node_modules/shelljs/scripts/run-tests.js   |      2 +-
 blackberry10/node_modules/shelljs/shell.js      |   1879 +-
 blackberry10/node_modules/shelljs/src/cat.js    |     43 +
 blackberry10/node_modules/shelljs/src/cd.js     |     19 +
 blackberry10/node_modules/shelljs/src/chmod.js  |    208 +
 blackberry10/node_modules/shelljs/src/common.js |    189 +
 blackberry10/node_modules/shelljs/src/cp.js     |    200 +
 blackberry10/node_modules/shelljs/src/dirs.js   |    191 +
 blackberry10/node_modules/shelljs/src/echo.js   |     20 +
 blackberry10/node_modules/shelljs/src/error.js  |     10 +
 blackberry10/node_modules/shelljs/src/exec.js   |    181 +
 blackberry10/node_modules/shelljs/src/find.js   |     51 +
 blackberry10/node_modules/shelljs/src/grep.js   |     52 +
 blackberry10/node_modules/shelljs/src/ls.js     |    126 +
 blackberry10/node_modules/shelljs/src/mkdir.js  |     68 +
 blackberry10/node_modules/shelljs/src/mv.js     |     80 +
 blackberry10/node_modules/shelljs/src/popd.js   |      1 +
 blackberry10/node_modules/shelljs/src/pushd.js  |      1 +
 blackberry10/node_modules/shelljs/src/pwd.js    |     11 +
 blackberry10/node_modules/shelljs/src/rm.js     |    145 +
 blackberry10/node_modules/shelljs/src/sed.js    |     43 +
 .../node_modules/shelljs/src/tempdir.js         |     56 +
 blackberry10/node_modules/shelljs/src/test.js   |     85 +
 blackberry10/node_modules/shelljs/src/to.js     |     29 +
 blackberry10/node_modules/shelljs/src/toEnd.js  |     29 +
 blackberry10/node_modules/shelljs/src/which.js  |     79 +
 .../node_modules/shelljs/test/.npmignore        |      2 -
 blackberry10/node_modules/shelljs/test/cat.js   |     57 -
 blackberry10/node_modules/shelljs/test/cd.js    |     64 -
 blackberry10/node_modules/shelljs/test/chmod.js |     81 -
 .../node_modules/shelljs/test/config.js         |     50 -
 blackberry10/node_modules/shelljs/test/cp.js    |    143 -
 blackberry10/node_modules/shelljs/test/dirs.js  |     37 -
 blackberry10/node_modules/shelljs/test/echo.js  |     50 -
 blackberry10/node_modules/shelljs/test/env.js   |     19 -
 blackberry10/node_modules/shelljs/test/exec.js  |    109 -
 blackberry10/node_modules/shelljs/test/find.js  |     56 -
 blackberry10/node_modules/shelljs/test/grep.js  |     59 -
 blackberry10/node_modules/shelljs/test/ls.js    |    202 -
 blackberry10/node_modules/shelljs/test/make.js  |     20 -
 blackberry10/node_modules/shelljs/test/mkdir.js |     79 -
 blackberry10/node_modules/shelljs/test/mv.js    |    130 -
 blackberry10/node_modules/shelljs/test/popd.js  |    118 -
 blackberry10/node_modules/shelljs/test/pushd.js |    228 -
 blackberry10/node_modules/shelljs/test/pwd.js   |     28 -
 .../node_modules/shelljs/test/resources/a.txt   |     11 -
 .../test/resources/chmod/a/b/c/.npmignore       |      0
 .../test/resources/chmod/b/a/b/.npmignore       |      0
 .../test/resources/chmod/c/a/b/.npmignore       |      0
 .../shelljs/test/resources/chmod/file1          |      2 -
 .../node_modules/shelljs/test/resources/cp/a    |      1 -
 .../node_modules/shelljs/test/resources/cp/b    |      1 -
 .../shelljs/test/resources/cp/dir_a/z           |      1 -
 .../test/resources/cp/dir_b/dir_b_a/dir_b_a_a/z |      1 -
 .../test/resources/external/node_script.js      |      2 -
 .../node_modules/shelljs/test/resources/file1   |      1 -
 .../shelljs/test/resources/file1.js             |      1 -
 .../shelljs/test/resources/file1.txt            |      1 -
 .../node_modules/shelljs/test/resources/file2   |      1 -
 .../shelljs/test/resources/file2.js             |      1 -
 .../shelljs/test/resources/file2.txt            |      1 -
 .../shelljs/test/resources/find/.hidden         |      1 -
 .../node_modules/shelljs/test/resources/find/a  |      1 -
 .../node_modules/shelljs/test/resources/find/b  |      1 -
 .../shelljs/test/resources/find/dir1/a_dir1     |      1 -
 .../test/resources/find/dir1/dir11/a_dir11      |      1 -
 .../shelljs/test/resources/find/dir2/a_dir1     |      1 -
 .../shelljs/test/resources/issue44/main.js      |      1 -
 .../shelljs/test/resources/ls/.hidden_dir/nada  |      1 -
 .../shelljs/test/resources/ls/.hidden_file      |      1 -
 .../test/resources/ls/a_dir/.hidden_dir/nada    |      1 -
 .../shelljs/test/resources/ls/a_dir/b_dir/z     |      1 -
 .../shelljs/test/resources/ls/a_dir/nada        |      1 -
 .../shelljs/test/resources/ls/file1             |      1 -
 .../shelljs/test/resources/ls/file1.js          |      1 -
 .../shelljs/test/resources/ls/file2             |      1 -
 .../shelljs/test/resources/ls/file2.js          |      1 -
 .../filename(with)[chars$]^that.must+be-escaped |      1 -
 .../shelljs/test/resources/pushd/a/dummy        |      1 -
 .../shelljs/test/resources/pushd/b/c/dummy      |      1 -
 blackberry10/node_modules/shelljs/test/rm.js    |    183 -
 blackberry10/node_modules/shelljs/test/sed.js   |     58 -
 .../node_modules/shelljs/test/tempdir.js        |     27 -
 blackberry10/node_modules/shelljs/test/test.js  |     91 -
 blackberry10/node_modules/shelljs/test/to.js    |     39 -
 blackberry10/node_modules/shelljs/test/which.js |     38 -
 blackberry10/node_modules/wrench/package.json   |      6 +-
 .../xml2js/node_modules/sax/lib/sax.js          |    110 +-
 .../xml2js/node_modules/sax/package.json        |      4 +-
 .../node_modules/sax/test/attribute-no-space.js |     75 +
 .../xml2js/node_modules/sax/test/emoji.js       |     12 +
 .../node_modules/sax/test/end_empty_stream.js   |      5 +
 .../xml2js/node_modules/sax/test/flush.js       |     13 +
 .../xml2js/node_modules/sax/test/utf8-split.js  |     32 +
 .../node_modules/sax/test/xmlns-as-tag-name.js  |     15 +
 blackberry10/package.json                       |      2 +-
 1255 files changed, 2647 insertions(+), 582026 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/3016473f/blackberry10/bin/lib/create.js
----------------------------------------------------------------------
diff --git a/blackberry10/bin/lib/create.js b/blackberry10/bin/lib/create.js
index 8ec5145..d4623b1 100644
--- a/blackberry10/bin/lib/create.js
+++ b/blackberry10/bin/lib/create.js
@@ -28,23 +28,23 @@ var build,
     ERROR_VALUE = 2,
     path = require("path"),
     exit = require('exit'),
+    shell = require('shelljs'),
     fs = require("fs")
     os = require("os"),
     wrench = require("wrench"),
-    utils = require(path.join(__dirname, 'lib/utils')),
     version = getVersion(),
     project_path = validateProjectPath(),
     app_id = process.argv[3],
     app_name = process.argv[4] || 'WebWorks Application',
     TARGETS = ["device", "simulator"],
-    TEMPLATE_PROJECT_DIR = path.join(__dirname, "templates", "project"),
-    ROOT_PROJECT_DIR = path.join(__dirname, ".."),
-    MODULES_PROJECT_DIR = path.join(__dirname, "..", "node_modules"),
-    BOOTSTRAP_PROJECT_DIR = path.join(__dirname, "..", "framework", "bootstrap"),
-    FRAMEWORK_LIB_PROJECT_DIR = path.join(__dirname, "..", "framework", "lib"),
-    BIN_DIR = path.join(__dirname),
-    BUILD_DIR = path.join(__dirname, "build"),
-    CORDOVA_JS_SRC = path.join(__dirname, "..", "javascript", "cordova.blackberry10.js"),
+    TEMPLATE_PROJECT_DIR = path.join(__dirname, "..", "templates", "project"),
+    ROOT_PROJECT_DIR = path.join(__dirname, "..", ".."),
+    MODULES_PROJECT_DIR = path.join(__dirname, "..", "..", "node_modules"),
+    BOOTSTRAP_PROJECT_DIR = path.join(__dirname, "..", "..", "framework", "bootstrap"),
+    FRAMEWORK_LIB_PROJECT_DIR = path.join(__dirname, "..", "..", "framework", "lib"),
+    BIN_DIR = path.join(__dirname, ".."),
+    BUILD_DIR = path.join(__dirname, "..", "build"),
+    CORDOVA_JS_SRC = path.join(__dirname, "..", "..", "javascript", "cordova.blackberry10.js"),
     update_dir = path.join(project_path, "lib", "cordova." + version),
     native_dir = path.join(project_path, "native"),
     template_dir = process.argv[5] || TEMPLATE_PROJECT_DIR,
@@ -52,7 +52,7 @@ var build,
     js_basename = "cordova.js";
 
 function getVersion() {
-    var version = fs.readFileSync(path.join(__dirname,  "..", "VERSION"));
+    var version = fs.readFileSync(path.join(__dirname,  "..", "..", "VERSION"));
     if (version) {
         return version.toString().replace( /([^\x00-\xFF]|\s)*$/g, '' );
     }
@@ -99,7 +99,7 @@ function clean() {
 
 function copyJavascript() {
     wrench.mkdirSyncRecursive(path.join(BUILD_DIR, js_path), 0777);
-    utils.copyFile(CORDOVA_JS_SRC, path.join(BUILD_DIR, js_path));
+    shell.cp(CORDOVA_JS_SRC, path.join(BUILD_DIR, js_path));
 
     //rename copied cordova.blackberry10.js file
     fs.renameSync(path.join(BUILD_DIR, js_path, "cordova.blackberry10.js"), path.join(BUILD_DIR, js_path, js_basename));
@@ -122,28 +122,28 @@ function copyFilesToProject() {
     }
 
     // copy repo level target tool to project
-    utils.copyFile(path.join(BIN_DIR, "target"), path.join(project_path, "cordova"));
-    utils.copyFile(path.join(BIN_DIR, "target.bat"), path.join(project_path, "cordova"));
-    utils.copyFile(path.join(BIN_DIR, "lib", "target.js"), path.join(project_path, "cordova", "lib"));
-    utils.copyFile(path.join(BIN_DIR, "lib", "utils.js"), path.join(project_path, "cordova", "lib"));
+    shell.cp(path.join(BIN_DIR, "target"), path.join(project_path, "cordova"));
+    shell.cp(path.join(BIN_DIR, "target.bat"), path.join(project_path, "cordova"));
+    shell.cp(path.join(BIN_DIR, "lib", "target.js"), path.join(project_path, "cordova", "lib"));
+    shell.cp(path.join(BIN_DIR, "lib", "utils.js"), path.join(project_path, "cordova", "lib"));
 
     // copy repo level init script to project
-    utils.copyFile(path.join(BIN_DIR, "whereis.cmd"), path.join(project_path, "cordova"));
-    utils.copyFile(path.join(BIN_DIR, "init.bat"), path.join(project_path, "cordova"));
-    utils.copyFile(path.join(BIN_DIR, "init"), path.join(project_path, "cordova"));
+    shell.cp(path.join(BIN_DIR, "whereis.cmd"), path.join(project_path, "cordova"));
+    shell.cp(path.join(BIN_DIR, "init.bat"), path.join(project_path, "cordova"));
+    shell.cp(path.join(BIN_DIR, "init"), path.join(project_path, "cordova"));
 
     //copy VERSION file [used to identify corresponding ~/.cordova/lib directory for dependencies]
-    utils.copyFile(path.join(ROOT_PROJECT_DIR, "VERSION"), path.join(project_path));
+    shell.cp(path.join(ROOT_PROJECT_DIR, "VERSION"), path.join(project_path));
 
     // copy repo level check_reqs script to project
-    utils.copyFile(path.join(BIN_DIR, "check_reqs.bat"), path.join(project_path, "cordova"));
-    utils.copyFile(path.join(BIN_DIR, "check_reqs"), path.join(project_path, "cordova"));
+    shell.cp(path.join(BIN_DIR, "check_reqs.bat"), path.join(project_path, "cordova"));
+    shell.cp(path.join(BIN_DIR, "check_reqs"), path.join(project_path, "cordova"));
 
     // change file permission for cordova scripts because ant copy doesn't preserve file permissions
     wrench.chmodSyncRecursive(path.join(project_path,"cordova"), 0700);
 
     //copy cordova-*version*.js to www
-    utils.copyFile(path.join(BUILD_DIR, js_path, js_basename), path.join(project_path, "www"));
+    shell.cp(path.join(BUILD_DIR, js_path, js_basename), path.join(project_path, "www"));
 
     //copy node modules to cordova build directory
     wrench.mkdirSyncRecursive(nodeModulesDest, 0777);

http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/3016473f/blackberry10/node_modules/.bin/jake
----------------------------------------------------------------------
diff --git a/blackberry10/node_modules/.bin/jake b/blackberry10/node_modules/.bin/jake
deleted file mode 120000
index 3626745..0000000
--- a/blackberry10/node_modules/.bin/jake
+++ /dev/null
@@ -1 +0,0 @@
-../jake/bin/cli.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/3016473f/blackberry10/node_modules/.bin/jasmine-node
----------------------------------------------------------------------
diff --git a/blackberry10/node_modules/.bin/jasmine-node b/blackberry10/node_modules/.bin/jasmine-node
deleted file mode 120000
index a1c6532..0000000
--- a/blackberry10/node_modules/.bin/jasmine-node
+++ /dev/null
@@ -1 +0,0 @@
-../jasmine-node/bin/jasmine-node
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/3016473f/blackberry10/node_modules/.bin/plugman
----------------------------------------------------------------------
diff --git a/blackberry10/node_modules/.bin/plugman b/blackberry10/node_modules/.bin/plugman
deleted file mode 120000
index 58f3da5..0000000
--- a/blackberry10/node_modules/.bin/plugman
+++ /dev/null
@@ -1 +0,0 @@
-../plugman/main.js
\ No newline at end of file