Sha256: 65096883811cd914f74d2aa60275ea11726d4314ee91ce0529a24b622b68095e

Contents?: true

Size: 1.45 KB

Versions: 9

Compression:

Stored size: 1.45 KB

Contents

{
  "additionalProperties": false,
  "properties": {
    "url": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "instanceof": "Function"
        }
      ]
    },
    "import": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "instanceof": "Function"
        }
      ]
    },
    "modules": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "string",
          "enum": ["local", "global"]
        }
      ]
    },
    "localIdentName": {
      "type": "string"
    },
    "localIdentRegExp": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "instanceof": "RegExp"
        }
      ]
    },
    "context": {
      "type": "string"
    },
    "hashPrefix": {
      "type": "string"
    },
    "getLocalIdent": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "instanceof": "Function"
        }
      ]
    },
    "sourceMap": {
      "type": "boolean"
    },
    "camelCase": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "string",
          "enum": ["dashes", "only", "dashesOnly"]
        }
      ]
    },
    "importLoaders": {
      "anyOf": [
        {
          "type": "boolean"
        },
        {
          "type": "number"
        }
      ]
    },
    "exportOnlyLocals": {
      "type": "boolean"
    }
  },
  "type": "object"
}

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/css-loader/dist/options.json
disco_app-0.18.2 test/dummy/node_modules/css-loader/dist/options.json
jester-data-8.0.0 node_modules/css-loader/dist/options.json
ezii-os-5.2.1 node_modules/css-loader/dist/options.json
ezii-os-2.0.1 node_modules/css-loader/dist/options.json
ezii-os-1.1.0 node_modules/css-loader/dist/options.json
ezii-os-1.0.0 node_modules/css-loader/dist/options.json
ezii-os-0.0.0.1.0 node_modules/css-loader/dist/options.json
ezii-os-0.0.0.0.1 node_modules/css-loader/dist/options.json