You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/08/01 22:22:34 UTC

[15/61] [abbrv] [partial] cordova-create git commit: gitignore node modules

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/htmlparser2/test/Feeds/03-rdf.js
----------------------------------------------------------------------
diff --git a/node_modules/htmlparser2/test/Feeds/03-rdf.js b/node_modules/htmlparser2/test/Feeds/03-rdf.js
deleted file mode 100644
index b38ee13..0000000
--- a/node_modules/htmlparser2/test/Feeds/03-rdf.js
+++ /dev/null
@@ -1,20 +0,0 @@
-exports.name = "RDF test";
-exports.file = "/RDF_Example.xml";
-exports.expected = {
-	"type": "rdf",
-	"id": "",
-	"title": "craigslist | all community in SF bay area",
-	"link": "http://sfbay.craigslist.org/ccc/",
-	"items": [
-		{
-			"title": "Music Equipment Repair and Consignment",
-			"link": "http://sfbay.craigslist.org/sby/muc/2681301534.html",
-			"description": "San Jose Rock Shop offers musical instrument repair and consignment! (408) 215-2065<br> <br> We are pleased to announce our NEW LOCATION: 1199 N 5th st. San Jose, ca 95112. Please call ahead, by appointment only.<br> <br> Recently featured by Metro Newspaper in their 2011 Best of the Silicon Valley edition see it online here:<br> <a href=\"http://www.metroactive.com/best-of-silicon-valley/2011/music-nightlife/editor-picks.html\" rel=\"nofollow\">http://www.metroactive.com/best-of-silicon-valley/2011/music-nightlife/editor-picks.html</a><br> <br> Guitar Set up (acoustic and electronic) $40!<!-- END CLTAGS -->"
-		},
-		{
-			"title": "Ride Offered - Oakland/BART to LA/SFV - TODAY 3PM 11/04 (oakland north / temescal)",
-			"link": "http://sfbay.craigslist.org/eby/rid/2685010755.html",
-			"description": "Im offering a lift for up to two people from Oakland (or near any BART station in the East Bay/580/880 Corridor, or San Jose/Morgan Hill, Gilroy) to the San Fernando Valley / Los Angeles area. Specifically, Im leaving from Oakland between 2:30 and 3:00pm (this is flexible, but if I leave too late my girlfriend will kill me), and heading to Woodland Hills via the 580, I-5, 405, and 101.<!-- END CLTAGS -->"
-		}
-	]
-};

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/htmlparser2/test/Stream/01-basic.json
----------------------------------------------------------------------
diff --git a/node_modules/htmlparser2/test/Stream/01-basic.json b/node_modules/htmlparser2/test/Stream/01-basic.json
deleted file mode 100644
index e0766e7..0000000
--- a/node_modules/htmlparser2/test/Stream/01-basic.json
+++ /dev/null
@@ -1,83 +0,0 @@
-{
-  "name": "Basic html",
-  "options": {},
-  "file": "Basic.html",
-  "expected": [
-    {
-      "event": "processinginstruction",
-      "data": [
-        "!doctype",
-        "!DOCTYPE html"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "html"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "html",
-        {}
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "The Title"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "body"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "body",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Hello world"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "body"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "html"
-      ]
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/htmlparser2/test/Stream/02-RSS.json
----------------------------------------------------------------------
diff --git a/node_modules/htmlparser2/test/Stream/02-RSS.json b/node_modules/htmlparser2/test/Stream/02-RSS.json
deleted file mode 100644
index 0d5921c..0000000
--- a/node_modules/htmlparser2/test/Stream/02-RSS.json
+++ /dev/null
@@ -1,1093 +0,0 @@
-{
-  "name": "RSS feed",
-  "options": {"xmlMode": true},
-  "file": "RSS_Example.xml",
-  "expected": [
-    {
-      "event": "processinginstruction",
-      "data": [
-        "?xml",
-        "?xml version=\"1.0\"?"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "comment",
-      "data": [
-        " http://cyber.law.harvard.edu/rss/examples/rss2sample.xml "
-      ]
-    },
-    {
-      "event": "commentend",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "rss"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "version",
-        "2.0"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "rss",
-        {
-          "version": "2.0"
-        }
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n   "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "channel"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "channel",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Liftoff News"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://liftoff.msfc.nasa.gov/"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "description",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Liftoff to Space Exploration."
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "language"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "language",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "en-us"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "language"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "pubDate"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "pubDate",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Tue, 10 Jun 2003 04:00:00 GMT"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "pubDate"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "lastBuildDate"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "lastBuildDate",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Tue, 10 Jun 2003 09:41:01 GMT"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "lastBuildDate"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "docs"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "docs",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://blogs.law.harvard.edu/tech/rss"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "docs"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "generator"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "generator",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Weblog Editor 2.0"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "generator"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "managingEditor"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "managingEditor",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "editor@example.com"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "managingEditor"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "webMaster"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "webMaster",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "webmaster@example.com"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "webMaster"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "item",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Star City"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "description",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "How do Americans get ready to work with Russians aboard the International Space Station? They take a crash course in culture, language and protocol at Russia's &lt;a href=\"http://howe.iki.rssi.ru/GCTC/gctc_e.htm\"&gt;Star City&lt;/a&gt;."
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "pubDate"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "pubDate",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Tue, 03 Jun 2003 09:39:21 GMT"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "pubDate"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "guid"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "guid",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://liftoff.msfc.nasa.gov/2003/06/03.html#item573"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "guid"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\n      "
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "item",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "description",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Sky watchers in Europe, Asia, and parts of Alaska and Canada will experience a &lt;a href=\"http://science.nasa.gov/headlines/y2003/30may_solareclipse.htm\"&gt;partial eclipse of the Sun&lt;/a&gt; on Saturday, May 31st."
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "pubDate"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "pubDate",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Fri, 30 May 2003 11:06:42 GMT"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "pubDate"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "guid"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "guid",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://liftoff.msfc.nasa.gov/2003/05/30.html#item572"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "guid"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\n      "
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "item",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "The Engine That Does More"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "description",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Before man travels to Mars, NASA hopes to design new engines that will let us fly through the Solar System more quickly.  The proposed VASIMR engine would do that."
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "pubDate"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "pubDate",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Tue, 27 May 2003 08:37:32 GMT"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "pubDate"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "guid"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "guid",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://liftoff.msfc.nasa.gov/2003/05/27.html#item571"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "guid"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\n      "
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n      "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "item",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Astronauts' Dirty Laundry"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://liftoff.msfc.nasa.gov/news/2003/news-laundry.asp"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "description",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Compared to earlier spacecraft, the International Space Station has many luxuries, but laundry facilities are not one of them.  Instead, astronauts have other options."
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "pubDate"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "pubDate",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Tue, 20 May 2003 08:56:02 GMT"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "pubDate"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n         "
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "guid"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "guid",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://liftoff.msfc.nasa.gov/2003/05/20.html#item570"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "guid"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\n      "
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n   "
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "channel"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "rss"
-      ]
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/htmlparser2/test/Stream/03-Atom.json
----------------------------------------------------------------------
diff --git a/node_modules/htmlparser2/test/Stream/03-Atom.json b/node_modules/htmlparser2/test/Stream/03-Atom.json
deleted file mode 100644
index 0cbf24e..0000000
--- a/node_modules/htmlparser2/test/Stream/03-Atom.json
+++ /dev/null
@@ -1,678 +0,0 @@
-{
-  "name": "Atom feed",
-  "options": {"xmlMode": true},
-  "file": "Atom_Example.xml",
-  "expected": [
-    {
-      "event": "processinginstruction",
-      "data": [
-        "?xml",
-        "?xml version=\"1.0\" encoding=\"utf-8\"?"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "comment",
-      "data": [
-        " http://en.wikipedia.org/wiki/Atom_%28standard%29 "
-      ]
-    },
-    {
-      "event": "commentend",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "feed"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "xmlns",
-        "http://www.w3.org/2005/Atom"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "feed",
-        {
-          "xmlns": "http://www.w3.org/2005/Atom"
-        }
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Example Feed"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "subtitle"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "subtitle",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "A subtitle."
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "subtitle"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "href",
-        "http://example.org/feed/"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "rel",
-        "self"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {
-          "href": "http://example.org/feed/",
-          "rel": "self"
-        }
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "href",
-        "http://example.org/"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {
-          "href": "http://example.org/"
-        }
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "id"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "id",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "urn:uuid:60a76c80-d399-11d9-b91C-0003939e0af6"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "id"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "updated"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "updated",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "2003-12-13T18:30:02Z"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "updated"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "author"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "author",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "name"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "name",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "John Doe"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "name"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "email"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "email",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "johndoe@example.com"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "email"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "author"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "entry"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "entry",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Atom-Powered Robots Run Amok"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "href",
-        "http://example.org/2003/12/13/atom03"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {
-          "href": "http://example.org/2003/12/13/atom03"
-        }
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "rel",
-        "alternate"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "type",
-        "text/html"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "href",
-        "http://example.org/2003/12/13/atom03.html"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {
-          "rel": "alternate",
-          "type": "text/html",
-          "href": "http://example.org/2003/12/13/atom03.html"
-        }
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "rel",
-        "edit"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "href",
-        "http://example.org/2003/12/13/atom03/edit"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {
-          "rel": "edit",
-          "href": "http://example.org/2003/12/13/atom03/edit"
-        }
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "id"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "id",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "id"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "updated"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "updated",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "2003-12-13T18:30:02Z"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "updated"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-    "event": "opentagname",
-      "data": [
-        "content"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "type",
-        "html"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "content",
-        {
-          "type": "html"
-        }
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "p"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "p",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Some content."
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "p"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "content"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "entry"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\n"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "feed"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    }
-  ]
-}

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/htmlparser2/test/Stream/04-RDF.json
----------------------------------------------------------------------
diff --git a/node_modules/htmlparser2/test/Stream/04-RDF.json b/node_modules/htmlparser2/test/Stream/04-RDF.json
deleted file mode 100644
index 7ebf516..0000000
--- a/node_modules/htmlparser2/test/Stream/04-RDF.json
+++ /dev/null
@@ -1,1399 +0,0 @@
-{
-  "name": "RDF feed",
-  "options": {"xmlMode": true},
-  "file": "RDF_Example.xml",
-  "expected": [
-    {
-      "event": "processinginstruction",
-      "data": [
-        "?xml",
-        "?xml version=\"1.0\" encoding=\"UTF-8\"?"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "rdf:RDF"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "xmlns:rdf",
-        "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "xmlns",
-        "http://purl.org/rss/1.0/"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "xmlns:ev",
-        "http://purl.org/rss/1.0/modules/event/"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "xmlns:content",
-        "http://purl.org/rss/1.0/modules/content/"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "xmlns:taxo",
-        "http://purl.org/rss/1.0/modules/taxonomy/"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "xmlns:dc",
-        "http://purl.org/dc/elements/1.1/"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "xmlns:syn",
-        "http://purl.org/rss/1.0/modules/syndication/"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "xmlns:dcterms",
-        "http://purl.org/dc/terms/"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "xmlns:admin",
-        "http://webns.net/mvcb/"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "rdf:RDF",
-        {
-          "xmlns:rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
-          "xmlns": "http://purl.org/rss/1.0/",
-          "xmlns:ev": "http://purl.org/rss/1.0/modules/event/",
-          "xmlns:content": "http://purl.org/rss/1.0/modules/content/",
-          "xmlns:taxo": "http://purl.org/rss/1.0/modules/taxonomy/",
-          "xmlns:dc": "http://purl.org/dc/elements/1.1/",
-          "xmlns:syn": "http://purl.org/rss/1.0/modules/syndication/",
-          "xmlns:dcterms": "http://purl.org/dc/terms/",
-          "xmlns:admin": "http://webns.net/mvcb/"
-        }
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "channel"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "rdf:about",
-        "http://sfbay.craigslist.org/ccc/"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "channel",
-        {
-          "rdf:about": "http://sfbay.craigslist.org/ccc/"
-        }
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "craigslist | all community in SF bay area"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://sfbay.craigslist.org/ccc/"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "description",
-        {}
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:language"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:language",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "en-us"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:language"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:rights"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:rights",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Copyright 2011 craigslist, inc."
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:rights"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:publisher"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:publisher",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "webmaster@craigslist.org"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:publisher"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:creator"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:creator",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "webmaster@craigslist.org"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:creator"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:source"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:source",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "http://sfbay.craigslist.org/ccc//"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:source"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:title",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "craigslist | all community in SF bay area"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:type"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:type",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Collection"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:type"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "syn:updateBase"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "syn:updateBase",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "2011-11-04T09:39:10-07:00"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "syn:updateBase"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "syn:updateFrequency"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "syn:updateFrequency",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "4"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "syn:updateFrequency"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "syn:updatePeriod"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "syn:updatePeriod",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "hourly"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "syn:updatePeriod"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "items"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "items",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "rdf:Seq"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "rdf:Seq",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "rdf:li"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "rdf:resource",
-        "http://sfbay.craigslist.org/sby/muc/2681301534.html"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "rdf:li",
-        {
-          "rdf:resource": "http://sfbay.craigslist.org/sby/muc/2681301534.html"
-        }
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "rdf:li"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t\t"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "rdf:Seq"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "items"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "channel"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "rdf:about",
-        "http://sfbay.craigslist.org/sby/muc/2681301534.html"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "item",
-        {
-          "rdf:about": "http://sfbay.craigslist.org/sby/muc/2681301534.html"
-        }
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "cdatastart",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        " Music Equipment Repair and Consignment "
-      ]
-    },
-    {
-      "event": "cdataend",
-      "data": []
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\nhttp://sfbay.craigslist.org/sby/muc/2681301534.html\n"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "description",
-        {}
-      ]
-    },
-    {
-      "event": "cdatastart",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        "\nSan Jose Rock Shop offers musical instrument repair and consignment! (408) 215-2065<br> <br> We are pleased to announce our NEW LOCATION: 1199 N 5th st. San Jose, ca 95112. Please call ahead, by appointment only.<br> <br> Recently featured by Metro Newspaper in their 2011 Best of the Silicon Valley edition see it online here:<br> <a href=\"http://www.metroactive.com/best-of-silicon-valley/2011/music-nightlife/editor-picks.html\" rel=\"nofollow\">http://www.metroactive.com/best-of-silicon-valley/2011/music-nightlife/editor-picks.html</a><br> <br> Guitar Set up (acoustic and electronic) $40!<!-- END CLTAGS -->\n"
-      ]
-    },
-    {
-      "event": "cdataend",
-      "data": []
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:date"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:date",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "2011-11-04T09:35:17-07:00"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:date"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:language"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:language",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "en-us"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:language"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:rights"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:rights",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Copyright 2011 craigslist, inc."
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:rights"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:source"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:source",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\nhttp://sfbay.craigslist.org/sby/muc/2681301534.html\n"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:source"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:title",
-        {}
-      ]
-    },
-    {
-      "event": "cdatastart",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        " Music Equipment Repair and Consignment "
-      ]
-    },
-    {
-      "event": "cdataend",
-      "data": []
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:type"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:type",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "text"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:type"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dcterms:issued"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dcterms:issued",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "2011-11-04T09:35:17-07:00"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dcterms:issued"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "rdf:about",
-        "http://sfbay.craigslist.org/eby/rid/2685010755.html"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "item",
-        {
-          "rdf:about": "http://sfbay.craigslist.org/eby/rid/2685010755.html"
-        }
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "cdatastart",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        "\nRide Offered - Oakland/BART to LA/SFV - TODAY 3PM 11/04 (oakland north / temescal)\n"
-      ]
-    },
-    {
-      "event": "cdataend",
-      "data": []
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "link",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\nhttp://sfbay.craigslist.org/eby/rid/2685010755.html\n"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "link"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "description",
-        {}
-      ]
-    },
-    {
-      "event": "cdatastart",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        "\nIm offering a lift for up to two people from Oakland (or near any BART station in the East Bay/580/880 Corridor, or San Jose/Morgan Hill, Gilroy) to the San Fernando Valley / Los Angeles area. Specifically, Im leaving from Oakland between 2:30 and 3:00pm (this is flexible, but if I leave too late my girlfriend will kill me), and heading to Woodland Hills via the 580, I-5, 405, and 101.<!-- END CLTAGS -->\n"
-      ]
-    },
-    {
-      "event": "cdataend",
-      "data": []
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "description"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:date"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:date",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "2011-11-04T09:34:54-07:00"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:date"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:language"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:language",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "en-us"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:language"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:rights"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:rights",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Copyright 2011 craigslist, inc."
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:rights"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:source"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:source",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\nhttp://sfbay.craigslist.org/eby/rid/2685010755.html\n"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:source"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:title",
-        {}
-      ]
-    },
-    {
-      "event": "cdatastart",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        "\nRide Offered - Oakland/BART to LA/SFV - TODAY 3PM 11/04 (oakland north / temescal)\n"
-      ]
-    },
-    {
-      "event": "cdataend",
-      "data": []
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dc:type"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dc:type",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "text"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dc:type"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "dcterms:issued"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "dcterms:issued",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "2011-11-04T09:34:54-07:00"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "dcterms:issued"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "item"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "rdf:RDF"
-      ]
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/htmlparser2/test/Stream/05-Attributes.json
----------------------------------------------------------------------
diff --git a/node_modules/htmlparser2/test/Stream/05-Attributes.json b/node_modules/htmlparser2/test/Stream/05-Attributes.json
deleted file mode 100644
index ad364c0..0000000
--- a/node_modules/htmlparser2/test/Stream/05-Attributes.json
+++ /dev/null
@@ -1,354 +0,0 @@
-{
-  "name": "Attributes",
-  "options": {},
-  "file": "Attributes.html",
-  "expected": [
-    {
-      "event": "processinginstruction",
-      "data": [
-        "!doctype",
-        "!doctype html"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "html"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "html",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "head"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "head",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "title",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "Attributes test"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "title"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "head"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "body"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "body",
-        {}
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "comment",
-      "data": [
-        " Normal attributes "
-      ]
-    },
-    {
-      "event": "commentend",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "button"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "id",
-        "test0"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "class",
-        "value0"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "title",
-        "value1"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "button",
-        {
-          "id": "test0",
-          "class": "value0",
-          "title": "value1"
-        }
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "class=\"value0\" title=\"value1\""
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "button"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\n\t"
-      ]
-    },
-    {
-      "event": "comment",
-      "data": [
-        " Attributes with no quotes or value "
-      ]
-    },
-    {
-      "event": "commentend",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "button"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "id",
-        "test1"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "class",
-        "value2"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "disabled",
-        ""
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "button",
-        {
-          "id": "test1",
-          "class": "value2",
-          "disabled": ""
-        }
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "class=value2 disabled"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "button"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\n\t"
-      ]
-    },
-    {
-      "event": "comment",
-      "data": [
-        " Attributes with no space between them. No valid, but accepted by the browser "
-      ]
-    },
-    {
-      "event": "commentend",
-      "data": []
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n\t"
-      ]
-    },
-    {
-      "event": "opentagname",
-      "data": [
-        "button"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "id",
-        "test2"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "class",
-        "value4"
-      ]
-    },
-    {
-      "event": "attribute",
-      "data": [
-        "title",
-        "value5"
-      ]
-    },
-    {
-      "event": "opentag",
-      "data": [
-        "button",
-        {
-          "id": "test2",
-          "class": "value4",
-          "title": "value5"
-        }
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "class=\"value4\"title=\"value5\""
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "button"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "body"
-      ]
-    },
-    {
-      "event": "text",
-      "data": [
-        "\n"
-      ]
-    },
-    {
-      "event": "closetag",
-      "data": [
-        "html"
-      ]
-    }
-  ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/htmlparser2/test/api.js
----------------------------------------------------------------------
diff --git a/node_modules/htmlparser2/test/api.js b/node_modules/htmlparser2/test/api.js
deleted file mode 100644
index 49b3196..0000000
--- a/node_modules/htmlparser2/test/api.js
+++ /dev/null
@@ -1,75 +0,0 @@
-var htmlparser2 = require(".."),
-    assert = require("assert");
-
-describe("API", function(){
-
-	it("should load all modules", function(){
-		var Stream = require("../lib/Stream.js");
-		assert.strictEqual(htmlparser2.Stream, Stream, "should load module");
-		assert.strictEqual(htmlparser2.Stream, Stream, "should load it again (cache)");
-
-		var ProxyHandler = require("../lib/ProxyHandler.js");
-		assert.strictEqual(htmlparser2.ProxyHandler, ProxyHandler, "should load module");
-		assert.strictEqual(htmlparser2.ProxyHandler, ProxyHandler, "should load it again (cache)");
-	});
-
-	it("should work without callbacks", function(){
-		var p = new htmlparser2.Parser(null, {xmlMode: true, lowerCaseAttributeNames: true});
-
-		p.end("<a foo><bar></a><!-- --><![CDATA[]]]><?foo?><!bar><boo/>boohay");
-		p.write("foo");
-
-		//check for an error
-		p.end();
-		var err = false;
-		p._cbs.onerror = function(){ err = true; };
-		p.write("foo");
-		assert(err);
-		err = false;
-		p.end();
-		assert(err);
-
-		p.reset();
-
-		//remove method
-		p._cbs.onopentag = function(){};
-		p.write("<a foo");
-		p._cbs.onopentag = null;
-		p.write(">");
-
-		//pause/resume
-		var processed = false;
-		p._cbs.ontext = function(t){
-			assert.equal(t, "foo");
-			processed = true;
-		};
-		p.pause();
-		p.write("foo");
-		assert(!processed);
-		p.resume();
-		assert(processed);
-		processed = false;
-		p.pause();
-		assert(!processed);
-		p.resume();
-		assert(!processed);
-		p.pause();
-		p.end("foo");
-		assert(!processed);
-		p.resume();
-		assert(processed);
-
-	});
-
-	it("should update the position", function(){
-		var p = new htmlparser2.Parser(null);
-
-		p.write("foo");
-
-		assert.equal(p.startIndex, 0);
-
-		p.write("<bar>");
-
-		assert.equal(p.startIndex, 3);
-	});
-});
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/htmlparser2/test/test-helper.js
----------------------------------------------------------------------
diff --git a/node_modules/htmlparser2/test/test-helper.js b/node_modules/htmlparser2/test/test-helper.js
deleted file mode 100644
index 90a9907..0000000
--- a/node_modules/htmlparser2/test/test-helper.js
+++ /dev/null
@@ -1,83 +0,0 @@
-var htmlparser2 = require(".."),
-    fs = require("fs"),
-    path = require("path"),
-    assert = require("assert"),
-	Parser = htmlparser2.Parser,
-	CollectingHandler = htmlparser2.CollectingHandler;
-
-exports.writeToParser = function(handler, options, data){
-	var parser = new Parser(handler, options);
-	//first, try to run the test via chunks
-	for(var i = 0; i < data.length; i++){
-		parser.write(data.charAt(i));
-	}
-	parser.end();
-	//then parse everything
-	parser.parseComplete(data);
-};
-
-//returns a tree structure
-exports.getEventCollector = function(cb){
-	var handler = new CollectingHandler({onerror: cb, onend: onend});
-
-	return handler;
-
-	function onend(){
-		cb(null, handler.events.reduce(eventReducer, []));
-	}
-};
-
-function eventReducer(events, arr){
-	if(arr[0] === "onerror" || arr[0] === "onend");
-	else if(arr[0] === "ontext" && events.length && events[events.length - 1].event === "text"){
-		events[events.length - 1].data[0] += arr[1];
-	} else {
-		events.push({
-			event: arr[0].substr(2),
-			data: arr.slice(1)
-		});
-	}
-
-	return events;
-}
-
-function getCallback(expected, done){
-	var repeated = false;
-
-	return function(err, actual){
-		assert.ifError(err);
-		try {
-			assert.deepEqual(expected, actual, "didn't get expected output");
-		} catch(e){
-			e.expected = JSON.stringify(expected, null, 2);
-			e.actual = JSON.stringify(actual, null, 2);
-			throw e;
-		}
-
-		if(repeated) done();
-		else repeated = true;
-	};
-}
-
-exports.mochaTest = function(name, root, test){
-	describe(name, readDir);
-
-	function readDir(){
-		var dir = path.join(root, name);
-
-		fs
-		.readdirSync(dir)
-		.filter(RegExp.prototype.test, /^[^\._]/) //ignore all files with a leading dot or underscore
-		.map(function(name){
-			return path.join(dir, name);
-		})
-		.map(require)
-		.forEach(runTest);
-	}
-
-	function runTest(file){
-		it(file.name, function(done){
-			test(file, getCallback(file.expected, done));
-		});
-	}
-};

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

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/inflight/README.md
----------------------------------------------------------------------
diff --git a/node_modules/inflight/README.md b/node_modules/inflight/README.md
deleted file mode 100644
index 6dc8929..0000000
--- a/node_modules/inflight/README.md
+++ /dev/null
@@ -1,37 +0,0 @@
-# inflight
-
-Add callbacks to requests in flight to avoid async duplication
-
-## USAGE
-
-```javascript
-var inflight = require('inflight')
-
-// some request that does some stuff
-function req(key, callback) {
-  // key is any random string.  like a url or filename or whatever.
-  //
-  // will return either a falsey value, indicating that the
-  // request for this key is already in flight, or a new callback
-  // which when called will call all callbacks passed to inflightk
-  // with the same key
-  callback = inflight(key, callback)
-
-  // If we got a falsey value back, then there's already a req going
-  if (!callback) return
-
-  // this is where you'd fetch the url or whatever
-  // callback is also once()-ified, so it can safely be assigned
-  // to multiple events etc.  First call wins.
-  setTimeout(function() {
-    callback(null, key)
-  }, 100)
-}
-
-// only assigns a single setTimeout
-// when it dings, all cbs get called
-req('foo', cb1)
-req('foo', cb2)
-req('foo', cb3)
-req('foo', cb4)
-```

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/inflight/inflight.js
----------------------------------------------------------------------
diff --git a/node_modules/inflight/inflight.js b/node_modules/inflight/inflight.js
deleted file mode 100644
index 8bc96cb..0000000
--- a/node_modules/inflight/inflight.js
+++ /dev/null
@@ -1,44 +0,0 @@
-var wrappy = require('wrappy')
-var reqs = Object.create(null)
-var once = require('once')
-
-module.exports = wrappy(inflight)
-
-function inflight (key, cb) {
-  if (reqs[key]) {
-    reqs[key].push(cb)
-    return null
-  } else {
-    reqs[key] = [cb]
-    return makeres(key)
-  }
-}
-
-function makeres (key) {
-  return once(function RES () {
-    var cbs = reqs[key]
-    var len = cbs.length
-    var args = slice(arguments)
-    for (var i = 0; i < len; i++) {
-      cbs[i].apply(null, args)
-    }
-    if (cbs.length > len) {
-      // added more in the interim.
-      // de-zalgo, just in case, but don't call again.
-      cbs.splice(0, len)
-      process.nextTick(function () {
-        RES.apply(null, args)
-      })
-    } else {
-      delete reqs[key]
-    }
-  })
-}
-
-function slice (args) {
-  var length = args.length
-  var array = []
-
-  for (var i = 0; i < length; i++) array[i] = args[i]
-  return array
-}

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/inflight/package.json
----------------------------------------------------------------------
diff --git a/node_modules/inflight/package.json b/node_modules/inflight/package.json
deleted file mode 100644
index ba22291..0000000
--- a/node_modules/inflight/package.json
+++ /dev/null
@@ -1,105 +0,0 @@
-{
-  "_args": [
-    [
-      {
-        "name": "inflight",
-        "raw": "inflight@^1.0.4",
-        "rawSpec": "^1.0.4",
-        "scope": null,
-        "spec": ">=1.0.4 <2.0.0",
-        "type": "range"
-      },
-      "/Users/ctran/cordova/cordova-lib/cordova-create/node_modules/cordova-common/node_modules/glob"
-    ]
-  ],
-  "_from": "inflight@>=1.0.4 <2.0.0",
-  "_id": "inflight@1.0.5",
-  "_inCache": true,
-  "_installable": true,
-  "_location": "/inflight",
-  "_nodeVersion": "5.10.1",
-  "_npmOperationalInternal": {
-    "host": "packages-12-west.internal.npmjs.com",
-    "tmp": "tmp/inflight-1.0.5.tgz_1463529611443_0.00041943578980863094"
-  },
-  "_npmUser": {
-    "email": "kat@sykosomatic.org",
-    "name": "zkat"
-  },
-  "_npmVersion": "3.9.1",
-  "_phantomChildren": {},
-  "_requested": {
-    "name": "inflight",
-    "raw": "inflight@^1.0.4",
-    "rawSpec": "^1.0.4",
-    "scope": null,
-    "spec": ">=1.0.4 <2.0.0",
-    "type": "range"
-  },
-  "_requiredBy": [
-    "/cordova-common/glob",
-    "/cordova-fetch/glob"
-  ],
-  "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.5.tgz",
-  "_shasum": "db3204cd5a9de2e6cd890b85c6e2f66bcf4f620a",
-  "_shrinkwrap": null,
-  "_spec": "inflight@^1.0.4",
-  "_where": "/Users/ctran/cordova/cordova-lib/cordova-create/node_modules/cordova-common/node_modules/glob",
-  "author": {
-    "email": "i@izs.me",
-    "name": "Isaac Z. Schlueter",
-    "url": "http://blog.izs.me/"
-  },
-  "bugs": {
-    "url": "https://github.com/isaacs/inflight/issues"
-  },
-  "dependencies": {
-    "once": "^1.3.0",
-    "wrappy": "1"
-  },
-  "description": "Add callbacks to requests in flight to avoid async duplication",
-  "devDependencies": {
-    "tap": "^1.2.0"
-  },
-  "directories": {},
-  "dist": {
-    "shasum": "db3204cd5a9de2e6cd890b85c6e2f66bcf4f620a",
-    "tarball": "https://registry.npmjs.org/inflight/-/inflight-1.0.5.tgz"
-  },
-  "files": [
-    "inflight.js"
-  ],
-  "gitHead": "559e37b4f6327fca797fe8d7fe8ed6d9cae08821",
-  "homepage": "https://github.com/isaacs/inflight",
-  "license": "ISC",
-  "main": "inflight.js",
-  "maintainers": [
-    {
-      "email": "me@re-becca.org",
-      "name": "iarna"
-    },
-    {
-      "email": "i@izs.me",
-      "name": "isaacs"
-    },
-    {
-      "email": "ogd@aoaioxxysz.net",
-      "name": "othiym23"
-    },
-    {
-      "email": "kat@sykosomatic.org",
-      "name": "zkat"
-    }
-  ],
-  "name": "inflight",
-  "optionalDependencies": {},
-  "readme": "ERROR: No README data found!",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/npm/inflight.git"
-  },
-  "scripts": {
-    "test": "tap test.js"
-  },
-  "version": "1.0.5"
-}

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

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/inherits/README.md
----------------------------------------------------------------------
diff --git a/node_modules/inherits/README.md b/node_modules/inherits/README.md
deleted file mode 100644
index b1c5665..0000000
--- a/node_modules/inherits/README.md
+++ /dev/null
@@ -1,42 +0,0 @@
-Browser-friendly inheritance fully compatible with standard node.js
-[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor).
-
-This package exports standard `inherits` from node.js `util` module in
-node environment, but also provides alternative browser-friendly
-implementation through [browser
-field](https://gist.github.com/shtylman/4339901). Alternative
-implementation is a literal copy of standard one located in standalone
-module to avoid requiring of `util`. It also has a shim for old
-browsers with no `Object.create` support.
-
-While keeping you sure you are using standard `inherits`
-implementation in node.js environment, it allows bundlers such as
-[browserify](https://github.com/substack/node-browserify) to not
-include full `util` package to your client code if all you need is
-just `inherits` function. It worth, because browser shim for `util`
-package is large and `inherits` is often the single function you need
-from it.
-
-It's recommended to use this package instead of
-`require('util').inherits` for any code that has chances to be used
-not only in node.js but in browser too.
-
-## usage
-
-```js
-var inherits = require('inherits');
-// then use exactly as the standard one
-```
-
-## note on version ~1.0
-
-Version ~1.0 had completely different motivation and is not compatible
-neither with 2.0 nor with standard node.js `inherits`.
-
-If you are using version ~1.0 and planning to switch to ~2.0, be
-careful:
-
-* new version uses `super_` instead of `super` for referencing
-  superclass
-* new version overwrites current prototype while old one preserves any
-  existing fields on it

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/inherits/inherits.js
----------------------------------------------------------------------
diff --git a/node_modules/inherits/inherits.js b/node_modules/inherits/inherits.js
deleted file mode 100644
index 29f5e24..0000000
--- a/node_modules/inherits/inherits.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = require('util').inherits

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/inherits/inherits_browser.js
----------------------------------------------------------------------
diff --git a/node_modules/inherits/inherits_browser.js b/node_modules/inherits/inherits_browser.js
deleted file mode 100644
index c1e78a7..0000000
--- a/node_modules/inherits/inherits_browser.js
+++ /dev/null
@@ -1,23 +0,0 @@
-if (typeof Object.create === 'function') {
-  // implementation from standard node.js 'util' module
-  module.exports = function inherits(ctor, superCtor) {
-    ctor.super_ = superCtor
-    ctor.prototype = Object.create(superCtor.prototype, {
-      constructor: {
-        value: ctor,
-        enumerable: false,
-        writable: true,
-        configurable: true
-      }
-    });
-  };
-} else {
-  // old school shim for old browsers
-  module.exports = function inherits(ctor, superCtor) {
-    ctor.super_ = superCtor
-    var TempCtor = function () {}
-    TempCtor.prototype = superCtor.prototype
-    ctor.prototype = new TempCtor()
-    ctor.prototype.constructor = ctor
-  }
-}

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/inherits/package.json
----------------------------------------------------------------------
diff --git a/node_modules/inherits/package.json b/node_modules/inherits/package.json
deleted file mode 100644
index 160bcb8..0000000
--- a/node_modules/inherits/package.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
-  "_args": [
-    [
-      {
-        "name": "inherits",
-        "raw": "inherits@2",
-        "rawSpec": "2",
-        "scope": null,
-        "spec": ">=2.0.0 <3.0.0",
-        "type": "range"
-      },
-      "/Users/ctran/cordova/cordova-lib/cordova-create/node_modules/glob"
-    ]
-  ],
-  "_from": "inherits@>=2.0.0 <3.0.0",
-  "_id": "inherits@2.0.1",
-  "_inCache": true,
-  "_installable": true,
-  "_location": "/inherits",
-  "_npmUser": {
-    "email": "i@izs.me",
-    "name": "isaacs"
-  },
-  "_npmVersion": "1.3.8",
-  "_phantomChildren": {},
-  "_requested": {
-    "name": "inherits",
-    "raw": "inherits@2",
-    "rawSpec": "2",
-    "scope": null,
-    "spec": ">=2.0.0 <3.0.0",
-    "type": "range"
-  },
-  "_requiredBy": [
-    "/glob",
-    "/readable-stream"
-  ],
-  "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
-  "_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
-  "_shrinkwrap": null,
-  "_spec": "inherits@2",
-  "_where": "/Users/ctran/cordova/cordova-lib/cordova-create/node_modules/glob",
-  "browser": "./inherits_browser.js",
-  "bugs": {
-    "url": "https://github.com/isaacs/inherits/issues"
-  },
-  "dependencies": {},
-  "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
-  "devDependencies": {},
-  "directories": {},
-  "dist": {
-    "shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
-    "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
-  },
-  "homepage": "https://github.com/isaacs/inherits#readme",
-  "keywords": [
-    "inheritance",
-    "class",
-    "klass",
-    "oop",
-    "object-oriented",
-    "inherits",
-    "browser",
-    "browserify"
-  ],
-  "license": "ISC",
-  "main": "./inherits.js",
-  "maintainers": [
-    {
-      "email": "i@izs.me",
-      "name": "isaacs"
-    }
-  ],
-  "name": "inherits",
-  "optionalDependencies": {},
-  "readme": "ERROR: No README data found!",
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/isaacs/inherits.git"
-  },
-  "scripts": {
-    "test": "node test"
-  },
-  "version": "2.0.1"
-}

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/inherits/test.js
----------------------------------------------------------------------
diff --git a/node_modules/inherits/test.js b/node_modules/inherits/test.js
deleted file mode 100644
index fc53012..0000000
--- a/node_modules/inherits/test.js
+++ /dev/null
@@ -1,25 +0,0 @@
-var inherits = require('./inherits.js')
-var assert = require('assert')
-
-function test(c) {
-  assert(c.constructor === Child)
-  assert(c.constructor.super_ === Parent)
-  assert(Object.getPrototypeOf(c) === Child.prototype)
-  assert(Object.getPrototypeOf(Object.getPrototypeOf(c)) === Parent.prototype)
-  assert(c instanceof Child)
-  assert(c instanceof Parent)
-}
-
-function Child() {
-  Parent.call(this)
-  test(this)
-}
-
-function Parent() {}
-
-inherits(Child, Parent)
-
-var c = new Child
-test(c)
-
-console.log('ok')

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/interpret/CHANGELOG
----------------------------------------------------------------------
diff --git a/node_modules/interpret/CHANGELOG b/node_modules/interpret/CHANGELOG
deleted file mode 100644
index eeaee86..0000000
--- a/node_modules/interpret/CHANGELOG
+++ /dev/null
@@ -1,103 +0,0 @@
-v1.0.0:
-  date: 2015-11-18
-  changes:
-    - add support for babel-register
-    - go stable!
-v0.6.6:
-  date: 2015-09-21
-  changes:
-    - add support for ts-node (formerly typescript-node)
-v0.6.5:
-  date: 2015-07-22
-  changes:
-    - add support for typescript 1.5 via typescript-node
-v0.6.4:
-  date: 2015-07-07
-  changes:
-    - add support for earlgrey
-v0.6.3:
-  date: 2015-07-03
-  changes:
-    - prefer babel/core to babel
-v0.6.2:
-  date: 2015-05-20
-  changes:
-    - update module list for iced coffee-script
-v0.6.1:
-  date: 2015-05-20
-  changes:
-    - Fix toml loader.
-v0.6.0:
-  date: 2015-05-19
-  changes:
-    - Combine fallbacks and loaders into `extensions`.
-    - Provide implementation guidance.
-v0.5.1:
-  date: 2015-03-01
-  changes:
-    - Add support for CirruScript.
-v0.5.0:
-  date: 2015-02-27
-  changes:
-    - Refactor es6 support via Babel (formerly 6to5)
-v0.4.3:
-  date: 2015-02-09
-  changes:
-    - Switch support from typescript-require to typescript-register.
-v0.4.2:
-  date: 2015-01-16
-  changes:
-    - Add support for wisp.
-v0.4.1:
-  date: 2015-01-10
-  changes:
-    - Add support for 6to5 (es6)
-v0.4.0:
-  date: 2014-01-09
-  changes:
-    - Add support for fallback (legacy) modules
-    - Add support for module configurations
-v0.3.10:
-  date: 2014-12-17
-  changes:
-    - Add support for json5.
-v0.3.9:
-  date: 2014-12-08
-  changes:
-    - Add support for literate iced coffee.
-v0.3.8:
-  date: 2014-11-20
-  changes:
-    - Add support for [cjsx](https://github.com/jsdf/coffee-react).
-v0.3.7:
-  date: 2014-09-08
-  changes:
-    - Add support for [TypeScript](http://www.typescriptlang.org/).
-v0.3.6:
-  date: 2014-08-25
-  changes:
-    - Add support for coffee.md.
-v0.3.5:
-  date: 2014-07-03
-  changes:
-    - Add support for jsx.
-v0.3.4:
-  date: 2014-06-27
-  changes:
-    - Make .js first jsVariant entry.
-v0.3.3:
-  date: 2014-06-02
-  changes:
-    - Fix casing on livescript dependency.
-v0.3.0:
-  date: 2014-04-20
-  changes:
-    - Simplify loading of coffee-script and iced-coffee-script.
-v0.2.0:
-  date: 2014-04-20
-  changes:
-    - Move module loading into rechoir.
-v0.1.0:
-  date: 2014-04-20
-  changes:
-    - Initial public release.

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/9fb2883e/node_modules/interpret/LICENSE
----------------------------------------------------------------------
diff --git a/node_modules/interpret/LICENSE b/node_modules/interpret/LICENSE
deleted file mode 100644
index a55f5b7..0000000
--- a/node_modules/interpret/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c) 2014 Tyler Kellen
-
-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-create/blob/9fb2883e/node_modules/interpret/README.md
----------------------------------------------------------------------
diff --git a/node_modules/interpret/README.md b/node_modules/interpret/README.md
deleted file mode 100644
index 34ce5b6..0000000
--- a/node_modules/interpret/README.md
+++ /dev/null
@@ -1,136 +0,0 @@
-# interpret
-> A dictionary of file extensions and associated module loaders.
-
-[![NPM](https://nodei.co/npm/interpret.png)](https://nodei.co/npm/interpret/)
-
-## What is it
-This is used by [Liftoff](http://github.com/tkellen/node-liftoff) to automatically require dependencies for configuration files, and by [rechoir](http://github.com/tkellen/node-rechoir) for registering module loaders.
-
-## API
-
-### extensions
-Map file types to modules which provide a [require.extensions] loader.
-
-```js
-{
-  '.babel.js': [
-    {
-      module: 'babel-register',
-      register: function (module) {
-        module({
-          // register on .js extension due to https://github.com/joyent/node/blob/v0.12.0/lib/module.js#L353
-          // which only captures the final extension (.babel.js -> .js)
-          extensions: '.js'
-        });
-      }
-    },
-    {
-      module: 'babel-core/register',
-      register: function (module) {
-        module({
-          extensions: '.js'
-        });
-      }
-    },
-    {
-      module: 'babel/register',
-      register: function (module) {
-        module({
-          extensions: '.js'
-        });
-      }
-    }
-  ],
-  '.buble.js': [
-    {
-      module: 'buble/register',
-      register: function (module) {
-        module({
-          extensions: '.js'
-        });
-      }
-    }
-  ],
-  '.cirru': 'cirru-script/lib/register',
-  '.cjsx': 'node-cjsx/register',
-  '.co': 'coco',
-  '.coffee': ['coffee-script/register', 'coffee-script'],
-  '.coffee.md': ['coffee-script/register', 'coffee-script'],
-  '.csv': 'require-csv',
-  '.eg': 'earlgrey/register',
-  '.iced': ['iced-coffee-script/register', 'iced-coffee-script'],
-  '.iced.md': 'iced-coffee-script/register',
-  '.ini': 'require-ini',
-  '.js': null,
-  '.json': null,
-  '.json5': 'json5/lib/require',
-  '.jsx': [
-    {
-      module: 'babel-register',
-      register: function (module) {
-        module({
-          extensions: '.jsx'
-        });
-      }
-    },
-    {
-      module: 'babel-core/register',
-      register: function (module) {
-        module({
-          extensions: '.jsx'
-        });
-      }
-    },
-    {
-      module: 'babel/register',
-      register: function (module) {
-        module({
-          extensions: '.jsx'
-        });
-      },
-    },
-    {
-      module: 'node-jsx',
-      register: function (module) {
-        module.install({
-          extension: '.jsx',
-          harmony: true
-        });
-      }
-    }
-  ],
-  '.litcoffee': ['coffee-script/register', 'coffee-script'],
-  '.liticed': 'iced-coffee-script/register',
-  '.ls': ['livescript', 'LiveScript'],
-  '.node': null,
-  '.toml': {
-    module: 'toml-require',
-    register: function (module) {
-      module.install();
-    }
-  },
-  '.ts': ['ts-node/register', 'typescript-node/register', 'typescript-register', 'typescript-require'],
-  '.tsx': ['ts-node/register', 'typescript-node/register'],
-  '.wisp': 'wisp/engine/node',
-  '.xml': 'require-xml',
-  '.yaml': 'require-yaml',
-  '.yml': 'require-yaml'
-};
-```
-
-### jsVariants
-Same as above, but only include the extensions which are javascript variants.
-
-## How to use it
-
-Consumers should use the exported `extensions` or `jsVariants` object to determine which module should be loaded for a given extension. If a matching extension is found, consumers should do the following:
-
-1. If the value is null, do nothing.
-
-2. If the value is a string, try to require it.
-
-3. If the value is an object, try to require the `module` property. If successful, the `register` property (a function) should be called with the module passed as the first argument.
-
-4. If the value is an array, iterate over it, attempting step #2 or #3 until one of the attempts does not throw.
-
-[require.extensions]: http://nodejs.org/api/globals.html#globals_require_extensions


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