mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:42:53 +08:00
package.json more bundledDependencies - 7.1.x only
(indirect production dependencies needed by deprecated Node.js 4.x)
This commit is contained in:
parent
6758793f09
commit
7a155259e9
25
package.json
25
package.json
@ -38,13 +38,36 @@
|
||||
"shelljs": "0.5.3"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"abbrev",
|
||||
"android-versions",
|
||||
"ansi",
|
||||
"balanced-match",
|
||||
"base64-js",
|
||||
"big-integer",
|
||||
"bplist-parser",
|
||||
"brace-expansion",
|
||||
"concat-map",
|
||||
"cordova-common",
|
||||
"cordova-registry-mapper",
|
||||
"elementtree",
|
||||
"glob",
|
||||
"inflight",
|
||||
"inherits",
|
||||
"minimatch",
|
||||
"nopt",
|
||||
"once",
|
||||
"path-is-absolute",
|
||||
"plist",
|
||||
"properties-parser",
|
||||
"q",
|
||||
"shelljs"
|
||||
"sax",
|
||||
"semver",
|
||||
"shelljs",
|
||||
"underscore",
|
||||
"unorm",
|
||||
"wrappy",
|
||||
"xmlbuilder",
|
||||
"xmldom"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint": "^3.19.0",
|
||||
|
Loading…
Reference in New Issue
Block a user