From f8a03c1e30123f2ae20d847b188b2e8bb1d0476c Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Fri, 6 Jul 2018 15:25:15 -0400 Subject: [PATCH] package.json update bundledDependencies 6.0.x only (needed to support deprecated Node.js 4) --- package.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 00f069e3..bc377076 100644 --- a/package.json +++ b/package.json @@ -46,14 +46,36 @@ "rewire": "^2.5.1" }, "bundledDependencies": [ + "abbrev", + "ansi", + "balanced-match", + "base64-js", + "big-integer", + "bplist-parser", + "brace-expansion", + "concat-map", "cordova-common", + "cordova-registry-mapper", "elementtree", + "glob", + "inflight", + "inherits", + "minimatch", "node-uuid", "nopt", + "once", + "path-is-absolute", + "plist", "q", + "sax", "semver", "shelljs", - "winjs" + "underscore", + "unorm", + "winjs", + "wrappy", + "xmlbuilder", + "xmldom" ], "author": "Apache Software Foundation", "license": "Apache-2.0"