chushihua
This commit is contained in:
+74
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"test": {},
|
||||
"include": {},
|
||||
"exclude": {},
|
||||
"cache": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "type": "string" }
|
||||
]
|
||||
},
|
||||
"cacheKeys": {
|
||||
"instanceof": "Function"
|
||||
},
|
||||
"parallel": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "type": "integer" }
|
||||
]
|
||||
},
|
||||
"sourceMap": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"minify": {
|
||||
"instanceof": "Function"
|
||||
},
|
||||
"uglifyOptions": {
|
||||
"additionalProperties": true,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ecma": {
|
||||
"type": "integer",
|
||||
"minimum": 5,
|
||||
"maximum": 8
|
||||
},
|
||||
"warnings": {
|
||||
"type": ["boolean", "string"],
|
||||
"enum": [true, false, "verbose"]
|
||||
},
|
||||
"ie8": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"parse": {
|
||||
"type": "object"
|
||||
},
|
||||
"compress": {
|
||||
"type": ["boolean", "object"]
|
||||
},
|
||||
"mangle": {
|
||||
"type": ["boolean", "object"],
|
||||
"properties": {
|
||||
"properties": {
|
||||
"type": ["boolean", "object"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"output": {
|
||||
"type": ["object", "null"]
|
||||
},
|
||||
"toplevel": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"nameCache": {
|
||||
"type": ["object", "null"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"extractComments": {},
|
||||
"warningsFilter": {}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user