From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/postcss-loader/lib/options.json | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 node_modules/postcss-loader/lib/options.json (limited to 'node_modules/postcss-loader/lib/options.json') diff --git a/node_modules/postcss-loader/lib/options.json b/node_modules/postcss-loader/lib/options.json new file mode 100644 index 00000000..e4546157 --- /dev/null +++ b/node_modules/postcss-loader/lib/options.json @@ -0,0 +1,43 @@ +{ + "type": "object", + "properties": { + "config": { + "type": "object", + "properties": { + "path": { + "type": "string" + }, + "ctx": { + "type": "object" + } + }, + "additionalProperties": false + }, + "exec": { + "type": "boolean" + }, + "ident": { + "type": "string" + }, + "parser": { + "type": [ "string", "object" ] + }, + "syntax": { + "type": [ "string", "object" ] + }, + "stringifier": { + "type": [ "string", "object" ] + }, + "plugins": { + "anyOf": [ + { "type": "array" }, + { "type": "object" }, + { "instanceof": "Function" } + ] + }, + "sourceMap": { + "type": [ "string", "boolean" ] + } + }, + "additionalProperties": true +} -- cgit v1.2.3