Sha256: 999f0795ff954d650c70666f1f9cd396e9b3de822a276b67891d288233deebea
Contents?: true
Size: 1.89 KB
Versions: 11
Compression:
Stored size: 1.89 KB
Contents
{ "additionalProperties": false, "definitions": { "file-conditions": { "anyOf": [ { "instanceof": "RegExp" }, { "type": "string" } ] } }, "properties": { "test": { "anyOf": [ { "$ref": "#/definitions/file-conditions" }, { "items": { "anyOf": [ { "$ref": "#/definitions/file-conditions" } ] }, "type": "array" } ] }, "include": { "anyOf": [ { "$ref": "#/definitions/file-conditions" }, { "items": { "anyOf": [ { "$ref": "#/definitions/file-conditions" } ] }, "type": "array" } ] }, "exclude": { "anyOf": [ { "$ref": "#/definitions/file-conditions" }, { "items": { "anyOf": [ { "$ref": "#/definitions/file-conditions" } ] }, "type": "array" } ] }, "cache": { "anyOf": [ { "type": "boolean" }, { "type": "string" } ] }, "filename": { "anyOf": [ { "type": "string" }, { "instanceof": "Function" } ] }, "algorithm": { "anyOf": [ { "type": "string" }, { "instanceof": "Function" } ] }, "compressionOptions": { "additionalProperties": true, "type": "object" }, "threshold": { "type": "number" }, "minRatio": { "type": "number" }, "deleteOriginalAssets": { "type": "boolean" } }, "type": "object" }
Version data entries
11 entries across 11 versions & 5 rubygems