![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/html-loader/dist/ |
{ "type": "object", "definitions": { "Attribute": { "anyOf": [ { "type": "object", "properties": { "tag": { "type": "string", "minLength": 1 }, "attribute": { "type": "string", "minLength": 1 }, "type": { "enum": ["src", "srcset"] }, "filter": { "instanceof": "Function" } }, "required": ["attribute", "type"], "additionalProperties": false }, { "enum": ["..."] } ] }, "AttributeList": { "type": "array", "items": { "$ref": "#/definitions/Attribute" }, "minItems": 1, "uniqueItems": true } }, "properties": { "preprocessor": { "instanceof": "Function" }, "attributes": { "anyOf": [ { "type": "boolean" }, { "type": "object", "properties": { "list": { "$ref": "#/definitions/AttributeList" }, "urlFilter": { "instanceof": "Function" }, "root": { "type": "string" } }, "additionalProperties": false } ] }, "minimize": { "anyOf": [{ "type": "boolean" }, { "type": "object" }] }, "esModule": { "type": "boolean" } }, "additionalProperties": false }