You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/03/04 20:32:51 UTC

[48/91] [abbrv] git commit: never ever check in node modules. baaad.

never ever check in node modules. baaad.


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

Branch: refs/heads/master
Commit: 19cf42ee1c6e06cf37bdcaf2d0358c244a3ffe59
Parents: d514949
Author: Fil Maj <ma...@gmail.com>
Authored: Wed Nov 28 10:55:55 2012 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Wed Nov 28 10:55:55 2012 -0800

----------------------------------------------------------------------
 .gitignore                                         |    2 +-
 node_modules/.bin/ncp                              |    1 -
 node_modules/.bin/nodeunit                         |    1 -
 node_modules/.bin/nopt                             |    1 -
 node_modules/.bin/shjs                             |    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            |   29 -
 node_modules/bplist-parser/test/airplay.bplist     |  Bin 341 -> 0 bytes
 .../bplist-parser/test/iTunes-small.bplist         |  Bin 24433 -> 0 bytes
 node_modules/bplist-parser/test/parseTest.js       |  120 -
 node_modules/bplist-parser/test/sample1.bplist     |  Bin 605 -> 0 bytes
 node_modules/bplist-parser/test/sample2.bplist     |  Bin 384 -> 0 bytes
 node_modules/bplist-parser/test/uid.bplist         |  Bin 365 -> 0 bytes
 node_modules/bplist-parser/test/utf16.bplist       |  Bin 1273 -> 0 bytes
 node_modules/elementtree/.npmignore                |    1 -
 node_modules/elementtree/.travis.yml               |   10 -
 node_modules/elementtree/CHANGES.md                |   16 -
 node_modules/elementtree/LICENSE.txt               |  203 -
 node_modules/elementtree/Makefile                  |   21 -
 node_modules/elementtree/NOTICE                    |    5 -
 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 -
 node_modules/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 -
 node_modules/elementtree/node_modules/sax/AUTHORS  |    9 -
 node_modules/elementtree/node_modules/sax/LICENSE  |   23 -
 .../elementtree/node_modules/sax/README.md         |  213 -
 .../node_modules/sax/examples/big-not-pretty.xml   | 8002 -
 .../node_modules/sax/examples/example.js           |   41 -
 .../node_modules/sax/examples/get-products.js      |   58 -
 .../node_modules/sax/examples/hello-world.js       |    4 -
 .../node_modules/sax/examples/not-pretty.xml       |    8 -
 .../node_modules/sax/examples/pretty-print.js      |   74 -
 .../node_modules/sax/examples/shopping.xml         |    2 -
 .../node_modules/sax/examples/strict.dtd           |  870 -
 .../node_modules/sax/examples/switch-bench.js      |   45 -
 .../node_modules/sax/examples/test.html            |   15 -
 .../elementtree/node_modules/sax/examples/test.xml | 1254 -
 .../elementtree/node_modules/sax/lib/sax.js        | 1006 -
 .../elementtree/node_modules/sax/package.json      |   59 -
 .../node_modules/sax/test/buffer-overrun.js        |   25 -
 .../node_modules/sax/test/cdata-chunked.js         |   11 -
 .../node_modules/sax/test/cdata-end-split.js       |   15 -
 .../node_modules/sax/test/cdata-fake-end.js        |   28 -
 .../node_modules/sax/test/cdata-multiple.js        |   15 -
 .../elementtree/node_modules/sax/test/cdata.js     |   10 -
 .../elementtree/node_modules/sax/test/index.js     |   86 -
 .../elementtree/node_modules/sax/test/issue-23.js  |   43 -
 .../elementtree/node_modules/sax/test/issue-30.js  |   24 -
 .../elementtree/node_modules/sax/test/issue-35.js  |   15 -
 .../elementtree/node_modules/sax/test/issue-47.js  |   13 -
 .../elementtree/node_modules/sax/test/issue-49.js  |   31 -
 .../node_modules/sax/test/parser-position.js       |   28 -
 .../elementtree/node_modules/sax/test/script.js    |   12 -
 .../sax/test/self-closing-child-strict.js          |   40 -
 .../node_modules/sax/test/self-closing-child.js    |   40 -
 .../node_modules/sax/test/self-closing-tag.js      |   25 -
 .../node_modules/sax/test/stray-ending.js          |   17 -
 .../sax/test/trailing-non-whitespace.js            |   17 -
 .../elementtree/node_modules/sax/test/unquoted.js  |   17 -
 .../node_modules/sax/test/xmlns-issue-41.js        |   67 -
 .../node_modules/sax/test/xmlns-rebinding.js       |   59 -
 .../node_modules/sax/test/xmlns-strict.js          |   71 -
 .../node_modules/sax/test/xmlns-unbound.js         |   15 -
 .../sax/test/xmlns-xml-default-prefix-attribute.js |   35 -
 .../sax/test/xmlns-xml-default-prefix.js           |   20 -
 .../sax/test/xmlns-xml-default-redefine.js         |   40 -
 node_modules/elementtree/package.json              |   55 -
 node_modules/elementtree/tests/data/xml1.xml       |   17 -
 node_modules/elementtree/tests/data/xml2.xml       |   14 -
 node_modules/elementtree/tests/test-simple.js      |  268 -
 node_modules/glob/.npmignore                       |    2 -
 node_modules/glob/.travis.yml                      |    4 -
 node_modules/glob/README.md                        |  114 -
 node_modules/glob/examples/g.js                    |    9 -
 node_modules/glob/examples/usr-local.js            |    9 -
 node_modules/glob/glob.js                          |  402 -
 .../glob/node_modules/fast-list/.npmignore         |    1 -
 .../glob/node_modules/fast-list/.travis.yml        |    4 -
 node_modules/glob/node_modules/fast-list/README.md |  111 -
 node_modules/glob/node_modules/fast-list/bench.js  |   55 -
 .../glob/node_modules/fast-list/fast-list.js       |  144 -
 .../glob/node_modules/fast-list/package.json       |   27 -
 node_modules/glob/node_modules/fast-list/test.js   |  112 -
 .../glob/node_modules/graceful-fs/.npmignore       |    1 -
 node_modules/glob/node_modules/graceful-fs/LICENSE |   23 -
 .../glob/node_modules/graceful-fs/README.md        |    5 -
 .../glob/node_modules/graceful-fs/graceful-fs.js   |  312 -
 .../glob/node_modules/graceful-fs/package.json     |   35 -
 .../glob/node_modules/graceful-fs/test/open.js     |   41 -
 node_modules/glob/node_modules/inherits/README.md  |   51 -
 .../glob/node_modules/inherits/inherits.js         |   29 -
 .../glob/node_modules/inherits/package.json        |   25 -
 .../glob/node_modules/minimatch/.travis.yml        |    4 -
 node_modules/glob/node_modules/minimatch/LICENSE   |   23 -
 node_modules/glob/node_modules/minimatch/README.md |  212 -
 .../glob/node_modules/minimatch/minimatch.js       | 1010 -
 .../minimatch/node_modules/lru-cache/.npmignore    |    1 -
 .../minimatch/node_modules/lru-cache/LICENSE       |   23 -
 .../minimatch/node_modules/lru-cache/README.md     |   14 -
 .../node_modules/lru-cache/lib/lru-cache.js        |  106 -
 .../minimatch/node_modules/lru-cache/package.json  |   27 -
 .../minimatch/node_modules/lru-cache/test/basic.js |  117 -
 .../glob/node_modules/minimatch/package.json       |   36 -
 .../glob/node_modules/minimatch/test/basic.js      |  261 -
 .../node_modules/minimatch/test/brace-expand.js    |   33 -
 .../glob/node_modules/minimatch/test/caching.js    |   14 -
 node_modules/glob/package.json                     |   35 -
 node_modules/glob/test/00-setup.js                 |   61 -
 node_modules/glob/test/bash-comparison.js          |  103 -
 node_modules/glob/test/zz-cleanup.js               |   11 -
 node_modules/mkdirp/.gitignore.orig                |    2 -
 node_modules/mkdirp/.gitignore.rej                 |    5 -
 node_modules/mkdirp/.npmignore                     |    2 -
 node_modules/mkdirp/LICENSE                        |   21 -
 node_modules/mkdirp/README.markdown                |   54 -
 node_modules/mkdirp/examples/pow.js                |    6 -
 node_modules/mkdirp/examples/pow.js.orig           |    6 -
 node_modules/mkdirp/examples/pow.js.rej            |   19 -
 node_modules/mkdirp/index.js                       |   90 -
 node_modules/mkdirp/package.json                   |   32 -
 node_modules/mkdirp/test/chmod.js                  |   39 -
 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/sync.js                   |   27 -
 node_modules/mkdirp/test/umask.js                  |   28 -
 node_modules/mkdirp/test/umask_sync.js             |   27 -
 node_modules/ncp/.npmignore                        |    4 -
 node_modules/ncp/.travis.yml                       |    6 -
 node_modules/ncp/LICENSE.md                        |   21 -
 node_modules/ncp/README.md                         |   46 -
 node_modules/ncp/bin/ncp                           |   48 -
 node_modules/ncp/laull                             |    3 -
 node_modules/ncp/lib/ncp.js                        |  210 -
 node_modules/ncp/mode.js                           |   19 -
 node_modules/ncp/package.json                      |   36 -
 node_modules/ncp/test/fixtures/src/a               |    1 -
 node_modules/ncp/test/fixtures/src/b               |    1 -
 node_modules/ncp/test/fixtures/src/sub/a           |    1 -
 node_modules/ncp/test/ncp-test.js                  |   74 -
 node_modules/node-uuid/.npmignore                  |    2 -
 node_modules/node-uuid/LICENSE.md                  |    3 -
 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_modules/node-uuid/benchmark/benchmark.js      |   84 -
 node_modules/node-uuid/package.json                |   30 -
 node_modules/node-uuid/test/compare_v1.js          |   63 -
 node_modules/node-uuid/test/test.html              |   17 -
 node_modules/node-uuid/test/test.js                |  240 -
 node_modules/node-uuid/uuid.js                     |  249 -
 node_modules/nodeunit/.npmignore                   |    3 -
 node_modules/nodeunit/CONTRIBUTORS.md              |   68 -
 node_modules/nodeunit/LICENSE                      |   19 -
 node_modules/nodeunit/Makefile                     |  177 -
 node_modules/nodeunit/README.md                    |  443 -
 node_modules/nodeunit/bin/nodeunit                 |  133 -
 node_modules/nodeunit/bin/nodeunit.json            |   10 -
 node_modules/nodeunit/deps/async.js                |  623 -
 node_modules/nodeunit/deps/console.log.js          |   55 -
 node_modules/nodeunit/deps/ejs/History.md          |   70 -
 node_modules/nodeunit/deps/ejs/Makefile            |   20 -
 node_modules/nodeunit/deps/ejs/Readme.md           |  152 -
 node_modules/nodeunit/deps/ejs/benchmark.js        |   14 -
 node_modules/nodeunit/deps/ejs/ejs.js              |  531 -
 node_modules/nodeunit/deps/ejs/ejs.min.js          |    2 -
 .../nodeunit/deps/ejs/examples/client.html         |    5 -
 node_modules/nodeunit/deps/ejs/examples/list.ejs   |    7 -
 node_modules/nodeunit/deps/ejs/examples/list.js    |   16 -
 node_modules/nodeunit/deps/ejs/index.js            |    2 -
 node_modules/nodeunit/deps/ejs/lib/ejs.js          |  251 -
 node_modules/nodeunit/deps/ejs/lib/filters.js      |  198 -
 node_modules/nodeunit/deps/ejs/lib/utils.js        |   23 -
 node_modules/nodeunit/deps/ejs/package.json        |   11 -
 node_modules/nodeunit/deps/ejs/support/compile.js  |  173 -
 node_modules/nodeunit/deps/ejs/test/ejs.test.js    |  269 -
 node_modules/nodeunit/deps/json2.js                |  481 -
 node_modules/nodeunit/doc/nodeunit.md              |   60 -
 node_modules/nodeunit/examples/browser/nodeunit.js | 2034 -
 node_modules/nodeunit/examples/browser/suite1.js   |   12 -
 node_modules/nodeunit/examples/browser/suite2.js   |   13 -
 node_modules/nodeunit/examples/browser/suite3.js   |    7 -
 node_modules/nodeunit/examples/browser/test.html   |   18 -
 .../examples/nested/nested_reporter_test.unit.js   |   94 -
 node_modules/nodeunit/img/example_fail.png         |  Bin 38642 -> 0 bytes
 node_modules/nodeunit/img/example_machineout.png   |  Bin 422136 -> 0 bytes
 node_modules/nodeunit/img/example_pass.png         |  Bin 14133 -> 0 bytes
 node_modules/nodeunit/index.js                     |    3 -
 node_modules/nodeunit/lib/assert.js                |  354 -
 node_modules/nodeunit/lib/core.js                  |  318 -
 node_modules/nodeunit/lib/nodeunit.js              |  104 -
 node_modules/nodeunit/lib/reporters/browser.js     |  121 -
 node_modules/nodeunit/lib/reporters/default.js     |  131 -
 node_modules/nodeunit/lib/reporters/eclipse.js     |  104 -
 node_modules/nodeunit/lib/reporters/html.js        |  110 -
 node_modules/nodeunit/lib/reporters/index.js       |   14 -
 node_modules/nodeunit/lib/reporters/junit.js       |  180 -
 node_modules/nodeunit/lib/reporters/machineout.js  |  112 -
 node_modules/nodeunit/lib/reporters/minimal.js     |  121 -
 node_modules/nodeunit/lib/reporters/nested.js      |  214 -
 node_modules/nodeunit/lib/reporters/skip_passed.js |  108 -
 node_modules/nodeunit/lib/reporters/tap.js         |   65 -
 node_modules/nodeunit/lib/reporters/verbose.js     |  123 -
 node_modules/nodeunit/lib/track.js                 |   48 -
 node_modules/nodeunit/lib/types.js                 |  189 -
 node_modules/nodeunit/lib/utils.js                 |  203 -
 node_modules/nodeunit/man1/nodeunit.1              |   95 -
 node_modules/nodeunit/node_modules/.bin/tap        |    1 -
 .../nodeunit/node_modules/tap-assert/AUTHORS       |    2 -
 .../nodeunit/node_modules/tap-assert/LICENSE       |   23 -
 .../nodeunit/node_modules/tap-assert/README.md     |    3 -
 .../nodeunit/node_modules/tap-assert/assert.js     |  396 -
 .../nodeunit/node_modules/tap-assert/package.json  |   43 -
 .../nodeunit/node_modules/tap-producer/README.md   |    4 -
 .../tap-producer/node_modules/inherits/README.md   |   51 -
 .../tap-producer/node_modules/inherits/inherits.js |   29 -
 .../node_modules/inherits/package.json             |   26 -
 .../node_modules/tap-results/README.md             |    2 -
 .../node_modules/tap-results/package.json          |   21 -
 .../node_modules/tap-results/results.js            |   68 -
 .../tap-producer/node_modules/yamlish/LICENSE      |   19 -
 .../tap-producer/node_modules/yamlish/README.md    |   20 -
 .../tap-producer/node_modules/yamlish/package.json |   30 -
 .../tap-producer/node_modules/yamlish/yamlish.js   |  260 -
 .../node_modules/tap-producer/package.json         |   23 -
 .../node_modules/tap-producer/tap-producer.js      |  113 -
 node_modules/nodeunit/node_modules/tap/AUTHORS     |   11 -
 node_modules/nodeunit/node_modules/tap/LICENSE     |   23 -
 node_modules/nodeunit/node_modules/tap/README.md   |   82 -
 .../nodeunit/node_modules/tap/bin/tap-http.js      |   19 -
 .../nodeunit/node_modules/tap/bin/tap-reader.js    |   33 -
 node_modules/nodeunit/node_modules/tap/bin/tap.js  |  132 -
 .../node_modules/tap/coverage-example/lib/bar.js   |   15 -
 .../node_modules/tap/coverage-example/lib/foo.js   |   15 -
 .../tap/coverage-example/test/bar.test.js          |   20 -
 .../tap/coverage-example/test/baz.test.js          |   29 -
 .../tap/coverage-example/test/foo.test.js          |   20 -
 .../nodeunit/node_modules/tap/example/lib/math.js  |    1 -
 .../node_modules/tap/example/test/test-example.js  |  237 -
 node_modules/nodeunit/node_modules/tap/lib/main.js |   16 -
 .../nodeunit/node_modules/tap/lib/tap-assert.js    |  442 -
 .../node_modules/tap/lib/tap-browser-harness.js    |   63 -
 .../nodeunit/node_modules/tap/lib/tap-consumer.js  |  243 -
 .../nodeunit/node_modules/tap/lib/tap-cov-html.js  |   78 -
 .../node_modules/tap/lib/tap-global-harness.js     |   68 -
 .../nodeunit/node_modules/tap/lib/tap-harness.js   |  221 -
 .../nodeunit/node_modules/tap/lib/tap-producer.js  |  130 -
 .../nodeunit/node_modules/tap/lib/tap-results.js   |   71 -
 .../nodeunit/node_modules/tap/lib/tap-runner.js    |  453 -
 .../nodeunit/node_modules/tap/lib/tap-test.js      |  109 -
 .../node_modules/tap/node_modules/.bin/nopt        |    1 -
 .../tap/node_modules/buffer-equal/.travis.yml      |    4 -
 .../tap/node_modules/buffer-equal/README.markdown  |   62 -
 .../tap/node_modules/buffer-equal/example/eq.js    |   14 -
 .../tap/node_modules/buffer-equal/index.js         |   13 -
 .../tap/node_modules/buffer-equal/package.json     |   36 -
 .../tap/node_modules/buffer-equal/test/eq.js       |   35 -
 .../tap/node_modules/deep-equal/README.markdown    |   55 -
 .../tap/node_modules/deep-equal/example/cmp.js     |   11 -
 .../tap/node_modules/deep-equal/index.js           |   84 -
 .../tap/node_modules/deep-equal/package.json       |   38 -
 .../tap/node_modules/deep-equal/test/cmp.js        |   18 -
 .../tap/node_modules/difflet/.travis.yml           |    4 -
 .../tap/node_modules/difflet/README.markdown       |  116 -
 .../tap/node_modules/difflet/example/cmp_array.js  |    6 -
 .../tap/node_modules/difflet/example/cmp_object.js |    6 -
 .../tap/node_modules/difflet/example/colors.js     |   18 -
 .../node_modules/difflet/example/comma_first.js    |   12 -
 .../tap/node_modules/difflet/example/diff.js       |   15 -
 .../tap/node_modules/difflet/example/html.js       |   34 -
 .../tap/node_modules/difflet/example/string.js     |    4 -
 .../node_modules/tap/node_modules/difflet/index.js |  371 -
 .../difflet/node_modules/charm/README.markdown     |  202 -
 .../difflet/node_modules/charm/example/256.js      |   17 -
 .../difflet/node_modules/charm/example/column.js   |   10 -
 .../difflet/node_modules/charm/example/cursor.js   |   22 -
 .../node_modules/charm/example/http_spin.js        |   35 -
 .../difflet/node_modules/charm/example/lucky.js    |   30 -
 .../difflet/node_modules/charm/example/position.js |    7 -
 .../difflet/node_modules/charm/example/progress.js |   19 -
 .../difflet/node_modules/charm/example/spin.js     |   23 -
 .../difflet/node_modules/charm/index.js            |  286 -
 .../difflet/node_modules/charm/lib/encode.js       |   18 -
 .../difflet/node_modules/charm/package.json        |   37 -
 .../difflet/node_modules/traverse/.npmignore       |    1 -
 .../difflet/node_modules/traverse/.travis.yml      |    3 -
 .../difflet/node_modules/traverse/LICENSE          |   24 -
 .../difflet/node_modules/traverse/README.markdown  |  258 -
 .../difflet/node_modules/traverse/examples/json.js |   16 -
 .../node_modules/traverse/examples/leaves.js       |   15 -
 .../node_modules/traverse/examples/negative.js     |    8 -
 .../node_modules/traverse/examples/scrub.js        |   10 -
 .../node_modules/traverse/examples/stringify.js    |   38 -
 .../difflet/node_modules/traverse/fail.js          |    9 -
 .../difflet/node_modules/traverse/index.js         |  310 -
 .../difflet/node_modules/traverse/package.json     |   44 -
 .../difflet/node_modules/traverse/test/circular.js |  117 -
 .../difflet/node_modules/traverse/test/date.js     |   37 -
 .../difflet/node_modules/traverse/test/equal.js    |  240 -
 .../difflet/node_modules/traverse/test/error.js    |   11 -
 .../difflet/node_modules/traverse/test/has.js      |   15 -
 .../difflet/node_modules/traverse/test/instance.js |   17 -
 .../node_modules/traverse/test/interface.js        |   43 -
 .../difflet/node_modules/traverse/test/json.js     |   49 -
 .../difflet/node_modules/traverse/test/keys.js     |   31 -
 .../difflet/node_modules/traverse/test/leaves.js   |   22 -
 .../node_modules/traverse/test/lib/deep_equal.js   |   96 -
 .../node_modules/traverse/test/mutability.js       |  300 -
 .../difflet/node_modules/traverse/test/negative.js |   21 -
 .../difflet/node_modules/traverse/test/obj.js      |   11 -
 .../difflet/node_modules/traverse/test/siblings.js |   37 -
 .../difflet/node_modules/traverse/test/stop.js     |   44 -
 .../node_modules/traverse/test/stringify.js        |   36 -
 .../difflet/node_modules/traverse/test/subexpr.js  |   36 -
 .../node_modules/traverse/test/super_deep.js       |   56 -
 .../node_modules/traverse/testling/leaves.js       |   22 -
 .../tap/node_modules/difflet/package.json          |   44 -
 .../tap/node_modules/difflet/test/html.js          |   80 -
 .../tap/node_modules/inherits/README.md            |   51 -
 .../tap/node_modules/inherits/inherits.js          |   29 -
 .../tap/node_modules/inherits/package.json         |   25 -
 .../tap/node_modules/mkdirp/.npmignore             |    2 -
 .../tap/node_modules/mkdirp/.travis.yml            |    4 -
 .../node_modules/tap/node_modules/mkdirp/LICENSE   |   21 -
 .../tap/node_modules/mkdirp/README.markdown        |   61 -
 .../tap/node_modules/mkdirp/examples/pow.js        |    6 -
 .../node_modules/tap/node_modules/mkdirp/index.js  |   82 -
 .../tap/node_modules/mkdirp/package.json           |   32 -
 .../tap/node_modules/mkdirp/test/chmod.js          |   38 -
 .../tap/node_modules/mkdirp/test/clobber.js        |   37 -
 .../tap/node_modules/mkdirp/test/mkdirp.js         |   28 -
 .../tap/node_modules/mkdirp/test/perm.js           |   32 -
 .../tap/node_modules/mkdirp/test/perm_sync.js      |   39 -
 .../tap/node_modules/mkdirp/test/race.js           |   41 -
 .../tap/node_modules/mkdirp/test/rel.js            |   32 -
 .../tap/node_modules/mkdirp/test/return.js         |   25 -
 .../tap/node_modules/mkdirp/test/return_sync.js    |   24 -
 .../tap/node_modules/mkdirp/test/root.js           |   18 -
 .../tap/node_modules/mkdirp/test/sync.js           |   32 -
 .../tap/node_modules/mkdirp/test/umask.js          |   28 -
 .../tap/node_modules/mkdirp/test/umask_sync.js     |   32 -
 .../node_modules/tap/node_modules/nopt/LICENSE     |   23 -
 .../node_modules/tap/node_modules/nopt/README.md   |  210 -
 .../node_modules/tap/node_modules/nopt/bin/nopt.js |   44 -
 .../tap/node_modules/nopt/examples/my-program.js   |   30 -
 .../node_modules/tap/node_modules/nopt/lib/nopt.js |  555 -
 .../nopt/node_modules/abbrev/README.md             |   23 -
 .../nopt/node_modules/abbrev/lib/abbrev.js         |  106 -
 .../nopt/node_modules/abbrev/package.json          |   20 -
 .../tap/node_modules/nopt/package.json             |   31 -
 .../tap/node_modules/runforcover/README.markdown   |   56 -
 .../tap/node_modules/runforcover/index.js          |  127 -
 .../runforcover/node_modules/bunker/.npmignore     |    1 -
 .../runforcover/node_modules/bunker/.travis.yml    |    4 -
 .../node_modules/bunker/README.markdown            |   82 -
 .../node_modules/bunker/example/prof.js            |   51 -
 .../node_modules/bunker/example/tiny.js            |   18 -
 .../node_modules/bunker/example/top/run.js         |   31 -
 .../node_modules/bunker/example/top/src.js         |   18 -
 .../runforcover/node_modules/bunker/index.js       |  116 -
 .../bunker/node_modules/burrito/.npmignore         |    1 -
 .../bunker/node_modules/burrito/.travis.yml        |    4 -
 .../bunker/node_modules/burrito/README.markdown    |  187 -
 .../node_modules/burrito/example/microwave.js      |    8 -
 .../bunker/node_modules/burrito/example/web/bs.js  | 4832 -
 .../node_modules/burrito/example/web/index.html    |   14 -
 .../node_modules/burrito/example/web/main.js       |   17 -
 .../node_modules/burrito/example/web/server.js     |   12 -
 .../bunker/node_modules/burrito/example/wrap.js    |    7 -
 .../bunker/node_modules/burrito/index.js           |  208 -
 .../burrito/node_modules/.bin/uglifyjs             |    1 -
 .../burrito/node_modules/traverse/.npmignore       |    1 -
 .../burrito/node_modules/traverse/LICENSE          |   24 -
 .../burrito/node_modules/traverse/README.markdown  |  237 -
 .../burrito/node_modules/traverse/examples/json.js |   16 -
 .../node_modules/traverse/examples/leaves.js       |   15 -
 .../node_modules/traverse/examples/negative.js     |    8 -
 .../node_modules/traverse/examples/scrub.js        |   10 -
 .../node_modules/traverse/examples/stringify.js    |   38 -
 .../burrito/node_modules/traverse/index.js         |  267 -
 .../burrito/node_modules/traverse/main.js          |   10 -
 .../burrito/node_modules/traverse/package.json     |   23 -
 .../burrito/node_modules/traverse/test/circular.js |  115 -
 .../burrito/node_modules/traverse/test/date.js     |   35 -
 .../burrito/node_modules/traverse/test/equal.js    |  220 -
 .../burrito/node_modules/traverse/test/instance.js |   17 -
 .../node_modules/traverse/test/interface.js        |   42 -
 .../burrito/node_modules/traverse/test/json.js     |   47 -
 .../burrito/node_modules/traverse/test/keys.js     |   29 -
 .../burrito/node_modules/traverse/test/leaves.js   |   21 -
 .../node_modules/traverse/test/lib/deep_equal.js   |   92 -
 .../node_modules/traverse/test/mutability.js       |  252 -
 .../burrito/node_modules/traverse/test/negative.js |   20 -
 .../burrito/node_modules/traverse/test/obj.js      |   15 -
 .../burrito/node_modules/traverse/test/siblings.js |   35 -
 .../burrito/node_modules/traverse/test/stop.js     |   41 -
 .../node_modules/traverse/test/stringify.js        |   36 -
 .../burrito/node_modules/traverse/test/subexpr.js  |   34 -
 .../node_modules/traverse/test/super_deep.js       |   55 -
 .../burrito/node_modules/uglify-js/.npmignore      |    4 -
 .../burrito/node_modules/uglify-js/README.html     | 1026 -
 .../burrito/node_modules/uglify-js/README.org      |  571 -
 .../burrito/node_modules/uglify-js/bin/uglifyjs    |  317 -
 .../burrito/node_modules/uglify-js/docstyle.css    |   75 -
 .../node_modules/uglify-js/lib/object-ast.js       |   75 -
 .../burrito/node_modules/uglify-js/lib/parse-js.js | 1339 -
 .../burrito/node_modules/uglify-js/lib/process.js  | 2001 -
 .../node_modules/uglify-js/lib/squeeze-more.js     |   51 -
 .../burrito/node_modules/uglify-js/package.json    |   21 -
 .../burrito/node_modules/uglify-js/package.json~   |   24 -
 .../node_modules/uglify-js/test/beautify.js        |   28 -
 .../node_modules/uglify-js/test/testparser.js      |  403 -
 .../test/unit/compress/expected/array1.js          |    1 -
 .../test/unit/compress/expected/array2.js          |    1 -
 .../test/unit/compress/expected/array3.js          |    1 -
 .../test/unit/compress/expected/array4.js          |    1 -
 .../test/unit/compress/expected/assignment.js      |    1 -
 .../test/unit/compress/expected/concatstring.js    |    1 -
 .../uglify-js/test/unit/compress/expected/const.js |    1 -
 .../test/unit/compress/expected/empty-blocks.js    |    1 -
 .../test/unit/compress/expected/forstatement.js    |    1 -
 .../uglify-js/test/unit/compress/expected/if.js    |    1 -
 .../test/unit/compress/expected/ifreturn.js        |    1 -
 .../test/unit/compress/expected/ifreturn2.js       |    1 -
 .../test/unit/compress/expected/issue10.js         |    1 -
 .../test/unit/compress/expected/issue11.js         |    1 -
 .../test/unit/compress/expected/issue13.js         |    1 -
 .../test/unit/compress/expected/issue14.js         |    1 -
 .../test/unit/compress/expected/issue16.js         |    1 -
 .../test/unit/compress/expected/issue17.js         |    1 -
 .../test/unit/compress/expected/issue20.js         |    1 -
 .../test/unit/compress/expected/issue21.js         |    1 -
 .../test/unit/compress/expected/issue25.js         |    1 -
 .../test/unit/compress/expected/issue27.js         |    1 -
 .../test/unit/compress/expected/issue28.js         |    1 -
 .../test/unit/compress/expected/issue29.js         |    1 -
 .../test/unit/compress/expected/issue30.js         |    1 -
 .../test/unit/compress/expected/issue34.js         |    1 -
 .../test/unit/compress/expected/issue4.js          |    1 -
 .../test/unit/compress/expected/issue48.js         |    1 -
 .../test/unit/compress/expected/issue50.js         |    1 -
 .../test/unit/compress/expected/issue53.js         |    1 -
 .../test/unit/compress/expected/issue54.1.js       |    1 -
 .../test/unit/compress/expected/issue68.js         |    1 -
 .../test/unit/compress/expected/issue69.js         |    1 -
 .../test/unit/compress/expected/issue9.js          |    1 -
 .../test/unit/compress/expected/mangle.js          |    1 -
 .../test/unit/compress/expected/null_string.js     |    1 -
 .../test/unit/compress/expected/strict-equals.js   |    1 -
 .../uglify-js/test/unit/compress/expected/var.js   |    1 -
 .../test/unit/compress/expected/whitespace.js      |    1 -
 .../uglify-js/test/unit/compress/expected/with.js  |    1 -
 .../uglify-js/test/unit/compress/test/array1.js    |    3 -
 .../uglify-js/test/unit/compress/test/array2.js    |    4 -
 .../uglify-js/test/unit/compress/test/array3.js    |    4 -
 .../uglify-js/test/unit/compress/test/array4.js    |    6 -
 .../test/unit/compress/test/assignment.js          |   20 -
 .../test/unit/compress/test/concatstring.js        |    3 -
 .../uglify-js/test/unit/compress/test/const.js     |    5 -
 .../test/unit/compress/test/empty-blocks.js        |    4 -
 .../test/unit/compress/test/forstatement.js        |   10 -
 .../uglify-js/test/unit/compress/test/if.js        |    6 -
 .../uglify-js/test/unit/compress/test/ifreturn.js  |    9 -
 .../uglify-js/test/unit/compress/test/ifreturn2.js |   16 -
 .../uglify-js/test/unit/compress/test/issue10.js   |    1 -
 .../uglify-js/test/unit/compress/test/issue11.js   |    3 -
 .../uglify-js/test/unit/compress/test/issue13.js   |    1 -
 .../uglify-js/test/unit/compress/test/issue14.js   |    1 -
 .../uglify-js/test/unit/compress/test/issue16.js   |    1 -
 .../uglify-js/test/unit/compress/test/issue17.js   |    4 -
 .../uglify-js/test/unit/compress/test/issue20.js   |    1 -
 .../uglify-js/test/unit/compress/test/issue21.js   |    6 -
 .../uglify-js/test/unit/compress/test/issue25.js   |    7 -
 .../uglify-js/test/unit/compress/test/issue27.js   |    1 -
 .../uglify-js/test/unit/compress/test/issue28.js   |    3 -
 .../uglify-js/test/unit/compress/test/issue29.js   |    1 -
 .../uglify-js/test/unit/compress/test/issue30.js   |    3 -
 .../uglify-js/test/unit/compress/test/issue34.js   |    3 -
 .../uglify-js/test/unit/compress/test/issue4.js    |    3 -
 .../uglify-js/test/unit/compress/test/issue48.js   |    1 -
 .../uglify-js/test/unit/compress/test/issue50.js   |    9 -
 .../uglify-js/test/unit/compress/test/issue53.js   |    1 -
 .../uglify-js/test/unit/compress/test/issue54.1.js |    3 -
 .../uglify-js/test/unit/compress/test/issue68.js   |    5 -
 .../uglify-js/test/unit/compress/test/issue69.js   |    1 -
 .../uglify-js/test/unit/compress/test/issue9.js    |    4 -
 .../uglify-js/test/unit/compress/test/mangle.js    |    5 -
 .../test/unit/compress/test/null_string.js         |    1 -
 .../test/unit/compress/test/strict-equals.js       |    3 -
 .../uglify-js/test/unit/compress/test/var.js       |    3 -
 .../test/unit/compress/test/whitespace.js          |   21 -
 .../uglify-js/test/unit/compress/test/with.js      |    2 -
 .../node_modules/uglify-js/test/unit/scripts.js    |   55 -
 .../burrito/node_modules/uglify-js/tmp/hoist.js    |   33 -
 .../node_modules/uglify-js/tmp/instrument.js       |   97 -
 .../node_modules/uglify-js/tmp/instrument2.js      |  138 -
 .../burrito/node_modules/uglify-js/tmp/test.js     |   30 -
 .../burrito/node_modules/uglify-js/uglify-js.js    |   17 -
 .../bunker/node_modules/burrito/package.json       |   46 -
 .../bunker/node_modules/burrito/test/ast.js        |   31 -
 .../bunker/node_modules/burrito/test/err.js        |   52 -
 .../bunker/node_modules/burrito/test/fail.js       |    9 -
 .../bunker/node_modules/burrito/test/fail/src.js   |   60 -
 .../bunker/node_modules/burrito/test/label.js      |   92 -
 .../bunker/node_modules/burrito/test/microwave.js  |   34 -
 .../bunker/node_modules/burrito/test/parent.js     |   27 -
 .../bunker/node_modules/burrito/test/wrap.js       |  159 -
 .../runforcover/node_modules/bunker/package.json   |   40 -
 .../runforcover/node_modules/bunker/test/cover.js  |   36 -
 .../runforcover/node_modules/bunker/test/return.js |   29 -
 .../node_modules/bunker/test/src/cover.js          |    6 -
 .../tap/node_modules/runforcover/package.json      |   37 -
 .../tap/node_modules/runforcover/test/index.js     |    1 -
 .../tap/node_modules/runforcover/test/interface.js |   50 -
 .../node_modules/runforcover/test/src/coverage.js  |    7 -
 .../node_modules/tap/node_modules/slide/README.md  |   27 -
 .../node_modules/tap/node_modules/slide/index.js   |    1 -
 .../node_modules/slide/lib/async-map-ordered.js    |   65 -
 .../tap/node_modules/slide/lib/async-map.js        |   56 -
 .../tap/node_modules/slide/lib/bind-actor.js       |   16 -
 .../tap/node_modules/slide/lib/chain.js            |   20 -
 .../tap/node_modules/slide/lib/slide.js            |    3 -
 .../node_modules/slide/nodejs-controlling-flow.pdf |  Bin 167502 -> 0 bytes
 .../tap/node_modules/slide/package.json            |   30 -
 .../node_modules/tap/node_modules/yamlish/LICENSE  |   19 -
 .../tap/node_modules/yamlish/README.md             |   20 -
 .../tap/node_modules/yamlish/package.json          |   30 -
 .../tap/node_modules/yamlish/yamlish.js            |  260 -
 .../nodeunit/node_modules/tap/package.json         |   60 -
 .../node_modules/tap/test-disabled/bailout.js      |   36 -
 .../nodeunit/node_modules/tap/test-disabled/foo.js |    1 -
 .../nodeunit/node_modules/tap/test-disabled/t.js   |   16 -
 .../node_modules/tap/test/buffer_compare.js        |   11 -
 .../nodeunit/node_modules/tap/test/common.js       |   32 -
 .../nodeunit/node_modules/tap/test/deep.js         |   43 -
 .../node_modules/tap/test/end-exception/t.js       |   12 -
 .../nodeunit/node_modules/tap/test/executed.sh     |    4 -
 .../node_modules/tap/test/expose-gc-test.js        |   46 -
 .../node_modules/tap/test/independent-timeouts.js  |   16 -
 .../node_modules/tap/test/isolated-conf-test.js    |   16 -
 .../nodeunit/node_modules/tap/test/meta-test.js    |   73 -
 .../nodeunit/node_modules/tap/test/nested-test.js  |   23 -
 .../node_modules/tap/test/non-tap-output.js        |   12 -
 .../nodeunit/node_modules/tap/test/not-executed.sh |    4 -
 .../nodeunit/node_modules/tap/test/result-trap.js  |   25 -
 .../nodeunit/node_modules/tap/test/segv.js         |   60 -
 .../tap/test/simple-harness-test-with-plan.js      |   16 -
 .../node_modules/tap/test/simple-harness-test.js   |   13 -
 .../nodeunit/node_modules/tap/test/test-test.js    |   91 -
 .../nodeunit/node_modules/tap/test/timeout.js      |   33 -
 node_modules/nodeunit/nodelint.cfg                 |    7 -
 node_modules/nodeunit/package.json                 |   96 -
 node_modules/nodeunit/share/junit.xml.ejs          |   19 -
 node_modules/nodeunit/share/license.js             |   11 -
 node_modules/nodeunit/share/nodeunit.css           |   70 -
 .../test/fixtures/coffee/mock_coffee_module.coffee |    4 -
 .../nodeunit/test/fixtures/dir/mock_module3.js     |    1 -
 .../nodeunit/test/fixtures/dir/mock_module4.js     |    1 -
 .../nodeunit/test/fixtures/mock_module1.js         |    1 -
 .../nodeunit/test/fixtures/mock_module2.js         |    1 -
 node_modules/nodeunit/test/fixtures/raw_jscode1.js |    3 -
 node_modules/nodeunit/test/fixtures/raw_jscode2.js |    3 -
 node_modules/nodeunit/test/fixtures/raw_jscode3.js |    1 -
 node_modules/nodeunit/test/test-base.js            |  239 -
 node_modules/nodeunit/test/test-bettererrors.js    |   71 -
 .../nodeunit/test/test-failing-callbacks.js        |  114 -
 node_modules/nodeunit/test/test-httputil.js        |   55 -
 node_modules/nodeunit/test/test-runfiles.js        |  214 -
 node_modules/nodeunit/test/test-runmodule.js       |  177 -
 node_modules/nodeunit/test/test-runtest.js         |   46 -
 node_modules/nodeunit/test/test-sandbox.js         |   31 -
 node_modules/nodeunit/test/test-testcase-legacy.js |  257 -
 node_modules/nodeunit/test/test-testcase.js        |  256 -
 node_modules/nodeunit/test/test.html               |   28 -
 node_modules/nopt/LICENSE                          |   23 -
 node_modules/nopt/README.md                        |  208 -
 node_modules/nopt/bin/nopt.js                      |   44 -
 node_modules/nopt/examples/my-program.js           |   30 -
 node_modules/nopt/lib/nopt.js                      |  552 -
 node_modules/nopt/node_modules/abbrev/README.md    |   23 -
 .../nopt/node_modules/abbrev/lib/abbrev.js         |  106 -
 node_modules/nopt/node_modules/abbrev/package.json |   20 -
 node_modules/nopt/package.json                     |   31 -
 node_modules/osenv/LICENSE                         |   25 -
 node_modules/osenv/README.md                       |   63 -
 node_modules/osenv/osenv.js                        |   80 -
 node_modules/osenv/package.json                    |   38 -
 node_modules/osenv/test/unix.js                    |   76 -
 node_modules/osenv/test/windows.js                 |   82 -
 node_modules/plist/.npmignore                      |    2 -
 node_modules/plist/LICENSE                         |   22 -
 node_modules/plist/README.md                       |   64 -
 node_modules/plist/lib/plist.js                    |  289 -
 node_modules/plist/node_modules/sax/LICENSE        |   19 -
 node_modules/plist/node_modules/sax/README.md      |  153 -
 .../plist/node_modules/sax/examples/example.js     |   41 -
 .../plist/node_modules/sax/examples/not-pretty.xml |    8 -
 .../node_modules/sax/examples/pretty-print.js      |   72 -
 .../plist/node_modules/sax/examples/strict.dtd     |  870 -
 .../node_modules/sax/examples/switch-bench.js      |   45 -
 .../plist/node_modules/sax/examples/test.html      |   15 -
 .../plist/node_modules/sax/examples/test.xml       | 1254 -
 node_modules/plist/node_modules/sax/lib/sax.js     |  620 -
 node_modules/plist/node_modules/sax/package.json   |   17 -
 .../plist/node_modules/sax/test/buffer-overrun.js  |   25 -
 .../plist/node_modules/sax/test/cdata-chunked.js   |   11 -
 .../plist/node_modules/sax/test/cdata-end-split.js |   15 -
 .../plist/node_modules/sax/test/cdata-fake-end.js  |   28 -
 .../plist/node_modules/sax/test/cdata-multiple.js  |   15 -
 node_modules/plist/node_modules/sax/test/cdata.js  |   10 -
 node_modules/plist/node_modules/sax/test/index.js  |   73 -
 .../plist/node_modules/sax/test/issue-23.js        |   43 -
 .../plist/node_modules/sax/test/parser-position.js |   27 -
 .../sax/test/self-closing-child-strict.js          |   40 -
 .../node_modules/sax/test/self-closing-child.js    |   40 -
 .../node_modules/sax/test/self-closing-tag.js      |   25 -
 .../sax/test/trailing-non-whitespace.js            |   17 -
 .../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     |   40 -
 node_modules/plist/node_modules/xmldom/.project    |   11 -
 .../plist/node_modules/xmldom/__package__.js       |    4 -
 node_modules/plist/node_modules/xmldom/changelog   |    5 -
 .../plist/node_modules/xmldom/dom-parser.js        |  253 -
 node_modules/plist/node_modules/xmldom/dom.js      | 1135 -
 .../plist/node_modules/xmldom/package.json         |   70 -
 node_modules/plist/node_modules/xmldom/readme.md   |  213 -
 node_modules/plist/node_modules/xmldom/sax.js      |  551 -
 .../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 -
 .../plist/node_modules/xmldom/test/dom/element.js  |  139 -
 .../plist/node_modules/xmldom/test/dom/index.js    |    5 -
 .../plist/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 -
 node_modules/plist/package.json                    |   48 -
 node_modules/plist/tests/Cordova.plist             |   87 -
 node_modules/plist/tests/Xcode-Info.plist          |   49 -
 node_modules/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            |   42 -
 node_modules/plist/tests/test-big-xml.js           |   28 -
 node_modules/plist/tests/test-build.js             |  150 -
 node_modules/plist/tests/test-parseFile.js         |   52 -
 node_modules/plist/tests/test-parseString.js       |   45 -
 node_modules/plist/tests/test.js                   |  121 -
 node_modules/plist/tests/utf8data.xml              |   13 -
 node_modules/rimraf/AUTHORS                        |    5 -
 node_modules/rimraf/LICENSE                        |   23 -
 node_modules/rimraf/README.md                      |   32 -
 node_modules/rimraf/fiber.js                       |   86 -
 node_modules/rimraf/package.json                   |   44 -
 node_modules/rimraf/rimraf.js                      |  145 -
 node_modules/rimraf/test/run.sh                    |   10 -
 node_modules/rimraf/test/setup.sh                  |   47 -
 node_modules/rimraf/test/test-async.js             |    5 -
 node_modules/rimraf/test/test-fiber.js             |   15 -
 node_modules/rimraf/test/test-sync.js              |    3 -
 node_modules/shelljs/.documentup.json              |    6 -
 node_modules/shelljs/.travis.yml                   |    6 -
 node_modules/shelljs/LICENSE                       |   26 -
 node_modules/shelljs/README.md                     |  410 -
 node_modules/shelljs/bin/shjs                      |   43 -
 node_modules/shelljs/global.js                     |    3 -
 node_modules/shelljs/make.js                       |   46 -
 node_modules/shelljs/package.json                  |   38 -
 node_modules/shelljs/scripts/docs.js               |   15 -
 node_modules/shelljs/scripts/run-tests.js          |   20 -
 node_modules/shelljs/shell.js                      | 1499 -
 node_modules/shelljs/test/.npmignore               |    2 -
 node_modules/shelljs/test/cat.js                   |   57 -
 node_modules/shelljs/test/cd.js                    |   64 -
 node_modules/shelljs/test/cp.js                    |  130 -
 node_modules/shelljs/test/echo.js                  |   50 -
 node_modules/shelljs/test/env.js                   |   19 -
 node_modules/shelljs/test/exec.js                  |  136 -
 node_modules/shelljs/test/find.js                  |   56 -
 node_modules/shelljs/test/grep.js                  |   59 -
 node_modules/shelljs/test/ls.js                    |  187 -
 node_modules/shelljs/test/mkdir.js                 |   79 -
 node_modules/shelljs/test/mv.js                    |  130 -
 node_modules/shelljs/test/pwd.js                   |   28 -
 node_modules/shelljs/test/resources/a.txt          |   11 -
 node_modules/shelljs/test/resources/cp/a           |    1 -
 node_modules/shelljs/test/resources/cp/b           |    1 -
 node_modules/shelljs/test/resources/cp/dir_a/z     |    1 -
 .../test/resources/cp/dir_b/dir_b_a/dir_b_a_a/z    |    1 -
 .../shelljs/test/resources/external/node_script.js |    2 -
 .../test/resources/external/tmp/tempscript.js      |    1 -
 node_modules/shelljs/test/resources/file1          |    1 -
 node_modules/shelljs/test/resources/file1.js       |    1 -
 node_modules/shelljs/test/resources/file1.txt      |    1 -
 node_modules/shelljs/test/resources/file2          |    1 -
 node_modules/shelljs/test/resources/file2.js       |    1 -
 node_modules/shelljs/test/resources/file2.txt      |    1 -
 node_modules/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 -
 .../shelljs/test/resources/find/dir1/dir11/a_dir11 |    1 -
 .../shelljs/test/resources/find/dir2/a_dir1        |    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 -
 node_modules/shelljs/test/resources/ls/a_dir/nada  |    1 -
 node_modules/shelljs/test/resources/ls/file1       |    1 -
 node_modules/shelljs/test/resources/ls/file1.js    |    1 -
 node_modules/shelljs/test/resources/ls/file2       |    1 -
 node_modules/shelljs/test/resources/ls/file2.js    |    1 -
 .../ls/filename(with)[chars$]^that.must+be-escaped |    1 -
 node_modules/shelljs/test/rm.js                    |  183 -
 node_modules/shelljs/test/sed.js                   |   58 -
 node_modules/shelljs/test/silent.js                |   26 -
 node_modules/shelljs/test/tempdir.js               |   27 -
 node_modules/shelljs/test/test.js                  |   83 -
 node_modules/shelljs/test/to.js                    |   39 -
 node_modules/shelljs/test/which.js                 |   38 -
 node_modules/xcode/.npmignore                      |    3 -
 node_modules/xcode/LICENSE                         |   14 -
 node_modules/xcode/Makefile                        |    5 -
 node_modules/xcode/README.md                       |   27 -
 node_modules/xcode/index.js                        |    1 -
 node_modules/xcode/lib/parseJob.js                 |   16 -
 node_modules/xcode/lib/parser/pbxproj.js           | 2659 -
 node_modules/xcode/lib/parser/pbxproj.pegjs        |  256 -
 node_modules/xcode/lib/pbxFile.js                  |   81 -
 node_modules/xcode/lib/pbxProject.js               |  482 -
 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_modules/node-uuid/benchmark/benchmark.js  |   84 -
 .../xcode/node_modules/node-uuid/package.json      |   30 -
 .../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 -
 node_modules/xcode/node_modules/node-uuid/uuid.js  |  249 -
 node_modules/xcode/node_modules/pegjs/CHANGELOG    |  146 -
 node_modules/xcode/node_modules/pegjs/LICENSE      |   22 -
 node_modules/xcode/node_modules/pegjs/README.md    |  226 -
 node_modules/xcode/node_modules/pegjs/VERSION      |    1 -
 node_modules/xcode/node_modules/pegjs/bin/pegjs    |  142 -
 .../node_modules/pegjs/examples/arithmetics.pegjs  |   22 -
 .../xcode/node_modules/pegjs/examples/css.pegjs    |  554 -
 .../node_modules/pegjs/examples/javascript.pegjs   | 1530 -
 .../xcode/node_modules/pegjs/examples/json.pegjs   |  120 -
 node_modules/xcode/node_modules/pegjs/lib/peg.js   | 5141 -
 node_modules/xcode/node_modules/pegjs/package.json |   29 -
 node_modules/xcode/package.json                    |   32 -
 node_modules/xcode/test/addFramework.js            |  124 -
 node_modules/xcode/test/addHeaderFile.js           |   78 -
 node_modules/xcode/test/addResourceFile.js         |  146 -
 node_modules/xcode/test/addSourceFile.js           |  131 -
 node_modules/xcode/test/fixtures/buildFiles.json   |    1 -
 node_modules/xcode/test/fixtures/full-project.json |    1 -
 node_modules/xcode/test/parser/build-config.js     |   30 -
 node_modules/xcode/test/parser/comments.js         |   12 -
 node_modules/xcode/test/parser/hash.js             |   35 -
 node_modules/xcode/test/parser/header-search.js    |   16 -
 .../test/parser/projects/build-config.pbxproj      |  112 -
 .../xcode/test/parser/projects/build-files.pbxproj |   41 -
 .../xcode/test/parser/projects/comments.pbxproj    |   30 -
 .../xcode/test/parser/projects/fail.pbxproj        |   18 -
 .../test/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 -
 .../test/parser/projects/section-entries.pbxproj   |   28 -
 .../xcode/test/parser/projects/section.pbxproj     |   17 -
 .../test/parser/projects/two-sections.pbxproj      |   29 -
 .../xcode/test/parser/projects/with_array.pbxproj  |   18 -
 node_modules/xcode/test/parser/section-entries.js  |   25 -
 node_modules/xcode/test/parser/section.js          |   28 -
 node_modules/xcode/test/parser/two-sections.js     |   18 -
 node_modules/xcode/test/parser/with_array.js       |   39 -
 node_modules/xcode/test/pbxFile.js                 |  147 -
 node_modules/xcode/test/pbxProject.js              |  155 -
 node_modules/xcode/test/pbxWriter.js               |   75 -
 node_modules/xcode/test/removeFramework.js         |  103 -
 node_modules/xcode/test/removeHeaderFile.js        |  105 -
 node_modules/xcode/test/removeResourceFile.js      |  184 -
 node_modules/xcode/test/removeSourceFile.js        |  131 -
 824 files changed, 1 insertions(+), 406717 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 5ca0973..9daa824 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 .DS_Store
-
+node_modules

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/.bin/ncp
----------------------------------------------------------------------
diff --git a/node_modules/.bin/ncp b/node_modules/.bin/ncp
deleted file mode 120000
index 1c02648..0000000
--- a/node_modules/.bin/ncp
+++ /dev/null
@@ -1 +0,0 @@
-../ncp/bin/ncp
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/.bin/nodeunit
----------------------------------------------------------------------
diff --git a/node_modules/.bin/nodeunit b/node_modules/.bin/nodeunit
deleted file mode 120000
index f31cdbe..0000000
--- a/node_modules/.bin/nodeunit
+++ /dev/null
@@ -1 +0,0 @@
-../nodeunit/bin/nodeunit
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/.bin/nopt
----------------------------------------------------------------------
diff --git a/node_modules/.bin/nopt b/node_modules/.bin/nopt
deleted file mode 120000
index 6b6566e..0000000
--- a/node_modules/.bin/nopt
+++ /dev/null
@@ -1 +0,0 @@
-../nopt/bin/nopt.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/.bin/shjs
----------------------------------------------------------------------
diff --git a/node_modules/.bin/shjs b/node_modules/.bin/shjs
deleted file mode 120000
index a044997..0000000
--- a/node_modules/.bin/shjs
+++ /dev/null
@@ -1 +0,0 @@
-../shelljs/bin/shjs
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/bplist-parser/.npmignore
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/.npmignore b/node_modules/bplist-parser/.npmignore
deleted file mode 100644
index a9b46ea..0000000
--- a/node_modules/bplist-parser/.npmignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/build/*
-node_modules
-*.node
-*.sh
-*.swp
-.lock*
-npm-debug.log
-.idea

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/bplist-parser/README.md
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/README.md b/node_modules/bplist-parser/README.md
deleted file mode 100644
index 37e5e1c..0000000
--- a/node_modules/bplist-parser/README.md
+++ /dev/null
@@ -1,47 +0,0 @@
-bplist-parser
-=============
-
-Binary Mac OS X Plist (property list) parser.
-
-## Installation
-
-```bash
-$ npm install bplist-parser
-```
-
-## Quick Examples
-
-```javascript
-var bplist = require('bplist-parser');
-
-bplist.parseFile('myPlist.bplist', function(err, obj) {
-  if (err) throw err;
-
-  console.log(JSON.stringify(obj));
-});
-```
-
-## License
-
-(The MIT License)
-
-Copyright (c) 2012 Near Infinity Corporation
-
-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-plugman/blob/19cf42ee/node_modules/bplist-parser/bplistParser.js
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/bplistParser.js b/node_modules/bplist-parser/bplistParser.js
deleted file mode 100644
index 573f513..0000000
--- a/node_modules/bplist-parser/bplistParser.js
+++ /dev/null
@@ -1,309 +0,0 @@
-'use strict';
-
-// adapted from http://code.google.com/p/plist/source/browse/trunk/src/com/dd/plist/BinaryPropertyListParser.java
-
-var fs = require('fs');
-var debug = false;
-
-exports.maxObjectSize = 100 * 1000 * 1000; // 100Meg
-
-// EPOCH = new SimpleDateFormat("yyyy MM dd zzz").parse("2001 01 01 GMT").getTime();
-// ...but that's annoying in a static initializer because it can throw exceptions, ick.
-// So we just hardcode the correct value.
-var EPOCH = 978307200000;
-
-var parseFile = exports.parseFile = function (fileName, callback) {
-  fs.readFile(fileName, function (err, data) {
-    if (err) {
-      return callback(err);
-    }
-    try {
-      var result = parseBuffer(data);
-      return callback(null, result);
-    } catch (ex) {
-      return callback(ex);
-    }
-  });
-};
-
-var parseBuffer = exports.parseBuffer = function (buffer) {
-  var result = {};
-
-  // check header
-  var header = buffer.slice(0, 'bplist'.length).toString('utf8');
-  if (header !== 'bplist') {
-    throw new Error("Invalid binary plist. Expected 'bplist' at offset 0.");
-  }
-
-  // Handle trailer, last 32 bytes of the file
-  var trailer = buffer.slice(buffer.length - 32, buffer.length);
-  // 6 null bytes (index 0 to 5)
-  var offsetSize = trailer.readUInt8(6);
-  if (debug) {
-    console.log("offsetSize: " + offsetSize);
-  }
-  var objectRefSize = trailer.readUInt8(7);
-  if (debug) {
-    console.log("objectRefSize: " + objectRefSize);
-  }
-  var numObjects = readUInt64BE(trailer, 8);
-  if (debug) {
-    console.log("numObjects: " + numObjects);
-  }
-  var topObject = readUInt64BE(trailer, 16);
-  if (debug) {
-    console.log("topObject: " + topObject);
-  }
-  var offsetTableOffset = readUInt64BE(trailer, 24);
-  if (debug) {
-    console.log("offsetTableOffset: " + offsetTableOffset);
-  }
-
-  // Handle offset table
-  var offsetTable = [];
-
-  for (var i = 0; i < numObjects; i++) {
-    var offsetBytes = buffer.slice(offsetTableOffset + i * offsetSize, offsetTableOffset + (i + 1) * offsetSize);
-    offsetTable[i] = readUInt(offsetBytes, 0);
-    if (debug) {
-      console.log("Offset for Object #" + i + " is " + offsetTable[i] + " [" + offsetTable[i].toString(16) + "]");
-    }
-  }
-
-  // Parses an object inside the currently parsed binary property list.
-  // For the format specification check
-  // <a href="http://www.opensource.apple.com/source/CF/CF-635/CFBinaryPList.c">
-  // Apple's binary property list parser implementation</a>.
-  function parseObject(tableOffset) {
-    var offset = offsetTable[tableOffset];
-    var type = buffer[offset];
-    var objType = (type & 0xF0) >> 4; //First  4 bits
-    var objInfo = (type & 0x0F);      //Second 4 bits
-    switch (objType) {
-    case 0x0:
-      return parseSimple();
-    case 0x1:
-    case 0x8: // UID (really just an integer)
-      return parseInteger();
-    case 0x2:
-      return parseReal();
-    case 0x3:
-      return parseDate();
-    case 0x4:
-      return parseData();
-    case 0x5: // ASCII
-      return parsePlistString();
-    case 0x6: // UTF-16
-      return parsePlistString(true);
-    case 0xA:
-      return parseArray();
-    case 0xD:
-      return parseDictionary();
-    default:
-      throw new Error("Unhandled type 0x" + objType.toString(16));
-    }
-
-    function parseSimple() {
-      //Simple
-      switch (objInfo) {
-      case 0x0: // null
-        return null;
-      case 0x8: // false
-        return false;
-      case 0x9: // true
-        return true;
-      case 0xF: // filler byte
-        return null;
-      default:
-        throw new Error("Unhandled simple type 0x" + objType.toString(16));
-      }
-    }
-
-    function parseInteger() {
-      var length = Math.pow(2, objInfo);
-      if (length < exports.maxObjectSize) {
-        return readUInt(buffer.slice(offset + 1, offset + 1 + length));
-      } else {
-        throw new Error("To little heap space available! Wanted to read " + length + " bytes, but only " + exports.maxObjectSize + " are available.");
-      }
-    }
-
-    function parseReal() {
-      var length = Math.pow(2, objInfo);
-      if (length < exports.maxObjectSize) {
-        var realBuffer = buffer.slice(offset + 1, offset + 1 + length);
-        if (length === 4) {
-          return realBuffer.readFloatBE(0);
-        }
-        else if (length === 8) {
-          return realBuffer.readDoubleBE(0);
-        }
-      } else {
-        throw new Error("To little heap space available! Wanted to read " + length + " bytes, but only " + exports.maxObjectSize + " are available.");
-      }
-    }
-
-    function parseDate() {
-      if (objInfo != 0x3) {
-        console.error("Unknown date type :" + objInfo + ". Parsing anyway...");
-      }
-      var dateBuffer = buffer.slice(offset + 1, offset + 9);
-      return new Date(EPOCH + (1000 * dateBuffer.readDoubleBE(0)));
-    }
-
-    function parseData() {
-      var dataoffset = 1;
-      var length = objInfo;
-      if (objInfo == 0xF) {
-        var int_type = buffer[offset + 1];
-        var intType = (int_type & 0xF0) / 0x10;
-        if (intType != 0x1) {
-          console.error("0x4: UNEXPECTED LENGTH-INT TYPE! " + intType);
-        }
-        var intInfo = int_type & 0x0F;
-        var intLength = Math.pow(2, intInfo);
-        dataoffset = 2 + intLength;
-        if (intLength < 3) {
-          length = readUInt(buffer.slice(offset + 2, offset + 2 + intLength));
-        } else {
-          length = readUInt(buffer.slice(offset + 2, offset + 2 + intLength));
-        }
-      }
-      if (length < exports.maxObjectSize) {
-        return buffer.slice(offset + dataoffset, offset + dataoffset + length);
-      } else {
-        throw new Error("To little heap space available! Wanted to read " + length + " bytes, but only " + exports.maxObjectSize + " are available.");
-      }
-    }
-
-    function parsePlistString (isUtf16) {
-      isUtf16 = isUtf16 || 0;
-      var enc = "utf8";
-      var length = objInfo;
-      var stroffset = 1;
-      if (objInfo == 0xF) {
-        var int_type = buffer[offset + 1];
-        var intType = (int_type & 0xF0) / 0x10;
-        if (intType != 0x1) {
-          console.err("UNEXPECTED LENGTH-INT TYPE! " + intType);
-        }
-        var intInfo = int_type & 0x0F;
-        var intLength = Math.pow(2, intInfo);
-        var stroffset = 2 + intLength;
-        if (intLength < 3) {
-          length = readUInt(buffer.slice(offset + 2, offset + 2 + intLength));
-        } else {
-          length = readUInt(buffer.slice(offset + 2, offset + 2 + intLength));
-        }
-      }
-      // length is String length -> to get byte length multiply by 2, as 1 character takes 2 bytes in UTF-16
-      length *= (isUtf16 + 1);
-      if (length < exports.maxObjectSize) {
-        var plistString = buffer.slice(offset + stroffset, offset + stroffset + length);
-        if (isUtf16) {
-          plistString = swapBytes(plistString); 
-          enc = "ucs2";
-        }
-        return plistString.toString(enc);
-      } else {
-        throw new Error("To little heap space available! Wanted to read " + length + " bytes, but only " + exports.maxObjectSize + " are available.");
-      }
-    }
-
-    function parseArray() {
-      var length = objInfo;
-      var arrayoffset = 1;
-      if (objInfo == 0xF) {
-        var int_type = buffer[offset + 1];
-        var intType = (int_type & 0xF0) / 0x10;
-        if (intType != 0x1) {
-          console.error("0xa: UNEXPECTED LENGTH-INT TYPE! " + intType);
-        }
-        var intInfo = int_type & 0x0F;
-        var intLength = Math.pow(2, intInfo);
-        arrayoffset = 2 + intLength;
-        if (intLength < 3) {
-          length = readUInt(buffer.slice(offset + 2, offset + 2 + intLength));
-        } else {
-          length = readUInt(buffer.slice(offset + 2, offset + 2 + intLength));
-        }
-      }
-      if (length * objectRefSize > exports.maxObjectSize) {
-        throw new Error("To little heap space available!");
-      }
-      var array = [];
-      for (var i = 0; i < length; i++) {
-        var objRef = readUInt(buffer.slice(offset + arrayoffset + i * objectRefSize, offset + arrayoffset + (i + 1) * objectRefSize));
-        array[i] = parseObject(objRef);
-      }
-      return array;
-    }
-
-    function parseDictionary() {
-      var length = objInfo;
-      var dictoffset = 1;
-      if (objInfo == 0xF) {
-        var int_type = buffer[offset + 1];
-        var intType = (int_type & 0xF0) / 0x10;
-        if (intType != 0x1) {
-          console.error("0xD: UNEXPECTED LENGTH-INT TYPE! " + intType);
-        }
-        var intInfo = int_type & 0x0F;
-        var intLength = Math.pow(2, intInfo);
-        dictoffset = 2 + intLength;
-        if (intLength < 3) {
-          length = readUInt(buffer.slice(offset + 2, offset + 2 + intLength));
-        } else {
-          length = readUInt(buffer.slice(offset + 2, offset + 2 + intLength));
-        }
-      }
-      if (length * 2 * objectRefSize > exports.maxObjectSize) {
-        throw new Error("To little heap space available!");
-      }
-      if (debug) {
-        console.log("Parsing dictionary #" + tableOffset);
-      }
-      var dict = {};
-      for (var i = 0; i < length; i++) {
-        var keyRef = readUInt(buffer.slice(offset + dictoffset + i * objectRefSize, offset + dictoffset + (i + 1) * objectRefSize));
-        var valRef = readUInt(buffer.slice(offset + dictoffset + (length * objectRefSize) + i * objectRefSize, offset + dictoffset + (length * objectRefSize) + (i + 1) * objectRefSize));
-        var key = parseObject(keyRef);
-        var val = parseObject(valRef);
-        if (debug) {
-          console.log("  DICT #" + tableOffset + ": Mapped " + key + " to " + val);
-        }
-        dict[key] = val;
-      }
-      return dict;
-    }
-  }
-
-  return [ parseObject(topObject) ];
-};
-
-function readUInt(buffer, start) {
-  start = start || 0;
-
-  var l = 0;
-  for (var i = start; i < buffer.length; i++) {
-    l <<= 8;
-    l |= buffer[i] & 0xFF;
-  }
-  return l;
-}
-
-// we're just going to toss the high order bits because javascript doesn't have 64-bit ints
-function readUInt64BE(buffer, start) {
-  var data = buffer.slice(start, start + 8);
-  return data.readUInt32BE(4, 8);
-}
-
-function swapBytes(buffer) {
-  var len = buffer.length;
-  for (var i = 0; i < len; i += 2) {
-    var a = buffer[i];
-    buffer[i] = buffer[i+1];
-    buffer[i+1] = a;
-  }
-  return buffer;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/bplist-parser/package.json
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/package.json b/node_modules/bplist-parser/package.json
deleted file mode 100644
index 99d03e5..0000000
--- a/node_modules/bplist-parser/package.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
-  "name": "bplist-parser",
-  "version": "0.0.4",
-  "description": "Binary plist parser.",
-  "main": "bplistParser.js",
-  "scripts": {
-    "test": "./node_modules/nodeunit/bin/nodeunit test"
-  },
-  "keywords": [
-    "bplist",
-    "plist",
-    "parser"
-  ],
-  "author": {
-    "name": "Joe Ferner",
-    "email": "joe.ferner@nearinfinity.com"
-  },
-  "license": "MIT",
-  "devDependencies": {
-    "nodeunit": "~0.7.4"
-  },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/nearinfinity/node-bplist-parser.git"
-  },
-  "readme": "bplist-parser\n=============\n\nBinary Mac OS X Plist (property list) parser.\n\n## Installation\n\n```bash\n$ npm install bplist-parser\n```\n\n## Quick Examples\n\n```javascript\nvar bplist = require('bplist-parser');\n\nbplist.parseFile('myPlist.bplist', function(err, obj) {\n  if (err) throw err;\n\n  console.log(JSON.stringify(obj));\n});\n```\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2012 Near Infinity Corporation\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial p
 ortions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
-  "_id": "bplist-parser@0.0.4",
-  "_from": "bplist-parser@0.0.x"
-}

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/bplist-parser/test/airplay.bplist
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/test/airplay.bplist b/node_modules/bplist-parser/test/airplay.bplist
deleted file mode 100644
index 931adea..0000000
Binary files a/node_modules/bplist-parser/test/airplay.bplist and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/bplist-parser/test/iTunes-small.bplist
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/test/iTunes-small.bplist b/node_modules/bplist-parser/test/iTunes-small.bplist
deleted file mode 100644
index b7edb14..0000000
Binary files a/node_modules/bplist-parser/test/iTunes-small.bplist and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/bplist-parser/test/parseTest.js
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/test/parseTest.js b/node_modules/bplist-parser/test/parseTest.js
deleted file mode 100644
index dcb6dd0..0000000
--- a/node_modules/bplist-parser/test/parseTest.js
+++ /dev/null
@@ -1,120 +0,0 @@
-'use strict';
-
-// tests are adapted from https://github.com/TooTallNate/node-plist
-
-var path = require('path');
-var nodeunit = require('nodeunit');
-var bplist = require('../');
-
-module.exports = {
-  'iTunes Small': function (test) {
-    var file = path.join(__dirname, "iTunes-small.bplist");
-    var startTime1 = new Date();
-
-    bplist.parseFile(file, function (err, dicts) {
-      if (err) {
-        throw err;
-      }
-
-      var endTime = new Date();
-      console.log('Parsed "' + file + '" in ' + (endTime - startTime1) + 'ms');
-      var dict = dicts[0];
-      test.equal(dict['Application Version'], "9.0.3");
-      test.equal(dict['Library Persistent ID'], "6F81D37F95101437");
-      test.done();
-    });
-  },
-
-  'sample1': function (test) {
-    var file = path.join(__dirname, "sample1.bplist");
-    var startTime = new Date();
-
-    bplist.parseFile(file, function (err, dicts) {
-      if (err) {
-        throw err;
-      }
-
-      var endTime = new Date();
-      console.log('Parsed "' + file + '" in ' + (endTime - startTime) + 'ms');
-      var dict = dicts[0];
-      test.equal(dict['CFBundleIdentifier'], 'com.apple.dictionary.MySample');
-      test.done();
-    });
-  },
-
-  'sample2': function (test) {
-    var file = path.join(__dirname, "sample2.bplist");
-    var startTime = new Date();
-
-    bplist.parseFile(file, function (err, dicts) {
-      if (err) {
-        throw err;
-      }
-
-      var endTime = new Date();
-      console.log('Parsed "' + file + '" in ' + (endTime - startTime) + 'ms');
-      var dict = dicts[0];
-      test.equal(dict['PopupMenu'][2]['Key'], "\n        #import <Cocoa/Cocoa.h>\n\n#import <MacRuby/MacRuby.h>\n\nint main(int argc, char *argv[])\n{\n  return macruby_main(\"rb_main.rb\", argc, argv);\n}\n");
-      test.done();
-    });
-  },
-
-  'airplay': function (test) {
-    var file = path.join(__dirname, "airplay.bplist");
-    var startTime = new Date();
-
-    bplist.parseFile(file, function (err, dicts) {
-      if (err) {
-        throw err;
-      }
-
-      var endTime = new Date();
-      console.log('Parsed "' + file + '" in ' + (endTime - startTime) + 'ms');
-
-      var dict = dicts[0];
-      test.equal(dict['duration'], 5555.0495000000001);
-      test.equal(dict['position'], 4.6269989039999997);
-      test.done();
-    });
-  },
-
-  'utf16': function (test) {
-    var file = path.join(__dirname, "utf16.bplist");
-    var startTime = new Date();
-
-    bplist.parseFile(file, function (err, dicts) {
-      if (err) {
-        throw err;
-      }
-
-      var endTime = new Date();
-      console.log('Parsed "' + file + '" in ' + (endTime - startTime) + 'ms');
-
-      var dict = dicts[0];
-      test.equal(dict['CFBundleName'], 'sellStuff');
-      test.equal(dict['CFBundleShortVersionString'], '2.6.1');
-      test.equal(dict['NSHumanReadableCopyright'], '©2008-2012, sellStuff, Inc.');
-      test.done();
-    });
-  },
-
-  'uid': function (test) {
-    var file = path.join(__dirname, "uid.bplist");
-    var startTime = new Date();
-
-    bplist.parseFile(file, function (err, dicts) {
-      if (err) {
-        throw err;
-      }
-
-      var endTime = new Date();
-      console.log('Parsed "' + file + '" in ' + (endTime - startTime) + 'ms');
-
-      var dict = dicts[0]; 
-      test.deepEqual(dict['$objects'][1]['NS.keys'], [2, 3, 4]);
-      test.deepEqual(dict['$objects'][1]['NS.objects'], [5, 6, 7]);
-      test.equal(dict['$top']['root'], 1);      
-      test.done();
-    });
-  }
-};

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/bplist-parser/test/sample1.bplist
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/test/sample1.bplist b/node_modules/bplist-parser/test/sample1.bplist
deleted file mode 100644
index 5b808ff..0000000
Binary files a/node_modules/bplist-parser/test/sample1.bplist and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/bplist-parser/test/sample2.bplist
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/test/sample2.bplist b/node_modules/bplist-parser/test/sample2.bplist
deleted file mode 100644
index fc42979..0000000
Binary files a/node_modules/bplist-parser/test/sample2.bplist and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/bplist-parser/test/uid.bplist
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/test/uid.bplist b/node_modules/bplist-parser/test/uid.bplist
deleted file mode 100644
index 59f341e..0000000
Binary files a/node_modules/bplist-parser/test/uid.bplist and /dev/null differ

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/bplist-parser/test/utf16.bplist
----------------------------------------------------------------------
diff --git a/node_modules/bplist-parser/test/utf16.bplist b/node_modules/bplist-parser/test/utf16.bplist
deleted file mode 100644
index ba4bcfa..0000000
Binary files a/node_modules/bplist-parser/test/utf16.bplist and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/elementtree/.travis.yml
----------------------------------------------------------------------
diff --git a/node_modules/elementtree/.travis.yml b/node_modules/elementtree/.travis.yml
deleted file mode 100644
index 6f27c96..0000000
--- a/node_modules/elementtree/.travis.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-language: node_js
-
-node_js:
-  - 0.6
-
-script: make test
-
-notifications:
-  email:
-    - tomaz+travisci@tomaz.me

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/elementtree/CHANGES.md
----------------------------------------------------------------------
diff --git a/node_modules/elementtree/CHANGES.md b/node_modules/elementtree/CHANGES.md
deleted file mode 100644
index db303e2..0000000
--- a/node_modules/elementtree/CHANGES.md
+++ /dev/null
@@ -1,16 +0,0 @@
-elementtree v0.1.2
-
- * Allow user to pass 'indent' option to ElementTree.write method. If this
-   option is specified (e.g. {'indent': 4}). XML will be pretty printed.
-   [Darryl Pogue, Tomaz Muraus]
-
- * Bump sax dependency version.
-
-elementtree v0.1.1 - 2011-09-23
-
- * Improve special character escaping.
-   [Ryan Phillips]
-
-elementtree v0.1.0 - 2011-09-05
-
- * Initial release.

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/elementtree/LICENSE.txt
----------------------------------------------------------------------
diff --git a/node_modules/elementtree/LICENSE.txt b/node_modules/elementtree/LICENSE.txt
deleted file mode 100644
index 6b0b127..0000000
--- a/node_modules/elementtree/LICENSE.txt
+++ /dev/null
@@ -1,203 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed 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.
-

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/19cf42ee/node_modules/elementtree/Makefile
----------------------------------------------------------------------
diff --git a/node_modules/elementtree/Makefile b/node_modules/elementtree/Makefile
deleted file mode 100755
index ab7c4e0..0000000
--- a/node_modules/elementtree/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-TESTS := \
-	tests/test-simple.js
-
-
-
-PATH := ./node_modules/.bin:$(PATH)
-
-WHISKEY := $(shell bash -c 'PATH=$(PATH) type -p whiskey')
-
-default: test
-
-test:
-	NODE_PATH=`pwd`/lib/ ${WHISKEY} --scope-leaks --sequential --real-time --tests "${TESTS}"
-
-tap:
-	NODE_PATH=`pwd`/lib/ ${WHISKEY} --test-reporter tap --sequential --real-time --tests "${TESTS}"
-
-coverage:
-	NODE_PATH=`pwd`/lib/ ${WHISKEY} --sequential --coverage  --coverage-reporter html --coverage-dir coverage_html --tests "${TESTS}"
-
-.PHONY: default test coverage tap scope