{
  "_args": [
    [
      "postcss-attribute-case-insensitive@4.0.1",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "postcss-attribute-case-insensitive@4.0.1",
  "_id": "postcss-attribute-case-insensitive@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-L2YKB3vF4PetdTIthQVeT+7YiSzMoNMLLYxPXXppOOP7NoazEAy45sh2LvJ8leCQjfBcfkYQs8TtCcQjeZTp8A==",
  "_location": "/postcss-attribute-case-insensitive",
  "_phantomChildren": {
    "indexes-of": "1.0.1",
    "uniq": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-attribute-case-insensitive@4.0.1",
    "name": "postcss-attribute-case-insensitive",
    "escapedName": "postcss-attribute-case-insensitive",
    "rawSpec": "4.0.1",
    "saveSpec": null,
    "fetchSpec": "4.0.1"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.1.tgz",
  "_spec": "4.0.1",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "author": {
    "name": "Dmitry Semigradsky"
  },
  "bugs": {
    "url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
  },
  "dependencies": {
    "postcss": "^7.0.2",
    "postcss-selector-parser": "^5.0.0"
  },
  "description": "PostCSS plugin to support case insensitive attributes",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^10.0.0",
    "babel-plugin-add-module-exports": "^1.0.0",
    "babel-preset-env": "^1.7.0",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "eslint": "^5.6.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "mocha": "^5.2.0"
  },
  "homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "attribute",
    "insensitive",
    "sensitive",
    "CSS4"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "postcss-attribute-case-insensitive",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
  },
  "scripts": {
    "prepublish": "babel src --out-dir dist",
    "test": "eslint src && npm run prepublish && mocha --require babel-register"
  },
  "version": "4.0.1"
}
